2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-03-10 00:26:26 +01:00
|
|
|
{ cabal, nats, semigroups, terminfo, text, transformers
|
|
|
|
, wlPprintExtras
|
2013-02-26 11:38:29 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "wl-pprint-terminfo";
|
2014-01-16 11:54:50 +01:00
|
|
|
version = "3.7.1";
|
|
|
|
sha256 = "04220hgrjjsz0ir65s6ynrjgdmqlfcw49fb158w7wgxxh69kc7h6";
|
2013-02-26 11:38:29 +01:00
|
|
|
buildDepends = [
|
2013-03-10 00:26:26 +01:00
|
|
|
nats semigroups terminfo text transformers wlPprintExtras
|
2013-02-26 11:38:29 +01:00
|
|
|
];
|
2014-01-15 14:03:24 +01:00
|
|
|
jailbreak = true;
|
2013-02-26 11:38:29 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/wl-pprint-terminfo/";
|
|
|
|
description = "A color pretty printer with terminfo support";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|