
ok, I think we're just about ready to go. So, if people could now roll binary dists of their choice/preference and upload them to cvs.haskell.org:/home/httpd/html/Hugs/downloads/Nov2002/, that'd be great. I'll update the downloads page and release tomorrow night (Tue). To leave the room open for any last-minute tweaks, I've yet to tar up a source release & tag the repo. --sigbjorn

I'd be tempted to add libexts ConcBase libexts Storable libexts Exception libexts IORef libexts IOExts libexts LazyST libexts Int libexts Word to src/unix/convert_libraries, but I'm not quite sure I know what I'm doing so I'll yell instead. Could the person responsible for setting up the library conversion scripts (Alastair?) please do a clean checkout of all the necessary sources, in order to verify that the scripts are in order? I've just checked out hugs98, fptools/hslibs and fptools/libraries afresh, and it seems like several modules with the Hugs prefix fail to materialize during `make'. But it could be that I've gotten totally lost in the maze here... -- Johan

"Johan Nordlander"
I'd be tempted to add
libexts ConcBase libexts Storable libexts Exception libexts IORef libexts IOExts libexts LazyST libexts Int libexts Word
to src/unix/convert_libraries, but I'm not quite sure I know what I'm doing so I'll yell instead.
Could the person responsible for setting up the library conversion scripts (Alastair?) please do a clean checkout of all the necessary sources, in order to verify that the scripts are in order? I've just checked out hugs98, fptools/hslibs and fptools/libraries afresh, and it seems like several modules with the Hugs prefix fail to materialize during `make'.
All of the modules you refer to are included in hugs98/libraries/Hugs/ in the CVS repository, so aren't constructed by the conversion script. Make sure you've got a fresh tree and/or you do "cvs up -d" --sigbjorn

"Johan Nordlander"
writes: I'd be tempted to add
libexts ConcBase libexts Storable libexts Exception libexts IORef libexts IOExts libexts LazyST libexts Int libexts Word
to src/unix/convert_libraries, but I'm not quite sure I know what I'm doing so I'll yell instead.
Could the person responsible for setting up the library conversion scripts (Alastair?) please do a clean checkout of all the necessary sources, in order to verify that the scripts are in order? I've just checked out hugs98, fptools/hslibs and fptools/libraries afresh, and it seems like several modules with the Hugs prefix fail to materialize during `make'.
All of the modules you refer to are included in hugs98/libraries/Hugs/ in the CVS repository, so aren't constructed by the conversion script. Make sure you've got a fresh tree and/or you do "cvs up -d"
--sigbjorn
... and I happily removed the whole libraries directory just to force a complete conversion of the libraries! Well, well, won't do that anymore... The MacOS X binaries are in place, BTW, but I'll be looking out for more last minute changes tomorrow morning. -- Johan

"Johan Nordlander"
The MacOS X binaries are in place, BTW, but I'll be looking out for more last minute changes tomorrow morning.
Great stuff, I'm tagging and releasing now. Should it be requested, would you (or anyone else) be willing to package up a pre-OSX bundle? --sigbjorn

Should it be requested, would you (or anyone else) be willing to package up a pre-OSX bundle?
I'm not sure my toolbox is up to it anymore, so I'm waiting for an actual request before I even want to start investigating. But I will give it a try when that day comes. -- Johan

On Wed, Nov 20, 2002 at 02:45:24AM +0100, Johan Nordlander wrote:
... and I happily removed the whole libraries directory just to force a complete conversion of the libraries! Well, well, won't do that anymore...
It suffices to remove libraries/Prelude.hs (which is regenerated).
participants (3)
-
Johan Nordlander
-
Ross Paterson
-
Sigbjorn Finne