summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pilgrem <3696-mpilgrem@users.noreply.gitlab.haskell.org>2022-06-19 19:38:45 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-02 10:12:04 -0400
commitbf7991b0538b0c994a5442c7e2acac4dc038d52e (patch)
treefbacad21cf7c45282cfe7f0a99a7497b045fa31e
parentf25c8d03ad452902d2d79a157d3331253016e9c2 (diff)
downloadhaskell-bf7991b0538b0c994a5442c7e2acac4dc038d52e.tar.gz
Identify the extistence of the `runhaskell` command and that it is equivalent to the `runghc` command. Add an entry to the index for `runhaskell`. See https://gitlab.haskell.org/ghc/ghc/-/issues/21411
-rw-r--r--docs/users_guide/runghc.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/runghc.rst b/docs/users_guide/runghc.rst
index 5a2c8df5a2..5afbae61b3 100644
--- a/docs/users_guide/runghc.rst
+++ b/docs/users_guide/runghc.rst
@@ -5,8 +5,9 @@ Using runghc
.. index::
single: runghc
+ single: runhaskell
-``runghc`` allows you to run Haskell programs using the interpreter, instead of having to
+``runghc`` (or ``runhaskell``, which is its equivalent) allows you to run Haskell programs using the interpreter, instead of having to
compile them first.
.. _runghc-introduction: