From: sof Date: Sat, 5 Jul 1997 01:43:47 +0000 (+0000) Subject: [project @ 1997-07-05 01:43:47 by sof] X-Git-Tag: Approximately_1000_patches_recorded~277 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=070a2ff8869192bdda2c0939a167d3f3a52777ca;p=ghc-hetmet.git [project @ 1997-07-05 01:43:47 by sof] shuffle of imports --- diff --git a/ghc/compiler/utils/Maybes.lhs b/ghc/compiler/utils/Maybes.lhs index c996439..4d174a4 100644 --- a/ghc/compiler/utils/Maybes.lhs +++ b/ghc/compiler/utils/Maybes.lhs @@ -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}