mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/quickcheck-classes: Hackage revision bump
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 quickcheck-classes-0.6.4.0.tar.gz 19976 BLAKE2B 614ebc6e1be382a942a55a039921021fd4bcaa2f5c977a8d83bd7b1fb76feebb31f94da908c2389d5f9ab5f7e2481f76223375db41d12b3583658d5d7361ed9b SHA512 2d5786d3cd386a795d5e1ca58ef55fb2efb9285724cf8cbb2f28577973ac2b2a9058ba6185904bc29da88f6d080f4a38629df272502796a0c2e31f9a0e8b658c
|
||||
DIST quickcheck-classes-0.6.5.0-rev3.cabal 6228 BLAKE2B b91e90825c237428b043776657b5534e0bddac2cbef8500543026863ca47e15b5663c403bc0358c2ef28b383371a116eedfce4309f1105b9caadbb3f25fb7ac3 SHA512 fb083f89efdd4f171a128999563689f70895dcbb490639a61c97032e598fa5a873c135e7e43a74e0abdaea57f4e560fa50817b385f97874cff5c30b1bfba1771
|
||||
DIST quickcheck-classes-0.6.5.0.tar.gz 20242 BLAKE2B 6b058b9991ad60bc7f9409d9b85d6f02236174eb39765cad3ced0b633ba1877a2866cccd36968e6902e8bae2b2382c319075ce71922afbc1a9e01a6563378b28 SHA512 d0f894d0357522f59440bd795746b3c17802332e3833982cf1d2d20c2a5dc3e4ac1e54f6b3aeac93c0a1beed9f0f4838e20d8798d99bf161b49fc50bdf1f0670
|
||||
|
||||
@@ -1,26 +1,27 @@
|
||||
# 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.8.5.1.9999
|
||||
|
||||
CABAL_HACKAGE_REVISION=3
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="QuickCheck common typeclasses"
|
||||
HOMEPAGE="https://github.com/andrewthad/quickcheck-classes#readme"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE="+aeson +binary-laws +semigroupoids +semirings +unary-laws +vector"
|
||||
|
||||
RDEPEND=">=dev-haskell/primitive-0.6.4:=[profile?] <dev-haskell/primitive-0.8:=[profile?]
|
||||
RDEPEND=">=dev-haskell/primitive-0.6.4:=[profile?] <dev-haskell/primitive-0.10:=[profile?]
|
||||
>=dev-haskell/primitive-addr-0.1.0.2:=[profile?] <dev-haskell/primitive-addr-0.2:=[profile?]
|
||||
>=dev-haskell/quickcheck-classes-base-0.6.2:=[profile?] <dev-haskell/quickcheck-classes-base-0.7:=[profile?]
|
||||
>=dev-lang/ghc-8.4.3:=
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
aeson? ( >=dev-haskell/aeson-0.9:=[profile?] )
|
||||
binary-laws? ( >=dev-haskell/quickcheck-2.10.0:=[profile?] )
|
||||
semigroupoids? ( dev-haskell/semigroupoids:=[profile?] )
|
||||
@@ -30,9 +31,11 @@ RDEPEND=">=dev-haskell/primitive-0.6.4:=[profile?] <dev-haskell/primitive-0.8:=[
|
||||
vector? ( >=dev-haskell/vector-0.12:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.4
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( >=dev-haskell/base-orphans-0.5
|
||||
dev-haskell/tagged
|
||||
dev-haskell/tasty
|
||||
dev-haskell/tasty-quickcheck
|
||||
!vector? ( dev-haskell/vector ) )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user