Merge pull request #2238 from bennofs/haskell-jailbreak-pipes-network

haskell: jailbreak pipes-network
This commit is contained in:
Peter Simons
2014-04-15 16:11:10 +02:00
@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ buildDepends = [
network networkSimple pipes pipesSafe transformers network networkSimple pipes pipesSafe transformers
]; ];
jailbreak = true;
meta = { meta = {
homepage = "https://github.com/k0001/pipes-network"; homepage = "https://github.com/k0001/pipes-network";
description = "Use network sockets together with the pipes library"; description = "Use network sockets together with the pipes library";