summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-09 04:51:39 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:33 +0000
commitfd2a281ed75a9501b295de783a9810cd9dfc3575 (patch)
tree9962083e242e3667665ada54adc71c4a36bf6f7a
parentdev-haskell/libmpd: Add upper bound to ghc dep (diff)
downloadgentoo-fd2a281ed75a9501b295de783a9810cd9dfc3575.tar.gz
gentoo-fd2a281ed75a9501b295de783a9810cd9dfc3575.tar.bz2
gentoo-fd2a281ed75a9501b295de783a9810cd9dfc3575.zip
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 <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/http-date/http-date-0.0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
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:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8