[project @ 2003-07-24 10:47:05 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / FastMutInt.lhs
index df2fbd3..09b535a 100644 (file)
@@ -22,7 +22,12 @@ module FastMutInt(
 import GlaExts
 import PrelIOBase
 #else
-import Data.Array
+import GHC.Base
+import GHC.IOBase
+#endif
+
+#if __GLASGOW_HASKELL__ < 411
+newByteArray# = newCharArray#
 #endif
 \end{code}