[project @ 1999-02-05 10:21:15 by sof]
authorsof <unknown>
Fri, 5 Feb 1999 10:21:16 +0000 (10:21 +0000)
committersof <unknown>
Fri, 5 Feb 1999 10:21:16 +0000 (10:21 +0000)
PrelErr.hi-boot: record exports as coming from a .hi-boot file.

ghc/lib/std/PrelErr.hi-boot
ghc/lib/std/PrelException.hi-boot

index 7871a41..7f4b628 100644 (file)
@@ -6,6 +6,7 @@
 --     It doesn't need to give "error" a type signature, 
 --     because it's wired into the compiler
 ---------------------------------------------------------------------------
-__interface PrelErr 1 where
-__export PrelErr error parError;
+
+__interface PrelErr 2 0 where
+__export ! PrelErr error parError;
+
index 85561ba..cd7ab02 100644 (file)
@@ -5,7 +5,7 @@
 --     for PrelException.hi.
 ---------------------------------------------------------------------------
  
-__interface PrelException 1 where
+__interface PrelException 1 0 where
 __export ! PrelException ioError catch;
 1 ioError :: __forall [a] => PrelIOBase.IOError -> PrelIOBase.IO a ;
 1 catch :: __forall [a] => PrelIOBase.IO a -> (PrelIOBase.IOError -> PrelIOBase.IO a) -> PrelIOBase.IO a ;