forked from mirrors/nixpkgs
haskell-mpppc: jailbreak to support recent versions of ansi-terminal
This commit is contained in:
parent
1b0456c28b
commit
45a0d65bce
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.1.3";
|
||||
sha256 = "1zcilskpslpqyrbwpabwbry4p3kpcfca94wchh9dkq9g8pg8laxi";
|
||||
buildDepends = [ ansiTerminal split text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Multi-dimensional parametric pretty-printer with color";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in a new issue