-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |