Rework common stanzas in the cabal file generated by cabal init#11261
Merged
mergify[bot] merged 9 commits intohaskell:masterfrom Jan 22, 2026
Conversation
cabal initcabal init
43dc598 to
e99557b
Compare
96eb252 to
e933e26
Compare
04d750b to
47ae47f
Compare
d279bfd to
f993c83
Compare
Following haskell#11231, this commit reworks the common stanzas present in the cabal file generated by `cabal init`.
f993c83 to
d85220c
Compare
geekosaur
approved these changes
Jan 15, 2026
Collaborator
geekosaur
left a comment
There was a problem hiding this comment.
I can't wait for the war over which LANGUAGE options "need" to be included by default. 😁
Member
Author
|
@geekosaur We can always check the data from the Ecosystem Survey to do some appeal to authority :P |
Mikolaj
reviewed
Jan 19, 2026
Mikolaj
approved these changes
Jan 20, 2026
Bodigrim
reviewed
Jan 22, 2026
cabal-install/tests/fixtures/init/golden/cabal/cabal-lib-and-exe-no-comments.golden
Outdated
Show resolved
Hide resolved
Bodigrim
reviewed
Jan 22, 2026
cabal-install/tests/fixtures/init/golden/cabal/cabal-lib-and-exe-no-comments.golden
Outdated
Show resolved
Hide resolved
Contributor
Merge Queue Status✅ The pull request has been merged at f7db849 This pull request spent 11 minutes 14 seconds in the queue, with no time running CI. Required conditions to merge
|
Kleidukos
added a commit
to Kleidukos/cabal
that referenced
this pull request
Jan 27, 2026
This is a follow-up to haskell#11261
6 tasks
Kleidukos
added a commit
to Kleidukos/cabal
that referenced
this pull request
Jan 27, 2026
This is a follow-up to haskell#11261
Kleidukos
added a commit
to Kleidukos/cabal
that referenced
this pull request
Jan 27, 2026
This is a follow-up to haskell#11261
Kleidukos
added a commit
to Kleidukos/cabal
that referenced
this pull request
Feb 7, 2026
This is a follow-up to haskell#11261
Kleidukos
added a commit
to Kleidukos/cabal
that referenced
this pull request
Feb 19, 2026
This is a follow-up to haskell#11261
geekosaur
pushed a commit
to geekosaur/cabal
that referenced
this pull request
Mar 4, 2026
This is a follow-up to haskell#11261
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.
Following #11231, this commit reworks the common stanzas present in the cabal file generated by
cabal init.