haskell-CI / haskell-ci

Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations
GNU General Public License v3.0
431 stars 70 forks source link

Use cabal-install-3.12.1.0 #737

Closed phadej closed 3 days ago

phadej commented 4 days ago

Closes #733

phadej commented 4 days ago

This will be delayed because of https://github.com/haskell/cabal/pull/9326 change. I need to update cabal-install-parsers and make correspoding fix-release of cabal-docspec.

EDIT: correction, the change is only needed in cabal-docspec, the cabal-install-parsers doesn't have functionality to find GHC-specific store subdirectory, only the top store dir, and that works "correctly" enough (sans #655) for now.