haskell-process-conduit: temporarily disable tests

The tests have not been ported to use conduit-1.1 yet (there is a pull
request pending on GitHub).
This commit is contained in:
John Wiegley 2014-05-29 07:29:20 +00:00
parent c0d39ba93a
commit d58370db24

View File

@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
text
];
testDepends = [ conduit hspec ];
# This check is being disabled until process-conduit is updated to properly
# support conduit 1.1.x
doCheck = false;
meta = {
homepage = "http://github.com/tanakh/process-conduit";
description = "Conduits for processes";