dev-haskell/http-client-tls: add 0.3.6.3

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-02 23:08:06 -06:00 committed by Sam James
parent d1519e96cb
commit a99cf2fce3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 38 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST http-client-tls-0.3.6.1.tar.gz 7850 BLAKE2B c2ef4e8981f2141d496d2d3e0720a29a536cd4937a95e4a59c8db356ac4390c2d419bf61b2eae6fcb4b5e98a73cd945981c9d8535353b3e444b603f9237bab3e SHA512 81b6e9ad3956f237bec83173ab8ac153ea3e9b555f0a84dc6ec0a13f6ad96dfc104d61125b66fc8733c8d8c3b7f8fc5e89cfcb885a7352f3af2e2b5473732294
DIST http-client-tls-0.3.6.3.tar.gz 7935 BLAKE2B df9ffb0ea6dc0984faabaf4269c6cc62241b603465fdbd65af8cdf434e63f2e222ffbb73e51b404f77ef8eeee13ad0e6289e8ba27230935c4c1f9e318d46644c SHA512 2b4475a9fdcfed07512f19af989289d8b8eacc8568392c03839a806327d5b1cd6dfcbc5afe29a0dd3f63d9c93a7043c4fea594b73c46b43db94518dd7a39325f

View File

@ -0,0 +1,36 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.4.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="http-client backend using the connection package and tls library"
HOMEPAGE="https://github.com/snoyberg/http-client"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RESTRICT=test # requires network access
RDEPEND="dev-haskell/case-insensitive:=[profile?]
dev-haskell/crypton:=[profile?]
dev-haskell/crypton-connection:=[profile?]
dev-haskell/data-default-class:=[profile?]
>=dev-haskell/http-client-0.7.11:=[profile?]
dev-haskell/http-types:=[profile?]
dev-haskell/memory:=[profile?]
dev-haskell/network:=[profile?]
dev-haskell/network-uri:=[profile?]
dev-haskell/text:=[profile?]
>=dev-haskell/tls-1.2:=[profile?]
>=dev-lang/ghc-8.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.2.0.0
test? ( dev-haskell/hspec )
"

View File

@ -6,6 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">http-client-tls</remote-id>
<remote-id type="github">snoyberg/http-client</remote-id>
</upstream>
</pkgmetadata>