diff options
author | Teddy Wing | 2017-08-19 10:48:22 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-19 11:42:36 +0200 |
commit | 6c383a66d7cdbf89a983451c75f739b68fa88330 (patch) | |
tree | f4c6e1975f480bf4806432c76c959ae4831f9834 /sorbot.cabal | |
parent | 9c777bd1f6e9d5ba456f3f5db0986b3eb71d9fce (diff) | |
download | sorbot-6c383a66d7cdbf89a983451c75f739b68fa88330.tar.bz2 |
Remove 'shakespeare' package
Get rid of this package because we're no longer using it. Instead we're
going it alone for i18n (dde184a6e24b88f8d6628f4652d5c42ed0f016b2).
Also delete the translation .msg file.
Diffstat (limited to 'sorbot.cabal')
-rw-r--r-- | sorbot.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sorbot.cabal b/sorbot.cabal index 76654ca..c79d2a1 100644 --- a/sorbot.cabal +++ b/sorbot.cabal @@ -27,7 +27,6 @@ library , bytestring , irc-client , regex-tdfa - , shakespeare , sqlite-simple , text default-language: Haskell2010 |