[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Unique.lhs
index 44c8c07..802f6a7 100644 (file)
@@ -52,7 +52,7 @@ import BasicTypes     ( Boxity(..) )
 import FastString      ( FastString, uniqueOfFS )
 import GlaExts
 import ST
-import PrelBase ( Char(..), chr, ord )
+import Char            ( chr, ord )
 import FastTypes
 
 import Outputable