From a1068fbdeea74a12e4f33069cf091302f87e8d17 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Nov 2015 20:46:58 +0100 Subject: Started work on math compilation --- blog.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog.nix') diff --git a/blog.nix b/blog.nix index ecb0022..1ef9585 100644 --- a/blog.nix +++ b/blog.nix @@ -1,7 +1,7 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { mkDerivation, stdenv -, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash +, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash, process, temporary, directory, deepseq }: mkDerivation { @@ -11,7 +11,7 @@ mkDerivation { isExecutable = true; isLibrary = false; buildDepends = [ - hakyll containers pandoc data-default filepath hex cryptohash + hakyll containers pandoc data-default filepath hex cryptohash process temporary directory deepseq ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3