Commit ae9e4f5a authored by James T. Lee's avatar James T. Lee
Browse files

haskell: Update broadcast-chan cabal dependencies for GHC 9

parent 215961e7
Pipeline #518 passed with stage
in 16 seconds
DIST broadcast-chan-0.2.1.1.tar.gz 15658 BLAKE2B 1d109ee8c3b7028465259e0a093608dc57dc4548d367a64ffcff251518e714f340f3ed75aa4aabf0c3543fee426f416fd6b0b26b4e1eaf1158356462bd6a4694 SHA512 0484a81b5bfc53ad9513f97bf0c0fe6e1b894eac19dcd1cdf7bbd67930ac21dd702b70a78460bf3518ebadfb27cf03cd0d57200ef868803dd69d26f0fd880eb7
EBUILD broadcast-chan-0.2.1.1.ebuild 900 BLAKE2B 7d9a71ae7f6d43a5f570150c13a6ed70459dc25e46ceab5e5c1cd4b01d3447fd4e37309525c262eb58fe8dd108d6381f3af129b7a1717acfeb74a26769029fa9 SHA512 a2a8c5419968dc39000f1910ba65a9352ba7c1df5dc13e11b1128930664f5e10e71a8c08c4d19ba2aa92251d3fc2eb29e05859ac60b233323a95ca9b456ba3a9
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Closable, fair, single-wakeup channel type that avoids 0 reader space leaks"
HOMEPAGE="https://github.com/merijn/broadcast-chan"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="sync +threaded"
RDEPEND=">=dev-haskell/unliftio-core-0.1.1:=[profile?] <dev-haskell/unliftio-core-0.3:=[profile?]
>=dev-lang/ghc-7.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0
"
src_prepare() {
default
cabal_chdeps \
'base >= 4.7 && < 4.15' 'base >= 4.7'
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag sync sync) \
$(cabal_flag threaded threaded)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment