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
So it depends on haskell-CI/haskell-ci#655 being resolved, but there seem to be compications regarding priority if both paths contain Cabal configs.
For the purposes of hackage-revdeps, we can look for Cabal configs in both locations, look for cfgRepoIndex in all of them and select one with the largest file size. A PR is welcome.
See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.10.1.0.md#significant-changes, the config (and index state) can be in XDG style directories instead of
~/.cabal
now. The relevant code is implemented upstream inDistribution.Client.Config
and is relatively easy to vendor/copy over, e.g. for the state dir.The text was updated successfully, but these errors were encountered: