18250b97ae
had added him earlier.
19 lines
583 B
Nix
19 lines
583 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, ansiTerminal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ansi-wl-pprint";
|
|
version = "0.6.7.1";
|
|
sha256 = "1by11bg1bd7z18hqgayk0w76hy5n63kmdl14gainlvfgr9jw506r";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ ansiTerminal ];
|
|
meta = {
|
|
homepage = "http://github.com/batterseapower/ansi-wl-pprint";
|
|
description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|