Skip to content

Commit

Permalink
Merge pull request #34 from alexfmpe/ghc-9.12
Browse files Browse the repository at this point in the history
Build with ghc 9.12
  • Loading branch information
alexfmpe authored Jan 18, 2025
2 parents e213104 + af2b93e commit 8b6b630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1']
ghc: ['8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.5', '9.4.5', '9.6.1', '9.8.2', '9.10.1', '9.12.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
7 changes: 4 additions & 3 deletions aeson-gadt-th.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainer: maintainer@obsidian.systems
copyright: 2019 Obsidian Systems LLC
build-type: Simple
tested-with:
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || == 9.12.1

extra-source-files: README.md
ChangeLog.md

Expand All @@ -20,12 +21,12 @@ flag build-readme

library
exposed-modules: Data.Aeson.GADT.TH
build-depends: base >= 4.9 && < 4.21
build-depends: base >= 4.9 && < 4.22
, aeson >= 1.3 && < 2.3
, containers >= 0.5 && < 0.8
, dependent-sum >= 0.4 && < 0.8
, transformers >= 0.5 && < 0.7
, template-haskell >= 2.11.0 && < 2.23
, template-haskell >= 2.11.0 && < 2.24
, th-abstraction >= 0.4 && < 0.8
if impl(ghc < 8.2)
build-depends: dependent-sum < 0.6.2.2
Expand Down

0 comments on commit 8b6b630

Please sign in to comment.