Skip to content

fix(cabal-install): Fix ghc-options order when combining multiple configuration files - #12263

Open
zlonast wants to merge 4 commits into
haskell:masterfrom
zlonast:zlonast/multiple-configuration
Open

fix(cabal-install): Fix ghc-options order when combining multiple configuration files#12263
zlonast wants to merge 4 commits into
haskell:masterfrom
zlonast:zlonast/multiple-configuration

Conversation

@zlonast

@zlonast zlonast commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

fix: #8900

- before: -Wall -fobject-code -freverse-errors -Wwarn -Werror
+ after: -Wall -hide-all-packages -Werror -Wwarn

Template Α: This PR modifies behaviour or interface

Include the following checklist in your PR:

@zlonast zlonast added attention: needs-review re: project-file Concerning cabal.project files re: ghc-options Concerning passing options to GHC labels Aug 24, 2026
@zlonast
zlonast force-pushed the zlonast/multiple-configuration branch from 394196e to b765577 Compare August 24, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

attention: needs-review re: ghc-options Concerning passing options to GHC re: project-file Concerning cabal.project files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ghc-options order is incorrect when combining multiple configuration files

1 participant