Skip to content

Commit

Permalink
Merge pull request #13 from sorki/srk/th-222
Browse files Browse the repository at this point in the history
Allow template-haskell 2.22
  • Loading branch information
ali-abrar authored Nov 10, 2024
2 parents 846df38 + 4dbc7aa commit 06bb673
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.10.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
6 changes: 4 additions & 2 deletions dependent-sum-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ tested-with: GHC == 8.4.4,
GHC == 9.0.2,
GHC == 9.2.5,
GHC == 9.4.5,
GHC == 9.6.1
GHC == 9.6.1,
GHC == 9.8.2,
GHC == 9.10.1

extra-source-files: ChangeLog.md
, ReadMe.md
Expand All @@ -43,7 +45,7 @@ Library
some >= 1.0.1 && < 1.1,
containers >= 0.5.9.2,
mtl,
template-haskell >= 2.11 && < 2.22,
template-haskell >= 2.11 && < 2.23,
th-abstraction >= 0.4

test-suite test
Expand Down

0 comments on commit 06bb673

Please sign in to comment.