Skip to content

Commit e39611f

Browse files
authored
Merge pull request #10823 from haskell/fix10773
Fix #10773 Document new `build-type: Hooks` in format specification history
2 parents 0f7e780 + 3479ea3 commit e39611f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/file-format-changelog.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ relative to the respective preceding *published* version.
2222
``cabal-version: 3.14``
2323
-----------------------
2424

25-
* Added field ``extra-files`` for specifying extra files to be included in
26-
``sdist`` without adding any other semantics (cf. ``extra-source-files``
27-
is tracked by ``cabal build``).
25+
* Added field :pkg-field:`extra-files` for specifying extra files to be included
26+
in ``sdist`` without adding any other semantics (compare,
27+
:pkg-field:`extra-source-files` is tracked by ``cabal build``).
28+
2829
* License fields use identifiers from SPDX License List version
2930
``3.25 2024-08-19``.
3031

32+
* The :pkg-field:`build-type` field allows the new build type ``Hooks`` to be
33+
specified.
34+
3135
``cabal-version: 3.12``
3236
-----------------------
3337

0 commit comments

Comments
 (0)