[project @ 2000-12-05 12:24:09 by simonmar]
authorsimonmar <unknown>
Tue, 5 Dec 2000 12:24:09 +0000 (12:24 +0000)
committersimonmar <unknown>
Tue, 5 Dec 2000 12:24:09 +0000 (12:24 +0000)
wibble

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