[project @ 1998-01-08 18:03:08 by simonm]
[ghc-hetmet.git] / ghc / compiler / utils / Pretty.lhs
index 54abced..41cdb1a 100644 (file)
@@ -98,8 +98,6 @@ Relative to John's original paper, there are the following new features:
 
 
 \begin{code}
-#include "HsVersions.h"
-
 module Pretty (
        Doc,            -- Abstract
        Mode(..), TextDetails(..),
@@ -124,22 +122,10 @@ module Pretty (
   ) where
 
 #include "HsVersions.h"
-#if defined(__GLASGOW_HASKELL__)
 
 import FastString
-
-#if __GLASGOW_HASKELL__ >= 202
-
 import GlaExts
 
-#else
-
-       -- Horrible import to satisfy GHC 0.29
-import Ubiq            ( Unique, Uniquable(..), Name )
-
-#endif
-#endif
-
 -- Don't import Util( assertPanic ) because it makes a loop in the module structure
 
 infixl 6 <>