Skip to content

Commit 2f4c59c

Browse files
authored
Merge pull request #65 from ysangkok/janus/bump-th
Allow template-haskell-2.19 (GHC 9.4)
2 parents 4e68ee9 + 794619a commit 2f4c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email-validate.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ library
2626
base >= 4.4 && < 5,
2727
attoparsec >= 0.10.0 && < 0.15,
2828
bytestring >= 0.9 && < 0.12,
29-
template-haskell >= 2.10.0.0 && < 2.19
29+
template-haskell >= 2.10.0.0 && < 2.20
3030
default-language: Haskell2010
3131
hs-source-dirs: src
3232
ghc-options: -Wall

0 commit comments

Comments
 (0)