Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Miëtek Bak
As I wrote previously — the bindist name does mention ‘deb7’, so perhaps this is all working as intended, and perhaps supporting such ancient distributions is not actually needed. However, the GHC 7.8.4, 7.8.3, and 7.8.2 bindists work fine with glibc 2.11, so this is a regression. -- Miëtek

RE: Qualified names in TH?

2015-03-17 Thread Simon Peyton Jones
What Edward says also applies to code quotations. So, for example: module M import IntSet f :: Q Exp - Q Exp f blah = [| fromList $blah |] module N where import M h x = $(f [| [x,x] |]) The splice expands to (fromList [x,x]), but the fromList guaranteed to be the fromList

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Páli Gábor János
2015-03-16 21:30 GMT+01:00 Austin Seipp aus...@well-typed.com: We are pleased to announce the third release candidate for GHC 7.10.1: [..] FreeBSD [..] binary distributions will follow soon. There you can find the FreeBSD tarballs and their checksums:

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Björn Peemöller
Am 16.03.2015 um 21:30 schrieb Austin Seipp: We are pleased to announce the third release candidate for GHC 7.10.1: https://downloads.haskell.org/~ghc/7.10.1-rc3 https://downloads.haskell.org/~ghc/7.10.1-rc3/docs/html/ The current version of cabal-install located at Hackage can not

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Jan Stolarek
The current version of cabal-install located at Hackage can not be installed for the RC because of the following dependency error: Setup: At least the following dependencies are missing: filepath =1.0 1.4 The problem is that cabal-install require filepath 1.4, while the RC ships with

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Neil Mitchell
All of the mingw links give me 403 forbidden errors. Do they have permission issues? Thanks, Neil On Mon, Mar 16, 2015 at 8:30 PM, Austin Seipp aus...@well-typed.com wrote: We are pleased to announce the third release candidate for GHC 7.10.1:

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Austin Seipp
Neil, this has been fixed. On Tue, Mar 17, 2015 at 7:52 AM, Neil Mitchell ndmitch...@gmail.com wrote: All of the mingw links give me 403 forbidden errors. Do they have permission issues? Thanks, Neil On Mon, Mar 16, 2015 at 8:30 PM, Austin Seipp aus...@well-typed.com wrote: We are pleased

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Karel Gardas
BTW, *-testsuite tarball contains bits left from the amd64/linux build so gmake test is not working due to missing /lib64/ld-linux* library for ghc-config. Solaris 11 builds are uploading now... Karel On 03/16/15 09:30 PM, Austin Seipp wrote: We are pleased to announce the third release

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Neil Mitchell
Confirmed, thanks a lot! On Tue, Mar 17, 2015 at 1:47 PM, Austin Seipp aus...@well-typed.com wrote: Neil, this has been fixed. On Tue, Mar 17, 2015 at 7:52 AM, Neil Mitchell ndmitch...@gmail.com wrote: All of the mingw links give me 403 forbidden errors. Do they have permission issues?

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Austin Seipp
The only reason they work on glibc 2.11 is, AFAIK, because we built separate CentOS 6.5 binaries for them. :) FWIW, the source should build fine on these platforms, so once we add the bindists for those systems, it should work Out Of The Box. But the Debian 7 bindist isn't going to work on them,

Re: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Bas van Dijk
On 16 March 2015 at 21:30, Austin Seipp aus...@well-typed.com wrote: We are pleased to announce the third release candidate for GHC 7.10.1: https://downloads.haskell.org/~ghc/7.10.1-rc3 https://downloads.haskell.org/~ghc/7.10.1-rc3/docs/html/ I noticed that the Haddock docs return