From: simonmar Date: Fri, 27 Oct 2000 14:04:21 +0000 (+0000) Subject: [project @ 2000-10-27 14:04:21 by simonmar] X-Git-Tag: Approximately_9120_patches~3488 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c67bf292d43066b96cdcb1e71e122b9bdcaeca58;p=ghc-hetmet.git [project @ 2000-10-27 14:04:21 by simonmar] typo --- 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`