mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-haskell/basement: Add upper bound to ghc dep
basement-0.0.12 will not build on >=ghc-9.2, leading to errors such as:
Couldn't match expected type ‘Word32#’ with actual type ‘Word#’
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -16,7 +16,7 @@ LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-8.4.3:=
|
||||
RDEPEND=">=dev-lang/ghc-8.4.3:= <dev-lang/ghc-9.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.2.0.1
|
||||
|
||||
Reference in New Issue
Block a user