about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-04 18:09:04 +0200
committerPeter Simons <simons@cryp.to>2015-05-04 18:09:04 +0200
commitf9e31617a39b21e88726496c22f84851ba42864b (patch)
tree43b5601c65b061a01b0c2c90c497a34076d741e0 /pkgs
parentc9944694e55ed7e264040c9b529744e6bbe1b65a (diff)
parent35b3d16bdebaa12340c36c39660b4744c4617ee2 (diff)
downloadnixlib-f9e31617a39b21e88726496c22f84851ba42864b.tar
nixlib-f9e31617a39b21e88726496c22f84851ba42864b.tar.gz
nixlib-f9e31617a39b21e88726496c22f84851ba42864b.tar.bz2
nixlib-f9e31617a39b21e88726496c22f84851ba42864b.tar.lz
nixlib-f9e31617a39b21e88726496c22f84851ba42864b.tar.xz
nixlib-f9e31617a39b21e88726496c22f84851ba42864b.tar.zst
nixlib-f9e31617a39b21e88726496c22f84851ba42864b.zip
Merge pull request #7693 from phile314/data-hash-fix
haskell-data-hash: disable broken test suite
Diffstat (limited to 'pkgs')
-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 f65e43c9b51e..b0c628b9763a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -349,6 +349,7 @@ self: super: {
   conduit-connection = dontCheck super.conduit-connection;
   craftwerk = dontCheck super.craftwerk;
   damnpacket = dontCheck super.damnpacket;              # http://hydra.cryp.to/build/496923/log
+  data-hash = dontCheck super.data-hash;
   Deadpan-DDP = dontCheck super.Deadpan-DDP;            # http://hydra.cryp.to/build/496418/log/raw
   DigitalOcean = dontCheck super.DigitalOcean;
   directory-layout = dontCheck super.directory-layout;