From: sof Date: Mon, 24 Nov 1997 20:42:20 +0000 (+0000) Subject: [project @ 1997-11-24 20:42:20 by sof] X-Git-Tag: Approx_2487_patches~1262 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ef25c7447e4c8ec074063aad068d1f09c83e38d2;p=ghc-hetmet.git [project @ 1997-11-24 20:42:20 by sof] import IOExts instead of IORef --- diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 5c8e3f1..e9624be 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -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