[project @ 2000-12-05 12:24:09 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / HscMain.lhs
index 0cb3d42..2d85faf 100644 (file)
@@ -140,7 +140,7 @@ hscNoRecomp ghci_mode dflags location (Just old_iface) hst hit pcs_ch
  | ghci_mode == OneShot
  = do {
       hPutStrLn stderr "compilation IS NOT required";
-      let bomb = panic "hscNoRecomp:OneShot";
+      let { bomb = panic "hscNoRecomp:OneShot" };
       return (HscNoRecomp pcs_ch bomb bomb)
       }
  | otherwise