haskell-mpppc: jailbreak to fix build with recent versions of GHC

This commit is contained in:
Peter Simons 2012-12-06 11:31:14 +01:00
parent 24d9f8b4e2
commit 1a8f9a46ef

View file

@ -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";