From 5cb9f9ccfc22887a60cd7cd9b9b09dad7d5ae67b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 16 Jul 2010 00:55:50 +0200 Subject: Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters handling. --- HsbotMaster/hsbot.cabal | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'HsbotMaster/hsbot.cabal') 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, -- cgit v1.2.3