haskell-crypto-cipher-types: disable test suite

https://github.com/vincenthz/hs-crypto-cipher/issues/29
This commit is contained in:
Peter Simons 2013-08-11 18:55:50 +02:00
parent ea27769a61
commit 185439ca5f

View File

@ -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";