From 2c9d00dfeeb7c1c4e3f036a66cdb8648fdfbce2b Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 14 Oct 2002 14:44:06 +0000 Subject: [PATCH] [project @ 2002-10-14 14:44:06 by sof] make it compile again with 4.08.x --- ghc/compiler/utils/Panic.lhs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 1af8ed2..32b19ab 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -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} -- 1.7.10.4