From c19b4e6286089cc4c41f336673224c1febba0e2e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 2 Apr 2002 13:17:09 +0000 Subject: [PATCH] [project @ 2002-04-02 13:17:09 by simonmar] Make this compile with 4.08. --- ghc/compiler/utils/FastMutInt.lhs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/compiler/utils/FastMutInt.lhs b/ghc/compiler/utils/FastMutInt.lhs index bb12422..09b535a 100644 --- a/ghc/compiler/utils/FastMutInt.lhs +++ b/ghc/compiler/utils/FastMutInt.lhs @@ -25,6 +25,10 @@ import PrelIOBase import GHC.Base import GHC.IOBase #endif + +#if __GLASGOW_HASKELL__ < 411 +newByteArray# = newCharArray# +#endif \end{code} \begin{code} -- 1.7.10.4