Skip to content

Commit 6212e01

Browse files
committed
dev-haskell/process: Make an upgradable package
There have been recent bug fixes in the process package which are now required by the 3.8 branch of cabal-install. This means the package now needs to be upgradeable for hackport to use the new version. See: haskell/cabal@ad9e4dc See: haskell/process#226 Signed-off-by: hololeap <[email protected]>
1 parent f6ba780 commit 6212e01

File tree

5 files changed

+93
-0
lines changed

5 files changed

+93
-0
lines changed

dev-haskell/process/Manifest

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DIST process-1.6.11.0-rev2.cabal 2819 BLAKE2B 962172a7ec674a8a58ff9a48cd820e2e89b090b8163d2b2a99b0de646fd5a0dbd4e6ccd4f3f49274683ff352e4ac64828b1c85c7f9c313e32643d1c0cff88980 SHA512 73bfe617091b0ad1833550c11e932e06b17f52b351cb0bf420a26fc57b5db4d708e5515bb2e9bbd4e8b0db935480f4fc4c9c007b9f7472a4209c6964a6f3071e
2+
DIST process-1.6.11.0.tar.gz 77179 BLAKE2B 4429ee832118d0cd795bb15991ac86ce9bac6f30ce8298abdc1c278ca4c264d695a8b666fb10b67d9b5df15d1764e7ccdc75e97c32e624d58a4f8a28691805a4 SHA512 4648993b8b70557f8d39e82ffb9b8a9dd0c78ca29472d0e643f089855f60e823e034f53e75cda2d97fc6219854d00f3d25e715ef3130fe1245c2cac006780482
3+
DIST process-1.6.13.2-rev1.cabal 2963 BLAKE2B cf26a952f59adf0c513aaa560ca40b2aa1344fdc2946a73b43900e90cc1e327279d4a2e2ce749c992792858dd1bfce3c792dbb6b35c7aaebc24cd0667cb68631 SHA512 2b0babc0e96fcde288173feb4853ef849c18e4449f4768c03b5bce1351d553396ce967290942275319c1327fee102ddedcd7f7b5621f5161634c8741c04fcbdb
4+
DIST process-1.6.13.2.tar.gz 81896 BLAKE2B dcc9348d098b32a18e4d94bc9ab228455f681b510897dd95c8005cf0eddc9ac54fe9a9a6ba0fc8b5fe0cc5f8f422fb317da9dc7ea5fc59cb05ef7cdd58dd99a1 SHA512 a842eeb1044305eb44ef67abcf4e38a16ac19ffe003776c6cf814aca5da3ec1a9a224e367d9fb20eec2f10ab92c82c28f88a411058bc917189ec3fc50a7b70e0
5+
DIST process-1.6.16.0.tar.gz 87354 BLAKE2B 8c2977d6801faef8825ed35f058a6207a518f72eb87ac3144f630bc028f4753cefb9ed4d3fc29185438bcb4f38d33f5a45aebec6a8101e4cdc1b3570ada2e5dc SHA512 1663f2746a05a5a4c29d249db54eaa49edbbadfe8d189eab02276c3f6f3d6b84c81cc4333318c42c7a7265638402cb13276f08aeea134a7f5dd98da050a34341

dev-haskell/process/metadata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Gentoo Haskell</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="hackage">process</remote-id>
10+
<remote-id type="github">haskell/process</remote-id>
11+
</upstream>
12+
</pkgmetadata>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 1999-2022 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.7.3.1
7+
8+
CABAL_HACKAGE_REVISION=2
9+
10+
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
11+
inherit haskell-cabal
12+
13+
DESCRIPTION="Process libraries"
14+
HOMEPAGE="https://hackage.haskell.org/package/process"
15+
16+
LICENSE="BSD"
17+
SLOT="0/${PV}"
18+
KEYWORDS="~amd64 ~x86"
19+
20+
RDEPEND=">=dev-lang/ghc-8.4.3:=
21+
"
22+
DEPEND="${RDEPEND}
23+
>=dev-haskell/cabal-2.2.0.1
24+
"
25+
26+
CABAL_CORE_LIB_GHC_PV="9.0.1"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 1999-2022 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.7.3.1
7+
8+
CABAL_HACKAGE_REVISION=1
9+
10+
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
11+
inherit haskell-cabal
12+
13+
DESCRIPTION="Process libraries"
14+
HOMEPAGE="https://hackage.haskell.org/package/process"
15+
16+
LICENSE="BSD"
17+
SLOT="0/${PV}"
18+
KEYWORDS="~amd64 ~x86"
19+
20+
RDEPEND=">=dev-lang/ghc-8.4.3:=
21+
"
22+
DEPEND="${RDEPEND}
23+
>=dev-haskell/cabal-2.2.0.1
24+
"
25+
26+
CABAL_CORE_LIB_GHC_PV="8.10.6 8.10.7 9.0.2 9.2.4"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 1999-2022 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.7.3.1
7+
8+
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
9+
inherit haskell-cabal
10+
11+
DESCRIPTION="Process libraries"
12+
HOMEPAGE="https://hackage.haskell.org/package/process"
13+
14+
LICENSE="BSD"
15+
SLOT="0/${PV}"
16+
KEYWORDS="~amd64 ~x86"
17+
18+
RDEPEND=">=dev-lang/ghc-8.4.3:=
19+
"
20+
DEPEND="${RDEPEND}
21+
>=dev-haskell/cabal-2.2.0.1
22+
"
23+
24+
CABAL_CORE_LIB_GHC_PV="PM:9999"

0 commit comments

Comments
 (0)