-
Notifications
You must be signed in to change notification settings - Fork 711
cabal-install 3.10.2.0 returns wrong version #9415
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
Comments
I can reproduce |
What is the analysis for why this has happened? |
Maybe, there should be a 3.10.3.0 (or 3.10.2.1?) that doesn't suffer this? |
@benz0li Alright, with cabal-install-3.10.2.1 this should be solved. Would you mind trying on your side to confirm?
|
Confirmed: execution-log.txt |
I would appreciate if you (@Kleidukos) answered @mpickering's question. Thank you. |
Fantastic, I'll report on the Discourse thread |
Regarding the cause, I suspect a stale candidate that had been published. Indeed, the version number read by I think this mechanism should be dropped in favour of something more automatic, like the |
Describe the bug
Executing
cabal --version
with cabal-install 3.10.2.0 returnscabal-install version 3.10.1.0
.To Reproduce
On a host (
x86_64
) with docker installed:Inside the container:
Expected behavior
Executing
cabal --version
with cabal-install 3.10.2.0 returningcabal-install version 3.10.2.0
.System information
Additional context
execution-log.txt
Cross reference: https://discourse.haskell.org/t/cabal-install-3-10-2-0-released/8009/3
The text was updated successfully, but these errors were encountered: