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 5C7CC15823F for ; Sun, 19 Nov 2023 18:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F212BC045; Sun, 19 Nov 2023 18:39:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A009C2BC045 for ; Sun, 19 Nov 2023 18:39:48 +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 E25F5335D2B for ; Sun, 19 Nov 2023 18:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42C7513B1 for ; Sun, 19 Nov 2023 18:39:44 +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: <1700418762.b7411196b11ea4bd3b595ac82d49fcad6db856ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-wai/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild X-VCS-Directories: dev-haskell/hspec-wai/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7411196b11ea4bd3b595ac82d49fcad6db856ed X-VCS-Branch: master Date: Sun, 19 Nov 2023 18:39:44 +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: a688d3e9-4bff-44ae-a493-5cff9036eb01 X-Archives-Hash: 58d901aff60b5795254f352ff2cf1ea3 commit: b7411196b11ea4bd3b595ac82d49fcad6db856ed Author: hololeap protonmail com> AuthorDate: Sat Nov 18 01:44:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 19 18:32:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7411196 dev-haskell/hspec-wai: Add upper bound to ghc dep hspec-wai-0.10.1 will not build on >=ghc-9.2, leading to errors: Could not find module ‘Data.ByteString.Lazy.Builder’ Signed-off-by: hololeap protonmail.com> Signed-off-by: Sam James gentoo.org> dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild index 161cfda69aa4..34e0f3803433 100644 --- a/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild +++ b/dev-haskell/hspec-wai/hspec-wai-0.10.1.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-haskell/base-compat:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/wai-3:=[profile?] >=dev-haskell/wai-extra-3:=[profile?] - >=dev-lang/ghc-7.8.2:= + >=dev-lang/ghc-7.8.2:=