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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "prettyclass";
  version = "1.0.0.0";
  sha256 = "11l9ajci7nh1r547hx8hgxrhq8mh5gdq30pdf845wvilg9p48dz5";
  meta = {
    description = "Pretty printing class similar to Show";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})