-
Notifications
You must be signed in to change notification settings - Fork 9
/
snaplet-fay.cabal
63 lines (56 loc) · 1.81 KB
/
snaplet-fay.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: snaplet-fay
version: 0.3.3.14
synopsis: Fay integration for Snap with request- and pre-compilation.
description: Fay integration for Snap with request based compilation during development and precompilation in production.
For more information, please see <https://github.com/bergmark/snaplet-fay>.
license: BSD3
license-file: LICENSE
author: Adam Bergmark
maintainer: [email protected]
homepage: https://github.com/faylang/snaplet-fay
bug-reports: https://github.com/faylang/snaplet-fay/issues
category: Web, Snap, Fay
build-type: Simple
cabal-version: >=1.8
extra-source-files:
LICENSE
README.md
CHANGELOG.md
--- Example
example/LICENSE
example/example.cabal
example/snaplets/fay/devel.cfg
example/snaplets/fay/js/.gitignore
example/snaplets/fay/src/Application/*.hs
example/snaplets/fay/src/*.hs
example/snaplets/heist/templates/*.tpl
example/log/.gitignore
example/src/*.hs
example/static/*.html
example/static/*.js
example/static/*.css
data-files:
resources/devel.cfg
source-repository head
type: git
location: https://github.com/faylang/snaplet-fay.git
library
ghc-options: -Wall
hs-source-dirs: src
exposed-modules:
Snap.Snaplet.Fay
Snap.Snaplet.Fay.Internal
other-modules:
Paths_snaplet_fay
build-depends:
base >= 4.5 && < 5
, aeson >= 0.6 && < 1.2
, bytestring >= 0.9 && < 0.11
, configurator >= 0.2 && < 0.4
, directory >= 1.1 && < 1.4
, fay >= 0.20 && < 0.24
, filepath >= 1.3 && < 1.5
, mtl >= 2.1 && < 2.3
, snap >= 0.11.1 && < 1.1
, snap-core >= 0.9.3.1 && < 1.1
, transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.6