-
Notifications
You must be signed in to change notification settings - Fork 38
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
llvm-general-pure doesn't compile with GHC 8.0 #171
Comments
The template-haskell change is slight, they can be found here: I made an workaround for this, which can compile on both 7.10.3 and 8.0. Not sure if it is a good way to patch tho. You can find the workaround at: https://gist.github.com/lialan/9173926b0b2f60dbb52774bf96531620 @bscarlet Hi Ben, do you have a plan for fixing this issue? lens is broken on Ubuntu 16.04 with ghc 7.10.3, and it makes things quite ugly... Would like to resolve it if it is possible. |
I just haven't had time. Unfortunately I'm also going on vacation, off the grid, for the next two weeks. |
I encountered this same issue. @lialan 's Gist patch solves the problem. |
Will this be fixed in the near future? |
It’s fixed in the |
I'm rather new to the Haskell tools and language, so sorry if this is obvious, but how do I instruct |
Just clone the repo, switch to the |
So it doesn't work with the "normal" |
Not sure what you are referring to by normal |
I meant |
That doesn’t work because the version with GHC-8 support has not yet been released to |
Could we please have a release including this fix? |
A hackage release would be very useful for me also. |
So, still no fix? |
@yigitozkavci, this package has pretty much ceased active development. I recommend using |
@RyanGlScott It looks awesome, thanks for the suggestion. I'll definitely give it a try. |
At least two of these problems are due to changes in
template-haskell
. The latest Hackage release (3.5.10.0) claims to supportbase < 5
, but the correct upper bound isbase < 4.9
. A new version should be released that does supportbase == 4.9
.The text was updated successfully, but these errors were encountered: