diff options
author | Teddy Wing | 2017-08-13 19:03:02 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-13 19:03:02 +0200 |
commit | 5f157d66a001224fd623b63e92505aa058599942 (patch) | |
tree | aaaf07fdb489e868209321e80be2ab45b6b58a64 /sorbot.cabal | |
parent | 9209ccaadc40c294c85a8191a02330abea133bd6 (diff) | |
download | sorbot-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.cabal | 1 |
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 |