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
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
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
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
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
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
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
> 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
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
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
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
> 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
12 matches
Mail list logo