forked from mirrors/nixpkgs
haskell-network-conduit: disable test suite to fix build errors with GHC 7.4.2
https://github.com/snoyberg/conduit/issues/134
This commit is contained in:
parent
cae97e9418
commit
c13d4085a3
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||
conduit liftedBase monadControl network transformers
|
||||
];
|
||||
testDepends = [ conduit ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Stream socket data using conduits";
|
||||
|
|
Loading…
Reference in a new issue