From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc/
Date: Sun, 19 Nov 2023 18:39:43 +0000 (UTC) [thread overview]
Message-ID: <1700418761.699415c7e8149e1029a50182dd026e5c7cd46928.sam@gentoo> (raw)
commit: 699415c7e8149e1029a50182dd026e5c7cd46928
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Nov 17 05:44:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 18:32:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699415c7
dev-haskell/hdbc: Fix dependencies
Add missing src_configure to pass needed flags.
Loosen constraint on 'time'. This allows hdbc-2.4.0.3 to be built on
newer GHC.
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/hdbc/hdbc-2.4.0.3.ebuild | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild b/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild
index 16d3945d0c86..858dae90cb35 100644
--- a/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild
+++ b/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild
@@ -23,6 +23,10 @@ IUSE=""
RESTRICT="test" # Requires unmaintaned dev-haskell/testpack
+CABAL_CHDEPS=(
+ 'time >= 1.5 && < 1.10' 'time >= 1.5'
+)
+
RDEPEND=">=dev-haskell/convertible-1.1.0.0:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/old-locale:=[profile?]
@@ -36,3 +40,13 @@ DEPEND="${RDEPEND}
"
S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ config_flags=(
+ --flag=-buildtests
+ --flag=splitBase
+ --flag=minTime15
+ )
+
+ haskell-cabal_src_configure ${config_flags[@]}
+}
next reply other threads:[~2023-11-19 18:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-19 18:39 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-06 6:12 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc/ Jakov Smolić
2022-08-31 21:32 Sam James
2022-08-28 22:03 Michael Orlitzky
2020-08-20 8:33 Sergei Trofimovich
2020-08-20 8:27 Sergei Trofimovich
2019-12-14 21:27 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1700418761.699415c7e8149e1029a50182dd026e5c7cd46928.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox