Skip to content

configure GHC: reduce verbosity of newer version warn to info - #11514

Merged
mergify[bot] merged 1 commit into
masterfrom
juhp-ghc-version-warning
Mar 31, 2026
Merged

configure GHC: reduce verbosity of newer version warn to info#11514
mergify[bot] merged 1 commit into
masterfrom
juhp-ghc-version-warning

Conversation

@juhp

@juhp juhp commented Feb 24, 2026

Copy link
Copy Markdown
Collaborator

"Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.12.1.0 supports 'ghc' version < 9.12): /usr/bin/ghc-9.12.3 is version 9.12.3" is now only shown at Info level of verbosity

Closes #9734


Template Α: This PR modifies behaviour or interface

Include the following checklist in your PR:

@juhp
juhp marked this pull request as draft February 24, 2026 14:25

@Mikolaj Mikolaj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Mikolaj

Mikolaj commented Mar 12, 2026

Copy link
Copy Markdown
Member

Why a draft PR?

@Bodigrim

Copy link
Copy Markdown
Collaborator

@juhp would you like to change from "draft" to "ready for review"?

@juhp
juhp marked this pull request as ready for review March 24, 2026 14:41
@juhp

juhp commented Mar 24, 2026

Copy link
Copy Markdown
Collaborator Author

Thanks

Ah I recalled - one reason for draft was that I wasn't sure if it needs to be documented?

@Bodigrim

Copy link
Copy Markdown
Collaborator

Ah I recalled - one reason for draft was that I wasn't sure if it needs to be documented?

Yeah, perhaps under changelog.d/.

@Mikolaj Mikolaj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, well spotted, yes please add the changelog snippet and then the merge label.

@juhp
juhp force-pushed the juhp-ghc-version-warning branch from 64e3088 to f0a66ce Compare March 28, 2026 10:45
@juhp juhp added the merge me Tell Mergify Bot to merge label Mar 28, 2026
@juhp
juhp requested a review from Mikolaj March 28, 2026 10:47
@Bodigrim

Copy link
Copy Markdown
Collaborator

The merge is blocked until @Mikolaj dismisses "changes requested" review.

@Mikolaj Mikolaj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, again!

@mergify mergify Bot added the ready and waiting Mergify is waiting out the cooldown period label Mar 28, 2026
"Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.12.1.0 supports 'ghc' version < 9.12): /usr/bin/ghc-9.12.3 is version 9.12.3" is now only shown at Info level of verbosity

Closes #9734
@juhp
juhp force-pushed the juhp-ghc-version-warning branch from f0a66ce to 7166b51 Compare March 29, 2026 04:06
@mergify mergify Bot added merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days queued labels Mar 31, 2026
@mergify

mergify Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 1 hour 44 minutes 1 second in the queue, including 1 hour 33 minutes 21 seconds running CI.

Required conditions to merge
  • #approved-reviews-by >= 2 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • #review-threads-unresolved = 0 [🛡 GitHub branch protection]
  • any of [🛡 GitHub branch protection]:
    • check-success = Doctest Cabal
    • check-neutral = Doctest Cabal
    • check-skipped = Doctest Cabal
  • any of [🛡 GitHub branch protection]:
    • check-success = Meta checks
    • check-neutral = Meta checks
    • check-skipped = Meta checks
  • any of [🛡 GitHub branch protection]:
    • check-success = docs/readthedocs.org:cabal
    • check-neutral = docs/readthedocs.org:cabal
    • check-skipped = docs/readthedocs.org:cabal
  • any of [🛡 GitHub branch protection]:
    • check-success = Validate post job
    • check-neutral = Validate post job
    • check-skipped = Validate post job
  • any of [🛡 GitHub branch protection]:
    • check-success = fourmolu
    • check-neutral = fourmolu
    • check-skipped = fourmolu
  • any of [🛡 GitHub branch protection]:
    • check-success = hlint
    • check-neutral = hlint
    • check-skipped = hlint
  • any of [🛡 GitHub branch protection]:
    • check-success = Bootstrap post job
    • check-neutral = Bootstrap post job
    • check-skipped = Bootstrap post job
  • any of [🛡 GitHub branch protection]:
    • check-success = whitespace
    • check-neutral = whitespace
    • check-skipped = whitespace
  • any of [🛡 GitHub branch protection]:
    • check-success = Check sdist post job
    • check-neutral = Check sdist post job
    • check-skipped = Check sdist post job
  • any of [🛡 GitHub branch protection]:
    • check-success = Changelogs
    • check-neutral = Changelogs
    • check-skipped = Changelogs

mergify Bot added a commit that referenced this pull request Mar 31, 2026
@mergify
mergify Bot merged commit cc98704 into master Mar 31, 2026
139 checks passed
@mergify
mergify Bot deleted the juhp-ghc-version-warning branch March 31, 2026 08:12
@mergify mergify Bot removed the queued label Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days merge me Tell Mergify Bot to merge ready and waiting Mergify is waiting out the cooldown period

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't show the "Unknown/unsupported 'ghc' version detected" warning at default verbosity

4 participants