-
Notifications
You must be signed in to change notification settings - Fork 0
/
twic.cabal
71 lines (67 loc) · 1.5 KB
/
twic.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
70
71
Name: twic
Version: 0.1
Synopsis: Project Synopsis Here
Description: Project Description Here
License: AllRightsReserved
Author: Author
Maintainer: maintainer@example.com
Stability: Experimental
Category: Web
Build-type: Simple
Cabal-version: >=1.2
Flag development
Description: Whether to build the server in development (interpreted) mode
Default: False
Flag old-base
default: False
manual: False
Executable twic
hs-source-dirs: src
main-is: Main.hs
Build-depends:
bytestring >= 0.9.1
, base
, aeson
, authenticate-oauth
, http-conduit
, text
, async
, utf8-string
, http-types
, wai >= 1.3
, wai-extra >= 1.3
, warp >= 1.3
, blaze-html >= 0.5
, blaze-markup >= 0.5.1
, blaze-builder
, transformers
, clay
, regex-posix
, lifted-base
, parsec
, split
, wai-app-static
, system-fileio
, wai-dispatch
, mtl
, acid-state
, safecopy
, websockets
, wai-websockets
, twitter-conduit >= 0.1.0
, aeson-lens
, twitter-types-lens
, lens
, lens-action
, conduit-extra
, conduit
, twitter-types >= 0.7.0
, unordered-containers
, uuid
, time
, hslogger
, unix
, containers
, file-embed
, process
, configurator