Skip to content

Commit

Permalink
Allow building with ghc-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Aug 21, 2024
1 parent 0a0577f commit 540940c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
include:
- ghc-version: '9.8.1'
os: ubuntu-latest
- ghc-version: '9.10.1'
os: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion hint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tested-with: ghc == 8.10.7
, ghc == 9.4.5
, ghc == 9.6.1
, ghc == 9.8.1
, ghc == 9.10.1

cabal-version: >= 1.10
build-type: Simple
Expand Down Expand Up @@ -72,7 +73,7 @@ library
default-language: Haskell2010
build-depends: base == 4.*,
containers,
ghc >= 8.4 && < 9.9,
ghc >= 8.4 && < 9.11,
ghc-paths,
ghc-boot,
transformers,
Expand Down

0 comments on commit 540940c

Please sign in to comment.