From 185439ca5f283245f8f524bd85340de634a501ad Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Aug 2013 18:55:50 +0200 Subject: [PATCH] haskell-crypto-cipher-types: disable test suite https://github.com/vincenthz/hs-crypto-cipher/issues/29 --- .../libraries/haskell/crypto-cipher-types/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/crypto-cipher-types/default.nix b/pkgs/development/libraries/haskell/crypto-cipher-types/default.nix index 14edcbc99cb..daa75817673 100644 --- a/pkgs/development/libraries/haskell/crypto-cipher-types/default.nix +++ b/pkgs/development/libraries/haskell/crypto-cipher-types/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { byteable HUnit mtl QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; + doCheck = false; meta = { homepage = "http://github.com/vincenthz/hs-crypto-cipher"; description = "Generic cryptography cipher types";