From: Matthias Kilian Date: Tue, 15 Sep 2009 20:42:54 +0000 (+0000) Subject: Follow the builtin:rts vs. builtin_rts renaming X-Git-Tag: 2009-11-15~315 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b9dc90050bf28adeb03e429aac4809661f6080ef Follow the builtin:rts vs. builtin_rts renaming This unbreaks make install again. --- diff --git a/utils/ghc-cabal/ghc-cabal.hs b/utils/ghc-cabal/ghc-cabal.hs index f5fd6d8..b376950 100644 --- a/utils/ghc-cabal/ghc-cabal.hs +++ b/utils/ghc-cabal/ghc-cabal.hs @@ -195,7 +195,7 @@ fixupPackageId :: [Installed.InstalledPackageInfo] -> InstalledPackageId -> InstalledPackageId fixupPackageId _ x@(InstalledPackageId ipi) - | "builtin:" `isPrefixOf` ipi = x + | "builtin_" `isPrefixOf` ipi = x fixupPackageId ipinfos (InstalledPackageId ipi) = case stripPrefix (reverse "-inplace") $ reverse ipi of Nothing ->