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

@ -1,4 +1,4 @@
{ mkDerivation, acid-state, base, base64-bytestring, blaze-html
{ mkDerivation, aeson, acid-state, base, base64-bytestring, blaze-html
, blaze-markup, bytestring, cache, crypto-api, cryptohash, dns, hamlet
, happstack-server, markdown, mtl, network, network-uri
, old-locale, options, rss, shakespeare, stdenv, text
@ -11,7 +11,7 @@ mkDerivation {
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base base64-bytestring blaze-html blaze-markup bytestring
aeson base base64-bytestring blaze-html blaze-markup bytestring
cache crypto-api cryptohash dns hamlet happstack-server markdown mtl
network network-uri old-locale rss shakespeare text time
transformers