Skip to content

Commit

Permalink
Support GHC 9.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Feb 5, 2023
1 parent 792c280 commit ab9619d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.8.2', '8.10.1', '9.0.2', '9.2.5']
ghc: ['8.8.2', '8.10.1', '9.2.5', '9.4.4']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion selda-json/selda-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library
exposed-modules:
Database.Selda.JSON
build-depends:
aeson >=1.0 && <2.1
aeson >=1.0 && <2.2
, base >=4.9 && <5
, bytestring >=0.10 && <0.12
, selda >=0.4 && <0.6
Expand Down
2 changes: 1 addition & 1 deletion selda/selda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintainer: [email protected]
category: Database
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.8.2, GHC == 8.10.1, GHC == 9.0.2, GHC == 9.2.5
tested-with: GHC == 8.8.2, GHC == 8.10.1, GHC == 9.2.5, GHC == 9.4.4

source-repository head
type: git
Expand Down

0 comments on commit ab9619d

Please sign in to comment.