summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-12 12:35:13 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:36 +0000
commit371d01d3424b7450d54e9d60f9dc95e307e2b103 (patch)
tree12a0749c55f33e092b46003de08d31fcef65f93c /dev-haskell
parentdev-haskell/hjsmin: Loosen constraint on bytestring (diff)
downloadgentoo-371d01d3424b7450d54e9d60f9dc95e307e2b103.tar.gz
gentoo-371d01d3424b7450d54e9d60f9dc95e307e2b103.tar.bz2
gentoo-371d01d3424b7450d54e9d60f9dc95e307e2b103.zip
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>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/email-validate/email-validate-2.3.2.15.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-haskell/email-validate/email-validate-2.3.2.15.ebuild b/dev-haskell/email-validate/email-validate-2.3.2.15.ebuild
index d58ef3b9de9d..728adbf91c85 100644
--- a/dev-haskell/email-validate/email-validate-2.3.2.15.ebuild
+++ b/dev-haskell/email-validate/email-validate-2.3.2.15.ebuild
@@ -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'
)