RE: ANNOUNCE: GHC 5.03.20020410 snapshot released

Another snapshot along the 5.03 line, we expect this to be the last snapshot before 5.04. As before, there are NO GUARANTEES as to the stability of this release, but it has passed our three-stage bootstrap and all but one(!) of the 754 regressions tests passed. Documentation is also still lagging behind the new features.
Get it from the usual place:
The snapshot source distribution has now been updated to include the file mk/package.mk which was missing the first time around. Cheers, Simon

BTW, does this version support rank-n types?

"Simon Marlow"
The snapshot source distribution has now been updated to include the file mk/package.mk which was missing the first time around.
Thanks. Btw, does ghc build with "make -j2"? I tried building the snapshot just now with it but got a make error at some point. I forget to save the build log, but I can easily fire up another build if you want to see it. Jens

"Simon Marlow"
writes: The snapshot source distribution has now been updated to include the file mk/package.mk which was missing the first time around.
Thanks.
Btw, does ghc build with "make -j2"? I tried building the snapshot just now with it but got a make error at some point. I forget to save the build log, but I can easily fire up another build if you want to see it.
It *mostly* worked for me a month or so ago. I did a single-processor make until I saw it had started on ghc/compiler, and then hit ^C and did make -j2 in ghc/compiler. This worked fine, and then I continued the make with one processor for the rest. Presumably the same trick would work in hslibs/. I think there's some setup that depends on implicit ordering, but once it gets going in a directory it's all fine. --KW 8-)
participants (4)
-
Jens Petersen
-
Keith Wansbrough
-
Ralf Hinze
-
Simon Marlow