From ben at well-typed.com Mon Apr 8 18:28:06 2019 From: ben at well-typed.com (Ben Gamari) Date: Mon, 08 Apr 2019 14:28:06 -0400 Subject: [ANNOUNCE] GHC 8.6.5-rc1 is now available Message-ID: <87o95gbbd8.fsf@smart-cactus.org> Hello everyone, The GHC team is proud to announce the first release candidate of 8.6.5. The source distribution, binary distributions, and documentation are available at https://downloads.haskell.org/~ghc/8.6.5-rc1 This release fixes a handful of issues with 8.6.4: - Binary distributions once again ship with Haddock documentation including syntax highlighted source of core libraries (#16445) - A build system issue where use of GCC with `-flto` broke `configure` was fixed (#16440) - An bug affecting Windows platforms wherein XMM register values could be mangled when entering STG has been fixed (#16514) - Several Windows packaging issues resulting from the recent CI rework. (#16408, #16398, #16516) Since this is a relatively small bugfix release we are bypassing the alpha releases and moving right to the release candidate stage. If all goes well the final release will be cut next week. As always, if anything looks amiss do let us know. Happy testing! Cheers, - Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 487 bytes Desc: not available URL: From ben at well-typed.com Wed Apr 24 04:55:39 2019 From: ben at well-typed.com (Ben Gamari) Date: Wed, 24 Apr 2019 00:55:39 -0400 Subject: [ANNOUNCE] GHC 8.6.5 is now available Message-ID: <8736m8uhme.fsf@smart-cactus.org> Hello everyone, The GHC team is proud to announce the release of GHC 8.6.5. The source distribution, binary distributions, and documentation are available at https://downloads.haskell.org/~ghc/8.6.5 Release notes are also available [1]. This release fixes a handful of issues with 8.6.4: - Binary distributions once again ship with Haddock documentation including syntax highlighted source of core libraries (#16445) - A build system issue where use of GCC with `-flto` broke `configure` was fixed (#16440) - An bug affecting Windows platforms wherein XMM register values could be mangled when entering STG has been fixed (#16514) - Several Windows packaging issues resulting from the recent CI rework. (#16408, #16398, #16516) Do note that due to linking issues (see #15934) profiling will be rather unreliable on Windows. This will be fixed in 8.8.1. As always, if anything looks amiss do let us know. Happy compiling! Cheers, - Ben [1] http://downloads.haskell.org/~ghc/8.6.5/docs/html/users_guide/8.6.5-notes.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 487 bytes Desc: not available URL: From ben at well-typed.com Thu Apr 25 23:51:17 2019 From: ben at well-typed.com (Ben Gamari) Date: Thu, 25 Apr 2019 19:51:17 -0400 Subject: [ANNOUNCE] GHC 8.8.1-alpha1 is now available Message-ID: <87a7gdtziv.fsf@smart-cactus.org> Hello everyone, The GHC team is pleased to announce the first alpha release of GHC 8.8.1. The source distribution, binary distributions, and documentation are available at https://downloads.haskell.org/~ghc/8.8.1-alpha1 A draft of the release notes is also available [1]. This release is the culmination of over 3000 commits by over one hundred contributors and has several new features and numerous bug fixes relative to GHC 8.6: * Profiling now works correctly on 64-bit Windows (although still may be problematic on 32-bit Windows due to platform limitations; see #15934) * A new code layout algorithm for amd64's native code generator * The introduction of a late lambda-lifting pass which may reduce allocations significantly for some programs. * Further work on Trees That Grow, enabling improved code re-use of the Haskell AST in tooling * More locations where users can write `forall` (GHC Proposal #0007) * Further work on the Hadrian build system This release starts the pre-release cycle for GHC 8.8. This cycle is starting quite a bit later than expected due recent work on GHC's CI and release infrastructure. See the GHC Blog [2] for more on this. As always, if anything looks amiss do let us know. Happy compiling! Cheers, - Ben [1] https://downloads.haskell.org/ghc/8.8.1-alpha1/docs/html/users_guide/8.8.1-notes.html [2] https://www.haskell.org/ghc/blog/20190405-ghc-8.8-status.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 487 bytes Desc: not available URL: From george.colpitts at gmail.com Fri Apr 26 12:48:21 2019 From: george.colpitts at gmail.com (George Colpitts) Date: Fri, 26 Apr 2019 09:48:21 -0300 Subject: [ANNOUNCE] GHC 8.8.1-alpha1 is now available In-Reply-To: <87a7gdtziv.fsf@smart-cactus.org> References: <87a7gdtziv.fsf@smart-cactus.org> Message-ID: It seems as if there is no migration documentation, https://gitlab.haskell.org/ghc/ghc/wikis/status/migration/8.8. Will that be forthcoming? Thanks George On Thu, Apr 25, 2019 at 8:51 PM Ben Gamari wrote: > Hello everyone, > > The GHC team is pleased to announce the first alpha release of GHC 8.8.1. > The source distribution, binary distributions, and documentation are > available at > > https://downloads.haskell.org/~ghc/8.8.1-alpha1 > > A draft of the release notes is also available [1]. > > This release is the culmination of over 3000 commits by over one hundred > contributors and has several new features and numerous bug fixes > relative to GHC 8.6: > > * Profiling now works correctly on 64-bit Windows (although still may > be problematic on 32-bit Windows due to platform limitations; see > #15934) > > * A new code layout algorithm for amd64's native code generator > > * The introduction of a late lambda-lifting pass which may reduce > allocations significantly for some programs. > > * Further work on Trees That Grow, enabling improved code re-use of the > Haskell AST in tooling > > * More locations where users can write `forall` (GHC Proposal #0007) > > * Further work on the Hadrian build system > > This release starts the pre-release cycle for GHC 8.8. This cycle is > starting quite a bit later than expected due recent work on GHC's CI and > release infrastructure. See the GHC Blog [2] for more on this. > > As always, if anything looks amiss do let us know. > > Happy compiling! > > Cheers, > > - Ben > > > [1] > https://downloads.haskell.org/ghc/8.8.1-alpha1/docs/html/users_guide/8.8.1-notes.html > [2] https://www.haskell.org/ghc/blog/20190405-ghc-8.8-status.html > _______________________________________________ > Glasgow-haskell-users mailing list > Glasgow-haskell-users at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: