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 = [
|
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user