summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-06-23 01:11:30 +0200
committerJulien Dessaux2011-06-23 01:11:30 +0200
commit6f126049a3cab6d7eb169cf90ebeb0cf141e4664 (patch)
tree22a3ed5246e6acec8fb654afc5c3bb64b173f5ac /hsbot.cabal
parentAdded the help message that explicit the API to implement (diff)
downloadhsbot-6f126049a3cab6d7eb169cf90ebeb0cf141e4664.tar.gz
hsbot-6f126049a3cab6d7eb169cf90ebeb0cf141e4664.tar.bz2
hsbot-6f126049a3cab6d7eb169cf90ebeb0cf141e4664.zip
Fixed compilation errors. Since I forgot to add the quote module to cabal there were many!
Diffstat (limited to '')
-rw-r--r--hsbot.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index ef9be31..8182657 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -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