1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-process-conduit: update to version 1.1.0.0

This commit is contained in:
Peter Simons 2014-06-03 11:35:44 +02:00
parent e49f8f6e4b
commit e017e4cad6

View file

@ -11,8 +11,6 @@ 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";