summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 09:25:11 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 09:25:11 +0000
commit8152c250c54b6be6533eecf393d38c83b4c66348 (patch)
tree6fcde0ce3914d61e8bc0414b01b686dd77d805c1 /blog.nix
parent68b7a70cca25a891df55721bf104fe36c8cb862a (diff)
downloaddirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar.gz
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar.bz2
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar.xz
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.zip
Site redesign
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/blog.nix b/blog.nix
index ca9a83f..cce4bc9 100644
--- a/blog.nix
+++ b/blog.nix
@@ -1,19 +1,19 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually! 1{ mkDerivation, base, blaze-html, bytestring, containers
2 2, cryptohash, data-default, deepseq, directory, filepath, hakyll
3{ mkDerivation, stdenv 3, hex, mtl, pandoc, pandoc-types, process, regex-tdfa, stdenv
4, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash 4, temporary
5, process, temporary, directory, deepseq, regex-tdfa, mtl
6}: 5}:
7
8mkDerivation { 6mkDerivation {
9 pname = "dirty-haskell"; 7 pname = "dirty-haskell";
10 version = "0.0.0"; 8 version = "0.0.0";
11 src = ./.; 9 src = ./.;
12 isExecutable = true;
13 isLibrary = false; 10 isLibrary = false;
14 buildDepends = [ 11 isExecutable = true;
15 hakyll containers pandoc data-default filepath hex cryptohash 12 executableHaskellDepends = [
16 process temporary directory deepseq regex-tdfa mtl 13 base blaze-html bytestring containers cryptohash data-default
14 deepseq directory filepath hakyll hex mtl pandoc pandoc-types
15 process regex-tdfa temporary
17 ]; 16 ];
18 license = stdenv.lib.licenses.publicDomain; 17 homepage = "git://git.yggdrasil.li/dirty-haskell.org";
18 license = stdenv.lib.licenses.unfree;
19} 19}