Skip to content

Fix CI: revert cabal to 3.14 and fix cabal.project conditional syntax#109

Closed
Copilot wants to merge 2 commits intoerikd/ghc-9.14from
copilot/sub-pr-108
Closed

Fix CI: revert cabal to 3.14 and fix cabal.project conditional syntax#109
Copilot wants to merge 2 commits intoerikd/ghc-9.14from
copilot/sub-pr-108

Conversation

Copy link

Copilot AI commented Mar 2, 2026

CI builds were not running because cabal-install was set to 3.16, which is not available in the input-output-hk/actions/haskell action.

Changes

  • haskell.yml: Revert cabal: ["3.16"]cabal: ["3.14"], consistent with cabal-outdated.yml, github-page.yml, and the release job
  • cabal.project: Fix if impl(ghc >= 9.14) conditional syntax (remove spurious space) and switch allow-newer entries from leading-comma to trailing-comma style to avoid potential parsing issues with older cabal versions
if impl(ghc >= 9.14)
  allow-newer:
    aeson:containers,
    aeson:indexed-traversable,
    ...

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: erikd <307277+erikd@users.noreply.github.com>
Copilot AI changed the title [WIP] Update package and CI configuration for GHC 9.14 Fix CI: revert cabal to 3.14 and fix cabal.project conditional syntax Mar 2, 2026
Copilot finished work on behalf of erikd March 2, 2026 05:59
@erikd
Copy link
Member

erikd commented Mar 2, 2026

Not at all useful.

@erikd erikd closed this Mar 2, 2026
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.

2 participants