Archived
1
0
Fork 0

Fixed compilation errors. Since I forgot to add the quote module to cabal there were many!

This commit is contained in:
Julien Dessaux 2011-06-23 01:11:30 +02:00
parent 4a2164d938
commit 6f126049a3
2 changed files with 40 additions and 37 deletions

View file

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