haskell: jailbreak pipes-network
This commit is contained in:
parent
7f4afcda7e
commit
57a9eaab67
@ -7,11 +7,11 @@ 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";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user