summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/annotated-wl-pprint/default.nix
blob: efefdc78f0d898d757f90fd9c7d184f7f2705dc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "annotated-wl-pprint";
  version = "0.5.3";
  sha256 = "0g8b4hmgh7jhiknfrlaqr9sxr7a6sikkpaws15dy8mg4r792bbis";
  meta = {
    homepage = "https://github.com/david-christiansen/annotated-wl-pprint";
    description = "The Wadler/Leijen Pretty Printer, with annotation support";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})