public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-wai/
@ 2022-07-23  4:09 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-23  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2470ed5fcaba07616fb33faa72dd5cee56e42aec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 04:03:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 04:08:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2470ed5f

dev-haskell/hspec-wai: fix dtd URL (HTTP->HTTPS)

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

 dev-haskell/hspec-wai/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hspec-wai/metadata.xml b/dev-haskell/hspec-wai/metadata.xml
index b7878815d80d..937381521944 100644
--- a/dev-haskell/hspec-wai/metadata.xml
+++ b/dev-haskell/hspec-wai/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
 		<email>haskell@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-wai/
@ 2023-11-19 18:39 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-11-19 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b7411196b11ea4bd3b595ac82d49fcad6db856ed
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Sat Nov 18 01:44:44 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=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 <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> 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:= <dev-lang/ghc-9.1
 "
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.18.1.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-19 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-19 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hspec-wai/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-07-23  4:09 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox