public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc-postgresql/
Date: Sun, 19 Nov 2023 18:39:44 +0000 (UTC)	[thread overview]
Message-ID: <1700418762.0941d693b666d852901e908fe37db250ddfae2ca.sam@gentoo> (raw)

commit:     0941d693b666d852901e908fe37db250ddfae2ca
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Nov 17 23:49:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 18:32:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0941d693

dev-haskell/hdbc-postgresql: Loosen constraint on 'time'

This allows hdbc-2.4.0.3 to be built on newer GHC.

Add missing flags to src_configure.

Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 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 d04a9048548b..ad99cae6ccbd 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
@@ -4,7 +4,7 @@
 EAPI=8
 
 # ebuild generated by hackport 0.6.7.9999
-#hackport: flags: +splitbase -buildtests
+#hackport: flags: +splitbase,-buildtests,+minTime15
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -39,10 +39,12 @@ S="${WORKDIR}/${MY_P}"
 
 CABAL_CHDEPS=(
 	'Cabal >= 1.8 && < 3.3' 'Cabal >= 1.8'
+	'time >= 1.5 && < 1.10' 'time >= 1.5'
 )
 
 src_configure() {
 	haskell-cabal_src_configure \
 		--flag=-buildtests \
-		--flag=splitbase
+		--flag=splitbase \
+		--flag=minTime15
 }


             reply	other threads:[~2023-11-19 18:39 UTC|newest]

Thread overview: 8+ 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-postgresql/ Jakov Smolić
2022-08-31 21:32 Sam James
2022-08-28 22:03 Michael Orlitzky
2021-07-25  8:35 Sergei Trofimovich
2021-07-25  8:35 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=1700418762.0941d693b666d852901e908fe37db250ddfae2ca.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