-
Notifications
You must be signed in to change notification settings - Fork 3
/
neobot.cabal
53 lines (51 loc) · 1.74 KB
/
neobot.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
name: neobot
version: 0.1.0.0
synopsis: A cool IRC bot
description: A cool IRC bot
homepage: https://github.com/neobrain/neobot
license: BSD3
license-file: LICENSE
author: Tony Wasserka
maintainer: neobrainx@gmail.com
copyright: 2016 Tony Wasserka
build-type: Simple
extra-source-files:
app/Config.hs,
app/Ghhooks.hs
cabal-version: >=1.10
executable neobot
hs-source-dirs: app
main-is: bot.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -dynamic
build-depends: base,
aeson >= 0.11.0.0,
async,
basic-prelude == 0.5.2,
blaze-builder,
bytestring,
containers,
either,
github,
github-post-receive,
hashable,
heist == 0.14.1.4,
http-conduit == 2.1.10.1,
http-types,
irc-conduit,
lens,
mediawiki,
network,
random,
regex-posix,
split,
stm,
text,
unordered-containers,
wai == 3.2.1.1,
wai-logger == 2.2.7,
warp == 3.2.6
default-language: Haskell2010
extensions: OverloadedStrings, TupleSections, FlexibleContexts, ViewPatterns
source-repository head
type: git
location: https://github.com/neobrain/neobot