Skip to content

Commit

Permalink
Merge pull request #233 from haskell-works/newhoggy/support-more-ghcs
Browse files Browse the repository at this point in the history
Support newer ghcs
  • Loading branch information
newhoggy authored Aug 9, 2023
2 parents 4c96e17 + 7650303 commit 6adbfc0
Show file tree
Hide file tree
Showing 2 changed files with 3 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"]
os: [ubuntu-latest, windows-latest]
include:
- ghc: "8.10.7"
Expand Down
3 changes: 2 additions & 1 deletion cabal-cache.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ author: John Ky
maintainer: newhoggy@gmail.com
copyright: John Ky 2019-2023
category: Development
tested-with: GHC == 9.4.6, GHC == 9.2.8, GHC == 8.10.7
extra-source-files: README.md

source-repository head
Expand All @@ -36,7 +37,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 6adbfc0

Please sign in to comment.