-
Notifications
You must be signed in to change notification settings - Fork 82
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
New release needed for recent GHC / Cabal versions #123
Comments
We have the same problem in hadrian. |
I tried to make a dist today but I hit a series of errors so I'm giving up for now. Maybe @hvr can help. Firstly
Ok, so I tried
but
I guessed I might need a new But
(╯°□°)╯︵ ┻━┻ |
I'm on it! I'll figure this out asap |
@simonmar I'm having trouble reproducing the https://travis-ci.org/simonmar/alex/jobs/358287427 Which Git commit did you try this with? I see your output mentions EDIT: After a bit more experimentation, I've managed to reproduce the issue |
Thanks, that seems to have worked. I only had a local patch to bump the version to 3.2.4, so not sure what was going wrong exactly. Anyway, 3.2.4 uploaded to Hackage. |
Thanks Simon! |
Recent versions of Cabal are imposing a
Cabal<1.25
constraint due to released alex's use of a Custom Setup.hs. @hvr fixed this in the repository already. To build my project using the released version of Cabal and GHC I have to add--allow-newer=alex:Cabal
currently. Once a release is done we shouldn't have to do this!The text was updated successfully, but these errors were encountered: