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.ebuild9
1 files changed, 3 insertions, 6 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..c01044264bfc 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
@@ -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 \