summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-06 20:46:58 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-06 20:46:58 +0100
commita1068fbdeea74a12e4f33069cf091302f87e8d17 (patch)
treeb5483ab2b71133f9445c6479fb0287e8a62263ea /blog.nix
parent14623524bd0d2d01c7a539c771f506a010a46695 (diff)
downloaddirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar
dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar.gz
dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar.bz2
dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar.xz
dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.zip
Started work on math compilation
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog.nix b/blog.nix
index ecb0022..1ef9585 100644
--- a/blog.nix
+++ b/blog.nix
@@ -1,7 +1,7 @@
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 4, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash, process, temporary, directory, deepseq
5}: 5}:
6 6
7mkDerivation { 7mkDerivation {
@@ -11,7 +11,7 @@ mkDerivation {
11 isExecutable = true; 11 isExecutable = true;
12 isLibrary = false; 12 isLibrary = false;
13 buildDepends = [ 13 buildDepends = [
14 hakyll containers pandoc data-default filepath hex cryptohash 14 hakyll containers pandoc data-default filepath hex cryptohash process temporary directory deepseq
15 ]; 15 ];
16 license = stdenv.lib.licenses.publicDomain; 16 license = stdenv.lib.licenses.publicDomain;
17} 17}