Since cabal-install-3.0.0.0, all 'v2-' prefixed names of commands are just
aliases for the simple unprefixed names. So v2-build is an alias for
build, v2-install for install and so on.
[legacy command aliases]
No legacy commands are described.
Common Arguments and Flags
--------------------------
...
...
@@ -222,6 +247,8 @@ A cabal command target can take any of the following forms:
file. This is supported by ``build``, ``repl``, ``run``, and ``clean``.
Script targets are not part of a package.
.. _command-group-global:
Global commands
---------------
...
...
@@ -257,6 +284,7 @@ cabal preferences. It is very useful when you are e.g. first configuring
Note how ``--augment`` syntax follows ``cabal user-config diff``
output.
.. _command-group-database:
Package database commands
-------------------------
...
...
@@ -314,6 +342,7 @@ packages.
file, ``global`` or ``user``. The initial list is ``['global'], ['global',
'user']``, depending on context. Use ``clear`` to reset the list to empty.
.. _command-group-init:
Initialization and download
---------------------------
...
...
@@ -394,6 +423,8 @@ ask for a spefic one by adding version numbers
Unpacks the pristine tarball, i.e. disregarding any Hackage revision.
.. _command-group-config:
Project configuration
---------------------
...
...
@@ -546,6 +577,8 @@ description file or freeze file.
See `the section on listing outdated dependency version bounds <cabal-package.html#listing-outdated-dependency-version-bounds>`__ for more details and examples.
.. _command-group-build:
Project building and installing
-------------------------------
...
...
@@ -733,6 +766,8 @@ artifacts for the script, which are stored under the .cabal/script-builds direct
In addition when clean is invoked it will remove all script build artifacts for
which the corresponding script no longer exists.
.. _command-group-run:
Running and testing
-------------------
...
...
@@ -998,6 +1033,8 @@ cabal exec
using the project's environment. That is, passing the right flags to compiler
invocations and bringing the project's executables into scope.