From 459ede29282b268d60a3ef73a54098df81816b60 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Jul 2017 19:40:25 +0200 Subject: 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. --- sorbot.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'sorbot.cabal') 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 -- cgit v1.2.3