-
Notifications
You must be signed in to change notification settings - Fork 5
/
intolerable-bot.cabal
57 lines (55 loc) · 1.23 KB
/
intolerable-bot.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
name: intolerable-bot
version: 0.2.0.0
description: bot for posting helpful links to people who are new to Dota on reddit.com/r/Dota2
license: BSD3
license-file: LICENSE
author: Fraser Murray
maintainer: fraser.m.murray@gmail.com
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Bot
other-modules:
Args
Control.Applicative.Trans.Either
Control.Concurrent.WriteSem
build-depends:
base == 4.8.*,
aeson,
async,
binary,
bounded,
containers,
data-counter,
data-default-class,
naive-bayes,
optparse-applicative,
reddit,
stm,
text,
time,
transformers,
yaml
hs-source-dirs: src/
default-language: Haskell2010
default-extensions:
FlexibleContexts
LambdaCase
OverloadedStrings
StandaloneDeriving
UndecidableInstances
ViewPatterns
ghc-options: -Wall
executable intolerable-bot
main-is: Main.hs
default-extensions:
FlexibleContexts,
OverloadedStrings
build-depends:
base == 4.8.*,
intolerable-bot
hs-source-dirs: ./
default-language: Haskell2010
ghc-options: -Wall