Skip to content

Commit

Permalink
Re #6516 Update documentation for urls key
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 11, 2024
1 parent 61ec582 commit a0361dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/yaml_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1886,11 +1886,19 @@ Default:

~~~yaml
urls:
latest-snapshot: https://www.stackage.org/download/snapshots.json
latest-snapshot: https://s3.amazonaws.com/haddock.stackage.org/snapshots.json
~~~

Customize the URLs where Stack looks for snapshot build plans.

!!! warning

Following the handover of the Stackage project to the Haskell Foundation in
early 2024, the file at Stack's default URL may not be up to date.

The file at https://www.stackage.org/download/snapshots.json should be an
up to date alternative.

### with-gcc

Command line equivalent (takes precedence): `--with-gcc` option
Expand Down

0 comments on commit a0361dd

Please sign in to comment.