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:
Peter Simons 2014-01-27 21:22:52 +01:00
parent cae97e9418
commit c13d4085a3

View file

@ -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";