diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-04 19:18:46 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:31 +0000 |
commit | 5019e3096bd832a5ca54aa16276755b665ca8751 (patch) | |
tree | da0a309a20e7ce15704b4d936b4e37d39b83a7a5 /dev-haskell/blaze-builder | |
parent | dev-haskell/cereal: Add upper bound to ghc dep (diff) | |
download | gentoo-5019e3096bd832a5ca54aa16276755b665ca8751.tar.gz gentoo-5019e3096bd832a5ca54aa16276755b665ca8751.tar.bz2 gentoo-5019e3096bd832a5ca54aa16276755b665ca8751.zip |
dev-haskell/blaze-builder: Add upper bound to ghc dep
blaze-builder-0.4.2.1 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>
Diffstat (limited to 'dev-haskell/blaze-builder')
-rw-r--r-- | dev-haskell/blaze-builder/blaze-builder-0.4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/blaze-builder/blaze-builder-0.4.2.1.ebuild b/dev-haskell/blaze-builder/blaze-builder-0.4.2.1.ebuild index 4cfc9c886f79..1081883d2e10 100644 --- a/dev-haskell/blaze-builder/blaze-builder-0.4.2.1.ebuild +++ b/dev-haskell/blaze-builder/blaze-builder-0.4.2.1.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-8.4.3:= + >=dev-lang/ghc-8.4.3:= <dev-lang/ghc-9.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 |