diff options
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.ebuild | 13 |
1 files changed, 5 insertions, 8 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 1f77320ed770..4b2513b3ad77 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,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.1.9999 @@ -25,10 +25,7 @@ DEPEND="${RDEPEND} 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' -} +CABAL_CHDEPS=( + 'base >= 4.5 && < 4.14' 'base >= 4.5' + 'template-haskell >= 2.5 && <2.16' 'template-haskell >= 2.5' +) |
