From d7f7b5e9e8eacf77cc5225ddf3582f75a03b52b4 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:15:21 +0000 Subject: [PATCH] [project @ 1997-05-26 01:15:21 by sof] Updated imports --- ghc/compiler/utils/Pretty.lhs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ghc/compiler/utils/Pretty.lhs b/ghc/compiler/utils/Pretty.lhs index 3e34f5f..c8aef7d 100644 --- a/ghc/compiler/utils/Pretty.lhs +++ b/ghc/compiler/utils/Pretty.lhs @@ -127,16 +127,20 @@ module Pretty ( #if defined(__GLASGOW_HASKELL__) import FastString -IMP_Ubiq() #if __GLASGOW_HASKELL__ >= 202 -import GHC -import PrelBase + +import GlaExts + +#else + + -- Horrible import to satisfy GHC 0.29 +import Ubiq ( Unique, Uniquable(..), Name ) + #endif #endif - -import Util ( assertPanic ) +-- Don't import Util( assertPanic ) because it makes a loop in the module structure infixl 6 <> infixl 6 <+> -- 1.7.10.4