dev-haskell/email-validate: Loosen constraint on template-haskell

This allows email-validate-2.3.2.15 to be built on newer GHC

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-11-12 12:35:13 -07:00 committed by Sam James
parent 8e5e38e5be
commit 371d01d342
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 0 deletions

View File

@ -31,4 +31,5 @@ DEPEND="${RDEPEND}
CABAL_CHDEPS=(
'hspec >= 2.2.3 && < 2.9' 'hspec >= 2.2.3'
'doctest >= 0.8 && < 0.19' 'doctest >=0.8'
'template-haskell >= 2.10.0.0 && < 2.18' 'template-haskell >=2.10'
)