[project @ 1997-11-27 10:53:52 by simonm]
authorsimonm <unknown>
Thu, 27 Nov 1997 10:53:52 +0000 (10:53 +0000)
committersimonm <unknown>
Thu, 27 Nov 1997 10:53:52 +0000 (10:53 +0000)
fix bogon in last commit.

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