diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-12 11:00:56 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:36 +0000 |
commit | 54568b563c0c7d65e605c6fbee71833e097c4626 (patch) | |
tree | 0a281dc0d279e762886cb705cba00f9582d93a16 /dev-haskell | |
parent | dev-haskell/bloomfilter: Add upper bound to ghc dep (diff) | |
download | gentoo-54568b563c0c7d65e605c6fbee71833e097c4626.tar.gz gentoo-54568b563c0c7d65e605c6fbee71833e097c4626.tar.bz2 gentoo-54568b563c0c7d65e605c6fbee71833e097c4626.zip |
dev-haskell/utf8-light: Add upper bound to ghc dep
utf8-light-0.4.2 will not build on >=ghc-9.2, leading to errors such as:
Couldn't match expected type ‘Word#’ with actual type
‘GHC.Prim.Word32#’
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/utf8-light/utf8-light-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild b/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild index 3af13fa76b84..a664ac352d08 100644 --- a/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild +++ b/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-7.4.1:= +RDEPEND=">=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 |