From 7871f2d9b1daea314990ffcc39971c3ac329670a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 27 Jun 2015 21:08:42 +0200 Subject: [PATCH] haskell-Frames depends on broken singletons library. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 52abb9951d8..07936619c47 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -806,6 +806,7 @@ self: super: { # https://github.com/goldfirere/singletons/issues/118 clash-lib = dontDistribute super.clash-lib; clash-verilog = dontDistribute super.clash-verilog; + Frames = dontDistribute super.Frames; hgeometry = dontDistribute super.hgeometry; hipe = dontDistribute super.hipe; singleton-nats = dontDistribute super.singleton-nats;