Skip to content

Commit 62f79c1

Browse files
committed
dev-haskell/test-framework-quickcheck2: Bump to 0.3.0.7
Signed-off-by: Mark Wright <gienah@gentoo.org>
1 parent 180be43 commit 62f79c1

4 files changed

Lines changed: 42 additions & 43 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST test-framework-quickcheck2-0.3.0.5.tar.gz 3844 BLAKE2B 1c7ace7b85200d3ce1bcf6a48dc10d912c4cfa255eaf100b37d018128a4e014703cf378b2fee74355c1731d9062c68b164da96f6f672a10af460d41ed2b2d2ca SHA512 58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43
1+
DIST test-framework-quickcheck2-0.3.0.7.tar.gz 3856 BLAKE2B ea6dc8c81881cc50e882ec6e36f1d20baffa167c8911dfb279ea49c565fb5148e040c5b8bb5386c320d7340e3db5b3bff2dd706cfcb45e596367eaef3fdb13db SHA512 cf9906d2a73a30f5bc7a03e5798ff14942a3f874a69593ae039b6794478c9598c9b2b6c2774f82750d38e15c19b709fca00f245890f9277bd1646dca6b1080a7

dev-haskell/test-framework-quickcheck2/metadata.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
<email>haskell@gentoo.org</email>
66
<name>Gentoo Haskell</name>
77
</maintainer>
8+
<upstream>
9+
<remote-id type="hackage">test-framework-quickcheck2</remote-id>
10+
<remote-id type="github">haskell/test-framework</remote-id>
11+
</upstream>
812
</pkgmetadata>

dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Copyright 1999-2026 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# ebuild generated by hackport 0.9.1.0
7+
#hackport: flags: +base4
8+
9+
CABAL_FEATURES="lib profile haddock hoogle hscolour"
10+
inherit haskell-cabal
11+
12+
DESCRIPTION="QuickCheck-2 support for the test-framework package"
13+
HOMEPAGE="https://github.com/haskell/test-framework#readme"
14+
15+
LICENSE="BSD"
16+
SLOT="0/${PV}"
17+
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18+
19+
RDEPEND=">=dev-haskell/quickcheck-2.9.2:=[profile?] <dev-haskell/quickcheck-3:=[profile?]
20+
>=dev-haskell/random-1:=[profile?] <dev-haskell/random-1.4:=[profile?]
21+
>=dev-haskell/test-framework-0.8:=[profile?] <dev-haskell/test-framework-0.9:=[profile?]
22+
>=dev-lang/ghc-9.0.2:=
23+
"
24+
DEPEND="${RDEPEND}
25+
>=dev-haskell/cabal-3.4.1.0
26+
"
27+
28+
src_prepare() {
29+
default
30+
31+
cabal-mksetup
32+
}
33+
34+
src_configure() {
35+
haskell-cabal_src_configure \
36+
--flag=base4
37+
}

0 commit comments

Comments
 (0)