diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-22T17·58+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-22T17·58+0100 |
commit | bd47122afb7d3da60ff61f6ca74994a133cc7a0c (patch) | |
tree | 2ffc76c71d79da5511521793faa193bcd4fd2168 /services/tazblog/tazblog.cabal | |
parent | c5ef3e01b27b220d6b8c2b16584e752c69966e3d (diff) |
chore(blog): Minor changes to integrate DNS based backend r/51
Diffstat (limited to 'services/tazblog/tazblog.cabal')
-rw-r--r-- | services/tazblog/tazblog.cabal | 3 |
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, |