-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error with ghc HEAD (7.7.20131106) #60
Comments
Which version of happy do you have? Try happy-1.19 |
It looks like I'm using happy-1.19.0. Could it be that there is another version that is getting used somehow? |
Try running (FWIW, I've compiled HSE with ghc-7.7.20131103, so unless there were some big changes during those 4 days, the problem is likely on your side.) |
Seems it's picking up happy 1.19:
But it still generates the same error. I wonder what the difference is between your setup and mine if you can successfully build and I can't. :( |
You pasted the log from installing happy. I'd rather see the log from haskell-src-exts :) |
Haha - I totally did. I'm sorry. I'm installing HSE again ASAP. |
Here is the log for HSE:
The issue I linked above at the |
Root cause: GHC #6135, "Unboxed Booleans". |
It seems when I |
Yes, it's strange. For me it compiles either way. |
You might have a copy of the Happy-generated code generated by an older version of Happy. |
I'm getting this error when trying to install haskell-src-exts-1.13.3 for VisualProf. Unfortunately, I believe VisualProf requires that version and I'm unable to clone 1.13.3 (I've only seen a tag for 1.13.0). Is there any other way around this? |
I pushed the tags for older haskell-src-exts releases (down to 1.12.0). However, this has nothing to do with this issue. See http://ro-che.info/articles/2014-03-08-happy-alex-ghc-7.8.html |
Thanks! |
Here's my ghc -v:
The text was updated successfully, but these errors were encountered: