summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/th-reify-many/default.nix
blob: 940f8c8c29d7973011a03f54755d2d51d79a4213 (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, mtl, safe, thExpandSyns }:

cabal.mkDerivation (self: {
  pname = "th-reify-many";
  version = "0.1.2";
  sha256 = "1r7ran4vi2mrhcr6qil89cni6ci3dgm775lfw5ciml3gz1948vz9";
  buildDepends = [ mtl safe thExpandSyns ];
  meta = {
    homepage = "http://github.com/mgsloan/th-reify-many";
    description = "Recurseively reify template haskell datatype info";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})