diff options
author | tv <tv@krebsco.de> | 2019-01-21 19:44:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-21 19:44:39 +0100 |
commit | a00da57346c195b1b15d1c6aca2891483901aae6 (patch) | |
tree | fab49308ba6a4a96a0eb01fa7eb8f727d9c95f07 /src/Reaktor/Plugins/Mention.hs | |
parent | 2842e05c232505c670daee0fffb9a34d5c866217 (diff) |
src: Types -> Internal
Diffstat (limited to 'src/Reaktor/Plugins/Mention.hs')
-rw-r--r-- | src/Reaktor/Plugins/Mention.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reaktor/Plugins/Mention.hs b/src/Reaktor/Plugins/Mention.hs index a08604c..75de87c 100644 --- a/src/Reaktor/Plugins/Mention.hs +++ b/src/Reaktor/Plugins/Mention.hs @@ -6,8 +6,8 @@ import Control.Monad (when) import Data.Aeson import qualified Data.ByteString.Char8.Extended as BS import qualified Data.Char +import Reaktor.Internal import Reaktor.Message -import Reaktor.Types plugin :: Value -> IO Plugin |