From b72d662566df59781d503a30a84d9a9f888ca6d5 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 23 Feb 2018 21:09:36 +0000 Subject: [PATCH] Update test bot imports --- src/EuphApi/Bot.hs | 5 ----- test/bot_with_botrulez.hs | 1 - 2 files changed, 6 deletions(-) diff --git a/src/EuphApi/Bot.hs b/src/EuphApi/Bot.hs index f13af03..bf89fe1 100644 --- a/src/EuphApi/Bot.hs +++ b/src/EuphApi/Bot.hs @@ -94,11 +94,6 @@ module EuphApi.Bot ( ) where -- TODO: Add 'AuthenticationFailed' exception. --- TODO: Reorganize library: --- - export events from Bot module --- - add EuphApi module to export Bot module and some other convenience modules, --- and to introduce people to the different parts of the library --- - maybe separate utils into more modules and have Utils import some of them import Control.Concurrent import Control.Exception diff --git a/test/bot_with_botrulez.hs b/test/bot_with_botrulez.hs index 9b474a7..83ac360 100644 --- a/test/bot_with_botrulez.hs +++ b/test/bot_with_botrulez.hs @@ -10,7 +10,6 @@ import qualified System.Log.Handler.Simple as LH import qualified System.Log.Logger as L import qualified EuphApi as E -import qualified EuphApi.Utils.Botrulez as E type Bot = E.Bot () () type Command = E.Command () ()