diff options
author | Teddy Wing | 2017-08-18 00:46:21 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-18 00:46:21 +0200 |
commit | 3857fca015a802d09a4e169c56895831fef11db8 (patch) | |
tree | 554da90fdc4eb33ecc25ae11e76342c9be122c7f | |
parent | 5e9c5a462aca9ab8569f03e5fdbf11ae2f3172b9 (diff) | |
download | sorbot-3857fca015a802d09a4e169c56895831fef11db8.tar.bz2 |
Add 'shakespeare' package
To allow us to take advantage of its `Text.Shakespeare.I18N` feature.
-rw-r--r-- | sorbot.cabal | 1 |
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 |