[project @ 1997-06-05 09:12:23 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / Maybes.lhs
index 2542141..c996439 100644 (file)
@@ -41,7 +41,12 @@ module Maybes (
 
 CHK_Ubiq()                     -- debugging consistency check
 
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER( SpecLoop )    -- Specialisation
+#else
+import {-# SOURCE #-} Name
+#endif
+
 import Unique  (Unique)                -- only for specialising
 
 #else