haskell-conduit: disable test suite to work around https://github.com/snoyberg/conduit/issues/142
This commit is contained in:
parent
b1ad3e9dee
commit
9443e618ff
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue