summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-17 16:03:28 +0100
committerPeter Simons <simons@cryp.to>2015-01-17 20:29:00 +0100
commit703bf2978d36277efdcbc1b9a1ccb27c649b2e2b (patch)
tree516e7fa800dde346f9054aff08029c671faa7260 /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent51457dd687c4ffdcfc54fece4fc0bb34e451e5cd (diff)
downloadnixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.tar
nixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.tar.gz
nixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.tar.bz2
nixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.tar.lz
nixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.tar.xz
nixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.tar.zst
nixlib-703bf2978d36277efdcbc1b9a1ccb27c649b2e2b.zip
haskell-unordered-containers: fix build with GHC 7.4.2
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
index 593826be2e6d..6ad8564d89ac 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -51,4 +51,7 @@ self: super: {
   # https://github.com/haskell/primitive/issues/16
   primitive = dontCheck super.primitive;
 
+  # https://github.com/tibbe/unordered-containers/issues/96
+  unordered-containers = dontCheck super.unordered-containers;
+
 }