From: sof Date: Sun, 18 May 1997 04:48:03 +0000 (+0000) Subject: [project @ 1997-05-18 04:48:03 by sof] X-Git-Tag: Approximately_1000_patches_recorded~655 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=57b42110b792d50ae1452a31c4d74aa20736ec41;p=ghc-hetmet.git [project @ 1997-05-18 04:48:03 by sof] new Pretty imports --- diff --git a/ghc/compiler/utils/UniqSet.lhs b/ghc/compiler/utils/UniqSet.lhs index 122e71d..68cf4b6 100644 --- a/ghc/compiler/utils/UniqSet.lhs +++ b/ghc/compiler/utils/UniqSet.lhs @@ -27,7 +27,7 @@ import UniqFM import Unique ( Unique ) import SrcLoc ( SrcLoc ) import Outputable ( Outputable(..) ) -import Pretty ( SYN_IE(Pretty), PrettyRep ) +import Pretty ( Doc ) import PprStyle ( PprStyle ) import Util ( Ord3(..) )