-
Notifications
You must be signed in to change notification settings - Fork 8
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
Broken on GHC 7.8 #1
Comments
I forked this intending to fix it and noticed that the version in this repo actually compiles fine. Probably you just need to make a new release on Hackage. |
@sof Pinging about this issue. Is there anything I can do to help move this forward? |
@sof I investigated this a little bit further and there's actually no difference in the code at all. The real problem is haskell/cabal/issues/1685 - generated sources produced with an older version of happy are baked into the sdist. All you need to do to fix this is bump the version number and regenerate the sdist on a machine with GHC 7.8. If you don't have time to do this right now, I'd be happy to do the upload for you if you add me to the maintainers group on Hackage. |
I submitted a pull request, #2, which takes care of all the cabal file changes needed to fix this. All that's necessary is to merge that pull request, generate an sdist on a system with GHC 7.8.x, and upload the new package to Hackage. |
Thanks Seth! Now merged. (Sorry about the tardiness in dealing with this; a side-effect of C++ occupying my brain most hours of the day atm. Evil.) |
..and refreshed hackage, http://hackage.haskell.org/package/greencard-3.0.4.2 Verify & close? |
No worries. =) Thanks for taking care of this! I've now verified that everything works fine on both GHC 7.6.x and GHC 7.8.x. So it looks like we can close this bug. |
Trying to build
greencard-3.0.4.1
on GHC 7.8, I get the following output:The text was updated successfully, but these errors were encountered: