X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplCore%2FSimplMonad.lhs;h=d3f10a0ad6bad2aa5232f752f573615f808ce721;hp=800334cb6ec765043a22d3bab750553a5a8933b4;hb=2cc5b907318f97e19b28b2ad8ed9ff8c1f401dcc;hpb=239e9471e104fd88ec93bf42623c3a68a496657a diff --git a/ghc/compiler/simplCore/SimplMonad.lhs b/ghc/compiler/simplCore/SimplMonad.lhs index 800334c..d3f10a0 100644 --- a/ghc/compiler/simplCore/SimplMonad.lhs +++ b/ghc/compiler/simplCore/SimplMonad.lhs @@ -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_`