chore(blog): Minor changes to integrate DNS based backend

This commit is contained in:
Vincent Ambo 2019-08-22 18:58:11 +01:00
parent c5ef3e01b2
commit bd47122afb
5 changed files with 18 additions and 21 deletions

View file

@ -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,