From bb296bb319a1d9a0050577dfed96e30298390db7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 7 Nov 2015 19:24:34 +0000 Subject: Working math support --- blog.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'blog.nix') diff --git a/blog.nix b/blog.nix index 1ef9585..ca9a83f 100644 --- a/blog.nix +++ b/blog.nix @@ -1,7 +1,8 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { mkDerivation, stdenv -, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash, process, temporary, directory, deepseq +, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash +, process, temporary, directory, deepseq, regex-tdfa, mtl }: mkDerivation { @@ -11,7 +12,8 @@ mkDerivation { isExecutable = true; isLibrary = false; buildDepends = [ - hakyll containers pandoc data-default filepath hex cryptohash process temporary directory deepseq + hakyll containers pandoc data-default filepath hex cryptohash + process temporary directory deepseq regex-tdfa mtl ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3