X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSimplMonad.lhs;h=a198b32cce5d51bebcfe9fcf8c86692236e2bbb0;hb=4c7846e8a0336f71d5c16798e103980f83532c30;hp=bc09e1128ce96c8dbc97fa159b21b3e52e003aa8;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/simplCore/SimplMonad.lhs b/compiler/simplCore/SimplMonad.lhs index bc09e11..a198b32 100644 --- a/compiler/simplCore/SimplMonad.lhs +++ b/compiler/simplCore/SimplMonad.lhs @@ -41,13 +41,9 @@ import FastString ( FastString ) import Outputable import FastTypes -import GLAEXTS ( indexArray# ) +import GHC.Exts ( indexArray# ) -#if __GLASGOW_HASKELL__ < 503 -import PrelArr ( Array(..) ) -#else import GHC.Arr ( Array(..) ) -#endif import Array ( array, (//) )