You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ulysses4ever
changed the title
cabal-install-3.10.0.1 appears not to be buildable from hackage
cabal-install-3.10.1.0 appears not to be buildable from hackage
Sep 27, 2024
Thanks. The culprit is Cabal-3.10.3. I published revisions for cabal-install-3.10.{1,2}* which hopefully should fix the issue. Please, reopen if this is not the case.
cabal install -w ghc-9.6.4 cabal-install-3.10.1.0
results in a build error related tosimpleProgram
not being exported somewhere.This seems related to #9863
The error I get is
To Reproduce
cabal install -w ghc-9.6.4 cabal-install-3.10.1.0
System information
cabal
,ghc
versions: Build attempt with cabal-3.12/ghc-9.6.4Additional context
I believe this could be fixed by updating the bounds for cabal-install to depend on a version of
Cabal
where simpleProgram hasn't been moved yet.The text was updated successfully, but these errors were encountered: