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 ];
|
buildDepends = [ dataAccessor network networkTransport ];
|
||||||
testDepends = [ network networkTransport networkTransportTests ];
|
testDepends = [ network networkTransport networkTransportTests ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
jailbreak = true;
|
patchPhase = ''
|
||||||
|
sed -i -e 's|network >=.*,|network,|' -e 's|network >=.*|network|' network-transport-tcp.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell-distributed.github.com";
|
homepage = "http://haskell-distributed.github.com";
|
||||||
description = "TCP instantiation of Network.Transport";
|
description = "TCP instantiation of Network.Transport";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user