summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-27 21:08:42 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:04 +0200
commit7871f2d9b1daea314990ffcc39971c3ac329670a (patch)
treea3a1ad025193dce00d2ea52169381db9fe3593f4 /pkgs/development/haskell-modules/configuration-common.nix
parent101d0db511a992006a5680fad8cbcc1b7d43283b (diff)
downloadnixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.tar
nixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.tar.gz
nixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.tar.bz2
nixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.tar.lz
nixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.tar.xz
nixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.tar.zst
nixpkgs-7871f2d9b1daea314990ffcc39971c3ac329670a.zip
haskell-Frames depends on broken singletons library.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
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;