-
Notifications
You must be signed in to change notification settings - Fork 704
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
"version of Cabal has changed" #2611
Comments
This is sort of expected behaviour (see #2438, #1938), but since it keeps causing problems, we should add a workaround. I suggest that |
Alternatively, we can re-run |
Yes, I have a branch which automatically reconfigures whenever necessary. I just need to do some testing with newer cabal-install vs. older Cabal to be sure they integrate correctly, then I'll make a PR. |
@ttuegel it would be really lovely to see that go live, thank you! 🐻 |
Another fix is here #2633. |
Since #2633 has been merged, this can now be closed. |
I know I've reported this issue before on issues that have been closed. There may currently be an open issue on this as well, I'm not certain. This issue has not been resolved, however, and seems to be easy to trigger:
cabal-install
with a different Cabal-library major version than what ships with GHCcabal install -j
to do a parallel buildcabal build
This results in the error message:
I performed this test on Windows, but it's occurred to me on Linux many times too.
The text was updated successfully, but these errors were encountered: