-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtweetov.cabal
36 lines (33 loc) · 1.05 KB
/
tweetov.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
Name: tweetov
Version: 0.3.0.0
Synopsis: Markov chains from tweets
License-file: LICENSE
Author: Jasper Van der Jeugt <[email protected]>
Maintainer: Jasper Van der Jeugt <[email protected]>
Stability: Experimental
Category: Network
Build-type: Simple
Cabal-version: >= 1.2
Executable tweetov
Ghc-options: -Wall -O2 -fno-warn-unused-do-bind -threaded
Main-is: Tweetov/Main.hs
Hs-source-dirs: src
Other-modules:
Tweetov.Application,
Tweetov.Views,
Tweetov.Twitter,
Tweetov.Twitter.Markov,
Tweetov.Data.Markov
Build-depends:
aeson >= 0.6 && < 0.7,
attoparsec >= 0.10 && < 0.11,
base >= 4 && < 5,
blaze-html >= 0.5 && < 0.7,
bytestring >= 0.9 && < 0.11,
containers >= 0.4 && < 0.6,
mtl >= 2.0 && < 2.2,
random >= 1.0 && < 1.1,
snap-blaze >= 0.1 && < 0.3,
snap-core >= 0.8 && < 0.10,
snap-server >= 0.8 && < 0.10,
text >= 0.11 && < 0.12