From: simonmar Date: Tue, 5 Dec 2000 12:24:09 +0000 (+0000) Subject: [project @ 2000-12-05 12:24:09 by simonmar] X-Git-Tag: Approximately_9120_patches~3201 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8d5ff2bd933e31ce388e571a24905fc7fea05fe3;p=ghc-hetmet.git [project @ 2000-12-05 12:24:09 by simonmar] wibble --- diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index 0cb3d42..2d85faf 100644 --- a/ghc/compiler/main/HscMain.lhs +++ b/ghc/compiler/main/HscMain.lhs @@ -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