haskell-mpppc: jailbreak to fix build with recent versions of GHC
This commit is contained in:
parent
24d9f8b4e2
commit
1a8f9a46ef
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.1.2";
|
||||
sha256 = "1zms71wx5a6rd60xy1pv6g1kxlx0hzh36pbr5a5lkfflc583z1k5";
|
||||
buildDepends = [ ansiTerminal split text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Multi-dimensional parametric pretty-printer with color";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in New Issue