From 26f5b34efc946e04a4a02c8ffef1c62042a521bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Sat, 21 Jul 2018 01:08:36 +0200 Subject: [PATCH] Changelog: Add entry for `ld-options` being passed to ghc --- Cabal/ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index ae0ba7932fc..81cb7f3348a 100644 --- a/Cabal/ChangeLog.md +++ b/Cabal/ChangeLog.md @@ -77,6 +77,8 @@ `non`) and an optics to access the modules in a component of a `PackageDescription` by the `ComponentName`: `componentBuildInfo` and `componentModules` + * Linker `ld-options` are now passed to GHC as `-optl` options + ([#4925](https://github.com/haskell/cabal/pull/4925)). * Add `readGhcEnvironmentFile` to parse GHC environment files. * Drop support for GHC 7.4, since it is out of our support window (and has been for over a year!)