Skip to content

Commit 4d2ca52

Browse files
committed
Changelog for #5526
1 parent c241917 commit 4d2ca52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cabal/ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
* Add `extra-dynamic-library-flavours`, to specify extra dynamic library
1010
flavours to build and install from a .cabal file.
1111
* `autoconfUserHooks` now passes `--host=$HOST` when cross-compiling
12-
* Add a `LibraryVisibility` field to `InstalledPackageInfo`.
12+
* Introduce multiple public libraries feature
13+
([#5526](https://github.com/haskell/cabal/pull/5526)).
14+
* New build-depends syntax
15+
* Add a set of library components to the `Dependency` datatype
16+
* New `visibility` field in the `library` stanza
17+
* New `LibraryVisibility` field in `InstalledPackageInfo`
18+
* New syntax for the `--dependency` Cabal flag
1319
* Static linking
1420
* Add `--enable-executable-static` flag for building fully
1521
static executables (GHC's normal "statish" linking links

0 commit comments

Comments
 (0)