dev-haskell/hspec-core: add 2.11.16

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:14:55 -07:00
committed by Mark Wright
parent 7558542bfe
commit 20b94ac2fd
2 changed files with 44 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST hspec-core-2.10.6.tar.gz 90413 BLAKE2B 9f219404602a93db9f6cc143ed7176eb6237402463772374951578c80261e982faae69c1430496c4ab58fb4cc2de4e74336902057d6fc5312eef07cbaff623dc SHA512 ae1dfc4819706511483646c61663ccabc39f0e17128d496bbc65a26c558f5d446ea2e0edcbd9cbd6b61710e522b581e5a412f7ef4fdb17daeebe187d24616126
DIST hspec-core-2.11.16.tar.gz 99710 BLAKE2B b09cc7e93b3f8bc64b9751f84c77a3510fd48e424db5e5316b7dc4e1bd0c12a7db6599f76fad3a029db075fcd11b1073630b903e53bd232605cdee65fc10c408 SHA512 b1cc776e317cbdbfaccafdbbf95922b35565a44551c2143d41b80f163c6f949e369afca714a3eed918242885b19ad35d2ed522a2fcd043c6399fe7a63324445d
DIST hspec-core-2.9.4.tar.gz 79521 BLAKE2B c403787898de2296506cd2906641c2d91f3a4cee4cdab69e7e63e2ebab26a5729b37e938001992cccc76930ad5d4e39c0f204064ea542a2ca979b58acce77fdd SHA512 55859f3a6db6ca855a560b7b16f001784a81f6a70061374d58841fe0d6bdb99e98b522df03677ea132222ad6c96b3fed8d87aedb96dfde5326b7e6fde238e387

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.1.0
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A Testing Framework for Haskell"
HOMEPAGE="https://hspec.github.io/"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?]
>=dev-haskell/call-stack-0.2.0:=[profile?]
dev-haskell/haskell-lexer:=[profile?]
>=dev-haskell/hspec-expectations-0.8.4:=[profile?] <dev-haskell/hspec-expectations-0.8.5:=[profile?]
>=dev-haskell/hunit-1.6:=[profile?] <dev-haskell/hunit-1.7:=[profile?]
>=dev-haskell/quickcheck-2.13.1:=[profile?] <dev-haskell/quickcheck-2.18:=[profile?]
>=dev-haskell/quickcheck-io-0.2.0:=[profile?]
dev-haskell/random:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? ( dev-haskell/base-orphans
~dev-haskell/hspec-meta-2.11.16
>=dev-haskell/quickcheck-2.14
>=dev-haskell/silently-1.2.4
dev-haskell/temporary )
"
pkg_pretend() {
if use test; then
ewarn "The \"test\" USE flag for this package creates cycles within the"
ewarn "dependency graph. This may give you problems during 'haskell-updater' runs."
ewarn "It is recommended to leave it disabled unless explicitly testing the package."
fi
}