import Haskell template library from Hackage
This commit is contained in:
parent
889b3f5f83
commit
0e3f66d051
15
pkgs/development/libraries/haskell/template/default.nix
Normal file
15
pkgs/development/libraries/haskell/template/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, mtl, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "template";
|
||||
version = "0.2.0.9";
|
||||
sha256 = "0i1xq6nj240gddbd8d5m42gzix16k81wqmirpy5a4fssnkpwjqnb";
|
||||
buildDepends = [ mtl text ];
|
||||
meta = {
|
||||
description = "Simple string substitution";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2265,6 +2265,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
tcacheAWS = callPackage ../development/libraries/haskell/tcache-AWS {};
|
||||
|
||||
template = callPackage ../development/libraries/haskell/template {};
|
||||
|
||||
templateDefault = callPackage ../development/libraries/haskell/template-default {};
|
||||
|
||||
temporary = callPackage ../development/libraries/haskell/temporary {};
|
||||
|
Loading…
Reference in New Issue
Block a user