Skip to content
Snippets Groups Projects
Commit 470ac906 authored by rl@cse.unsw.edu.au's avatar rl@cse.unsw.edu.au
Browse files

Correct Cabal-related bugs in build system

parent dad91d40
No related branches found
No related tags found
No related merge requests found
NDPDIR = $(TESTDIR)/.. NDPDIR = $(TESTDIR)/..
NDPVERSION = 0.1
BENCHDIR = $(TESTDIR)/lib BENCHDIR = $(TESTDIR)/lib
NDPLIB = $(NDPDIR)/libHSndp.a NDPLIB = $(NDPDIR)/dist/build/libHSndp-$(NDPVERSION).a
BENCHLIB = $(BENCHDIR)/libNDPBench.a BENCHLIB = $(BENCHDIR)/libNDPBench.a
HC = $(NDPDIR)/../../compiler/ghc-inplace HC = $(NDPDIR)/../../compiler/ghc-inplace
......
...@@ -70,5 +70,5 @@ other-modules: ...@@ -70,5 +70,5 @@ other-modules:
ghc-options: -fglasgow-exts -fbang-patterns -O2 -funbox-strict-fields ghc-options: -fglasgow-exts -fbang-patterns -O2 -funbox-strict-fields
-fliberate-case-threshold100 -fdicts-cheap -fno-method-sharing -fliberate-case-threshold100 -fdicts-cheap -fno-method-sharing
-fmax-simplifier-iterations6 -threaded -haddock -ftype-families -fmax-simplifier-iterations6 -threaded -haddock -ftype-families
-fcpr-off -fcpr-off -package-name ndp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment