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-02-22 14:33:14 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:23 +0100
commit31073f367e0f6362e1f4a2c36e1f5fe4e29f7464 (patch)
tree396a5c7176fc574721ea9631063b2930e39049cd /pkgs/development/haskell-modules/configuration-common.nix
parent3cfa24338d708ec4ce47b4ae40841d2cd8db9781 (diff)
downloadnixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.tar
nixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.tar.gz
nixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.tar.bz2
nixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.tar.lz
nixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.tar.xz
nixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.tar.zst
nixpkgs-31073f367e0f6362e1f4a2c36e1f5fe4e29f7464.zip
haskell-configuration-tools: build succeeds with GHC 7.8.x now
Test suite is broken, though.
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 3f5273806fd..cc9ed3709ed 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -563,6 +563,9 @@ self: super: {
   # https://github.com/mikeizbicki/hmm/issues/12
   hmm = markBroken super.hmm;
 
+  # https://github.com/alephcloud/hs-configuration-tools/issues/40
+  configuration-tools = dontCheck super.configuration-tools;
+
 } // {
 
   # Not on Hackage.