[project @ 2001-12-21 15:07:20 by simonmar]
[ghc-base.git] / Control / Monad / ST.hs
index 5f47360..dd7829c 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (requires universal quantification for runST)
 --
--- $Id: ST.hs,v 1.4 2001/07/31 13:31:44 simonmar Exp $
+-- $Id: ST.hs,v 1.5 2001/12/21 15:07:21 simonmar Exp $
 --
 -- The State Transformer Monad, ST
 --
@@ -34,7 +34,7 @@ import Data.Dynamic
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.ST
-import GHC.Prim                ( unsafeCoerce#, RealWorld )
+import GHC.Base                ( unsafeCoerce#, RealWorld )
 import GHC.IOBase      ( IO(..), stToIO )
 
 -- This relies on IO and ST having the same representation modulo the