-
Notifications
You must be signed in to change notification settings - Fork 0
/
domino.cabal
52 lines (49 loc) · 1.41 KB
/
domino.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
Name: domino
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 domino
hs-source-dirs: src
main-is: Main.hs
Build-depends:
adjunctions,
aeson,
amazonka,
amazonka-core,
amazonka-s3,
amazonka-ses,
base,
bytestring,
classy-prelude,
conduit,
conduit-extra,
filepath,
JuicyPixels,
lens,
lucid,
-- MonadCatchIO-transformers,
mtl,
postgresql-simple,
pretty,
repa,
resourcet,
servant >= 0.7,
servant-lucid,
servant-server,
text,
vector,
wai,
warp,
wreq
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