mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-haskell/hspec-discover: add 2.11.16
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST hspec-discover-2.10.6.tar.gz 6843 BLAKE2B bd9f6feaa3a3aabec31ee0513821b79c439377bbb865fef50af5a63ba61c126fdddf26436a7768bbcfc415ab5f3179c794f770caee24a80d719608d099a1de18 SHA512 a6fad93f31b264b3f80b2775b5420ea983014d88296f404f7b9126d6a97d290313a1e9c59ba92957fe68789cc9b5d49c30fdfa8558e2f8d853fa93aa673f64e3
|
||||
DIST hspec-discover-2.11.16.tar.gz 6892 BLAKE2B d8e664e3939dd39d3f6a154e63fdfd284bcb4d865ebf1b7934b3ad2a789b603cedc072669aca1d7311182e2ea3e41ed5411c84d2afbae6462083f0dd48f55e52 SHA512 c2e53de00053c9bd3bf2e17ef4316c002ee01e2846e73a90b244bf233a9dda5e086a5f380137d28b0ce1d8c5bbdd71d302655c63845e6707bed520197e910e05
|
||||
DIST hspec-discover-2.9.4.tar.gz 6829 BLAKE2B c0f3a762db63f6d50edf2af0d240c5a9ccff7092ba0f440a342c809b4cc7c7c7e9fee95ca92d426baa6956f4e459ea8da04f2d7bb2545d4ca948395d38c75cff SHA512 0c76cfbe56ee67ab14040c7252a2f1ccecf8230868435d64c9015c472c85557921f1ca30e12df6f3097866b5b791e86d06026ef5fa5e998c354f3fa26c95e5ea
|
||||
|
||||
25
dev-haskell/hspec-discover/hspec-discover-2.11.16.ebuild
Normal file
25
dev-haskell/hspec-discover/hspec-discover-2.11.16.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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="Automatically discover and run Hspec tests"
|
||||
HOMEPAGE="https://hspec.github.io/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( ~dev-haskell/hspec-meta-2.11.16
|
||||
>=dev-haskell/mockery-0.3.5
|
||||
>=dev-haskell/quickcheck-2.7 )
|
||||
"
|
||||
Reference in New Issue
Block a user