Skip to content

Support Cabal 3.18 - #502

Open
daeho-ro wants to merge 1 commit into
haskell:mainfrom
daeho-ro:cabal-3.18
Open

Support Cabal 3.18#502
daeho-ro wants to merge 1 commit into
haskell:mainfrom
daeho-ro:cabal-3.18

Conversation

@daeho-ro

Copy link
Copy Markdown

Cabal 3.18 makes three breaking changes that Config/Cabal.hs uses: CondTree lost its constraint type parameter so ignoreConditions no longer returns a tuple, runParseResult now yields PWarningWithSource/PErrorWithSource, and Verbosity was split into VerbosityFlags plus VerbosityHandles so silent is no longer a Verbosity.

Guarded with MIN_VERSION_Cabal(3,18,0), same as the existing 3.14 branches in this file. Built against Cabal 3.18.1.0 and 3.16.1.0 with GHC 9.14.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant