From ee72ae49179ac80bf4b5cec6462dba9d4629b663 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 03:31:22 +0000 Subject: [PATCH] [project @ 1997-05-26 03:31:22 by sof] Updated imports --- ghc/compiler/rename/ParseType.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/rename/ParseType.y b/ghc/compiler/rename/ParseType.y index 949707d..0042399 100644 --- a/ghc/compiler/rename/ParseType.y +++ b/ghc/compiler/rename/ParseType.y @@ -26,7 +26,7 @@ import Name ( OccName(..), isTCOcc, Provenance ) import SrcLoc ( mkIfaceSrcLoc ) import Util ( panic{-, pprPanic ToDo:rm-} ) import Pretty ( Doc ) -import PprStyle -- PprDebug for panic +import Outputable ( PprStyle(..) ) import Maybes ( MaybeErr(..) ) ------------------------------------------------------------------ -- 1.7.10.4