From 962365dac16d423b42a3710bc42dbd0fbbeb4de8 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 9 Dec 2024 21:35:21 -0500 Subject: [PATCH] Cabal vs cabal changes in getting started --- doc/getting-started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/getting-started.rst b/doc/getting-started.rst index bc438f4ad33..5fdf289377c 100644 --- a/doc/getting-started.rst +++ b/doc/getting-started.rst @@ -1,12 +1,12 @@ Getting Started =============== -Installing Cabal ----------------- +Installing :term:`cabal` +------------------------ The easiest and recommended way to install the :term:`cabal` command-line tool on Linux, macOS, FreeBSD or Windows is through `ghcup `__. -It installs the “Haskell toolchain”, which includes Cabal, +It installs the “Haskell toolchain”, which includes :term:`cabal`, the Haskell compiler `GHC `__ and optionally other useful Haskell tools. @@ -258,7 +258,7 @@ See more in the documentation for :ref:`cabal run`. What Next? ---------- -Now that you know how to set up a simple Haskell package using Cabal, check out +Now that you know how to set up a simple Haskell package using :term:`cabal`, check out some of the resources on the Haskell website's `documentation page `__ or read more about packages and Cabal on the :doc:`What Cabal does ` page.