Skip to content

Commit

Permalink
Changelog for #5526
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Jun 26, 2019
1 parent c241917 commit 4d2ca52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cabal/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
* Add `extra-dynamic-library-flavours`, to specify extra dynamic library
flavours to build and install from a .cabal file.
* `autoconfUserHooks` now passes `--host=$HOST` when cross-compiling
* Add a `LibraryVisibility` field to `InstalledPackageInfo`.
* Introduce multiple public libraries feature
([#5526](https://github.com/haskell/cabal/pull/5526)).
* New build-depends syntax
* Add a set of library components to the `Dependency` datatype
* New `visibility` field in the `library` stanza
* New `LibraryVisibility` field in `InstalledPackageInfo`
* New syntax for the `--dependency` Cabal flag
* Static linking
* Add `--enable-executable-static` flag for building fully
static executables (GHC's normal "statish" linking links
Expand Down

0 comments on commit 4d2ca52

Please sign in to comment.