forked from mirrors/nixpkgs
Merge pull request #2238 from bennofs/haskell-jailbreak-pipes-network
haskell: jailbreak pipes-network
This commit is contained in:
commit
cd64124f46
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue