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 has been archived by the owner on Dec 12, 2020. It is now read-only.
Looks like cabal v2.0 doesn't support the -a flag to user-config. The action automatically runs cabal update and adds the http-transport on a recommendation from Herbert (hvr). I think I had tested this successfully with cabal v2.4 but had failed to see that it wasn't supported in cabal 2.0. (it doesn't help that I have read through the entire set of docs for cabal v3, and v2.4 and have failed to see any mention of the -a flag at all).
Between this issue and other issues about wanting to skip cabal update entirely if you're using stack, I'm thinking it might just be best to remove all implicit updating behavior. It seems to be getting in the way more than its helping, and many people include it in their pipelines anyway.
Excellent! I'm not sure why I "dropped" 2.0; I suspect it has to do with only supporting recent-ish GHC versions and I picked the versions of cabal that corresponded with those. That being said, I'm pretty sure cabal v2.0 was around when GHC 7.10 was?
Either way, I'm working on a fix to support cabal 2.0. The bigger goal here is remaining fully backwards compatible with v1.
github actions suddenly fails with an 'unrecognized option' error on a PR to
our project https://github.com/msp-strath/mary
The error is:
Has
actions/setup-haskell@v1
been changed?The text was updated successfully, but these errors were encountered: