[project @ 2000-11-14 17:41:04 by sewardj]
[ghc-hetmet.git] / ghc / compiler / rename / RnHiFiles.lhs
index dc0e71d..ad4f8c1 100644 (file)
@@ -501,7 +501,7 @@ findAndReadIface doc_str mod_name hi_boot_file
                     nest 4 (ptext SLIT("reason:") <+> doc_str)]
 
 mkHiPath hi_boot_file (Just path)
-  | hi_boot_file = path ++ "-boot"
+  | hi_boot_file = path ++ "-boot-5"
   | otherwise    = path
 \end{code}