Re: 8.0.1 source tarballs available (yet again)

2016-05-18 Thread Jan Stolarek
This time my build went through without problems on openSUSE 11.4.

Janek

Dnia wtorek, 17 maja 2016, Ben Gamari napisał:
> tl;dr: We are giving this release another attempt. Cross your fingers
>and try building again.
>
> Hello GHC packagers,
>
> Thanks for your help in the last few days working through what were
> hopefully the last issues in the release. I've uploaded a new set of
> source tarballs at,
>
> http://downloads.haskell.org/~ghc/8.0.1/
>
> These tarballs are derived from,
>
> 787900138b94790ddd13d76c2853d789d3335a5d
>
> This commit differs from the previous tarball in a number of ways,
>
>  * a variety of packaging issues surrounding haddock's documentation
>have been fixed
>
>  * the ghc-boot library has been split up. It was pointed out quite late
>that the previous structure of ghc-boot greatly increased the
>dependency footprint of the template-haskell package, which would
>have made it nearly impossible to upgrade the bytestring and binary
>packages.
>
>  * a pair of fixes for crashes on PowerPC have been merged
>
>  * a patch addressing a serious performance issue in parallel garbage
>collection has been merged
>
>  * the bytestring module has been bumped to 0.8.10.1, fixing a rather
>serious correctness issue on big-endian systems
>
> We'll have the usual one-week build window for binary distributions.
> As always, let either Austin or I know if you have any trouble building
> your distribution. I have yet to push the ghc-8.0.1 tag in case we
> encounter unexpected issues but all of my builds with this tarball
> thusfar have gone quite well (then again, so did those of the previous
> tarball).
>
> Good luck and thanks for all of your work!
>
> Cheers,
>
> - Ben

 

--- 
Politechnika Łódzka 
Lodz University of Technology 

Treść tej wiadomości zawiera informacje przeznaczone tylko dla adresata. 
Jeżeli nie jesteście Państwo jej adresatem, bądź otrzymaliście ją przez pomyłkę 
prosimy o powiadomienie o tym nadawcy oraz trwałe jej usunięcie. 

This email contains information intended solely for the use of the individual 
to whom it is addressed. 
If you are not the intended recipient or if you have received this message in 
error, 
please notify the sender and delete it from your system. 


___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: [GHC] #11140: add command-line option to GHC to dump raw parse trees of Haskell programs

2016-05-18 Thread Alan & Kim Zimmerman
I'm with mpickering on this one. Each stage has a debug format that makes
sense for the stage.  For parsing it is the exact ast

Alan

On 18 May 2016 12:43 PM, "GHC"  wrote:

> #11140: add command-line option to GHC to dump raw parse trees of Haskell
> programs
> -+-
> Reporter:  bollu |Owner:
> Type:  feature request   |   Status:  new
> Priority:  low   |Milestone:
>Component:  Compiler  |  Version:  7.10.2
>   Resolution:| Keywords:
> Operating System:  Unknown/Multiple  | Architecture:
>  |  Unknown/Multiple
>  Type of failure:  None/Unknown  |Test Case:
>   Blocked By:| Blocking:
>  Related Tickets:|  Differential Rev(s):
>Wiki Page:|
> -+-
>
> Comment (by mpickering):
>
>  That is true but by them stages in the compilation pipeline you don't care
>  about what the raw format looks like. When modifying the parser  you need
>  to know the precise structure of the AST rather than some pretty printed
>  version produced by `Outputtable`.
>
> --
> Ticket URL: 
> GHC 
> The Glasgow Haskell Compiler
>
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs