panic when compiling SHA

2013-12-26 Thread 山本和彦
Hi, When I tried to build the SHA library with GHC head on on 32bit Linux, GHC head got panic. GHC 7.4.2 can build SHA on the same machine. Configuring SHA-1.6.1... Building SHA-1.6.1... Failed to install SHA-1.6.1 Last 10 lines of the build log (

Re: panic when compiling SHA

2013-12-26 Thread Manuel Gómez
On Thu, Dec 26, 2013 at 8:37 PM, Kazu Yamamoto k...@iij.ad.jp wrote: When I tried to build the SHA library with GHC head on on 32bit Linux, GHC head got panic. GHC 7.4.2 can build SHA on the same machine. [1 of 1] Compiling Data.Digest.Pure.SHA ( Data/Digest/Pure/SHA.hs,

GeneralizedNewtypeDeriving regression in HEAD?

2013-12-26 Thread Nathan Howell
I can't file a trac ticket at the meny but wanted to see if this is a bug... This is an excerpt from llvm-general that compiles on 7.6.3 but doesn't without ImpredicativeTypes enabled on HEAD: https://gist.github.com/NathanHowell/8138977 thanks, -n ___