Skip to content
Snippets Groups Projects
Commit cca143be authored by Brandon Chinn's avatar Brandon Chinn
Browse files

Document use of --allow-newer

parent 90570e1c
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org
Also see
https://cabal.readthedocs.io/en/latest/cabal-project.html#cfg-field-active-repositories.
`HEAD.hackage` doesn't bump the bounds of boot packages + certain other packages to avoid the busywork of bumping them. When using `HEAD.hackage`, you should use `--allow-newer` for these packages. The full list is [here](https://gitlab.haskell.org/ghc/head.hackage/-/blob/90570e1c4606c1d7d3d41797ec1b32d1b984067b/ci/MakeConstraints.hs#L40-49).
### As an add-on remote repository
It is *not* recommended to add the `HEAD.hackage` repository index to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment