[project @ 2001-02-07 12:15:30 by sewardj]
authorsewardj <unknown>
Wed, 7 Feb 2001 12:15:30 +0000 (12:15 +0000)
committersewardj <unknown>
Wed, 7 Feb 2001 12:15:30 +0000 (12:15 +0000)
Make compatible with 4.08.2 (add [ ] in forall).

ghc/compiler/rename/RnHiFiles.hi-boot-5

index 98d4308..da5dcc3 100644 (file)
@@ -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;