Add wl-pprint-1.1, wl-pprint-extras-3.3, and wl-pprint-terminfo-3.4.

This commit is contained in:
Peter Simons
2013-02-26 11:38:29 +01:00
parent 2fca1deeb2
commit 58428ff4ff
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "wl-pprint";
version = "1.1";
sha256 = "16kp3fkh0x9kgzk6fdqrm8m0v7b5cgbv0m3x63ybbp5vxbhand06";
meta = {
description = "The Wadler/Leijen Pretty Printer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})