[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / basicTypes / SrcLoc.lhs
index 423b4b3..f27a6f0 100644 (file)
@@ -20,9 +20,10 @@ module SrcLoc (
        unpackSrcLoc
     ) where
 
-import Outputable
+import Ubiq
+
+import PprStyle                ( PprStyle(..) )
 import Pretty
-import Util
 \end{code}
 
 %************************************************************************