-
Notifications
You must be signed in to change notification settings - Fork 4
/
scotty-hastache.cabal
49 lines (41 loc) · 1.93 KB
/
scotty-hastache.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: scotty-hastache
version: 0.2.1
homepage: https://github.com/scotty-web/scotty-hastache
bug-reports: https://github.com/scotty-web/scotty-hastache/issues
synopsis: Easy Mustache templating support for Scotty
description: This library provides a small templating DSL extension
for Scotty via the `hastache` library.
.
[Scotty] is a light-weighted Web framework\/router <http://hackage.haskell.org/package/scotty>
.
[Hashache] is a Haskell implementation of the Mustache templates: <http://mustache.github.io/>, <http://hackage.haskell.org/package/hastache>
license: BSD3
license-file: LICENSE
author: Dan Frumin
maintainer: [email protected]
copyright: (c) 2013-2014 Dan Frumin <[email protected]>
category: Web
stability: experimental
build-type: Simple
cabal-version: >=1.10
extra-source-files: changelog
examples/hastachetest.hs
examples/templates/greet.html
library
exposed-modules: Web.Scotty.Hastache
build-depends: base >= 4.4 && < 5,
containers >= 0.5.0.0,
filepath >= 1.3.0.0,
hastache >= 0.6.0,
http-types >= 0.7.3.0.1,
mtl >= 2.1.2,
scotty >= 0.7,
text >= 0.11.3.1,
wai >= 1.3.0.1,
warp >= 1.3.4.1
hs-source-dirs: src
GHC-options: -Wall -fno-warn-orphans
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/scotty-web/scotty-hastache.git