dev-haskell/html-conduit: add 1.3.2.2

- Fix trivial QA warning
  - Empty IUSE

Bug: https://bugs.gentoo.org/887065
Closes: https://github.com/gentoo/gentoo/pull/36358
Signed-off-by: Christopher Fore <csfore@posteo.net>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Christopher Fore 2024-04-22 12:22:08 -04:00 committed by Mark Wright
parent 09cda66272
commit 579f6b8bab
No known key found for this signature in database
GPG Key ID: 630320470E096FA5
2 changed files with 33 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST html-conduit-1.3.2.1.tar.gz 8976 BLAKE2B 070f6f0bc2c47c5e884d81cca1ccd5c72fbfefc39fc4a3d937d9a10ebf496b405b3e4f46382a882fc96cd12247ee00a834e90d2d06256316c96e2d3e8f2d3147 SHA512 94e9db8db839c5368f5a042a7039d44e3fabf5ffa30426894675317b985288c0d5fa94a6d1864b94802ea2fda3ff2728c4578759405dacdc64d8e2cfbb24aa70
DIST html-conduit-1.3.2.2.tar.gz 9085 BLAKE2B 31481010a2df79c437a5f3c40242c95c552cc0f4d12f47619e052f9c4c755b95ae02b8d58dddcbdc1c527fb925361d0c643d7584aa3099b141bf65550fa10ac3 SHA512 474bfeec36d0f2fe8eb37ed88372d456800e8d28e499e5ffe222170db794eba292938800e145613334d1e11d2e6b78195b6dd7a0d3cd92e2fa3f348ad8d18489

View File

@ -0,0 +1,32 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Parse HTML documents using xml-conduit datatypes"
HOMEPAGE="https://github.com/snoyberg/xml"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="dev-haskell/attoparsec:=[profile?]
>=dev-haskell/conduit-1.3:=[profile?]
dev-haskell/conduit-extra:=[profile?]
>=dev-haskell/resourcet-1.2:=[profile?]
dev-haskell/text:=[profile?]
>=dev-haskell/xml-conduit-1.3:=[profile?]
>=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( >=dev-haskell/hspec-1.3
dev-haskell/hunit )
"