From fd2a281ed75a9501b295de783a9810cd9dfc3575 Mon Sep 17 00:00:00 2001 From: hololeap Date: Thu, 9 Nov 2023 04:51:39 -0700 Subject: dev-haskell/http-date: Add upper bound to ghc dep http-date-0.0.8 will not build on >=ghc-9.2, leading to errors such as: Variable not in scope: inlinePerformIO :: IO (Int, Int) -> b Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/http-date/http-date-0.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-haskell') diff --git a/dev-haskell/http-date/http-date-0.0.8.ebuild b/dev-haskell/http-date/http-date-0.0.8.ebuild index ce23a21ec32c..7ffa278155d0 100644 --- a/dev-haskell/http-date/http-date-0.0.8.ebuild +++ b/dev-haskell/http-date/http-date-0.0.8.ebuild @@ -20,7 +20,7 @@ IUSE="" RESTRICT=test # Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 RDEPEND="dev-haskell/attoparsec:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-7.4.1:=