Skip to content

Commit

Permalink
Move information about stability of Setup.hs interface
Browse files Browse the repository at this point in the history
  • Loading branch information
David Binder committed Oct 22, 2023
1 parent 1f6dbec commit 8f0ff0d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/setup-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1379,3 +1379,20 @@ This command takes the following option:


.. include:: references.inc

Stability of the Setup.hs interface
-----------------------------------

The following part of the Setup.hs commandline interface is considered to be very stable.

- ``./setup configure``
- ``--prefix``
- ``--user``
- ``--ghc``, ``--uhc``
- ``--verbose``
- ``--prefix``

- ``./setup build``
- ``./setup install``
- ``./setup register``
- ``./setup copy``

0 comments on commit 8f0ff0d

Please sign in to comment.