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:
parent
c0d39ba93a
commit
d58370db24
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user