-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomeworkpp.cabal
69 lines (62 loc) · 1.94 KB
/
homeworkpp.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
64
65
66
67
68
69
Name: homeworkpp
Version: 0.1
Synopsis: Project Synopsis Here
Description: Project Description Here
License: AllRightsReserved
Author: Author
Maintainer: [email protected]
Stability: Experimental
Category: Web
Build-type: Simple
Cabal-version: >=1.2
Executable homeworkpp
hs-source-dirs: src
main-is: Main.hs
Build-depends:
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.11,
MonadCatchIO-transformers >= 0.2.1 && < 0.4,
mtl >= 2 && < 3,
snap-core >= 0.9.2 && < 0.10,
snap-server >= 0.9.2 && < 0.10,
blaze-builder,
blaze-html >= 0.4.3.1,
blaze-markup >= 0.5.1.0,
text,
data-lens >= 2.10.2,
data-lens-template,
snap >= 0.9 && < 0.10,
snaplet-mongodb-minimalistic >= 0.0.6.5,
mongoDB >= 1.3.0,
random >= 1.0.1.1,
cryptohash >= 0.7.5,
aeson >= 0.6.0.2,
email-validate >= 0.2.8,
time >= 1.4,
old-locale >= 1.0.0.4,
hamlet >= 1.1,
containers >= 0.4
if impl(ghc >= 6.12.0)
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-unused-do-bind
else
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
Executable hppshell
hs-source-dirs: src
main-is: ShellMain.hs
Build-depends:
base >= 4 && < 5,
mongoDB >= 1.3.0,
random >= 1.0.1.1,
cryptohash >= 0.7.5,
aeson >= 0.6.0.2,
email-validate >= 0.2.8,
time >= 1.4,
containers >= 0.4,
bson >= 0.2.1,
interpolatedstring-perl6 >= 0.9
if impl(ghc >= 6.12.0)
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-unused-do-bind
else
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2