X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FPprEnv.lhs;h=2c4dd1f91368b4acd4f38caaa18b262cb2fe3e23;hb=90164aa3c510d354cfa5709058ad2ac836773763;hp=a235066f9c73ffc6a12d93bfd65abd03fde6e55f;hpb=899fc3eb70b6c81165861197a566aedb77c0e21c;p=ghc-hetmet.git 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)