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 : > 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: http://haskell.inf.elte.hu/ghc/ghc-7.10.0.20150316-i386-port

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 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 404s: https://downlo

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, t

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 wrote: > Neil, this has been fixed. > > On Tue, Mar 17, 2015 at 7:52 AM, Neil Mitchell wrote: >> All of the mingw links give me 403 forbidden errors. Do they have >> permission issues? >> >> Thanks, Neil >> >> >> On Mon, Mar

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 c

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 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 wrote: >> We are pleased to announce the third release ca

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 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://dow

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 > sh

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 no

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 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: ANNOUNCE: GHC 7.10.1 Release Candidate 3

2015-03-17 Thread Jan Stolarek
> 2. On x86_64: > > ghc-cabal: '/app/ghc/lib/ghc-7.10.0.20150316/bin/ghc' exited with an > error: /app/ghc/lib/ghc-7.10.0.20150316/bin/ghc: symbol lookup error: > > /app/ghc/lib/ghc-7.10.0.20150316/bin/../rts/libHSrts_thr-ghc7.10.0.2015031 >6.so: undefined symbol: pthread_setname_np Sa