chore(blog): Minor changes to integrate DNS based backend
This commit is contained in:
parent
c5ef3e01b2
commit
bd47122afb
5 changed files with 18 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue