-
Notifications
You must be signed in to change notification settings - Fork 0
/
aviv.cabal
38 lines (33 loc) · 937 Bytes
/
aviv.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
name: aviv
version: 0.0.0
cabal-version: >= 1.8
build-type: Simple
extra-source-files: routes
executable aviv
main-is: Main.hs
hs-source-dirs: ., config
other-modules: Application
Foundation
Config
Add
Facebook
Home
ghc-options: -Wall -fwarn-tabs -O2
build-depends: aeson
, base
, bytestring
, http-conduit
, lens
, lens-aeson
, stringsearch
, time
, text
, vector
, wai
, wai-app-static
, wai-cors
, warp
, yaml
, yesod-core
, yesod-static
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N