summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/blog.nix b/blog.nix
index 1ef9585..ca9a83f 100644
--- a/blog.nix
+++ b/blog.nix
@@ -1,7 +1,8 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually! 1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2 2
3{ mkDerivation, stdenv 3{ mkDerivation, stdenv
4, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash, process, temporary, directory, deepseq 4, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash
5, process, temporary, directory, deepseq, regex-tdfa, mtl
5}: 6}:
6 7
7mkDerivation { 8mkDerivation {
@@ -11,7 +12,8 @@ mkDerivation {
11 isExecutable = true; 12 isExecutable = true;
12 isLibrary = false; 13 isLibrary = false;
13 buildDepends = [ 14 buildDepends = [
14 hakyll containers pandoc data-default filepath hex cryptohash process temporary directory deepseq 15 hakyll containers pandoc data-default filepath hex cryptohash
16 process temporary directory deepseq regex-tdfa mtl
15 ]; 17 ];
16 license = stdenv.lib.licenses.publicDomain; 18 license = stdenv.lib.licenses.publicDomain;
17} 19}