From d7599fd70e0918ce5871c287574a2dbb21f73f85 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Aug 2017 10:45:23 +0200 Subject: 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. --- src/Plugin.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Plugin.hs') diff --git a/src/Plugin.hs b/src/Plugin.hs index 30b5ab8..9e5bcdd 100644 --- a/src/Plugin.hs +++ b/src/Plugin.hs @@ -10,7 +10,7 @@ import Text.Regex.TDFA import qualified Message as M import Plugin.Base -import qualified Plugin.PluginList as PL (plugins) +import qualified PluginList as PL (plugins) import Plugin.Help -- | Get the first plugin that matches the given message text. -- cgit v1.2.3