Skip to content

Commit c0860f2

Browse files
committed
dev-haskell/primitive-checked: Revision bump
Loosen constraints on primitive See: haskell-primitive/primitive-checked#7 Signed-off-by: hololeap <[email protected]>
1 parent bd47694 commit c0860f2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

dev-haskell/primitive-checked/metadata.xml

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

dev-haskell/primitive-checked/primitive-checked-0.7.3.0.ebuild renamed to dev-haskell/primitive-checked/primitive-checked-0.7.3.0-r1.ebuild

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@
33

44
EAPI=8
55

6-
# ebuild generated by hackport 0.7.1.2.9999
6+
# ebuild generated by hackport 0.8.0.0.9999
77

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

1111
DESCRIPTION="primitive functions with bounds-checking"
1212
HOMEPAGE="https://github.com/haskell-primitive/primitive-checked#readme"
1313

14+
CABAL_CHDEPS=(
15+
'primitive == 0.7.3.*' 'primitive >= 0.7.3'
16+
)
17+
1418
LICENSE="BSD"
1519
SLOT="0/${PV}"
1620
KEYWORDS="~amd64 ~x86"
1721

18-
RDEPEND=">=dev-haskell/primitive-0.7.3:=[profile?] <dev-haskell/primitive-0.7.4:=[profile?]
22+
RDEPEND="
23+
>=dev-haskell/primitive-0.7.3:=[profile?]
1924
>=dev-lang/ghc-8.4.3:=
2025
"
2126
DEPEND="${RDEPEND}

0 commit comments

Comments
 (0)