summaryrefslogtreecommitdiff
path: root/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild')
-rw-r--r--dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
index 820ebe66aefa..85c71811009a 100644
--- a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
+++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,3 +24,11 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
test? ( dev-haskell/data-default )
"
+
+src_prepare() {
+ default
+
+ cabal_chdeps \
+ 'base >= 4.5 && < 4.14' 'base >= 4.5' \
+ 'template-haskell >= 2.5 && <2.16' 'template-haskell >= 2.5'
+}