Newest haskell-ci with minor changes deterministically causes this cabal 3.2 error: internal error in InstallPlan.completed: not in configured state: Installed
It works fine in dozens of very similar jobs with cabal 3.2 and fail in only this one, consistently. Related cabal issues, that point to haskell-ci somehow trashing store (may it be some interaction with travis caching?):
Newest haskell-ci with minor changes deterministically causes this cabal 3.2 error: internal error in InstallPlan.completed: not in configured state: Installed
https://travis-ci.org/github/AllureOfTheStars/Allure/jobs/693560965#L394
It works fine in dozens of very similar jobs with cabal 3.2 and fail in only this one, consistently. Related cabal issues, that point to haskell-ci somehow trashing store (may it be some interaction with travis caching?):
https://github.com/haskell/cabal/issues/4119
https://github.com/haskell/cabal/issues/6060
https://github.com/haskell/cabal/issues/3333