diff --git a/dev-haskell/crypton-connection/Manifest b/dev-haskell/crypton-connection/Manifest new file mode 100644 index 0000000000000..8086567443ba1 --- /dev/null +++ b/dev-haskell/crypton-connection/Manifest @@ -0,0 +1 @@ +DIST crypton-connection-0.3.1.tar.gz 9112 BLAKE2B c8915815d2ae6b7e1c24010d44851a13323cc4211d8e35bcbaa71cb7f07af5ca2b041d90586b243af45a20d56753f361231015bffb2f82c42abe73c6caa13717 SHA512 5ec88d45be285398493aff416be1e40f7a1fff989d472f860ffe05671c2cc2261e244a15a30f79851a4c2a38509a2ecb2959af1e8ae2cf66aee5958c817245a0 diff --git a/dev-haskell/crypton-connection/crypton-connection-0.3.1.ebuild b/dev-haskell/crypton-connection/crypton-connection-0.3.1.ebuild new file mode 100644 index 0000000000000..dedf37569ad25 --- /dev/null +++ b/dev-haskell/crypton-connection/crypton-connection-0.3.1.ebuild @@ -0,0 +1,31 @@ +# 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" +inherit haskell-cabal + +DESCRIPTION="Simple and easy network connections API" +HOMEPAGE="https://github.com/kazu-yamamoto/crypton-connection" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND="dev-haskell/basement:=[profile?] + >=dev-haskell/crypton-x509-1.5:=[profile?] + >=dev-haskell/crypton-x509-store-1.5:=[profile?] + >=dev-haskell/crypton-x509-system-1.5:=[profile?] + >=dev-haskell/crypton-x509-validation-1.5:=[profile?] + dev-haskell/data-default-class:=[profile?] + >=dev-haskell/network-2.6.3:=[profile?] + >=dev-haskell/socks-0.6:=[profile?] + >=dev-haskell/tls-1.7:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" diff --git a/dev-haskell/crypton-connection/metadata.xml b/dev-haskell/crypton-connection/metadata.xml new file mode 100644 index 0000000000000..fca43110a14df --- /dev/null +++ b/dev-haskell/crypton-connection/metadata.xml @@ -0,0 +1,12 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + crypton-connection + kazu-yamamoto/crypton-connection + +