about summary refs log tree commit diff
path: root/services/tazblog/tazblog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'services/tazblog/tazblog.cabal')
-rw-r--r--services/tazblog/tazblog.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/tazblog/tazblog.cabal b/services/tazblog/tazblog.cabal
index 0db2f990c7b8..fc6b32a10085 100644
--- a/services/tazblog/tazblog.cabal
+++ b/services/tazblog/tazblog.cabal
@@ -13,7 +13,8 @@ library
   default-language: Haskell2010
   ghc-options: -W
   exposed-modules: Blog, BlogStore, Locales, Server, RSS
-  build-depends: base,
+  build-depends: aeson,
+                 base,
                  bytestring,
                  happstack-server,
                  text,