X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FPretty.lhs;h=c8aef7de7936d17325ec35d2d401c318e264b583;hb=242855ee68645fed6f16e15b7d8bd28189538e15;hp=3e34f5f88b25bc181efe10b76db5d12bda3f1eda;hpb=ccd4105eb4a3d8bca062bacc3664086b4e940704;p=ghc-hetmet.git 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 <+>