Skip to content

Commit

Permalink
drop support for GHC < 9
Browse files Browse the repository at this point in the history
  • Loading branch information
bravit committed Oct 23, 2023
1 parent fd9a713 commit 5b8ed73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.10', '8.8', '8.6']
ghc: ['9.6', '9.4', '9.2']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data-files:
- data/tests/iplookup/*.*
- data/benchmarks/iplookup/*.*

tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 9.4.7, GHC == 9.6.3
tested-with: GHC == 9.4.7, GHC == 9.6.3

dependencies: base >=4.12 && <5

Expand Down

0 comments on commit 5b8ed73

Please sign in to comment.