Add scottyHastache haskell package
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
32cd198d8f
commit
15282d8228
@ -0,0 +1,19 @@
|
|||||||
|
{ cabal, blazeHtml, blazeMarkup, filepath, hastache, httpTypes, mtl
|
||||||
|
, scotty, text, wai, warp
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "scotty-hastache";
|
||||||
|
version = "0.2.0";
|
||||||
|
sha256 = "105cxlasj4sl4ddzg8ms6k95078q10zcm2c86jcn76s0jmv95669";
|
||||||
|
buildDepends = [
|
||||||
|
blazeHtml blazeMarkup filepath hastache httpTypes mtl scotty text
|
||||||
|
wai warp
|
||||||
|
];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/scotty-web/scotty-hastache";
|
||||||
|
description = "Easy Mustache templating support for Scotty";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -2080,6 +2080,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||||||
|
|
||||||
scotty = callPackage ../development/libraries/haskell/scotty {};
|
scotty = callPackage ../development/libraries/haskell/scotty {};
|
||||||
|
|
||||||
|
scottyHastache = callPackage ../development/libraries/haskell/scotty-hastache {};
|
||||||
|
|
||||||
securemem = callPackage ../development/libraries/haskell/securemem {};
|
securemem = callPackage ../development/libraries/haskell/securemem {};
|
||||||
|
|
||||||
sendfile = callPackage ../development/libraries/haskell/sendfile {};
|
sendfile = callPackage ../development/libraries/haskell/sendfile {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user