Skip to content

Commit a0361dd

Browse files
committed
Re commercialhaskell#6516 Update documentation for urls key
1 parent 61ec582 commit a0361dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/yaml_configuration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,11 +1886,19 @@ Default:
18861886

18871887
~~~yaml
18881888
urls:
1889-
latest-snapshot: https://www.stackage.org/download/snapshots.json
1889+
latest-snapshot: https://s3.amazonaws.com/haddock.stackage.org/snapshots.json
18901890
~~~
18911891

18921892
Customize the URLs where Stack looks for snapshot build plans.
18931893

1894+
!!! warning
1895+
1896+
Following the handover of the Stackage project to the Haskell Foundation in
1897+
early 2024, the file at Stack's default URL may not be up to date.
1898+
1899+
The file at https://www.stackage.org/download/snapshots.json should be an
1900+
up to date alternative.
1901+
18941902
### with-gcc
18951903

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

0 commit comments

Comments
 (0)