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
1 changed files with 1 additions and 0 deletions

View File

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