haskell-conduit: disable test suite to work around https://github.com/snoyberg/conduit/issues/142

This commit is contained in:
Peter Simons 2014-03-21 22:59:31 +01:00
parent b1ad3e9dee
commit 9443e618ff

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
testDepends = [
hspec mtl QuickCheck resourcet text transformers void
];
doCheck = false;
meta = {
homepage = "http://github.com/snoyberg/conduit";
description = "Streaming data processing library";