| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.0.1-r16012024 | 8 | ~amd64 | 0/0.1.0.1-r16012024 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CABAL_PN="${PN}"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal git-r3
DESCRIPTION="Encoders based on 'proto-lens' for gRPC over HTTP2"
HOMEPAGE="https://github.com/haskell-grpc-native/http2-grpc-haskell#readme"
EGIT_REPO_URI="https://github.com/haskell-grpc-native/http2-grpc-haskell.git"
EGIT_COMMIT="560766f5a8f8707c3ca26e413bf07ec1f1c26003"
SRC_URI=""
S="${WORKDIR}/${P}/${PN}"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
RDEPEND=">=dev-haskell/case-insensitive-1.2.0:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
dev-haskell/http2-grpc-types:=[profile?]
>=dev-haskell/proto-lens-0.5:=[profile?] <dev-haskell/proto-lens-0.8:=[profile?]
>=dev-haskell/zlib-0.6.2:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
>=dev-lang/ghc-8.10.6:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.2.1.0
"
src_prepare() {
# no chance to link to -threaded on ppc64, alpha and others
# who use UNREG, not only ARM
if ! ghc-supports-threaded-runtime; then
cabal_chdeps '-threaded' ' '
fi
default
}
>=dev-haskell/case-insensitive-1.2.0:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?] dev-haskell/http2-grpc-types:=[profile?] >=dev-haskell/proto-lens-0.5:=[profile?] <dev-haskell/proto-lens-0.8:=[profile?] >=dev-haskell/zlib-0.6.2:=[profile?] <dev-haskell/zlib-0.7:=[profile?] >=dev-lang/ghc-8.10.6:= >=dev-haskell/cabal-3.2.1.0
>=dev-haskell/case-insensitive-1.2.0:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?] dev-haskell/http2-grpc-types:=[profile?] >=dev-haskell/proto-lens-0.5:=[profile?] <dev-haskell/proto-lens-0.8:=[profile?] >=dev-haskell/zlib-0.6.2:=[profile?] <dev-haskell/zlib-0.7:=[profile?] >=dev-lang/ghc-8.10.6:=