ANNOUNCE: GHC 7.10.2 Release Candidate 1

We are pleased to announce the first release candidate for GHC 7.10.2: https://downloads.haskell.org/~ghc/7.10.2-rc1 https://downloads.haskell.org/~ghc/7.10.2-rc1/docs/html/ This includes the source tarball and bindists for Windows, Mac OS X, and Debian Linux. FreeBSD and Solaris binaries will follow soon. These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F). We plan to make the 7.10.2 final release at the end of this coming week - so please test as much as possible; bugs are much cheaper if we find them before the release! -- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

On 14 June 2015 at 19:16, Austin Seipp
We are pleased to announce the first release candidate for GHC 7.10.2:
Since transformers is a GHC-include library, is there any particular reason why GHC 7.10.2 RC1 didn't include the latest version of the transformers library, i.e. transformers-0.4.3.0? -- Andrés

We plan to make the 7.10.2 final release at the end of this coming week - so please test as much as possible; bugs are much cheaper if we find them before the release!
Could I possibly draw attention to #10491 https://ghc.haskell.org/trac/ghc/ticket/10491? It's a regression in the simplifier that is causing considerable pain for Accelerate, namely a compile time of many hours for a 300 line module. It would be unfortunate if this couldn't be resolved for the 7.10.2 release.

Yes, as noted on the ticket, I've bumped the priority and we'll be
looking into this - and hopefully have a fix in time for 7.10.2. There
are some similar tickets where we get large explosions of terms, so it
may be in the same ballpark.
On Sun, Jun 14, 2015 at 11:18 PM, Rob Everest
We plan to make the 7.10.2 final release at the end of this coming week - so please test as much as possible; bugs are much cheaper if we find them before the release!
Could I possibly draw attention to #10491? It's a regression in the simplifier that is causing considerable pain for Accelerate, namely a compile time of many hours for a 300 line module. It would be unfortunate if this couldn't be resolved for the 7.10.2 release.
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

Not in particular - I guess we didn't get everything we precisely
needed for the RC.
I've filed a ticket: #10530
On Sun, Jun 14, 2015 at 10:25 PM, Andrés Sicard-Ramírez
On 14 June 2015 at 19:16, Austin Seipp
wrote: We are pleased to announce the first release candidate for GHC 7.10.2:
Since transformers is a GHC-include library, is there any particular reason why GHC 7.10.2 RC1 didn't include the latest version of the transformers library, i.e. transformers-0.4.3.0?
-- Andrés
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

On 15 June 2015 at 09:16, Austin Seipp
We are pleased to announce the first release candidate for GHC 7.10.2:
Thank you I did a 'quick' build of it for Fedora 22 in my Copr repo: https://copr.fedoraproject.org/coprs/petersen/ghc-7.10.2 I will try to update it to a 'perf' build soon. Cheers, Jens

Thanks. GHC 7.10.2-rc1 can now be installed with Halcyon:
halcyon install --ghc-version=7.10.2-rc1 --cabal-version=1.22.4.0
Supported platforms include:
- Amazon Linux 2014.09
- Arch Linux
- CentOS 6, 7
- Debian 6, 7, 8
- Gentoo Linux
- openSUSE 13.2
- OS X 10.8, 10.9, 10.10
- Red Hat Enterprise Linux 6, 7
- Slackware 14.1
- SUSE Linux Enterprise Server 12
- Ubuntu 12.04 LTS, 14.04 LTS, 14.10, 15.04
- Fedora 20, 21
--
Miëtek
https://mietek.io
On 2015-06-15, at 01:16, Austin Seipp
We are pleased to announce the first release candidate for GHC 7.10.2:
https://downloads.haskell.org/~ghc/7.10.2-rc1 https://downloads.haskell.org/~ghc/7.10.2-rc1/docs/html/
This includes the source tarball and bindists for Windows, Mac OS X, and Debian Linux. FreeBSD and Solaris binaries will follow soon. These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.2 final release at the end of this coming week - so please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Is the 7.10.2 hvr ppa using this RC?
We just reported a 7.10 regression that I am hoping will be fixed before
the release that I was trying to verify
https://ghc.haskell.org/trac/ghc/ticket/10599
On Sun, Jun 14, 2015 at 5:16 PM, Austin Seipp
We are pleased to announce the first release candidate for GHC 7.10.2:
https://downloads.haskell.org/~ghc/7.10.2-rc1 https://downloads.haskell.org/~ghc/7.10.2-rc1/docs/html/
This includes the source tarball and bindists for Windows, Mac OS X, and Debian Linux. FreeBSD and Solaris binaries will follow soon. These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.2 final release at the end of this coming week - so please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

On 2015-07-03 at 05:26:44 +0200, Greg Weber wrote:
Is the 7.10.2 hvr ppa using this RC?
...it's easy to check, as since 7.10 we embed the Git commit id into the source-tarball as well as into the generated ghc binary: $ /opt/ghc/7.10.2/bin/ghc --info | grep Git ,("Project Git commit id","5560861e4562a2e270e6610e6ef3cf120253bb16") or more useful for scripting, i.e. in buildbots (but harder to remember): $ /opt/ghc/7.10.2/bin/ghc --print-project-git-commit-id 5560861e4562a2e270e6610e6ef3cf120253bb16 and if you compare that with the git repo that id *currently* matches the commit pointed to by the lightweight 'ghc-7.10.2-rc2' tag: http://git.haskell.org/ghc.git/shortlog/refs/tags/ghc-7.10.2-rc2 Cheers, hvr
participants (7)
-
Andrés Sicard-Ramírez
-
Austin Seipp
-
Greg Weber
-
Herbert Valerio Riedel
-
Jens Petersen
-
Miëtek Bak
-
Rob Everest