mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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 New Issue
Block a user