From: Ian Lynagh Date: Sun, 12 Aug 2007 12:48:11 +0000 (+0000) Subject: Fix installation (we need to use the right ghc-pkg) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8b3e3da73c7aab975e53e5b0cdb4e32c0abbb626 Fix installation (we need to use the right ghc-pkg) --- 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