summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-08 05:43:18 -0700
committerSam James <sam@gentoo.org>2023-11-19 18:32:33 +0000
commitf0657727152012d49cd0e16044c390ef7e3742f6 (patch)
tree20f1e756d12a7f58c03b3f56683ac09b84f7bd34 /dev-haskell
parentdev-haskell/timezone-olson: Loosen constraint on time (diff)
downloadgentoo-f0657727152012d49cd0e16044c390ef7e3742f6.tar.gz
gentoo-f0657727152012d49cd0e16044c390ef7e3742f6.tar.bz2
gentoo-f0657727152012d49cd0e16044c390ef7e3742f6.zip
dev-haskell/libmpd: Add upper bound to ghc dep
libmpd-0.9.2.0 will not build on >=ghc-9.2, leading to errors such as: Module ‘Data.Time.Format’ does not export ‘parseTime’ Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/libmpd/libmpd-0.9.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild b/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild
index a3b358b2d75b..562e8233c931 100644
--- a/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild
+++ b/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild
@@ -25,7 +25,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=
>=dev-haskell/safe-exceptions-0.1:=[profile?] <dev-haskell/safe-exceptions-0.2:=[profile?]
>=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
>=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
- >=dev-lang/ghc-8.0.1:=
+ >=dev-lang/ghc-8.0.1:= <dev-lang/ghc-9.1
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0