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
|
byteable HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
||||||
description = "Generic cryptography cipher types";
|
description = "Generic cryptography cipher types";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user