cvs commit: hugs98/src/unix configure.in

lewie 2002/08/23 17:40:59 PDT Modified files: src/unix configure.in Log: Crow-eating fest. Revert to Alastair's change: install in $(libdir)/hugs. Revision Changes Path 1.32 +5 -5 hugs98/src/unix/configure.in

"Alastair Reid"
btw Does this indicate that we're getting close to a release candidate or is this a Galois-local thing?
With your over-the-weekend commits adding multiple -L support, I think we're pretty much ready. However, I'm considering whether to bite the bullet and split up Hugs' Prelude into two parts first, an implementation module and a re-exporting module that exports just what the Report tells it to -- this needs to be done & now seems to be the right time to introduce the change. Opinions / thoughts? --sigbjorn

On Mon, Aug 26, 2002 at 11:03:33AM -0700, Sigbjorn Finne wrote:
With your over-the-weekend commits adding multiple -L support, I think we're pretty much ready. However, I'm considering whether to bite the bullet and split up Hugs' Prelude into two parts first, an implementation module and a re-exporting module that exports just what the Report tells it to -- this needs to be done & now seems to be the right time to introduce the change. Opinions / thoughts?
For the new libraries you'd probably want to these two parts with a few modules in between: Data.Maybe Data.Either Data.Tuple Control.Monad That will also require some movement between GHC.List and Data.List (at least lookup). So I'd suggest doing it after committing to the new libs (after this release).
participants (4)
-
Alastair Reid
-
Jeff Lewis
-
Ross Paterson
-
Sigbjorn Finne