Skip to content

Commit

Permalink
Fix link to Cabal's Package Description — <package>.cabal File
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 18, 2024
1 parent 2dd3a0c commit daa6489
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit daa6489

Please sign in to comment.