Skip to content

Commit

Permalink
Support ghc-9.4.6 and ghc-9.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Aug 9, 2023
1 parent 4c96e17 commit d02cc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "8.8.4"]
ghc: ["9.4.6", "9.2.8", "8.10.7", "8.8.4"]
os: [ubuntu-latest, windows-latest]
include:
- ghc: "8.10.7"
Expand Down
2 changes: 1 addition & 1 deletion cabal-cache.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ common filepath { build-depends: filepath
common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 2.3 }
common Glob { build-depends: Glob >= 0.10.2 && < 0.11 }
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.3 }
common hedgehog-extras { build-depends: hedgehog-extras >= 0.3 && < 0.4 }
common hedgehog-extras { build-depends: hedgehog-extras >= 0.4 && < 0.5 }
common hspec { build-depends: hspec >= 2.4 && < 3 }
common http-client { build-depends: http-client >= 0.5.14 && < 0.8 }
common http-client-tls { build-depends: http-client-tls >= 0.3 && < 0.4 }
Expand Down

0 comments on commit d02cc3a

Please sign in to comment.