From 57b42110b792d50ae1452a31c4d74aa20736ec41 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 18 May 1997 04:48:03 +0000 Subject: [PATCH] [project @ 1997-05-18 04:48:03 by sof] new Pretty imports --- ghc/compiler/utils/UniqSet.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(..) ) -- 1.7.10.4