Skip to content

Commit 6eaba73

Browse files
authored
Merge pull request #10145 from haskell/includes-docs
Improve online docs for `includes:` field
2 parents 8466a8f + c7c1a00 commit 6eaba73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/cabal-package-description-file.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,11 @@ system-dependent values for these fields.
19541954
Like :pkg-field:`ghc-prof-shared-options` but applies to GHCJS
19551955

19561956
.. pkg-field:: includes: filename list
1957+
:since: 1.0
1958+
:deprecated: 2.0
1959+
1960+
From GHC 6.10.1, :pkg-field:`includes` has no effect when compiling with
1961+
GHC. From Cabal 2.0, support for GHC versions before GHC 6.12 was removed.
19571962

19581963
A list of header files to be included in any compilations via C.
19591964
This field applies to both header files that are already installed

0 commit comments

Comments
 (0)