From 90164aa3c510d354cfa5709058ad2ac836773763 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 04:58:32 +0000 Subject: [PATCH] [project @ 1997-05-26 04:58:32 by sof] Updated imports --- ghc/compiler/basicTypes/PprEnv.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4