Skip to content

ci: update tested GHC versions to match hw-prim - #62

Open
newhoggy wants to merge 1 commit into
mainfrom
update-ghc-versions
Open

ci: update tested GHC versions to match hw-prim#62
newhoggy wants to merge 1 commit into
mainfrom
update-ghc-versions

Conversation

@newhoggy

Copy link
Copy Markdown
Member

Summary

Brings hw-mquery's tested GHC versions in line with hw-prim.

Changes

  • tested-with in hw-mquery.cabal: now GHC == 9.14.1, 9.12.4, 9.10.3, 9.8.4, 9.6.7, 9.4.8, 9.2.8, 9.0.2, 8.10.7, 8.8.4 (was 9.8.2, 9.6.6)
  • CI GHC matrix in .github/workflows/haskell.yml: now ["9.14.1", "9.12.4", "9.10.3", "9.8.4", "9.6.7", "9.4.8"] (was ["9.8.2", "9.6.6"])
  • Removed stale windows exclude for GHC 9.4.2 (version no longer in matrix)

Dependency bounds

No bound changes needed: existing bounds (base < 5, prettyprinter < 2, doctest < 1, hedgehog < 2, lens < 6, etc.) already admit base-4.22 / GHC 9.14.

Verification

cabal build --enable-tests succeeds locally with GHC 9.8.4 / cabal 3.16.1.0.

- tested-with: GHC 9.14.1, 9.12.4, 9.10.3, 9.8.4, 9.6.7, 9.4.8, 9.2.8, 9.0.2, 8.10.7, 8.8.4
- CI GHC matrix: 9.14.1, 9.12.4, 9.10.3, 9.8.4, 9.6.7, 9.4.8
- Remove stale windows exclude for GHC 9.4.2 (no longer in matrix)

Existing dependency bounds already admit base-4.22 (GHC 9.14), so no
bound changes were required.
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