Skip to content

Commit

Permalink
Merge pull request #170 from gelisam/support-ghc-9.8
Browse files Browse the repository at this point in the history
Support ghc 9.8
  • Loading branch information
gelisam authored Oct 14, 2023
2 parents 493d01f + 94f6d32 commit 18cbee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
.stack-work
key: ${{ runner.os }}-stack-${{ hashFiles(matrix.stack_yaml) }}

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell-stack
name: Setup Stack
with:
Expand Down Expand Up @@ -71,13 +71,13 @@ jobs:
strategy:
matrix:
include:
- ghc: latest
- ghc-version: '9.8.1'
os: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Cabal
with:
Expand Down
3 changes: 2 additions & 1 deletion hint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ tested-with: ghc == 8.10.7
, ghc == 9.2.7
, ghc == 9.4.5
, ghc == 9.6.1
, ghc == 9.8.1

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

0 comments on commit 18cbee9

Please sign in to comment.