Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
81f98c49
Commit
81f98c49
authored
3 years ago
by
Alex Biehl
Browse files
Options
Downloads
Patches
Plain Diff
Changelog entry
parent
b6f4ad4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cabal/ChangeLog.md
+3
-0
3 additions, 0 deletions
Cabal/ChangeLog.md
release-notes/Cabal-3.8.0.0.md
+13
-0
13 additions, 0 deletions
release-notes/Cabal-3.8.0.0.md
with
16 additions
and
0 deletions
Cabal/ChangeLog.md
+
3
−
0
View file @
81f98c49
# 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
...
...
This diff is collapsed.
Click to expand it.
release-notes/Cabal-3.8.0.0.md
0 → 100644
+
13
−
0
View file @
81f98c49
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment