Skip to content

Commit 916faa9

Browse files
committed
Tidy up install and upgrade
1 parent 0b0f0a9 commit 916faa9

File tree

2 files changed

+129
-90
lines changed

2 files changed

+129
-90
lines changed

doc/glossary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ The following terms are used in Stack's documentation.
2222
|GHCup |An [installer](https://www.haskell.org/ghcup/) for Haskell.
2323
|Git |A [distributed version control system](https://git-scm.com/).|
2424
|Hackage |The [Haskell Package Repository](https://hackage.haskell.org/).
25+
|Haddock |The [document generation tool](https://hackage.haskell.org/package/haddock) for Haskell libraries.|
2526
|'Haskell' extension|The ['Haskell' extension]() for VS Code. |
2627
|HLS |[Haskell Language Server](https://haskell-language-server.readthedocs.io/en/latest/), an implementation of the Language Server Protocol for Haskell.|
28+
|Homebrew |A [package manager](https://brew.sh/) for macOS or Linux, or its executable `brew`.|
2729
|Hpack |A [format](https://github.com/sol/hpack) for Haskell packages or the executable `hpack` that produces a Cabal file from `package.yaml`.|
2830
|Linux |A family of operating systems based on the Linux kernal. |
2931
|macOS |The primary operating system for Apple's Mac computers. Previously known as Mac OS X or OS X.|

0 commit comments

Comments
 (0)