summaryrefslogtreecommitdiff
path: root/dev-haskell/split/split-0.2.3.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/split/split-0.2.3.4.ebuild')
-rw-r--r--dev-haskell/split/split-0.2.3.4.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-haskell/split/split-0.2.3.4.ebuild b/dev-haskell/split/split-0.2.3.4.ebuild
index 6c4a8a088cdd..d220535d29ce 100644
--- a/dev-haskell/split/split-0.2.3.4.ebuild
+++ b/dev-haskell/split/split-0.2.3.4.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.4
@@ -24,9 +24,6 @@ DEPEND="${RDEPEND}
test? ( >=dev-haskell/quickcheck-2.4 )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base < 4.15' 'base < 5'
-}
+CABAL_CHDEPS=(
+ 'base < 4.15' 'base < 5'
+)