Backport #12273: Mark CabalSpecV3_18 as latest on the 3.18 branch - #12368
Open
mergify[bot] wants to merge 1 commit into
Open
mergify[bot] wants to merge 1 commit into
mergify[bot] wants to merge 1 commit into
Conversation
Cabal-syntax 3.18 recognizes CabalSpecV3_18, but cabalSpecLatest remained CabalSpecV3_16. cabal-install consequently treated Simple packages that declare cabal-version 3.18 as future-format packages and selected an external setup script. Move the supported-version boundary to CabalSpecV3_18 so these packages use the in-process setup path. Fixes #12271 (cherry picked from commit a290081)
Collaborator
|
Mhhh, should we have |
Collaborator
|
Is version Perhaps we should release version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CabalSpecV3_18as the latest supported specification on the 3.18 branchcabal-version: 3.18Simplepackages on the in-process setup pathBackground
Cabal-syntax 3.18 recognizes
CabalSpecV3_18, butcabalSpecLatestremainedCabalSpecV3_16. cabal-install therefore classifiedSimplepackages thatdeclare
cabal-version: 3.18as future-format packages and selected an externalsetup script.
Addresses #12271.
Testing
cabal build Cabal-syntaxcabalSpecLatestin the Cabal-syntax REPL and obtainedCabalSpecV3_18This is an automatic backport of pull request #12273 done by [Mergify](https://mergify.com).