From: simonm Date: Thu, 27 Nov 1997 10:53:52 +0000 (+0000) Subject: [project @ 1997-11-27 10:53:52 by simonm] X-Git-Tag: Approx_2487_patches~1226 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=25950abd2df2ed686af300c25e68f0478f85b9ec;p=ghc-hetmet.git [project @ 1997-11-27 10:53:52 by simonm] fix bogon in last commit. --- diff --git a/ghc/compiler/reader/Lex.lhs b/ghc/compiler/reader/Lex.lhs index 0affa57..a634f50 100644 --- a/ghc/compiler/reader/Lex.lhs +++ b/ghc/compiler/reader/Lex.lhs @@ -60,7 +60,7 @@ import StringBuffer import PreludeGlaST #else import GlaExts -#if __GLASGOW_HASKELL__ <= 209 +#if __GLASGOW_HASKELL__ < 209 import ST ( thenST, seqST ) #endif #endif