[project @ 2002-08-29 15:44:11 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / UniqFM.lhs
index 7b27322..6aa75b9 100644 (file)
@@ -50,9 +50,10 @@ import {-# SOURCE #-} Name   ( Name )
 
 import Unique          ( Uniquable(..), Unique, getKey, mkUniqueGrimily )
 import Panic
-import GlaExts         -- Lots of Int# operations
 import FastTypes
 import Outputable
+
+import GLAEXTS         -- Lots of Int# operations
 \end{code}
 
 %************************************************************************