
16 Sep
2013
16 Sep
'13
9:48 a.m.
There will be a major change in primops pushed into HEAD, hopefully with next 24 hours. This change breaks backwards compatibility for comparison primops and ONCE IT IS PUSHED will require you to: 1) Upgrade to latest versions of Alex and Happy (cabal update && cabal install alex happy). These versions are not yet available. When they are DO NOT INSTALL THEM UNTIL CHANGES ARE PUSHED INTO HEAD. 2) Blow away your build. Be sure to run ./configure to pick up new versions of Alex and Happy 3) Rebase your branches on top of HEAD, if these branches were in a repository affected by primop change. Repositories that will be affected: GHC, testsuite, array, base, dph, ghc-prim, integer-gmp, integer-simple, primitive, template-haskell. Janek