Release Candidate 2: HP 2014.4.0.0

Haskellistas - The second release candidate of HP 2014.4.0.0 is now available: - Source tarball: haskell-platform-2012.4.0.0-rc2.tar.gzhttp://ozonehouse.com/mark/platform/haskell-platform-2012.4.0.0-rc2.tar.gz - Mac 32-bit installer: Haskell Platform 2012.4.0.0 32bit rc2 signed.pkghttp://ozonehouse.com/mark/platform/Haskell%20Platform%202012.4.0.0%2032bit%... Mac notes: This version is now digitally signed by me, and so will install without fuss on OS X 10.8. I'll put up 64-bit version soon. - Mark Changes since RC1: TODO ---- [x] update vector and primitive versions (they had a point release to fix a bad bug, and the fix was very very simple) [x] remove Build.hs - it did all its work by shelling out anyway! [x] main .cabal file should not have versions commented out [x] this will require a way to extract the list of packages that need to be part of the source release [x] why not also extract the list of packages needed for core.packages [x] fix to build.hs (ticket #195) [x] bugs in build.sh (ticket #197) [x] build instructions in the tarball (ticket #207) [x] merge in shared library patch (ticket #198) MAC TODO -------- [x] mac cabal script needs to quote things with $HOME or ~ in them (ticket #192) [x] If the cabal command is "update" then the wrapper script shouldn't do an update the first time through! [x] sign Mac installers (ticket #203)

That's VERY efficient (2014 editions out in 2012).
:-)
On 19 October 2012 16:37, Mark Lentczner
Haskellistas -
The second release candidate of HP 2014.4.0.0 is now available:
Source tarball: haskell-platform-2012.4.0.0-rc2.tar.gz Mac 32-bit installer: Haskell Platform 2012.4.0.0 32bit rc2 signed.pkg
Mac notes: This version is now digitally signed by me, and so will install without fuss on OS X 10.8. I'll put up 64-bit version soon.
- Mark
Changes since RC1:
TODO ---- [x] update vector and primitive versions (they had a point release to fix a bad bug, and the fix was very very simple) [x] remove Build.hs - it did all its work by shelling out anyway! [x] main .cabal file should not have versions commented out [x] this will require a way to extract the list of packages that need to be part of the source release [x] why not also extract the list of packages needed for core.packages [x] fix to build.hs (ticket #195) [x] bugs in build.sh (ticket #197) [x] build instructions in the tarball (ticket #207) [x] merge in shared library patch (ticket #198)
MAC TODO -------- [x] mac cabal script needs to quote things with $HOME or ~ in them (ticket #192) [x] If the cabal command is "update" then the wrapper script shouldn't do an update the first time through! [x] sign Mac installers (ticket #203)
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Fri, Oct 19, 2012 at 9:30 AM, Colin Adams
That's VERY efficient (2014 editions out in 2012).
Silly me! Of course, the links are correct: no time travel this cycle - just plain ole' 20*12*.4.0.0 .. aaaaaand: Mac OS 64-bit candidate is out: Haskell Platform 2012.4.0.0 64bit rc2 signed.pkghttp://www.ozonehouse.com/mark/platform/Haskell%20Platform%202012.4.0.0%2064... *NOTE:* You can only have one architecture per HP version at a time installed on Mac OS X. If you want to switch architectures within the same version of the platform, please use the *uninstaller-hs* utility to remove the one you have *before* installing the other one. If you don't, you'll get an installer error at the end -- it will all work, but your documentation will be less than perfect. *NOTE:* If you use macports http://www.macports.org/ or homebrewhttp://mxcl.github.com/homebrew/, then be sure that you choose the same architecture (32bit / 64bit) as macports or brew is using, since I believe those systems do not install universal libs (both architectures) by default. - Mark
participants (2)
-
Colin Adams
-
Mark Lentczner