From a3f637b15eaa7eef95507963a0bc96bb18d844ae Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 27 Jan 2010 14:28:05 +0100 Subject: [PATCH] Don't pass --haskell to lhs2TeX, it is the default. This makes compilation work with lhs2Tex version 1.13 and before. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f372234..f1782ef 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - lhs2TeX -v --poly --haskell < cλash.lhs > cλash.tex + lhs2TeX -v --poly < cλash.lhs > cλash.tex latexmk -pdf -pv cλash.tex clean: -- 2.30.2