[project @ 2002-10-14 14:44:06 by sof]
authorsof <unknown>
Mon, 14 Oct 2002 14:44:06 +0000 (14:44 +0000)
committersof <unknown>
Mon, 14 Oct 2002 14:44:06 +0000 (14:44 +0000)
make it compile again with 4.08.x

ghc/compiler/utils/Panic.lhs

index 1af8ed2..32b19ab 100644 (file)
@@ -160,8 +160,8 @@ Compatibility stuff:
 
 \begin{code}
 #if __GLASGOW_HASKELL__ <= 408
-catchJust = catchIO
-ioErrors  = justIoErrors
-throwTo   = raiseInThread
+catchJust = Exception.catchIO
+ioErrors  = Exception.justIoErrors
+throwTo   = Exception.raiseInThread
 #endif
 \end{code}