summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-05 18:58:29 +0000
committerIan Lynagh <igloo@earth.li>2008-07-05 18:58:29 +0000
commit2ef4a7e8d1bed972c9be694ab04158c2c3142792 (patch)
tree32b46a174d24841d6b724ae09d80005c80330ff8 /mk
parent1cb262099e1d777a0413517633ba9de85d647635 (diff)
downloadhaskell-2ef4a7e8d1bed972c9be694ab04158c2c3142792.tar.gz
Fix hsc2hs finding its template file on Windows
Diffstat (limited to 'mk')
-rw-r--r--mk/cabal-flags.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/cabal-flags.mk b/mk/cabal-flags.mk
index 1d63e1a100..7a9f9f0044 100644
--- a/mk/cabal-flags.mk
+++ b/mk/cabal-flags.mk
@@ -53,6 +53,7 @@ INPLACE_CONFIGURE_FLAGS = \
--prefix=`$(TOP)/utils/pwd/pwd forwardslash`/install-inplace \
--with-compiler=$(GHC) \
--with-hc-pkg=$(GHC_PKG) \
+ --package-db $(FPTOOLS_TOP_ABS)/libraries/bootstrapping.conf \
$(COMMON_CONFIGURE_FLAGS)
# XXX