haskell-ansi-wl-pprint: cosmenic, no functional change

svn path=/nixpkgs/trunk/; revision=28342
This commit is contained in:
Peter Simons 2011-08-07 22:02:44 +00:00
parent c5281ae175
commit ef1d541c3b

View File

@ -6,7 +6,10 @@ cabal.mkDerivation (self : {
sha256 = "1cpkfn1ld0sjysksdsxxwwy1b17s4smmzk8y88y9mb81vgwlalkl"; sha256 = "1cpkfn1ld0sjysksdsxxwwy1b17s4smmzk8y88y9mb81vgwlalkl";
propagatedBuildInputs = [ ansiTerminal ]; propagatedBuildInputs = [ ansiTerminal ];
meta = { meta = {
homepage = "http://github.com/batterseapower/ansi-wl-pprint";
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output"; description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
}; };
}) })