Greatly improved configuration file handling.
This commit is contained in:
parent
8c59b45dc7
commit
41f442028d
2 changed files with 66 additions and 50 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue