summaryrefslogtreecommitdiff
path: root/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild')
-rw-r--r--dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild b/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild
index b2c1e9fe8638..902b314f2c34 100644
--- a/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild
+++ b/dev-haskell/regex-posix/regex-posix-0.96.0.0.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
#hackport: flags: +newbase,+splitbase,-_regex-posix-clib
@@ -26,12 +26,9 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.12
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base >= 4.3 && < 4.14' 'base >= 4.3'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.3 && < 4.14' 'base >= 4.3'
+)
src_configure() {
haskell-cabal_src_configure \