[project @ 1997-07-05 01:43:47 by sof]
authorsof <unknown>
Sat, 5 Jul 1997 01:43:47 +0000 (01:43 +0000)
committersof <unknown>
Sat, 5 Jul 1997 01:43:47 +0000 (01:43 +0000)
shuffle of imports

ghc/compiler/utils/Maybes.lhs

index c996439..4d174a4 100644 (file)
@@ -37,21 +37,8 @@ module Maybes (
 #endif
     ) where
 
-#if defined(COMPILING_GHC)
-
 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
-import Maybe -- renamer will tell us if there are any conflicts
-#endif
 \end{code}