Skip to content

Commit 55f27d4

Browse files
committed
Add two :since: annotations to cxx-* fields [skip ci]
c.f. #3700
1 parent a6dbe97 commit 55f27d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cabal/doc/developing-packages.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,6 +2136,7 @@ system-dependent values for these fields.
21362136
files.
21372137

21382138
.. pkg-field:: cxx-sources: filename list
2139+
:since: 2.2
21392140

21402141
A list of C++ source files to be compiled and linked with the Haskell
21412142
files. Useful for segregating C and C++ sources when supplying different
@@ -2195,6 +2196,7 @@ system-dependent values for these fields.
21952196
.chs. Does not apply to C code, that's what cc-options is for.
21962197

21972198
.. pkg-field:: cxx-options: token list
2199+
:since: 2.2
21982200

21992201
Command-line arguments to be passed to the compiler when compiling
22002202
C++ code. The C++ sources to which these command-line arguments

0 commit comments

Comments
 (0)