about summary refs log tree commit diff
path: root/services/tazblog/tazblog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-25T21·53+0100
committerVincent Ambo <tazjin@google.com>2019-08-25T21·53+0100
commit561ed1fbbb624ddc51f5a97f4a81354e458e64cd (patch)
tree54ccf83cf15368b9ed22dc322258563cd4571022 /services/tazblog/tazblog.cabal
parent094aafecddc61f36de178205ba9bfd592dc3481f (diff)
chore(tazblog): Remove i18n features r/63
The blog has been English only for a few years. Old entries that
survived the migration to DNS will still be accessible.
Diffstat (limited to 'services/tazblog/tazblog.cabal')
-rw-r--r--services/tazblog/tazblog.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tazblog/tazblog.cabal b/services/tazblog/tazblog.cabal
index fc6b32a100..8be0c2e81d 100644
--- a/services/tazblog/tazblog.cabal
+++ b/services/tazblog/tazblog.cabal
@@ -12,7 +12,7 @@ library
   hs-source-dirs: src
   default-language: Haskell2010
   ghc-options: -W
-  exposed-modules: Blog, BlogStore, Locales, Server, RSS
+  exposed-modules: Blog, BlogStore, Server, RSS
   build-depends: aeson,
                  base,
                  bytestring,