Add cabal-plan-bounds (#17)

This commit is contained in:
Janus Troelsen 2023-04-14 03:09:27 -05:00 committed by GitHub
parent 539f1f7c16
commit d49971b361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,6 +301,8 @@ Policy.*
* [`actions/cache`](https://github.com/actions/cache/blob/main/examples.md#haskell---cabal):
This action allows caching dependencies and build outputs to improve workflow
execution time.
* [`cabal-plan-bounds`](https://discourse.haskell.org/t/don-t-edit-dependency-bounds-manually-with-this-ci-setup/5539):
Never write bounds manually, instead derive them from what CI is actually testing.
#### Circle CI