From 57b5927d6a03696996c4b82715b49e38f774c402 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Oct 2013 11:00:04 +0200 Subject: [PATCH] haskell-cryptohash: re-enable the test suite --- pkgs/development/libraries/haskell/cryptohash/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix index ae0950d1152..839bf4518a1 100644 --- a/pkgs/development/libraries/haskell/cryptohash/default.nix +++ b/pkgs/development/libraries/haskell/cryptohash/default.nix @@ -11,7 +11,6 @@ cabal.mkDerivation (self: { byteable HUnit QuickCheck testFramework testFrameworkHunit testFrameworkQuickcheck2 ]; - doCheck = false; meta = { homepage = "http://github.com/vincenthz/hs-cryptohash"; description = "collection of crypto hashes, fast, pure and practical";