summaryrefslogtreecommitdiff
path: root/HsbotMaster/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2010-07-16 00:55:50 +0200
committerJulien Dessaux2010-07-16 11:34:13 +0200
commit5cb9f9ccfc22887a60cd7cd9b9b09dad7d5ae67b (patch)
tree04c8a659e614ba938cf1143c1df4233d682fff61 /HsbotMaster/hsbot.cabal
parentMade some slight changes in order to make the bot's core "compile". (diff)
downloadhsbot-5cb9f9ccfc22887a60cd7cd9b9b09dad7d5ae67b.tar.gz
hsbot-5cb9f9ccfc22887a60cd7cd9b9b09dad7d5ae67b.tar.bz2
hsbot-5cb9f9ccfc22887a60cd7cd9b9b09dad7d5ae67b.zip
Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters handling.
Diffstat (limited to '')
-rw-r--r--HsbotMaster/hsbot.cabal7
1 files changed, 1 insertions, 6 deletions
diff --git a/HsbotMaster/hsbot.cabal b/HsbotMaster/hsbot.cabal
index d3ee0ce..7cce1da 100644
--- a/HsbotMaster/hsbot.cabal
+++ b/HsbotMaster/hsbot.cabal
@@ -20,17 +20,12 @@ Executable hsbot
Main-is: Main.hs
Ghc-options: -Wall
Extensions: DeriveDataTypeable ScopedTypeVariables
- Build-depends: base >= 4.1 && < 5,
- directory >= 1.0,
- filepath >= 1.1,
- process >= 1.0,
- unix >= 2.4
+ Build-depends: base >= 4.1 && < 5
Library
Ghc-options: -Wall
Extensions: DeriveDataTypeable ScopedTypeVariables
Exposed-modules: Hsbot.Message,
- Hsbot.PluginUtils,
Hsbot.Types
Build-depends: base >= 4.1 && < 5,
containers >= 0.3,