From 48d756d4e70ef2fd03d45f9d1b3c0ea2f6cb8c01 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 1 Apr 2002 12:23:20 +0000 Subject: [PATCH] [project @ 2002-04-01 12:23:20 by panne] Fixed imports for GHC >= 5.03 --- ghc/compiler/utils/FastMutInt.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/utils/FastMutInt.lhs b/ghc/compiler/utils/FastMutInt.lhs index df2fbd3..bb12422 100644 --- a/ghc/compiler/utils/FastMutInt.lhs +++ b/ghc/compiler/utils/FastMutInt.lhs @@ -22,7 +22,8 @@ module FastMutInt( import GlaExts import PrelIOBase #else -import Data.Array +import GHC.Base +import GHC.IOBase #endif \end{code} -- 1.7.10.4