
29 Nov
2013
29 Nov
'13
3:13 a.m.
On 2013-11-29 at 03:30:56 +0100, Kazu Yamamoto (山本和彦) wrote:
I cannot build GHC head on Linux and Mac (Mavericks) today:
compiler/typecheck/TcEvidence.lhs:152:16: Not in scope: data constructor `ASSERT2'
The attached patches are necessary to build GHC head on Mavericks.
thanks, applied per http://git.haskell.org/ghc.git/commitdiff/96416412cc8100bd1c1625e10c09df17c8... btw, curiously, Clang seems happy to compile "ASSERT (...)" occurences in C files such as rts/STM.c which have several of those... Cheers, hvr