Skip to content

Commit

Permalink
Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl committed Aug 14, 2021
1 parent b6f4ad4 commit 81f98c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cabal/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.8.0.0 [Emily Pillmore](mailgo:[email protected]) _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:[email protected]) August 2021
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md

Expand Down
13 changes: 13 additions & 0 deletions release-notes/Cabal-3.8.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 comments on commit 81f98c4

Please sign in to comment.