haskell-cryptohash: disable test suite to avoid build errors

https://github.com/vincenthz/hs-cryptohash/issues/17
This commit is contained in:
Peter Simons 2013-10-10 14:26:14 +02:00
parent 1f7957329c
commit f3e8d77ebf

View File

@ -11,6 +11,7 @@ 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";