[project @ 2000-05-30 13:07:04 by simonmar]
authorsimonmar <unknown>
Tue, 30 May 2000 13:07:04 +0000 (13:07 +0000)
committersimonmar <unknown>
Tue, 30 May 2000 13:07:04 +0000 (13:07 +0000)
Fix package names & version numbers in .hi-boot files.

ghc/lib/std/PrelErr.hi-boot
ghc/lib/std/PrelNum.hi-boot
ghc/lib/std/PrelPack.hi-boot

index 98d9721..1181d79 100644 (file)
@@ -7,6 +7,6 @@
 --     because it's wired into the compiler
 ---------------------------------------------------------------------------
 
-__interface PrelErr 1 where
+__interface "std" PrelErr 1 where
 __export PrelErr error parError;
 
index 7c47b0a..33298fd 100644 (file)
@@ -7,7 +7,7 @@
 --     PrelBase, and other Prelude files that precede PrelNum
 ---------------------------------------------------------------------------
  
-__interface PrelNum 1 where
+__interface "std" PrelNum 1 where
 __export PrelNum Integer addr2Integer ;
 
 1 data Integer ;
index d23bd74..2f1ac34 100644 (file)
@@ -7,7 +7,7 @@
 --     other Prelude files that precede PrelPack
 ---------------------------------------------------------------------------
  
-__interface "std" PrelPack 1 407 where
+__interface "std" PrelPack 1 where
 __export PrelPack packCStringzh unpackCString ;
 
 1 packCStringzh :: [PrelBase.Char] -> PrelGHC.ByteArrayzh ;