Skip to content
Snippets Groups Projects
Commit 81f98c49 authored by Alex Biehl's avatar Alex Biehl
Browse files

Changelog entry

parent b6f4ad4c
No related branches found
No related tags found
No related merge requests found
# 3.8.0.0 [Emily Pillmore](mailgo:emilypi@cohomolo.gy) _Month _Year
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.8.0.0.md
# 3.6.0.0 [Emily Pillmore](mailgo:emilypi@cohomolo.gy) August 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md
......
Cabal 3.6.0.0 Changelog
---
- Added fields :pkg-field:`extra-libraries-static` and
:pkg-field:`extra-lib-dirs-static` to allow Haskell libraries to remember
linker flags needed for fully static linking of system libraries into executables. [#7536](https://github.com/haskell/cabal/pull/7536)
- The existing field :pkg-field:`pkgconfig-depends` can used to append the relevant
output of ``pkg-config --libs --static`` to these new fields automatically.
When :pkg-field:`extra-libraries-static` is not given, it defaults to
:pkg-field:`extra-libraries`. When :pkg-field:`extra-lib-dirs-static` is not
given, it defaults to :pkg-field:`extra-lib-dirs`. [#7536](https://github.com/haskell/cabal/pull/7536)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment