haskell-cryptohash: re-enable the test suite

This commit is contained in:
Peter Simons
2013-10-15 11:59:12 +02:00
parent 7edfd67fe0
commit 57b5927d6a
@@ -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";