nixpkgs/pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
Andres Löh d7d0700d18 Added test-framework.
svn path=/nixpkgs/trunk/; revision=27695
2011-07-10 17:38:21 +00:00

13 lines
318 B
Nix

{cabal, ansiTerminal}:
cabal.mkDerivation (self : {
pname = "ansi-wl-pprint";
version = "0.6.3";
sha256 = "1cpkfn1ld0sjysksdsxxwwy1b17s4smmzk8y88y9mb81vgwlalkl";
propagatedBuildInputs = [ansiTerminal];
meta = {
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
};
})