summaryrefslogtreecommitdiff
path: root/blog.cabal
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.cabal
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.cabal')
-rw-r--r--blog.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/blog.cabal b/blog.cabal
index 7ad97a7..7f79183 100644
--- a/blog.cabal
+++ b/blog.cabal
@@ -30,3 +30,7 @@ executable site
30 , bytestring >=0.10 && <1 30 , bytestring >=0.10 && <1
31 , cryptohash >=0.11 && <1 31 , cryptohash >=0.11 && <1
32 , hex >=0.1 && <1 32 , hex >=0.1 && <1
33 , temporary >=1.2 && <2
34 , process >=1.2 && <2
35 , directory >=1.2 && <2
36 , deepseq >=1.4 && <2