-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbckspc-bot.cabal
44 lines (42 loc) · 1.44 KB
/
bckspc-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
-- Initial bckspc-bot.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: bckspc-bot
version: 0.3
synopsis: An IRC bot for the Backspace hackerspace in Bamberg
-- description:
homepage: https://github.com/k00mi/bckspc-bot
license: MIT
license-file: LICENSE
author: Lukas Braun <[email protected]>
maintainer: Lukas Braun <[email protected]>
-- copyright:
category: Network
build-type: Simple
cabal-version: >=1.8
executable bckspc-bot
hs-source-dirs: src
main-is: Main.hs
other-modules: Commands, Utils, EventEnv, Config, Monitor, Redmine
build-depends: base >=4.6,
bytestring >=0.10.0.2,
simpleirc >=0.4,
containers >=0.5,
http-client >=0.3.5,
http-client-tls,
aeson >=0.7,
transformers >= 0.3,
network,
unordered-containers,
text,
attoparsec,
mqtt-hs >= 1.0,
unix >=2.6.0.1,
stm >=2.4.2,
directory
extensions: TemplateHaskell,
OverloadedStrings,
TupleSections,
MultiWayIf
ghc-options: -Wall
-fno-warn-unused-do-bind
-fno-warn-type-defaults