haskell-network-transport-tcp: fix build with ghc < 7.8.2
This commit is contained in:
parent
8420a2e979
commit
05f78d60c1
@ -9,7 +9,9 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [ dataAccessor network networkTransport ];
|
||||
testDepends = [ network networkTransport networkTransportTests ];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|network >=.*,|network,|' -e 's|network >=.*|network|' network-transport-tcp.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://haskell-distributed.github.com";
|
||||
description = "TCP instantiation of Network.Transport";
|
||||
|
Loading…
Reference in New Issue
Block a user