summaryrefslogtreecommitdiff
path: root/default.html.do
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@praseodym.org>2015-03-12 16:22:27 +0000
committerGregor Kleen <gkleen@praseodym.org>2015-03-12 16:22:27 +0000
commitd056680ca54b766b25635cf6afb7d305370209dd (patch)
tree8d3d3b67b896092081f13a9b4bd3ad26fb7ca939 /default.html.do
parentd99fdd1128468c618d1de7cc7b3f578498eccbe5 (diff)
downloaddirty-haskell.org-d056680ca54b766b25635cf6afb7d305370209dd.tar
dirty-haskell.org-d056680ca54b766b25635cf6afb7d305370209dd.tar.gz
dirty-haskell.org-d056680ca54b766b25635cf6afb7d305370209dd.tar.bz2
dirty-haskell.org-d056680ca54b766b25635cf6afb7d305370209dd.tar.xz
dirty-haskell.org-d056680ca54b766b25635cf6afb7d305370209dd.zip
More -changes- dirty hacks for cabal sandboxing
Diffstat (limited to 'default.html.do')
-rw-r--r--default.html.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html.do b/default.html.do
index b7e46ae..da9d0b2 100644
--- a/default.html.do
+++ b/default.html.do
@@ -1,7 +1,7 @@
1redo-ifchange $2.md build/tex-filter.hs build/template.html5 1redo-ifchange $2.md build/tex-filter.hs build/template.html5
2 2
3texfilter() { 3texfilter() {
4 runhaskell -package-conf=$(find .cabal-sandbox -maxdepth 1 -iname '*.conf.d' | head -n 1) build/tex-filter.hs $@ 4 runhaskell -package-conf=$(find .cabal-sandbox -maxdepth 1 -iname '*.conf.d' | head -n 1) build/tex-filter.hs $@ 2>/dev/null
5} 5}
6 6
7CSS=/style.css 7CSS=/style.css