You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/glossary.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The following terms are used in Stack's documentation.
9
9
|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).|
10
10
|Cabal file|A file containing a [package description](https://cabal.readthedocs.io/en/stable/cabal-package.html) used by Cabal, named `<package_name>.cabal`.|
11
11
|Cabal (the tool)|The Haskell build tool provided by the [`cabal-install` package](https://hackage.haskell.org/package/cabal-install).|
12
+
|CMake |A [system](https://cmake.org/) for managing build processes.|
12
13
|`config.yaml`|A non-project-specific configuration file used by Stack. |
13
14
|Docker |A [platform](https://www.docker.com/) for developing, shipping, and running applications. It can package and run an application in a loosely isolated environment called a _container_.|
14
15
|Emacs |[GNU Emacs](https://www.gnu.org/software/emacs/), an extensible, customisable text editor.|
@@ -21,11 +22,14 @@ The following terms are used in Stack's documentation.
21
22
|GHCup |An [installer](https://www.haskell.org/ghcup/) for Haskell.
22
23
|Git |A [distributed version control system](https://git-scm.com/).|
|Haddock |The [document generation tool](https://hackage.haskell.org/package/haddock) for Haskell libraries.|
24
26
|'Haskell' extension|The ['Haskell' extension]() for VS Code. |
25
27
|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`.|
26
29
|Hpack |A [format](https://github.com/sol/hpack) for Haskell packages or the executable `hpack` that produces a Cabal file from `package.yaml`.|
27
30
|Linux |A family of operating systems based on the Linux kernal. |
28
31
|macOS |The primary operating system for Apple's Mac computers. Previously known as Mac OS X or OS X.|
0 commit comments