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
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-cryptohash";
|
||||
description = "collection of crypto hashes, fast, pure and practical";
|
||||
|
Loading…
Reference in New Issue
Block a user