Skip to content

Commit 402ebb8

Browse files
quasicomputational23Skidoo
authored andcommitted
outdated: mention 'since 2.4' in --proejct-file docs
Also improve the wording slightly about the `--new-freeze-file` requirement. [skip ci]
1 parent f0033a0 commit 402ebb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cabal/doc/developing-packages.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1338,11 +1338,13 @@ The following flags are supported by the ``outdated`` command:
13381338
(by default, ``cabal.project.freeze``) instead of the package
13391339
description file.
13401340
``--project-file`` *PROJECTFILE*
1341+
:since: 2.4
1342+
13411343
Read dependendency version bounds from the new-style freeze file
13421344
related to the named project file (i.e., ``$PROJECTFILE.freeze``)
13431345
instead of the package desctription file. If multiple ``--project-file``
13441346
flags are provided, only the final one is considered. This flag
1345-
must be passed in conjunction with ``--new-freeze-file``.
1347+
must only be passed in when ``--new-freeze-file`` is present.
13461348
``--simple-output``
13471349
Print only the names of outdated dependencies, one per line.
13481350
``--exit-code``

0 commit comments

Comments
 (0)