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

{ cabal, syb }:

cabal.mkDerivation (self: {
  pname = "show";
  version = "0.6";
  sha256 = "15bvfffnr034z8wbmhxa8h5qskbxwbflk434dx023l1qlm3sjmsg";
  buildDepends = [ syb ];
  meta = {
    description = "'Show' instances for Lambdabot";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})