summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog.nix b/blog.nix
index cbcdcfc..c1f031f 100644
--- a/blog.nix
+++ b/blog.nix
@@ -1,7 +1,7 @@
1{ mkDerivation, base, blaze-html, bytestring, containers 1{ mkDerivation, base, blaze-html, bytestring, containers
2, cryptohash, data-default, deepseq, directory, filepath, hakyll 2, cryptohash, data-default, deepseq, directory, filepath, hakyll
3, hex, mtl, pandoc, pandoc-types, process, regex-tdfa, stdenv 3, hex, mtl, pandoc, pandoc-types, process, process-extras
4, temporary 4, regex-tdfa, stdenv, temporary
5}: 5}:
6mkDerivation { 6mkDerivation {
7 pname = "dirty-haskell"; 7 pname = "dirty-haskell";
@@ -12,7 +12,7 @@ mkDerivation {
12 executableHaskellDepends = [ 12 executableHaskellDepends = [
13 base blaze-html bytestring containers cryptohash data-default 13 base blaze-html bytestring containers cryptohash data-default
14 deepseq directory filepath hakyll hex mtl pandoc pandoc-types 14 deepseq directory filepath hakyll hex mtl pandoc pandoc-types
15 process regex-tdfa temporary 15 process process-extras regex-tdfa temporary
16 ]; 16 ];
17 homepage = "https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org"; 17 homepage = "https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org";
18 license = stdenv.lib.licenses.unfree; 18 license = stdenv.lib.licenses.unfree;