Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 18, 2024
2 parents 06b8dd3 + 27bfc05 commit 135bf68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
is as follows:

* In the Cabal file, the following
[`ld-options`](https://cabal.readthedocs.io/en/stable/cabal-package.html#pkg-field-ld-options)
[`ld-options`](https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html#pkg-field-ld-options)
are set: `-static` and `-pthread`.

* The Stack command is run in a Docker container based on Alpine Linux. The
Expand Down
2 changes: 1 addition & 1 deletion doc/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following terms are used in Stack's documentation.
|Term |Meaning |
|-------------------|----------------------------------------------------------|
|Cabal |The Haskell Common Architecture for Building Applications and Libraries, provided by the [`Cabal` package](https://hackage.haskell.org/package/Cabal). Also referred to as Cabal (the library) to distinguish it from Cabal (the tool).|
|Cabal file|A file containing a [package description](https://cabal.readthedocs.io/en/stable/cabal-package.html) used by Cabal, named `<package_name>.cabal`.|
|Cabal file|A file containing a [package description](https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html) used by Cabal, named `<package_name>.cabal`.|
|Cabal (the tool)|The Haskell tool used for building provided by the [`cabal-install` package](https://hackage.haskell.org/package/cabal-install).|
|CI |Continuous integration. |
|CMake |A [system](https://cmake.org/) for managing build processes.|
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorial/hello_world_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ functionality to create a Cabal file.
those components depend.

The
[Cabal User Guide](https://cabal.readthedocs.io/en/stable/cabal-package.html)
[Cabal User Guide](https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html)
is the definitive reference for the Cabal package description format.

The [Hpack](https://github.com/sol/hpack#quick-reference) documentation
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ plugins:
search: {}
redirects:
redirect_maps:
'GUIDE.md': 'tutorial/index.md'
'yaml_configuration.md': 'configure/yaml/index.md'
'build_command.md': 'commands/build_command.md'
'custom_snapshot.md': 'topics/custom_snapshot.md'
'lock_files.md': 'topics/lock_files.md'
'scripts.md': 'topics/scripts.md'

0 comments on commit 135bf68

Please sign in to comment.