From eecb6118d595caffa169e4ababce30e6b8829088 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 16 Mar 2014 23:28:42 +1100 Subject: Basic tests for Unlambda parser --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4388627..9b0cfea 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ distclean: testprog: - ghc --make test.hs -o ${OUTPUTDIR}/test + ghc -XDeriveDataTypeable --make test.hs -o ${OUTPUTDIR}/test fractranprog: ghc --make fractran.hs -o ${OUTPUTDIR}/fractran -- cgit