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 <austin@well-typed.com> 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
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 <asr@eafit.edu.co> wrote:
On 14 June 2015 at 19:16, Austin Seipp <austin@well-typed.com> 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/
We are pleased to announce the first release candidate for GHC 7.10.2:
Thanks!
The testsuite src tarball still (like in 7.10.1) includes this large binary executable file: -rwxrwxr-x a/a 7873779 Mar 16 17:34 2015 ghc-7.10.0.20150316/testsuite/mk/ghc-config Can it be removed it for 7.10.2? Jens ps It might be good to have some tarball size sanity check to avoid these kind of problems recurring.
Grrr... I could have *swore* I fixed it this time, and even to be double-sure I did a `git clean` and everything.. Yes, we should have a sanity check somewhere, and also double check the testsuite is clean. I'll noodle on it for the release (since apparently the last version didn't work). On Mon, Jun 15, 2015 at 6:11 AM, Jens Petersen <juhpetersen@gmail.com> wrote:
We are pleased to announce the first release candidate for GHC 7.10.2:
Thanks!
The testsuite src tarball still (like in 7.10.1) includes this large binary executable file:
-rwxrwxr-x a/a 7873779 Mar 16 17:34 2015 ghc-7.10.0.20150316/testsuite/mk/ghc-config
Can it be removed it for 7.10.2?
Jens
ps It might be good to have some tarball size sanity check to avoid these kind of problems recurring.
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
On 15 June 2015 at 09:16, Austin Seipp <austin@well-typed.com> wrote:
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 <austin@well-typed.com> wrote:
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 <austin@well-typed.com> wrote:
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 (6)
-
Andrés Sicard-Ramírez -
Austin Seipp -
Greg Weber -
Herbert Valerio Riedel -
Jens Petersen -
Miëtek Bak