-
Notifications
You must be signed in to change notification settings - Fork 26
/
snap-website.cabal
50 lines (45 loc) · 1.26 KB
/
snap-website.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
Name: snap-website
Version: 1.0
Synopsis: The Snap Framework Website
Homepage: http://snapframework.com
License: BSD3
License-file: LICENSE
Author: James Sanders, Gregory Collins, Doug Beardsley
Maintainer: [email protected]
Stability: Experimental
Category: Web
Build-type: Simple
Cabal-version: >=1.2
Executable snap-website
hs-source-dirs: src
main-is: Main.hs
Build-depends:
base >= 4 && < 5,
blaze-html,
bytestring,
containers,
directory,
filepath,
heist >= 1.0 && < 1.1,
lens,
lifted-base >= 0.2 && < 0.3,
map-syntax >= 0.1 && < 0.3,
mtl >= 2 && <3,
process,
snap >= 1.0 && <1.1,
snap-core >= 1.0 && <1.1,
snap-server >= 1.0 && <1.1,
snap-static-pages >= 1.0 && < 1.1,
text,
time,
transformers,
utf8-string,
xmlhtml >= 0.1 && < 0.3
ghc-prof-options: -prof -auto-all
if impl(ghc >= 6.12.0)
ghc-options: -O2 -Wall -fwarn-tabs -funbox-strict-fields
-threaded -fno-warn-unused-do-bind -rtsopts
else
ghc-options: -O2 -Wall -fwarn-tabs -funbox-strict-fields
-threaded -rtsopts
Extensions: OverloadedStrings