haskell-th-reify-many: add version 0.1.2
This commit is contained in:
parent
a598d4eafc
commit
00d0b22fe3
16
pkgs/development/libraries/haskell/th-reify-many/default.nix
Normal file
16
pkgs/development/libraries/haskell/th-reify-many/default.nix
Normal file
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
@ -2642,6 +2642,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
threads = callPackage ../development/libraries/haskell/threads {};
|
||||
|
||||
thReifyMany = callPackage ../development/libraries/haskell/th-reify-many {};
|
||||
|
||||
Thrift = callPackage ../development/libraries/haskell/Thrift {};
|
||||
|
||||
thyme = callPackage ../development/libraries/haskell/thyme {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user