Files
gentoo/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.33.ebuild
hololeap e7c1789cfd dev-haskell/quickcheck-instances: add 0.3.33
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
2026-06-22 20:16:06 +10:00

45 lines
2.2 KiB
Bash

# 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.9999
CABAL_HACKAGE_REVISION=1
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Common quickcheck instances"
HOMEPAGE="https://github.com/haskellari/qc-instances"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/case-insensitive-1.2.0.11:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
>=dev-haskell/data-array-byte-0.1.0.1:=[profile?] <dev-haskell/data-array-byte-0.2:=[profile?]
>=dev-haskell/data-fix-0.3:=[profile?] <dev-haskell/data-fix-0.4:=[profile?]
>=dev-haskell/hashable-1.4.4.0:=[profile?] <dev-haskell/hashable-1.6:=[profile?]
>=dev-haskell/integer-logarithms-1.0.3.1:=[profile?] <dev-haskell/integer-logarithms-1.1:=[profile?]
>=dev-haskell/old-time-1.1.0.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
>=dev-haskell/onetuple-0.4.2:=[profile?] <dev-haskell/onetuple-0.5:=[profile?]
>=dev-haskell/primitive-0.9.0.0:=[profile?] <dev-haskell/primitive-0.10:=[profile?]
>=dev-haskell/quickcheck-2.14.2:=[profile?] <dev-haskell/quickcheck-2.16.1:=[profile?]
>=dev-haskell/scientific-0.3.8.0:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
>=dev-haskell/splitmix-0.1.0.5:=[profile?] <dev-haskell/splitmix-0.2:=[profile?]
>=dev-haskell/strict-0.5:=[profile?] <dev-haskell/strict-0.6:=[profile?]
>=dev-haskell/tagged-0.8.8:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
>=dev-haskell/text-short-0.1.4:=[profile?] <dev-haskell/text-short-0.2:=[profile?]
>=dev-haskell/these-1.2.1:=[profile?] <dev-haskell/these-1.3:=[profile?]
>=dev-haskell/time-compat-1.9.4:=[profile?] <dev-haskell/time-compat-1.10:=[profile?]
>=dev-haskell/unordered-containers-0.2.20:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
>=dev-haskell/uuid-types-1.0.6:=[profile?] <dev-haskell/uuid-types-1.1:=[profile?]
>=dev-haskell/vector-0.13.2.0:=[profile?] <dev-haskell/vector-0.14:=[profile?]
>=dev-lang/ghc-9.0.2:=
>=dev-haskell/text-1.2.3.0:=[profile?] <dev-haskell/text-2.2:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"