diff --git a/dev-haskell/conduit/Manifest b/dev-haskell/conduit/Manifest index 3ffc1c287e0c6..2719a2ea53eab 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 0000000000000..be625410fa1d1 --- /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-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 119586ddfe533..9d00781cb34b0 100644 --- a/dev-haskell/conduit/metadata.xml +++ b/dev-haskell/conduit/metadata.xml @@ -5,10 +5,8 @@ haskell@gentoo.org Gentoo Haskell - - 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>. - + conduit snoyberg/conduit