haskell-pipes-shell: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-11-01 17:28:24 +01:00
parent 6b61f7124c
commit 6992d4d5dd

View file

@ -14,8 +14,8 @@ cabal.mkDerivation (self: {
testDepends = [
async hspec pipes pipesBytestring pipesSafe stm stmChans text
];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
description = "Create proper Pipes from System.Process";
license = self.stdenv.lib.licenses.bsd3;