about summary refs log tree commit diff
path: root/services/tazblog/tazblog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/tazblog/tazblog.nix')
-rw-r--r--services/tazblog/tazblog.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/tazblog/tazblog.nix b/services/tazblog/tazblog.nix
index 9708346590..0c2618bc01 100644
--- a/services/tazblog/tazblog.nix
+++ b/services/tazblog/tazblog.nix
@@ -1,5 +1,5 @@
 { mkDerivation, acid-state, base, base64-bytestring, blaze-html
-, blaze-markup, bytestring, cache, crypto-api, cryptohash, hamlet
+, blaze-markup, bytestring, cache, crypto-api, cryptohash, dns, hamlet
 , happstack-server, markdown, mtl, network, network-uri
 , old-locale, options, rss, shakespeare, stdenv, text
 , time, transformers
@@ -12,7 +12,7 @@ mkDerivation {
   isExecutable = true;
   libraryHaskellDepends = [
     base base64-bytestring blaze-html blaze-markup bytestring
-    cache crypto-api cryptohash hamlet happstack-server markdown mtl
+    cache crypto-api cryptohash dns hamlet happstack-server markdown mtl
     network network-uri old-locale rss shakespeare text time
     transformers
   ];