summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/show/default.nix
blob: cc8cf94c9d62a6e55e159e1a28b05e6648a5353b (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, 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;
  };
})