Add wl-pprint-1.1, wl-pprint-extras-3.3, and wl-pprint-terminfo-3.4.
This commit is contained in:
12
pkgs/development/libraries/haskell/wl-pprint/default.nix
Normal file
12
pkgs/development/libraries/haskell/wl-pprint/default.nix
Normal 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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user