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
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
The reason may be that we first haskell/setup (which does cabal update, which for cabal-3.10 uses XDG directories for storing config, store, etc.) and then restore cache with the legacy directory structure (under ~/.cabal). This confuses cabal.
Workaround: do cache-restore before haskell/setup. maybe not: to restore, you need to know the path that we usually got as an output of the action. So, pending more investigation.