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-08-15 21:51:25 +0200
committerPeter Simons <simons@cryp.to>2015-08-17 17:56:38 +0200
commit7e2da20a97517e6ba379cbb74ced67109ae2053a (patch)
tree8ad7fce5d2ce1b9bf29155551cca37623d08203c /pkgs/development/haskell-modules/configuration-common.nix
parentc8616b488baa9376fd7962f3d05e1694b1a942f7 (diff)
downloadnixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.tar
nixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.tar.gz
nixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.tar.bz2
nixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.tar.lz
nixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.tar.xz
nixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.tar.zst
nixpkgs-7e2da20a97517e6ba379cbb74ced67109ae2053a.zip
haskell-sets can't compile its test suite.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9ff0b22875d..50c2e7ceea8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -939,4 +939,7 @@ self: super: {
   # https://github.com/athanclark/set-with/issues/1
   set-with = dontCheck super.set-with;
 
+  # https://github.com/athanclark/sets/issues/1
+  sets = dontCheck super.sets;
+
 }