Fix SPARC build, missing #include
[ghc-hetmet.git] / utils / installPackage / Makefile
1
2 TOP=../..
3 include $(TOP)/mk/boilerplate.mk
4 include $(TOP)/mk/cabal.mk
5
6 # If the bootstrapping compiler already has a newer version of Cabal
7 # than the in-tree Cabal, then we need to forcibly use the in-tree one.
8 # Otherwise we use one Cabal for some things and the other Cabal for
9 # other things, and Cabal (rightly) complains about the version
10 # mismatch.
11 EXTRA_INPLACE_CONFIGURE_FLAGS += $(CABAL_CONSTRAINT)
12 EXTRA_STAGE2_CONFIGURE_FLAGS  += $(CABAL_CONSTRAINT)
13