]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Remove the repa3 includes from the GHC command-line. It seems to work without them.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Nov 2011 17:39:41 +0000 (12:39 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Nov 2011 17:39:41 +0000 (12:39 -0500)
makefile

index 5ae5bbbe6abf74f3b1fb3deac20581681660bc9b..0db6ce105640de93d2bcc1268b8dbfb0e4026360 100644 (file)
--- 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