Skip to content

Commit 99f02ba

Browse files
committed
Cabal vs cabal changes in getting started
1 parent f13961a commit 99f02ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/getting-started.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Getting Started
22
===============
33

4-
Installing Cabal
5-
----------------
4+
Installing :term:`cabal`
5+
------------------------
66

77
The easiest and recommended way to install the :term:`cabal` command-line tool
88
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`,
1010
the Haskell compiler `GHC <https://www.haskell.org/ghc/>`__
1111
and optionally other useful Haskell tools.
1212

@@ -258,7 +258,7 @@ See more in the documentation for :ref:`cabal run`.
258258
What Next?
259259
----------
260260

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
262262
some of the resources on the Haskell website's `documentation page
263263
<https://www.haskell.org/documentation/>`__ or read more about packages and
264264
Cabal on the :doc:`What Cabal does <cabal-context>` page.

0 commit comments

Comments
 (0)