Re: bundle panic

2013-11-17 Thread Simon Marlow
On 16/11/13 00:16, Simon Peyton-Jones wrote: I’ve looked into this myself. I don’t think it’s actually anything wrong in gmp-wrappers. It’s because CmmBuildInfoTables expects all the info tables in the (CmmProc info_tbls lbl g) to be defined in the graph g. But Jan’s new optimisation to the

Building GHC head with clang on Mavericks

2013-11-17 Thread 山本和彦
Hi, As I wrote in the following blog article, I could build GHC head on Mavericks 20 days ago. http://d.hatena.ne.jp/kazu-yamamoto/20131028/1382921924 But I cannot build it recently: /usr/bin/ghc -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db

Re: Building GHC head with clang on Mavericks

2013-11-17 Thread Carter Schonwald
Hey Kazu, Nick Partridge hit this recently and he's got PR's pending for Happy and Alex https://github.com/simonmar/alex/pull/37 and https://github.com/simonmar/happy/pull/12 On Mon, Nov 18, 2013 at 1:13 AM, Kazu Yamamoto k...@iij.ad.jp wrote: Hi, As I wrote in the following blog article, I