aboutsummaryrefslogtreecommitdiffstats
path: root/sorbot.cabal
diff options
context:
space:
mode:
authorTeddy Wing2017-07-30 19:40:25 +0200
committerTeddy Wing2017-07-30 19:40:25 +0200
commit459ede29282b268d60a3ef73a54098df81816b60 (patch)
treefaf03aebf48abfb65c717b9fefc702c42459efbc /sorbot.cabal
parente4b00259ec4c1338f766561aba3b7a3a3159d216 (diff)
downloadsorbot-459ede29282b268d60a3ef73a54098df81816b60.tar.bz2
Move GitHub Commit plugin to its own module
Extract the GitHub commit plugin code from "Plugin.hs" into its own module. Now that we have things more set up and working to a certain degree, we can split the code out.
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 a581bea..26e2db9 100644
--- a/sorbot.cabal
+++ b/sorbot.cabal
@@ -18,6 +18,7 @@ library
exposed-modules: Lib
, Plugin
, Plugin.Base
+ , Plugin.GitHubCommit
build-depends: base >= 4.7 && < 5
, regex-tdfa
default-language: Haskell2010