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 = [
|
testDepends = [
|
||||||
hspec mtl QuickCheck resourcet text transformers void
|
hspec mtl QuickCheck resourcet text transformers void
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Streaming data processing library";
|
description = "Streaming data processing library";
|
||||||
|
Loading…
Reference in New Issue
Block a user