[project @ 1997-11-27 10:53:52 by simonm]
[ghc-hetmet.git] / ghc / compiler / reader / Lex.lhs
index 0affa57..a634f50 100644 (file)
@@ -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