Skip to content
Snippets Groups Projects
Commit 02c0c7fe authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-26 10:24:18 by simonm]

fix for booting with 2.01 <= GHC < 2.09
parent 4aa3b4df
No related merge requests found
......@@ -60,6 +60,9 @@ import StringBuffer
import PreludeGlaST
#else
import GlaExts
#if __GLASGOW_HASKELL__ <= 209
import ST ( thenST, seqST )
#endif
#endif
\end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment