-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvenweb.cabal
More file actions
28 lines (27 loc) · 984 Bytes
/
venweb.cabal
File metadata and controls
28 lines (27 loc) · 984 Bytes
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
name: venweb
version: 1.0
build-type: Simple
cabal-version: >= 1.22
executable venweb
main-is: Main.hs
default-language: Haskell2010
default-extensions: DataKinds,
DeriveGeneric,
OverloadedStrings,
TypeFamilies,
TypeOperators
ghc-options: -O2 -Wall -threaded -rtsopts
build-depends: base >= 4.7,
transformers,
aeson >= 0.9.0.0,
text >= 1.2,
scotty >= 0.9.1,
wai-middleware-static >= 0.6,
hxt >= 9.3,
http-conduit >= 2.1.5,
containers,
parallel-io >= 0.3,
bytestring >= 0.10,
http-types >= 0.8.5,
data-default >= 0.5,
network >= 2.6.0.2