Skip to content

Commit

Permalink
Lift upper version bounds to allow template-haskell-2.22.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 20, 2024
1 parent 5b6f26a commit 0e3ec67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions th-compat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source-repository head
library
exposed-modules: Language.Haskell.TH.Syntax.Compat
build-depends: base >= 4.3 && < 5
, template-haskell >= 2.5 && < 2.22
, template-haskell >= 2.5 && < 2.23
if !impl(ghc >= 8.0)
build-depends: fail == 4.9.*
, transformers >= 0.2 && < 0.7
Expand All @@ -69,7 +69,7 @@ test-suite spec
, base-compat >= 0.6 && < 0.14
, hspec >= 2 && < 3
, mtl >= 2.1 && < 2.4
, template-haskell >= 2.5 && < 2.22
, template-haskell >= 2.5 && < 2.23
, th-compat
build-tool-depends: hspec-discover:hspec-discover >= 2
hs-source-dirs: tests
Expand Down

0 comments on commit 0e3ec67

Please sign in to comment.