summaryrefslogtreecommitdiff
path: root/HsbotIrcBot/hsbot-irc.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2010-08-20 19:05:50 +0200
committerJulien Dessaux2010-08-20 19:05:50 +0200
commit41f442028da788e3c13417fb6119d37e48fc8637 (patch)
treeb876617458dcfc2b153db60a7cec6fa4a4dcf017 /HsbotIrcBot/hsbot-irc.cabal
parentGot a working hsbot-irc back online! (diff)
downloadhsbot-41f442028da788e3c13417fb6119d37e48fc8637.tar.gz
hsbot-41f442028da788e3c13417fb6119d37e48fc8637.tar.bz2
hsbot-41f442028da788e3c13417fb6119d37e48fc8637.zip
Greatly improved configuration file handling.
Diffstat (limited to '')
-rw-r--r--HsbotIrcBot/hsbot-irc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/HsbotIrcBot/hsbot-irc.cabal b/HsbotIrcBot/hsbot-irc.cabal
index 818d20e..861e506 100644
--- a/HsbotIrcBot/hsbot-irc.cabal
+++ b/HsbotIrcBot/hsbot-irc.cabal
@@ -19,7 +19,7 @@ Build-type: Simple
Executable hsbot-irc
Main-is: Main.hs
Ghc-options: -Wall
- Extensions: DeriveDataTypeable ScopedTypeVariables
+ Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables
Build-depends: base >= 4.1 && < 5,
ConfigFile,
containers,