nixpkgs/pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
330 B
Nix

{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";
};
})