Module header tidyup #2
[ghc-hetmet.git] / compiler / parser / Parser.y.pp
index 7166e1e..0209ec8 100644 (file)
@@ -42,10 +42,10 @@ import HaddockUtils
 
 import FastString
 import Maybes          ( orElse )
-import Monad            ( when )
 import Outputable
-import GLAEXTS
 
+import Control.Monad    ( when )
+import GHC.Exts
 import Data.Char
 import Control.Monad    ( mplus )
 }