haskell-crypto-cipher-types: disable test suite
https://github.com/vincenthz/hs-crypto-cipher/issues/29
This commit is contained in:
parent
ea27769a61
commit
185439ca5f
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
byteable HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
||||
description = "Generic cryptography cipher types";
|
||||
|
|
Loading…
Reference in New Issue