-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
949464d
commit 5fdc1d5
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _glossary: | ||
|
||
Glossary | ||
======== | ||
|
||
.. glossary:: | ||
|
||
Cabal | ||
The Common Architecture for Building Applications and Libraries. Also a | ||
library of the same name. | ||
|
||
cabal | ||
The command line tool, ``cabal-install:exe:cabal``, the executable named | ||
``cabal`` from the ``cabal-install`` package. | ||
|
||
cabal-install:exe:cabal | ||
A more explicit way to refer to the ``cabal`` command line tool. | ||
|
||
cabal-install | ||
The package that provides the ``cabal`` command line tool. Also, | ||
confusingly, people will say ``cabal-install`` when they want to | ||
disambiguate between ``cabal`` the tool and ``Cabal`` the library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,4 @@ Welcome to the Cabal User Guide | |
cabal-context | ||
package-concepts | ||
cabal-interface-stability | ||
glossary |