[project @ 2002-10-02 02:04:44 by erkok]
[ghc-hetmet.git] / ghc / compiler / utils / FastMutInt.lhs
index bb12422..09b535a 100644 (file)
@@ -25,6 +25,10 @@ import PrelIOBase
 import GHC.Base
 import GHC.IOBase
 #endif
+
+#if __GLASGOW_HASKELL__ < 411
+newByteArray# = newCharArray#
+#endif
 \end{code}
 
 \begin{code}