summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-07 19:24:34 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-07 19:24:34 +0000
commitbb296bb319a1d9a0050577dfed96e30298390db7 (patch)
tree44b60ff682669c718e7431aef39f0fcbd1bd3b90 /blog.nix
parenta1068fbdeea74a12e4f33069cf091302f87e8d17 (diff)
downloaddirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar
dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar.gz
dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar.bz2
dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.tar.xz
dirty-haskell.org-bb296bb319a1d9a0050577dfed96e30298390db7.zip
Working math support
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}