From: sof Date: Mon, 26 May 1997 04:58:32 +0000 (+0000) Subject: [project @ 1997-05-26 04:58:32 by sof] X-Git-Tag: Approximately_1000_patches_recorded~475 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=90164aa3c510d354cfa5709058ad2ac836773763;p=ghc-hetmet.git [project @ 1997-05-26 04:58:32 by sof] Updated imports --- diff --git a/ghc/compiler/basicTypes/PprEnv.lhs b/ghc/compiler/basicTypes/PprEnv.lhs index a235066..2c4dd1f 100644 --- a/ghc/compiler/basicTypes/PprEnv.lhs +++ b/ghc/compiler/basicTypes/PprEnv.lhs @@ -32,7 +32,7 @@ import UniqFM ( emptyUFM, UniqFM ) import Util ( panic ) #if __GLASGOW_HASKELL__ >= 202 IMPORT_DELOOPER(TyLoop) -import PprStyle ( PprStyle ) +import Outputable ( PprStyle ) import Literal ( Literal ) import Usage ( GenUsage, SYN_IE(Usage) ) import {-# SOURCE #-} PrimOp (PrimOp)