We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dbe97 commit 55f27d4Copy full SHA for 55f27d4
Cabal/doc/developing-packages.rst
@@ -2136,6 +2136,7 @@ system-dependent values for these fields.
2136
files.
2137
2138
.. pkg-field:: cxx-sources: filename list
2139
+ :since: 2.2
2140
2141
A list of C++ source files to be compiled and linked with the Haskell
2142
files. Useful for segregating C and C++ sources when supplying different
@@ -2195,6 +2196,7 @@ system-dependent values for these fields.
2195
2196
.chs. Does not apply to C code, that's what cc-options is for.
2197
2198
.. pkg-field:: cxx-options: token list
2199
2200
2201
Command-line arguments to be passed to the compiler when compiling
2202
C++ code. The C++ sources to which these command-line arguments
0 commit comments