File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _glossary :
2
+
3
+ Glossary
4
+ ========
5
+
6
+ .. glossary ::
7
+
8
+ Cabal
9
+ The Common Architecture for Building Applications and Libraries. Also a
10
+ library of the same name.
11
+
12
+ cabal
13
+ The command line tool, ``cabal-install:exe:cabal ``, the executable named
14
+ ``cabal `` from the ``cabal-install `` package.
15
+
16
+ cabal-install:exe: cabal
17
+ A more explicit way to refer to the ``cabal `` command line tool.
18
+
19
+ cabal-install
20
+ The package that provides the ``cabal `` command line tool. Also,
21
+ confusingly, people will say ``cabal-install `` when they want to
22
+ disambiguate between ``cabal `` the tool and ``Cabal `` the library.
Original file line number Diff line number Diff line change @@ -43,3 +43,4 @@ Welcome to the Cabal User Guide
43
43
cabal-context
44
44
package-concepts
45
45
cabal-interface-stability
46
+ glossary
You can’t perform that action at this time.
0 commit comments