From 25950abd2df2ed686af300c25e68f0478f85b9ec Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 27 Nov 1997 10:53:52 +0000 Subject: [PATCH] [project @ 1997-11-27 10:53:52 by simonm] fix bogon in last commit. --- ghc/compiler/reader/Lex.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4