haskell-pipes-shell: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
a067fa13f2
commit
171c2a26c2
|
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||||
async hspec pipes pipesBytestring pipesSafe stm stmChans text
|
async hspec pipes pipesBytestring pipesSafe stm stmChans text
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Create proper Pipes from System.Process";
|
description = "Create proper Pipes from System.Process";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue