[project @ 1997-06-05 08:51:03 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / UniqFM.lhs
index 2967032..1cd56ff 100644 (file)
@@ -54,10 +54,15 @@ module UniqFM (
 #endif
     ) where
 
+IMP_Ubiq()
+
 #if defined(COMPILING_GHC)
+# if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER( SpecLoop )
+# else
+import {-# SOURCE #-} Name
+# endif
 #endif
-IMP_Ubiq()
 
 import Unique          ( Unique, u2i, mkUniqueGrimily )
 import Util