aboutsummaryrefslogtreecommitdiffstats
path: root/sorbot.cabal
diff options
context:
space:
mode:
authorTeddy Wing2017-08-20 10:45:23 +0200
committerTeddy Wing2017-08-20 10:45:23 +0200
commitd7599fd70e0918ce5871c287574a2dbb21f73f85 (patch)
tree0dfb766ebe9b1226aade05eea0dfceb1623d4061 /sorbot.cabal
parent8373264c3b0c7ad13c7e207e70f2732c9f2dbc1a (diff)
downloadsorbot-d7599fd70e0918ce5871c287574a2dbb21f73f85.tar.bz2
Move `PluginList` out of `Plugin` directory
Asking for `Plugin.Plugin...` is redundant. Take this module out of the `Plugin` directory to eliminate the repetition in naming.
Diffstat (limited to 'sorbot.cabal')
-rw-r--r--sorbot.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/sorbot.cabal b/sorbot.cabal
index 62de431..7d23d3f 100644
--- a/sorbot.cabal
+++ b/sorbot.cabal
@@ -21,11 +21,11 @@ library
, IRC
, Message
, Plugin
+ , PluginList
, Plugin.Base
, Plugin.GitHubCommit
, Plugin.GitRemoteSetOrigin
, Plugin.Help
- , Plugin.PluginList
build-depends: base >= 4.7 && < 5
, bytestring
, irc-client