chore(tazblog): Remove more unneeded dependencies
This commit is contained in:
parent
2fceba1618
commit
5b446efb66
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ mkDerivation, aeson, acid-state, base, base64-bytestring, blaze-html
|
{ mkDerivation, aeson, base, base64-bytestring, blaze-html , bytestring, dns
|
||||||
, bytestring, dns, happstack-server, markdown, network, network-uri, old-locale
|
, happstack-server, markdown, network, network-uri, old-locale, rss
|
||||||
, options, rss, shakespeare, stdenv, text, time }:
|
, shakespeare, stdenv, text, time }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "tazblog";
|
pname = "tazblog";
|
||||||
version = "6.0.0";
|
version = "6.0.0";
|
||||||
|
@ -24,7 +24,7 @@ mkDerivation {
|
||||||
text
|
text
|
||||||
time
|
time
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [ base network options ];
|
executableHaskellDepends = [ base network ];
|
||||||
description = "Tazjin's Blog";
|
description = "Tazjin's Blog";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue