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
|
conduit liftedBase monadControl network transformers
|
||||||
];
|
];
|
||||||
testDepends = [ conduit ];
|
testDepends = [ conduit ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Stream socket data using conduits";
|
description = "Stream socket data using conduits";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user