dev-haskell/mtl: Raise lower bounds on GHC

Update CABAL_CORE_LIB_GHC_PV

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:04:14 -06:00 committed by Sam James
parent 3331595639
commit 9df29e5a4e
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 7 additions and 13 deletions

View File

@ -5,14 +5,8 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Monad classes using functional dependencies, with instances
for various monad transformers, inspired by the paper
/Functional Programming with Overloading and Higher-Order Polymorphism/,
by Mark P Jones, in /Advanced School of Functional Programming/, 1995
(&lt;http://web.cecs.pdx.edu/~mpj/pubs/springschool.html&gt;).
</longdescription>
<upstream>
<remote-id type="hackage">mtl</remote-id>
<remote-id type="github">haskell/mtl</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
# ebuild generated by hackport 0.5.5.9999
# ebuild generated by hackport 0.8.0.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
# break circular dependencies:
@ -13,15 +13,15 @@ inherit haskell-cabal
DESCRIPTION="Monad classes, using functional dependencies"
HOMEPAGE="https://github.com/haskell/mtl"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
# Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV)
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.10.1:=
RDEPEND="
>=dev-lang/ghc-8.10.6:=
"
DEPEND="${RDEPEND}"
CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"
CABAL_CORE_LIB_GHC_PV="8.10.6 8.10.7 9.0.2 9.2.4 9.2.5 9.2.6 9.2.7 9.2.8 9.4.4 9.4.5"