Uh oh!
There was an error while loading. Please reload this page.
Fix #29: new input cabal-update: false to skip 'cabal update' - #146
Conversation
andreasabel
commented
Jan 3, 2023
I am not so sure about this change anymore. I think of this setup action as a "batteries included", maybe for the price of some redundancy. |
jneira
commented
Jan 3, 2023
what about a config switch to disable it? |
andreasabel
commented
Jan 3, 2023
Yes, that's an option, see #29 (comment). |
cabal-update: false to not run 'cabal update'andreasabel
commented
Jan 3, 2023
CI: the "test project" seems to build even without |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jneira
commented
Jan 4, 2023
Thanks for making update optional, it would need change https://github.com/haskell/actions/blob/main/setup/README.md adding the new option |
andreasabel
commented
Jan 5, 2023
Ah, thanks for the alert! |
andreasabel
commented
Jan 6, 2023
I now added the description of This PR is ready again. |
Uh oh!
There was an error while loading. Please reload this page.
andreasabel
commented
Jan 10, 2023
Planning to release this as 2.3.0. Minor version bump because of new feature. |
cabal-update: false to not run 'cabal update'cabal-update: false to skip 'cabal update'andreasabel
commented
Jan 10, 2023
Final description of this PR:This commit introduces a new boolean input The new flag To test that |
Fix#29:
don't run 'cabal update'.New inputcabal-update(defaulttrue) that can be set tofalseto turn off runningcabal update.This breaking behavior requires a major version bump (e.g. to v3.0.0).