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
commit cd64124f46

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [
network networkSimple pipes pipesSafe transformers
];
jailbreak = true;
meta = {
homepage = "https://github.com/k0001/pipes-network";
description = "Use network sockets together with the pipes library";