From c67bf292d43066b96cdcb1e71e122b9bdcaeca58 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Oct 2000 14:04:21 +0000 Subject: [PATCH] [project @ 2000-10-27 14:04:21 by simonmar] typo --- ghc/compiler/utils/Util.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/Util.lhs b/ghc/compiler/utils/Util.lhs index feea95c..54066f6 100644 --- a/ghc/compiler/utils/Util.lhs +++ b/ghc/compiler/utils/Util.lhs @@ -70,7 +70,7 @@ import List ( zipWith4 ) import Panic ( panic ) import IOExts ( IORef, newIORef, unsafePerformIO ) import FastTypes -#if __GLASGOW__HASKELL__ <= 408 +#if __GLASGOW_HASKELL__ <= 408 import Exception ( catchIO, justIoErrors, raiseInThread ) #endif infixr 9 `thenCmp` -- 1.7.10.4