File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Getting Started
2
2
===============
3
3
4
- Installing Cabal
5
- ----------------
4
+ Installing :term: ` cabal `
5
+ ------------------------
6
6
7
7
The easiest and recommended way to install the :term: `cabal ` command-line tool
8
8
on Linux, macOS, FreeBSD or Windows is through `ghcup <https://www.haskell.org/ghcup/ >`__.
9
- It installs the “Haskell toolchain”, which includes Cabal ,
9
+ It installs the “Haskell toolchain”, which includes :term: ` cabal ` ,
10
10
the Haskell compiler `GHC <https://www.haskell.org/ghc/ >`__
11
11
and optionally other useful Haskell tools.
12
12
@@ -258,7 +258,7 @@ See more in the documentation for :ref:`cabal run`.
258
258
What Next?
259
259
----------
260
260
261
- Now that you know how to set up a simple Haskell package using Cabal , check out
261
+ Now that you know how to set up a simple Haskell package using :term: ` cabal ` , check out
262
262
some of the resources on the Haskell website's `documentation page
263
263
<https://www.haskell.org/documentation/> `__ or read more about packages and
264
264
Cabal on the :doc: `What Cabal does <cabal-context >` page.
You can’t perform that action at this time.
0 commit comments