From: simonmar Date: Tue, 30 May 2000 13:07:04 +0000 (+0000) Subject: [project @ 2000-05-30 13:07:04 by simonmar] X-Git-Tag: Approximately_9120_patches~4351 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9927aec38601ec6d6fbdc55a8bf6244227320d2b;p=ghc-hetmet.git [project @ 2000-05-30 13:07:04 by simonmar] Fix package names & version numbers in .hi-boot files. --- diff --git a/ghc/lib/std/PrelErr.hi-boot b/ghc/lib/std/PrelErr.hi-boot index 98d9721..1181d79 100644 --- a/ghc/lib/std/PrelErr.hi-boot +++ b/ghc/lib/std/PrelErr.hi-boot @@ -7,6 +7,6 @@ -- because it's wired into the compiler --------------------------------------------------------------------------- -__interface PrelErr 1 where +__interface "std" PrelErr 1 where __export PrelErr error parError; diff --git a/ghc/lib/std/PrelNum.hi-boot b/ghc/lib/std/PrelNum.hi-boot index 7c47b0a..33298fd 100644 --- a/ghc/lib/std/PrelNum.hi-boot +++ b/ghc/lib/std/PrelNum.hi-boot @@ -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 ; diff --git a/ghc/lib/std/PrelPack.hi-boot b/ghc/lib/std/PrelPack.hi-boot index d23bd74..2f1ac34 100644 --- a/ghc/lib/std/PrelPack.hi-boot +++ b/ghc/lib/std/PrelPack.hi-boot @@ -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 ;