haskell-wl-pprint-terminfo: jailbreak to fix build with latest 'terminfo'

This commit is contained in:
Peter Simons 2014-01-15 14:03:24 +01:00
parent ce8349d1fb
commit 36fd5f1cce

View file

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [
nats semigroups terminfo text transformers wlPprintExtras
];
jailbreak = true;
meta = {
homepage = "http://github.com/ekmett/wl-pprint-terminfo/";
description = "A color pretty printer with terminfo support";