-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.cabal
31 lines (29 loc) · 818 Bytes
/
app.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
name: app
version: 0.1
cabal-version: >=1.10
build-type: Simple
author: me
executable app
build-depends:
base >= 4,
HTTP,
async,
http-conduit,
http-types,
conduit,
bytestring,
transformers,
random,
aeson,
text,
regex-posix,
unordered-containers,
time,
network-uri,
base64-bytestring,
case-insensitive,
connection
hs-source-dirs: src
ghc-options: -Wall -rtsopts -threaded
default-language: Haskell2010
main-is: Main.hs