Skip to content
Snippets Groups Projects
Commit 9927aec3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-30 13:07:04 by simonmar]

Fix package names & version numbers in .hi-boot files.
parent 5f5f6da0
No related merge requests found
......@@ -7,6 +7,6 @@
-- because it's wired into the compiler
---------------------------------------------------------------------------
__interface PrelErr 1 where
__interface "std" PrelErr 1 where
__export PrelErr error parError;
......@@ -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 ;
......
......@@ -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 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment