From 35b3d16bdebaa12340c36c39660b4744c4617ee2 Mon Sep 17 00:00:00 2001 From: Philipp Hausmann Date: Mon, 4 May 2015 16:20:11 +0200 Subject: [PATCH] haskell-data-hash: disable broken test suite --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f65e43c9b51..b0c628b9763 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;