From ef25c7447e4c8ec074063aad068d1f09c83e38d2 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 24 Nov 1997 20:42:20 +0000 Subject: [PATCH] [project @ 1997-11-24 20:42:20 by sof] import IOExts instead of IORef --- ghc/compiler/utils/FastString.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4