summaryrefslogtreecommitdiffstats
path: root/src/Reaktor/Plugins/NickServ.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-01-21 19:44:39 +0100
committertv <tv@krebsco.de>2019-01-21 19:44:39 +0100
commita00da57346c195b1b15d1c6aca2891483901aae6 (patch)
treefab49308ba6a4a96a0eb01fa7eb8f727d9c95f07 /src/Reaktor/Plugins/NickServ.hs
parent2842e05c232505c670daee0fffb9a34d5c866217 (diff)
src: Types -> Internal
Diffstat (limited to 'src/Reaktor/Plugins/NickServ.hs')
-rw-r--r--src/Reaktor/Plugins/NickServ.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reaktor/Plugins/NickServ.hs b/src/Reaktor/Plugins/NickServ.hs
index caa2301..36b8917 100644
--- a/src/Reaktor/Plugins/NickServ.hs
+++ b/src/Reaktor/Plugins/NickServ.hs
@@ -9,8 +9,8 @@ import Data.Aeson
import Data.Aeson.Types (parseEither)
import qualified Data.ByteString.Char8.Extended as BS
import GHC.Generics
+import Reaktor.Internal
import Reaktor.Message
-import Reaktor.Types
import Reaktor.Utils (randomNick)