haskell-cryptohash: disable test suite to avoid build errors
https://github.com/vincenthz/hs-cryptohash/issues/17
This commit is contained in:
parent
1f7957329c
commit
f3e8d77ebf
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||||
byteable HUnit QuickCheck testFramework testFrameworkHunit
|
byteable HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cryptohash";
|
homepage = "http://github.com/vincenthz/hs-cryptohash";
|
||||||
description = "collection of crypto hashes, fast, pure and practical";
|
description = "collection of crypto hashes, fast, pure and practical";
|
||||||
|
|
Loading…
Reference in New Issue