Skip to content

Commit

Permalink
Merge pull request #69 from haskell-works/newhoggy/support-new-versio…
Browse files Browse the repository at this point in the history
…ns-of-ghc

Support newer versions of GHC
  • Loading branch information
newhoggy committed Oct 4, 2023
2 parents b52ba6f + 6037791 commit 4099c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
ghc: ["9.4.4", "9.2.5", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
os: [ubuntu-latest]
aeson: ["2.1.0.0"]
include:
Expand Down
2 changes: 1 addition & 1 deletion hw-aeson.cabal
Expand Up @@ -12,7 +12,7 @@ maintainer: newhoggy@gmail.com
copyright: 2018-2022 John Ky
license: BSD-3-Clause
license-file: LICENSE
tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
tested-with: GHC == 9.4.4, GHC == 9.2.5, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
build-type: Simple
extra-source-files: README.md

Expand Down

0 comments on commit 4099c04

Please sign in to comment.