From e4c7930b4844fd076cb88a2c4de4d30976adbdf5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 22 Apr 2013 11:40:50 +0200 Subject: [PATCH] haskell-hashable-1.2.0.6: the test suite doesn't compile --- pkgs/development/libraries/haskell/hashable/1.2.0.6.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/hashable/1.2.0.6.nix b/pkgs/development/libraries/haskell/hashable/1.2.0.6.nix index 3cf4aaafaea..efe37c9162d 100644 --- a/pkgs/development/libraries/haskell/hashable/1.2.0.6.nix +++ b/pkgs/development/libraries/haskell/hashable/1.2.0.6.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { HUnit QuickCheck random testFramework testFrameworkHunit testFrameworkQuickcheck2 text ]; + doCheck = false; meta = { homepage = "http://github.com/tibbe/hashable"; description = "A class for types that can be converted to a hash value";