From 98700d5e492e340ec4547dc4e982fd291a9569d1 Mon Sep 17 00:00:00 2001 From: Emily Pillmore <emilypi@cohomolo.gy> Date: Mon, 30 Aug 2021 18:09:25 -0600 Subject: [PATCH] add entry for -Wno-preopositive-qualified-module PR --- changelog.d/pr-7352 | 3 +++ release-notes/Cabal-3.6.1.0.md | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 changelog.d/pr-7352 diff --git a/changelog.d/pr-7352 b/changelog.d/pr-7352 new file mode 100644 index 0000000000..74f188af4e --- /dev/null +++ b/changelog.d/pr-7352 @@ -0,0 +1,3 @@ +synopsis: Set -Wno-prepositive-qualified-module in Paths_*.hs +packages: Cabal +prs: #7352 diff --git a/release-notes/Cabal-3.6.1.0.md b/release-notes/Cabal-3.6.1.0.md index e3a0ed3b07..c7d584d352 100644 --- a/release-notes/Cabal-3.6.1.0.md +++ b/release-notes/Cabal-3.6.1.0.md @@ -56,3 +56,5 @@ Cabal 3.6.1.0 Changelog - defer build-tools-depends choices as well as setup choices [#7561](https://github.com/haskell/cabal/pull/7561) [#7472](https://github.com/haskell/cabal/issues/7472) - extends the existing solver pass that defers solving setup depends until top-level goals are solved to also defer build-tool-depends goals until top level goals are solved. - constraints at the top level (on versions, flags, stanzas, etc) are applied first and only then are attempts made to build the less-constrained qualified goals, significantly streamlining the production of valid build plans. + +- Set -Wno-prepositive-qualified-module in Paths_*.hs [#7352](https://github.com/haskell/cabal/pull/7352) -- GitLab