diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:44 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:23 +0100 |
commit | 1953a2587869954bf53b66fd4ffd6e30ceb32092 (patch) | |
tree | 612ca503cbee6cc7f909cdef68cb8519397be524 | |
parent | dev-haskell/conduit-extra: add 1.3.6-r1 (diff) | |
download | gentoo-1953a2587869954bf53b66fd4ffd6e30ceb32092.tar.gz gentoo-1953a2587869954bf53b66fd4ffd6e30ceb32092.tar.bz2 gentoo-1953a2587869954bf53b66fd4ffd6e30ceb32092.zip |
dev-haskell/conduit: add 1.3.4.3
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/conduit/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/conduit/conduit-1.3.4.3.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/conduit/metadata.xml | 4 |
3 files changed, 35 insertions, 3 deletions
diff --git a/dev-haskell/conduit/Manifest b/dev-haskell/conduit/Manifest index 3ffc1c287e0c..2719a2ea53ea 100644 --- a/dev-haskell/conduit/Manifest +++ b/dev-haskell/conduit/Manifest @@ -1 +1,2 @@ DIST conduit-1.3.4.2.tar.gz 88962 BLAKE2B 0c4ade4df87c8ace3206e7d4f6b52ae472828f0ad67d5cf970797054f4423c86256c50fdd20f4a7d215b0f1b5ac424ce9431927732c17b1c7c73fd98707e9cfd SHA512 8caf67020e33ddaadc5f05ad3f1aa38d436388f0cb3dac66cb9a645c1693bcd134f1cb8d311eca7b64f9c5ace9ca97681511e5dc28bb70b7b52c43c62d5f3e03 +DIST conduit-1.3.4.3.tar.gz 88820 BLAKE2B af5b1c68c19d1c4428c06e123dc3aec4107dd230e61dae9aa99d96ea448f158136cd4d844edec3e97de65e9093363356b08bb5d4950fdd13393df74e84676063 SHA512 14d4557c1018514da4ae7ae41ec8a381ae57aabd86d84e2c961dce0b784ca4fb8aec5a2757c6fe6d815ce552f25bcc462c208226ca33094e0210b06651846e59 diff --git a/dev-haskell/conduit/conduit-1.3.4.3.ebuild b/dev-haskell/conduit/conduit-1.3.4.3.ebuild new file mode 100644 index 000000000000..be625410fa1d --- /dev/null +++ b/dev-haskell/conduit/conduit-1.3.4.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.3.0 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Streaming data processing library" +HOMEPAGE="https://github.com/snoyberg/conduit" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/mono-traversable-1.0.7:=[profile?] + dev-haskell/primitive:=[profile?] + >=dev-haskell/resourcet-1.2:=[profile?] <dev-haskell/resourcet-1.3:=[profile?] + dev-haskell/unliftio-core:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-8.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.0.0 + test? ( >=dev-haskell/hspec-1.3 + >=dev-haskell/quickcheck-2.7 + dev-haskell/safe + dev-haskell/silently + >=dev-haskell/split-0.2.0.0 + >=dev-haskell/unliftio-0.2.4.0 ) +" diff --git a/dev-haskell/conduit/metadata.xml b/dev-haskell/conduit/metadata.xml index 119586ddfe53..9d00781cb34b 100644 --- a/dev-haskell/conduit/metadata.xml +++ b/dev-haskell/conduit/metadata.xml @@ -5,10 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators\/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. For more information, see <http://www.yesodweb.com/blog/2011/12/conduits>. - </longdescription> <upstream> + <remote-id type="hackage">conduit</remote-id> <remote-id type="github">snoyberg/conduit</remote-id> </upstream> </pkgmetadata> |