From: panne Date: Mon, 1 Apr 2002 12:23:20 +0000 (+0000) Subject: [project @ 2002-04-01 12:23:20 by panne] X-Git-Tag: Approx_11550_changesets_converted~2194 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=48d756d4e70ef2fd03d45f9d1b3c0ea2f6cb8c01;p=ghc-hetmet.git [project @ 2002-04-01 12:23:20 by panne] Fixed imports for GHC >= 5.03 --- 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}