summaryrefslogtreecommitdiff
path: root/Hsbot.hs
diff options
context:
space:
mode:
authorJulien Dessaux2011-04-24 23:08:06 +0200
committerJulien Dessaux2011-05-01 03:28:22 +0200
commit864a364da99a0ec05f08d7cfbad4abde416a0b06 (patch)
tree40e92cdd6913aaa0121584c3c3e7436cdf38d926 /Hsbot.hs
parentContinue refactoring, worked on the core loop and the plugin infrastructure. (diff)
downloadhsbot-864a364da99a0ec05f08d7cfbad4abde416a0b06.tar.gz
hsbot-864a364da99a0ec05f08d7cfbad4abde416a0b06.tar.bz2
hsbot-864a364da99a0ec05f08d7cfbad4abde416a0b06.zip
Some API refactoring.
I can't say how I hate the Types.hs thing in Haskell!
Diffstat (limited to 'Hsbot.hs')
-rw-r--r--Hsbot.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Hsbot.hs b/Hsbot.hs
index bf87df7..76e1ba6 100644
--- a/Hsbot.hs
+++ b/Hsbot.hs
@@ -7,7 +7,6 @@ import Config.Dyre.Relaunch
import Control.Monad.Reader
import System.Log.Logger
-import Hsbot.Config
import Hsbot.Core
import Hsbot.Types