Archived
1
0
Fork 0

Got rid of the pseudo dynamic starting stuff, wrote a decent CLI parameters handling.

This commit is contained in:
Julien Dessaux 2010-07-16 00:55:50 +02:00
parent 116c655fdc
commit 5cb9f9ccfc
4 changed files with 68 additions and 56 deletions

View file

@ -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,