From 58efae0159c18b86327f4ca08ec88f7dddae78f5 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 7 Feb 2001 12:15:30 +0000 Subject: [PATCH] [project @ 2001-02-07 12:15:30 by sewardj] Make compatible with 4.08.2 (add [ ] in forall). --- ghc/compiler/rename/RnHiFiles.hi-boot-5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4