From: sof Date: Mon, 26 May 1997 03:31:22 +0000 (+0000) Subject: [project @ 1997-05-26 03:31:22 by sof] X-Git-Tag: Approximately_1000_patches_recorded~522 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ee72ae49179ac80bf4b5cec6462dba9d4629b663;p=ghc-hetmet.git [project @ 1997-05-26 03:31:22 by sof] Updated imports --- 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(..) ) ------------------------------------------------------------------