[project @ 1997-11-24 20:42:20 by sof]
authorsof <unknown>
Mon, 24 Nov 1997 20:42:20 +0000 (20:42 +0000)
committersof <unknown>
Mon, 24 Nov 1997 20:42:20 +0000 (20:42 +0000)
import IOExts instead of IORef

ghc/compiler/utils/FastString.lhs

index 5c8e3f1..e9624be 100644 (file)
@@ -62,7 +62,7 @@ import PackBase
 #endif
 #if __GLASGOW_HASKELL__ >= 209
 import Addr
-import IORef
+import IOExts
 # define newVar   newIORef
 # define readVar  readIORef
 # define writeVar writeIORef