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
fix(test): run cabal update prior to GitHub Action tests
This is due to haskell/cabal#8944
Previously, we were getting only a warning. It was fine as we are using
Nix to provision the packages.
Now (as of cabal-install v3.12.1.0), we are getting an error. To avoid
this, we need to run `cabal update` prior to running the tests.
Note that there are ongoing discussions on how to handle this going
forward.
0 commit comments