diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-11 08:35:33 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:34 +0000 |
commit | 0f3e16daffea530fb17c4a49e69c4404a9e92521 (patch) | |
tree | bfac14df5777d6d7a4462efcb86b03a9aba7b53e /dev-haskell | |
parent | dev-haskell/mono-traversable: Add upper bound to ghc dep (diff) | |
download | gentoo-0f3e16daffea530fb17c4a49e69c4404a9e92521.tar.gz gentoo-0f3e16daffea530fb17c4a49e69c4404a9e92521.tar.bz2 gentoo-0f3e16daffea530fb17c4a49e69c4404a9e92521.zip |
dev-haskell/conduit: Add upper bound to ghc dep
conduit-1.3.4.2 will not build on >=ghc-9.2, leading to various type
errors.
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/conduit/conduit-1.3.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/conduit/conduit-1.3.4.2.ebuild b/dev-haskell/conduit/conduit-1.3.4.2.ebuild index 387f2ef97404..eada6d7aee07 100644 --- a/dev-haskell/conduit/conduit-1.3.4.2.ebuild +++ b/dev-haskell/conduit/conduit-1.3.4.2.ebuild @@ -24,7 +24,7 @@ RDEPEND="dev-haskell/exceptions:=[profile?] dev-haskell/text:=[profile?] dev-haskell/unliftio-core:=[profile?] dev-haskell/vector:=[profile?] - >=dev-lang/ghc-8.6.3:= + >=dev-lang/ghc-8.6.3:= <dev-lang/ghc-9.1 " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.4.0.1 |