aboutsummaryrefslogtreecommitdiffstats
path: root/sorbot.cabal
diff options
context:
space:
mode:
authorTeddy Wing2017-08-13 19:03:02 +0200
committerTeddy Wing2017-08-13 19:03:02 +0200
commit5f157d66a001224fd623b63e92505aa058599942 (patch)
treeaaaf07fdb489e868209321e80be2ab45b6b58a64 /sorbot.cabal
parent9209ccaadc40c294c85a8191a02330abea133bd6 (diff)
downloadsorbot-5f157d66a001224fd623b63e92505aa058599942.tar.bz2
Lib.hs: Move IRC-related code to a new "IRC" module
Now that we have something sort of working on the IRC side of things, we can move it out into its own module to keep `Lib` clear and tidy.
Diffstat (limited to 'sorbot.cabal')
-rw-r--r--sorbot.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/sorbot.cabal b/sorbot.cabal
index 8b29113..f27aff6 100644
--- a/sorbot.cabal
+++ b/sorbot.cabal
@@ -16,6 +16,7 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Lib
+ , IRC
, Message
, Plugin
, Plugin.Base