chore(tazblog): Introduce dependency on 'dns'
This commit is contained in:
parent
13b0204c03
commit
bf2efeba2d
2 changed files with 3 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ library
|
||||||
blaze-html,
|
blaze-html,
|
||||||
blaze-markup,
|
blaze-markup,
|
||||||
cache,
|
cache,
|
||||||
|
dns,
|
||||||
crypto-api,
|
crypto-api,
|
||||||
cryptohash,
|
cryptohash,
|
||||||
old-locale,
|
old-locale,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{ mkDerivation, acid-state, base, base64-bytestring, blaze-html
|
{ 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
|
, happstack-server, markdown, mtl, network, network-uri
|
||||||
, old-locale, options, rss, shakespeare, stdenv, text
|
, old-locale, options, rss, shakespeare, stdenv, text
|
||||||
, time, transformers
|
, time, transformers
|
||||||
|
|
@ -12,7 +12,7 @@ mkDerivation {
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base base64-bytestring blaze-html blaze-markup bytestring
|
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
|
network network-uri old-locale rss shakespeare text time
|
||||||
transformers
|
transformers
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue