
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).