-
Notifications
You must be signed in to change notification settings - Fork 2
/
damn.cabal
56 lines (54 loc) · 1.86 KB
/
damn.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
name: damn
version: 0.11.0
synopsis: a dAmn ↔ IRC proxy
description: a dAmn ↔ IRC proxy
license: GPL
license-file: LICENSE
author: Joel Taylor
maintainer: [email protected]
build-Type: Simple
cabal-Version: >=1.10
category: Utils
source-repository head
type: git
location: git://github.com/joelteon/damn.git
executable damn
main-is: Main.hs
default-language: Haskell2010
build-depends: attoparsec,
base == 4.*,
bytestring,
containers,
cprng-aes,
damnpacket >= 0.5,
data-default,
exceptions,
HTTP,
lens >= 3.10,
mtl,
network,
regex-pcre-builtin,
stm,
text,
time,
tls,
tls-extra,
trifecta
other-modules: Kevin,
Kevin.Base,
Kevin.Chatrooms,
Kevin.Damn.Protocol,
Kevin.Damn.Protocol.Send,
Kevin.IRC.Packet,
Kevin.IRC.Protocol,
Kevin.IRC.Protocol.Send,
Kevin.Protocol,
Kevin.Settings,
Kevin.Types,
Kevin.Util.Entity,
Kevin.Util.Logger,
Kevin.Util.Tablump,
Kevin.Util.Token,
Kevin.Version
ghc-options: -Wall -Werror -fno-warn-unused-do-bind -threaded -O2
hs-source-dirs: src