Fixed compilation errors. Since I forgot to add the quote module to cabal there were many!
This commit is contained in:
parent
4a2164d938
commit
6f126049a3
2 changed files with 40 additions and 37 deletions
|
@ -25,6 +25,7 @@ Library
|
|||
Hsbot.Plugin
|
||||
Hsbot.Plugin.Duck
|
||||
Hsbot.Plugin.Ping
|
||||
Hsbot.Plugin.Quote
|
||||
Hsbot.Types
|
||||
Hsbot.Utils
|
||||
Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables
|
||||
|
@ -44,6 +45,7 @@ Library
|
|||
safecopy,
|
||||
tls >= 0.6.1,
|
||||
tls-extra >= 0.2.0,
|
||||
time,
|
||||
xdg-basedir
|
||||
|
||||
|
||||
|
|
Reference in a new issue