From: Michael Orlitzky Date: Tue, 8 Nov 2011 17:39:41 +0000 (-0500) Subject: Remove the repa3 includes from the GHC command-line. It seems to work without them. X-Git-Tag: 0.0.1~61 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=27fd2a6b04047a4981355b0c5192db3bb8352f52 Remove the repa3 includes from the GHC command-line. It seems to work without them. --- diff --git a/makefile b/makefile index 5ae5bbb..0db6ce1 100644 --- a/makefile +++ b/makefile @@ -17,12 +17,8 @@ OPTIMIZATIONS += -funbox-strict-fields OPTIMIZATIONS += -fexcess-precision OPTIMIZATIONS += -fno-spec-constr-count -REPA_INCLUDES := -ivendor/repa-head/repa/dist/build/ -REPA_INCLUDES += -ivendor/repa-head/repa-io/dist/build - GHC_OPTS += $(OPTIMIZATIONS) GHC_OPTS += $(GHC_WARNINGS) -GHC_OPTS += $(REPA_INCLUDES) GHC_OPTS += -odir $(TMPDIR) GHC_OPTS += -hidir $(TMPDIR) GHC_OPTS += --make