Big tidy-up of deriving code
[ghc-hetmet.git] / compiler / simplCore / SimplMonad.lhs
index bc09e11..5b6ac40 100644 (file)
@@ -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(..) )