From 070a2ff8869192bdda2c0939a167d3f3a52777ca Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 5 Jul 1997 01:43:47 +0000 Subject: [PATCH] [project @ 1997-07-05 01:43:47 by sof] shuffle of imports --- ghc/compiler/utils/Maybes.lhs | 13 ------------- 1 file changed, 13 deletions(-) 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} -- 1.7.10.4