We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e236017 commit cbf7986Copy full SHA for cbf7986
doc/yaml_configuration.md
@@ -401,6 +401,13 @@ gpg-verify: false
401
402
Will now be ignored.
403
404
+__IMPORTANT__ Hackage and its mirrors typically have two index files
405
+available: `00-index.tar.gz` and `01-index.tar.gz`. The former is a
406
+legacy file for backwards compatibility. It does not contain the cabal
407
+file revisions produced by Hackage, and therefore _will not work_ with
408
+most snapshots. Instead, you need to use `01-index.tar.gz` to ensure
409
+that exact revisions can be found, ensuring more reproducible builds.
410
+
411
### system-ghc
412
413
Enables or disables using the GHC available on the PATH.
0 commit comments