summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
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}