forked from mirrors/nixpkgs
16 lines
464 B
Nix
16 lines
464 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "GenericPretty";
|
|
version = "1.2.1";
|
|
sha256 = "0bb70mic7srr7x8k83d1i0m0a32gm72zr78ccdf3ckchj9136php";
|
|
meta = {
|
|
homepage = "https://github.com/RazvanRanca/GenericPretty";
|
|
description = "A generic, derivable, haskell pretty printer";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|