dev-haskell/cabal-quickcheck - 3.10.1.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-haskell/cabal-quickcheck-3.10.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-haskell/cabal-quickcheck-3.10.1.0

Or alternatively:

emerge --autounmask-write -a =dev-haskell/cabal-quickcheck-3.10.1.0

Package Information

Description:
QuickCheck instances for types in Cabal
Homepage:
https://github.com/haskell/cabal#readme
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.10.1.0 8 ~amd64 ~arm64 0/3.10.1.0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.5.1.9999

CABAL_PN="Cabal-QuickCheck"

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="QuickCheck instances for types in Cabal"
HOMEPAGE="https://github.com/haskell/cabal#readme"

GIT_REPO="https://github.com/haskell/cabal"
GIT_COMMIT="6c95f3fee3cdee859704b6476646cefd4628a850"
GIT_P="cabal-${GIT_COMMIT}"

SRC_URI="${GIT_REPO}/archive/${GIT_COMMIT}.tar.gz -> ${GIT_P}.tar.gz"

S="${WORKDIR}/${GIT_P}/${CABAL_PN}"
CABAL_FILE="${S}/${CABAL_PN}.cabal"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	>=dev-haskell/cabal-3.10.0.0:=[profile?] <dev-haskell/cabal-3.11:=[profile?]
	>=dev-haskell/cabal-syntax-3.10.0.0:=[profile?] <dev-haskell/cabal-syntax-3.11:=[profile?]
	>=dev-haskell/quickcheck-2.13.2:=[profile?] <dev-haskell/quickcheck-2.15
	>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
"

Inherited Eclasses

Dependencies

DEPEND

	>=dev-haskell/cabal-3.10.0.0:=[profile?] <dev-haskell/cabal-3.11:=[profile?]
	>=dev-haskell/cabal-syntax-3.10.0.0:=[profile?] <dev-haskell/cabal-syntax-3.11:=[profile?]
	>=dev-haskell/quickcheck-2.13.2:=[profile?] <dev-haskell/quickcheck-2.15
	>=dev-lang/ghc-9.0.2:=

	>=dev-haskell/cabal-3.4.1.0

RDEPEND

	>=dev-haskell/cabal-3.10.0.0:=[profile?] <dev-haskell/cabal-3.11:=[profile?]
	>=dev-haskell/cabal-syntax-3.10.0.0:=[profile?] <dev-haskell/cabal-syntax-3.11:=[profile?]
	>=dev-haskell/quickcheck-2.13.2:=[profile?] <dev-haskell/quickcheck-2.15
	>=dev-lang/ghc-9.0.2:=