Skip to content

Commit

Permalink
Merge pull request haskell#10145 from haskell/includes-docs
Browse files Browse the repository at this point in the history
Improve online docs for `includes:` field
  • Loading branch information
mergify[bot] authored Jul 1, 2024
2 parents 8466a8f + c7c1a00 commit 6eaba73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/cabal-package-description-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,11 @@ system-dependent values for these fields.
Like :pkg-field:`ghc-prof-shared-options` but applies to GHCJS

.. pkg-field:: includes: filename list
:since: 1.0
:deprecated: 2.0

From GHC 6.10.1, :pkg-field:`includes` has no effect when compiling with
GHC. From Cabal 2.0, support for GHC versions before GHC 6.12 was removed.

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

0 comments on commit 6eaba73

Please sign in to comment.