-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Description
Describe the bug
Executing cabal --version with cabal-install 3.10.2.0 returns cabal-install version 3.10.1.0.
To Reproduce
On a host (x86_64) with docker installed:
docker run --rm -ti glcr.b-data.ch/ghc/ghc-musl:9.8.1 bashInside the container:
cabal update \
&& cabal install --allow-newer --constraint 'Cabal-syntax<3.11' cabal-install-3.10.2.0/root/.local/bin/cabal --versionExpected behavior
Executing cabal --version with cabal-install 3.10.2.0 returning cabal-install version 3.10.2.0.
System information
- Alpine Linux 3.18.4
- ghc version: 9.8.1
- cabal version: 3.10.1.0
Additional context
Cross reference: https://discourse.haskell.org/t/cabal-install-3-10-2-0-released/8009/3
Reactions are currently unavailable