summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-15 11:00:04 +0200
committerPeter Simons <simons@cryp.to>2013-10-15 11:59:12 +0200
commit57b5927d6a03696996c4b82715b49e38f774c402 (patch)
treef849901eb84337ef439e844ab8b7bc32709a348f /pkgs
parent7edfd67fe00be0963ce8c8d03c8a206f3ac77a92 (diff)
downloadnixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.tar
nixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.tar.gz
nixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.tar.bz2
nixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.tar.lz
nixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.tar.xz
nixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.tar.zst
nixpkgs-57b5927d6a03696996c4b82715b49e38f774c402.zip
haskell-cryptohash: re-enable the test suite
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/cryptohash/default.nix1
1 files changed, 0 insertions, 1 deletions
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";