dev-haskell/tasty-rerun: Bump to 1.1.19

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-01-18 12:35:37 +11:00
parent 76ab5b1a40
commit abee8831da
2 changed files with 17 additions and 18 deletions

View File

@@ -1 +1,2 @@
DIST tasty-rerun-1.1.18.tar.gz 6388 BLAKE2B 795cfa825ae49e5a91e8b25ebb1910092f2927484b52500048740b95c2511981a16bc5202182cd18e8d85676d21a8f956183508be2c9eb1257427c6328fee550 SHA512 82672a8d2f37a56e9867bb6fa2b8c79dc40869262a1853b51067e9cf463aef78c4aa3d69cda32a06c3d226ef18c951789845e57a82cbad880f29d5415a659ced
DIST tasty-rerun-1.1.19-rev5.cabal 1651 BLAKE2B 1273bbb6f375d1598409800fd487aafe641029339a34460262e8885e105c6f6cc4688855b9f4200b25cfe87a4fe0e0124a21f5c82b24e340cb2d6c0a04822c73 SHA512 68b6f66432c59ad2052e2cc128924cb8a4cdac6151780c926ef6cfbc1153d6fee539c3ddd7a834a608118bc8fd072eafbee8fa4d7189b3f4d6b68480780d9d77
DIST tasty-rerun-1.1.19.tar.gz 6607 BLAKE2B c86a9524c64f98936dc63cbaaa8dded959746eb222dfa01a3254000fb148aaf1ad46e532028e3ed0b4900e66d4140d3e98075e95ae0632e32b46787ea0e19718 SHA512 ba6d801fc69d30648f81d0b0cd14d82b07d93b5a3182627ce0aad21384915a30695ad8b0af168bd6ab8825d05275c01655f7266ae0cd12d76a01b989a695ff4f

View File

@@ -1,34 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.6.7.9999
# ebuild generated by hackport 0.9.1.0
CABAL_HACKAGE_REVISION=5
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Rerun only tests which failed in a previous test run"
HOMEPAGE="https://github.com/ocharles/tasty-rerun"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-haskell/mtl-2.1.2:=[profile?]
>=dev-haskell/optparse-applicative-0.6:=[profile?]
>=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
>=dev-haskell/stm-2.4.2:=[profile?]
>=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
>=dev-haskell/tasty-1.2:=[profile?] <dev-haskell/tasty-1.5:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
CABAL_CHDEPS=(
'base >=4.6 && <4.15' 'base >=4.6'
'optparse-applicative >= 0.6 && < 0.19' 'optparse-applicative >= 0.6 && < 0.20'
)
RDEPEND=">=dev-haskell/optparse-applicative-0.6:=[profile?] <dev-haskell/optparse-applicative-0.20:=[profile?]
>=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
>=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
>=dev-haskell/tasty-1.2:=[profile?] <dev-haskell/tasty-1.6:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"