Added ansi-wl-pprint lib for Haskell.
svn path=/nixpkgs/trunk/; revision=17634
This commit is contained in:
parent
d34b69e638
commit
ad30d22e82
@ -0,0 +1,12 @@
|
|||||||
|
{cabal, ansiTerminal}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "ansi-wl-pprint";
|
||||||
|
version = "0.5.0";
|
||||||
|
sha256 = "295e6924409012e3371db1bb5c02475614fcf1ea99e6bff45a5fc84fb13b8284";
|
||||||
|
propagatedBuildInputs = [ansiTerminal];
|
||||||
|
meta = {
|
||||||
|
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
@ -34,6 +34,10 @@ rec {
|
|||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ansiWLPprint = import ../development/libraries/haskell/ansi-wl-pprint {
|
||||||
|
inherit cabal ansiTerminal;
|
||||||
|
};
|
||||||
|
|
||||||
benchpress = import ../development/libraries/haskell/benchpress {
|
benchpress = import ../development/libraries/haskell/benchpress {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user