test build of current ghc-7.8

2014-02-03 Thread Jens Petersen
Hi, I did a test build [1] of the current ghc-7.8 branch for Fedora 21
devel,
which I think should also install to Fedora 20.

I put the packages for x86_64, i386 and armv7hl into the yum repos under
http://repos.fedorapeople.org/repos/petersen/ghc-7.7/

I haven't tested this latest build yet but wanted to announce its
availability.
Let me know if you hit any packaging problems with it.

Jens

ps I also upload the ghc-7.8.0.20140201 src tarball to
http://petersen.fedorapeople.org/ghc/ if you want to use
to build yourself.

pps Next time I will build it in copr.fedoraproject.org
which creates yum repos for one (like OBS).

[1] http://koji.fedoraproject.org/koji/taskinfo?taskID=6483032
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: test build of current ghc-7.8

2014-02-03 Thread Joachim Breitner
Dear Jens,


Am Montag, den 03.02.2014, 19:49 +0900 schrieb Jens Petersen:
 Hi, I did a test build [1] of the current ghc-7.8 branch for Fedora 21
 devel, 
 which I think should also install to Fedora 20.

I’m surprised that it worked for you. Did not you not hit
http://ghc.haskell.org/trac/ghc/ticket/8725?

Greetings,
Joachim


-- 
Joachim “nomeata” Breitner
  m...@joachim-breitner.de • http://www.joachim-breitner.de/
  Jabber: nome...@joachim-breitner.de  • GPG-Key: 0x4743206C
  Debian Developer: nome...@debian.org


signature.asc
Description: This is a digitally signed message part
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


ANNOUNCE: GHC 7.8.1 Release Candidate 1

2014-02-03 Thread Austin Seipp
We are pleased to announce the first release candidate for GHC 7.8.1:

http://www.haskell.org/ghc/dist/7.8.1-rc1/
http://www.haskell.org/ghc/docs/7.8.1-rc1/html/

This includes the source tarball and bindists for Windows, Linux, OS
X, FreeBSD, and Solaris, on x86 and x86_64. There is a signed copy of
the SHA256 hashes available (attached) using my GPG key (keyid
0x3B58D86F).

We plan to make the 7.8.1 RC2 release quite soon, as we're aware of
some existing issues.

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/


SHA256SUMS
Description: Binary data


SHA256SUMS.sig
Description: Binary data
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ANNOUNCE: GHC 7.8.1 Release Candidate 1

2014-02-03 Thread George Colpitts
wrt existing issues, is there a list of these so we can avoid reporting
them?

Thanks
George



On Mon, Feb 3, 2014 at 6:35 PM, Austin Seipp aus...@well-typed.com wrote:

 We are pleased to announce the first release candidate for GHC 7.8.1:

 http://www.haskell.org/ghc/dist/7.8.1-rc1/
 http://www.haskell.org/ghc/docs/7.8.1-rc1/html/

 This includes the source tarball and bindists for Windows, Linux, OS
 X, FreeBSD, and Solaris, on x86 and x86_64. There is a signed copy of
 the SHA256 hashes available (attached) using my GPG key (keyid
 0x3B58D86F).

 We plan to make the 7.8.1 RC2 release quite soon, as we're aware of
 some existing issues.

 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/

 ___
 Glasgow-haskell-users mailing list
 Glasgow-haskell-users@haskell.org
 http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: test build of current ghc-7.8

2014-02-03 Thread Jens Petersen
Hi Joachim,


 Am Montag, den 03.02.2014, 19:49 +0900 schrieb Jens Petersen:
  Hi, I did a test build [1] of the current ghc-7.8 branch for Fedora 21
  devel, which I think should also install to Fedora 20.

 I’m surprised that it worked for you. Did not you not hit
 http://ghc.haskell.org/trac/ghc/ticket/8725?


Does that also affect 7.8?  I see the report is for a 7.9 snapshot.
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ANNOUNCE: GHC 7.8.1 Release Candidate 1

2014-02-03 Thread Ganesh Sittampalam
Just to note a problem I encountered on Windows, which may well be user
error.

I unpacked the mingw tarball and added the bin directory from it to my
path. cabal install then failed with cabal.exe: does not exist after
producing some other output.

Running with -v3 suggested that the actual problem was that the ld on my
path couldn't read the .o files produced by GHC. I changed my path to
also include the mingw\bin directory from the tarball, and then all was
fine.


On 03/02/2014 22:35, Austin Seipp wrote:
 We are pleased to announce the first release candidate for GHC 7.8.1:
 
 http://www.haskell.org/ghc/dist/7.8.1-rc1/
 http://www.haskell.org/ghc/docs/7.8.1-rc1/html/
 
 This includes the source tarball and bindists for Windows, Linux, OS
 X, FreeBSD, and Solaris, on x86 and x86_64. There is a signed copy of
 the SHA256 hashes available (attached) using my GPG key (keyid
 0x3B58D86F).
 
 We plan to make the 7.8.1 RC2 release quite soon, as we're aware of
 some existing issues.
 
 Please test as much as possible; bugs are much cheaper if we find them
 before the release!
 
 
 
 ___
 Glasgow-haskell-users mailing list
 Glasgow-haskell-users@haskell.org
 http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
 

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ANNOUNCE: GHC 7.8.1 Release Candidate 1

2014-02-03 Thread Herbert Valerio Riedel
On 2014-02-03 at 23:35:14 +0100, Austin Seipp wrote:
 We are pleased to announce the first release candidate for GHC 7.8.1:

[...]

 Please test as much as possible; bugs are much cheaper if we find them
 before the release!

Please note that GHC 7.8.1RC1 is also available for Travis-CI as part of
the multiple-ghc-versions repository[1].  So you can start continuously
testing your Haskell projects hosted at GitHub with GHC 7.8.1RC1 with
little effort.

Greetings,
  hvr

 [1]: https://github.com/hvr/multi-ghc-travis 
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users