mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
49 lines
1.4 KiB
Bash
49 lines
1.4 KiB
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
# ebuild generated by hackport 0.9.0.0.9999
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
|
inherit haskell-cabal
|
|
|
|
DESCRIPTION="A client library for the D-Bus IPC system"
|
|
HOMEPAGE="https://github.com/rblaze/haskell-dbus#readme"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0/${PV}"
|
|
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
|
|
|
CABAL_CHDEPS=('template-haskell >= 2.18 && < 2.23' 'template-haskell >= 2.18 && < 2.24')
|
|
|
|
RDEPEND="<dev-haskell/cereal-0.6:=[profile?]
|
|
>=dev-haskell/conduit-1.3.0:=[profile?] <dev-haskell/conduit-1.4:=[profile?]
|
|
<dev-haskell/lens-5.4:=[profile?]
|
|
>=dev-haskell/network-3.2:=[profile?] <dev-haskell/network-3.3:=[profile?]
|
|
<dev-haskell/parsec-3.2:=[profile?]
|
|
<dev-haskell/random-1.4:=[profile?]
|
|
<dev-haskell/split-0.3:=[profile?]
|
|
<dev-haskell/text-2.2:=[profile?]
|
|
<dev-haskell/th-lift-0.9:=[profile?]
|
|
<dev-haskell/vector-0.14:=[profile?]
|
|
>=dev-haskell/xml-conduit-1.9.0.0:=[profile?] <dev-haskell/xml-conduit-1.11.0.0:=[profile?]
|
|
<dev-haskell/xml-types-0.4:=[profile?]
|
|
>=dev-lang/ghc-9.2.4:=
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-haskell/cabal-3.6.3.0
|
|
test? ( <dev-haskell/extra-1.9
|
|
<dev-haskell/quickcheck-2.16
|
|
<dev-haskell/resourcet-1.4
|
|
<dev-haskell/tasty-1.6
|
|
<dev-haskell/tasty-hunit-0.11
|
|
<dev-haskell/tasty-quickcheck-0.12
|
|
>=dev-haskell/temporary-1.3 <dev-haskell/temporary-1.4 )
|
|
"
|
|
BDEPEND="
|
|
test? (
|
|
sys-apps/dbus
|
|
)
|
|
"
|