summaryrefslogtreecommitdiff
path: root/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild')
-rw-r--r--dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild
index b8d720c5fb1b..d04a9048548b 100644
--- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild
+++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.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.7.9999
#hackport: flags: +splitbase -buildtests
@@ -37,12 +37,9 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'Cabal >= 1.8 && < 3.3' 'Cabal >= 1.8'
-}
+CABAL_CHDEPS=(
+ 'Cabal >= 1.8 && < 3.3' 'Cabal >= 1.8'
+)
src_configure() {
haskell-cabal_src_configure \