3
0
Fork 0
forked from mirrors/nixpkgs

haskell: jailbreak pipes-network

This commit is contained in:
Benno Fünfstück 2014-04-13 18:40:59 +02:00
parent 7f4afcda7e
commit 57a9eaab67

View file

@ -7,11 +7,11 @@ 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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
})