aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-08-18 00:46:21 +0200
committerTeddy Wing2017-08-18 00:46:21 +0200
commit3857fca015a802d09a4e169c56895831fef11db8 (patch)
tree554da90fdc4eb33ecc25ae11e76342c9be122c7f
parent5e9c5a462aca9ab8569f03e5fdbf11ae2f3172b9 (diff)
downloadsorbot-3857fca015a802d09a4e169c56895831fef11db8.tar.bz2
Add 'shakespeare' package
To allow us to take advantage of its `Text.Shakespeare.I18N` feature.
-rw-r--r--sorbot.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/sorbot.cabal b/sorbot.cabal
index d69d7eb..b7f8d84 100644
--- a/sorbot.cabal
+++ b/sorbot.cabal
@@ -26,6 +26,7 @@ library
, bytestring
, irc-client
, regex-tdfa
+ , shakespeare
, sqlite-simple
, text
default-language: Haskell2010