[project @ 2002-11-21 03:34:07 by chak]
[ghc-hetmet.git] / ghc / compiler / utils / FastString.lhs
index d29ce9f..ea36957 100644 (file)
@@ -55,7 +55,7 @@ import GHC.IOBase     ( IO(..) )
 import PrimPacked
 import GLAEXTS
 import UNSAFE_IO       ( unsafePerformIO )
-import ST              ( stToIO )
+import MONAD_ST                ( stToIO )
 import DATA_IOREF      ( IORef, newIORef, readIORef, writeIORef )
 
 #if __GLASGOW_HASKELL__ < 503