From 8b3e3da73c7aab975e53e5b0cdb4e32c0abbb626 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 12 Aug 2007 12:48:11 +0000 Subject: [PATCH] Fix installation (we need to use the right ghc-pkg) --- libraries/installPackage.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libraries/installPackage.hs b/libraries/installPackage.hs index 466da21..866b0e8 100644 --- a/libraries/installPackage.hs +++ b/libraries/installPackage.hs @@ -31,7 +31,10 @@ doit pref ghcpkg verbosity = } registerFlags = emptyRegisterFlags { regUser = MaybeUserGlobal, - regVerbose = verbosity + regVerbose = verbosity, + regGenScript = False, + regInPlace = False, + regWithHcPkg = Just ghcpkg } lbi <- getPersistBuildConfig let pd = localPkgDescr lbi -- 1.7.10.4