From: sewardj Date: Wed, 7 Feb 2001 12:15:30 +0000 (+0000) Subject: [project @ 2001-02-07 12:15:30 by sewardj] X-Git-Tag: Approximately_9120_patches~2723 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=58efae0159c18b86327f4ca08ec88f7dddae78f5;p=ghc-hetmet.git [project @ 2001-02-07 12:15:30 by sewardj] Make compatible with 4.08.2 (add [ ] in forall). --- diff --git a/ghc/compiler/rename/RnHiFiles.hi-boot-5 b/ghc/compiler/rename/RnHiFiles.hi-boot-5 index 98d4308..da5dcc3 100644 --- a/ghc/compiler/rename/RnHiFiles.hi-boot-5 +++ b/ghc/compiler/rename/RnHiFiles.hi-boot-5 @@ -1,3 +1,3 @@ __interface RnHiFiles 1 0 where __export RnHiFiles loadInterface; -1 loadInterface :: __forall d => Outputable.SDoc -> Module.ModuleName -> Module.WhereFrom -> RnMonad.RnM d HscTypes.ModIface; +1 loadInterface :: __forall [d] => Outputable.SDoc -> Module.ModuleName -> Module.WhereFrom -> RnMonad.RnM d HscTypes.ModIface;