[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / ghc / compiler / simplCore / SimplMonad.lhs
index 800334c..d3f10a0 100644 (file)
@@ -86,10 +86,10 @@ import Array                ( array, (//) )
 import FastTypes
 import GlaExts         ( indexArray# )
 
-#if __GLASGOW_HASKELL__ < 301
-import ArrBase ( Array(..) )
-#else
+#if __GLASGOW_HASKELL__ < 503
 import PrelArr  ( Array(..) )
+#else
+import GHC.Arr  ( Array(..) )
 #endif
 
 infixr 0  `thenSmpl`, `thenSmpl_`