Alex and GHC 7.8

Carter Schonwald carter.schonwald at gmail.com
Sat Mar 8 04:12:03 UTC 2014


you need to use the new versions of alex and happy

cabal update ; cabal install alex happy


On Fri, Mar 7, 2014 at 11:03 PM, wren ng thornton
<winterkoninkje at gmail.com>wrote:

> Hello,
>
> In testing my packages for the impending GHC 7.8 release, I ran into
> some issues with Alex-generated code. In particular, it looks like the
> (>=#) and (==#)  operators now return Int# instead of Bool, so
> expressions like
>
>     if (offset >=# 0#) && (check ==# ord_c) then ...
>
> no longer type check. Is this a known issue? Are there any plans to
> fix it? I'd offer to submit a pull-request, but I'm not familiar with
> the Alex codebase so that'd take a while
>
> --
> Live well,
> ~wren
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20140307/77c992cd/attachment.html>


More information about the Libraries mailing list