haskell-th-reify-many: add version 0.1.2

This commit is contained in:
Peter Simons 2014-10-31 11:31:08 +01:00
parent a598d4eafc
commit 00d0b22fe3
2 changed files with 18 additions and 0 deletions

View 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;
};
})

View File

@ -2642,6 +2642,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
threads = callPackage ../development/libraries/haskell/threads {}; threads = callPackage ../development/libraries/haskell/threads {};
thReifyMany = callPackage ../development/libraries/haskell/th-reify-many {};
Thrift = callPackage ../development/libraries/haskell/Thrift {}; Thrift = callPackage ../development/libraries/haskell/Thrift {};
thyme = callPackage ../development/libraries/haskell/thyme {}; thyme = callPackage ../development/libraries/haskell/thyme {};