Skip to content

Commit

Permalink
Build with ghc 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Apr 10, 2024
1 parent be175ae commit 58428fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aeson-gadt-th.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ flag build-readme

library
exposed-modules: Data.Aeson.GADT.TH
build-depends: base >= 4.8 && < 4.18
build-depends: base >= 4.8 && < 4.19
, aeson >= 1.3 && < 2.3
, containers >= 0.5 && < 0.7
, dependent-sum >= 0.4 && < 0.8
, transformers >= 0.5 && < 0.6
, template-haskell >= 2.11.0 && < 2.20
, transformers >= 0.5 && < 0.7
, template-haskell >= 2.11.0 && < 2.21
, th-abstraction >= 0.4 && < 0.5
if impl(ghc < 8.2)
build-depends: dependent-sum < 0.6.2.2
Expand Down

0 comments on commit 58428fb

Please sign in to comment.