-
Notifications
You must be signed in to change notification settings - Fork 4
/
nixbot.cabal
80 lines (79 loc) · 2.67 KB
/
nixbot.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: nixbot
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/Infinisil/nixbot#readme
license: MIT
license-file: LICENSE
author: Silvan Mosberger
maintainer: [email protected]
copyright: 2018 Silvan Mosberger
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: Readme.org
data-files: nix/*.nix
executable nixbot
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
ghc-options: -Wall
other-modules: Config
Utils
Plugins
Log
Frontend.Types
Frontend.AMQP
Plugins.Commands
Plugins.Karma
Plugins.Commands.Expand
Plugins.Commands.InclusiveLanguage
Plugins.Commands.Find
Plugins.Commands.Tell
Plugins.Commands.Locate
Plugins.Commands.Dynamic
Plugins.Commands.Shared
Plugins.Commands.RandomPr
Plugins.Commands.Escape
Plugins.Commands.Permalink
Plugins.Pr
Plugins.Leaked
Plugins.NixRepl
Plugins.Unreg
Types
NixEval
IRC
Paths_nixbot
build-depends: base >= 4.7 && < 5
, aeson
, amqp
, text
, stm
, stm-chans
, async
, containers
, github
, regex-tdfa
, bytestring
, mtl
, edit-distance
, directory
, filepath
, unordered-containers
, megaparsec
, process
, http-client
, http-types
, http-client-tls
, time
, optparse-applicative
, typed-process
, unix
, neat-interpolation
, vector
, random
, html-conduit
, conduit
, xml-types
, http-conduit
, xml-conduit