From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD8A515823F for ; Sun, 19 Nov 2023 18:39:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C93912BC02F; Sun, 19 Nov 2023 18:39:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3DCB2BC02F for ; Sun, 19 Nov 2023 18:39:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4891A335D21 for ; Sun, 19 Nov 2023 18:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0BB13A6 for ; Sun, 19 Nov 2023 18:39:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700418759.bc26dc90eb189ca9e0b637325ede65cc915589d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/bsb-http-chunked/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r1.ebuild dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild X-VCS-Directories: dev-haskell/bsb-http-chunked/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc26dc90eb189ca9e0b637325ede65cc915589d2 X-VCS-Branch: master Date: Sun, 19 Nov 2023 18:39:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11afe94b-6909-44ba-8e34-332d84c0d14c X-Archives-Hash: b853c1b842ffa015a278d1841e6f65fc commit: bc26dc90eb189ca9e0b637325ede65cc915589d2 Author: hololeap protonmail com> AuthorDate: Wed Nov 15 17:22:59 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 19 18:32:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc26dc90 dev-haskell/bsb-http-chunked: Add conditional upper bound to ghc dep Tests included with bsb-http-chunked-0.0.0.4 do not work with >=ghc-9.2. Add an upper bound for dev-lang/ghc if USE=test is enabled. Signed-off-by: hololeap protonmail.com> Signed-off-by: Sam James gentoo.org> dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r1.ebuild | 2 +- dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r1.ebuild b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r1.ebuild index b6272269df21..6513ce234259 100644 --- a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r1.ebuild +++ b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4-r1.ebuild @@ -11,7 +11,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Chunked HTTP transfer encoding for bytestring builders" -HOMEPAGE="https://github.com/sjakobi/bsb-https-chunked" +HOMEPAGE="https://github.com/sjakobi/bsb-http-chunked" LICENSE="BSD" SLOT="0/${PV}" diff --git a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild index 934de12c6e19..5dd3456be0d4 100644 --- a/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild +++ b/dev-haskell/bsb-http-chunked/bsb-http-chunked-0.0.0.4.ebuild @@ -19,6 +19,14 @@ IUSE="" RDEPEND=">=dev-lang/ghc-7.10.1:= " + +# Tests do not work correctly on >=ghc-9.2 +RDEPEND+=" + test? ( +