From: sof Date: Mon, 26 May 1997 03:40:33 +0000 (+0000) Subject: [project @ 1997-05-26 03:40:33 by sof] X-Git-Tag: Approximately_1000_patches_recorded~519 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f33819dc4d5686f32c2872efc06ae3cae3286798;p=ghc-hetmet.git [project @ 1997-05-26 03:40:33 by sof] Updated with new home for PprStyle --- diff --git a/ghc/compiler/rename/RnSource.hi-boot b/ghc/compiler/rename/RnSource.hi-boot index 7fec671..24d8add 100644 --- a/ghc/compiler/rename/RnSource.hi-boot +++ b/ghc/compiler/rename/RnSource.hi-boot @@ -2,7 +2,7 @@ _interface_ RnSource 1 _exports_ RnSource rnHsSigType; _declarations_ -1 rnHsSigType _:_ _forall_ [a] => (PprStyle.PprStyle -> Pretty.Doc) +1 rnHsSigType _:_ _forall_ [a] => (Outputable.PprStyle -> Pretty.Doc) -> RdrHsSyn.RdrNameHsType -> RnMonad.RnMS a RnHsSyn.RenamedHsType ;;