haskell-ansi-wl-pprint: cosmenic, no functional change
svn path=/nixpkgs/trunk/; revision=28342
This commit is contained in:
parent
c5281ae175
commit
ef1d541c3b
9
pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
Normal file → Executable file
9
pkgs/development/libraries/haskell/ansi-wl-pprint/default.nix
Normal file → Executable file
@ -1,12 +1,15 @@
|
|||||||
{cabal, ansiTerminal}:
|
{cabal, ansiTerminal} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "ansi-wl-pprint";
|
pname = "ansi-wl-pprint";
|
||||||
version = "0.6.3";
|
version = "0.6.3";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user