X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FFastMutInt.lhs;fp=ghc%2Fcompiler%2Futils%2FFastMutInt.lhs;h=bb12422cdb65e6b09929abf696c1008c24eb5852;hb=48d756d4e70ef2fd03d45f9d1b3c0ea2f6cb8c01;hp=df2fbd3a226a8a58eb5d403d31e4e9cb1bbbe18c;hpb=a55ebc70b9874176d4892fbfb03935580a9c3837;p=ghc-hetmet.git 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}