X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSimplMonad.lhs;h=5b6ac4001aa0d2e6c40e60206004d173583e9b36;hb=2423c249f5ca7785d0ec89eb33e72662da7561c1;hp=bc09e1128ce96c8dbc97fa159b21b3e52e003aa8;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/simplCore/SimplMonad.lhs b/compiler/simplCore/SimplMonad.lhs index bc09e11..5b6ac40 100644 --- a/compiler/simplCore/SimplMonad.lhs +++ b/compiler/simplCore/SimplMonad.lhs @@ -41,7 +41,7 @@ import FastString ( FastString ) import Outputable import FastTypes -import GLAEXTS ( indexArray# ) +import GHC.Exts ( indexArray# ) #if __GLASGOW_HASKELL__ < 503 import PrelArr ( Array(..) )