From d056680ca54b766b25635cf6afb7d305370209dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 Mar 2015 16:22:27 +0000 Subject: More -changes- dirty hacks for cabal sandboxing --- default.html.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.html.do') 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 @@ redo-ifchange $2.md build/tex-filter.hs build/template.html5 texfilter() { - runhaskell -package-conf=$(find .cabal-sandbox -maxdepth 1 -iname '*.conf.d' | head -n 1) build/tex-filter.hs $@ + runhaskell -package-conf=$(find .cabal-sandbox -maxdepth 1 -iname '*.conf.d' | head -n 1) build/tex-filter.hs $@ 2>/dev/null } CSS=/style.css -- cgit v1.2.3