forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
5 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
DIST process-1.6.11.0-rev2.cabal 2819 BLAKE2B 962172a7ec674a8a58ff9a48cd820e2e89b090b8163d2b2a99b0de646fd5a0dbd4e6ccd4f3f49274683ff352e4ac64828b1c85c7f9c313e32643d1c0cff88980 SHA512 73bfe617091b0ad1833550c11e932e06b17f52b351cb0bf420a26fc57b5db4d708e5515bb2e9bbd4e8b0db935480f4fc4c9c007b9f7472a4209c6964a6f3071e | ||
DIST process-1.6.11.0.tar.gz 77179 BLAKE2B 4429ee832118d0cd795bb15991ac86ce9bac6f30ce8298abdc1c278ca4c264d695a8b666fb10b67d9b5df15d1764e7ccdc75e97c32e624d58a4f8a28691805a4 SHA512 4648993b8b70557f8d39e82ffb9b8a9dd0c78ca29472d0e643f089855f60e823e034f53e75cda2d97fc6219854d00f3d25e715ef3130fe1245c2cac006780482 | ||
DIST process-1.6.13.2-rev1.cabal 2963 BLAKE2B cf26a952f59adf0c513aaa560ca40b2aa1344fdc2946a73b43900e90cc1e327279d4a2e2ce749c992792858dd1bfce3c792dbb6b35c7aaebc24cd0667cb68631 SHA512 2b0babc0e96fcde288173feb4853ef849c18e4449f4768c03b5bce1351d553396ce967290942275319c1327fee102ddedcd7f7b5621f5161634c8741c04fcbdb | ||
DIST process-1.6.13.2.tar.gz 81896 BLAKE2B dcc9348d098b32a18e4d94bc9ab228455f681b510897dd95c8005cf0eddc9ac54fe9a9a6ba0fc8b5fe0cc5f8f422fb317da9dc7ea5fc59cb05ef7cdd58dd99a1 SHA512 a842eeb1044305eb44ef67abcf4e38a16ac19ffe003776c6cf814aca5da3ec1a9a224e367d9fb20eec2f10ab92c82c28f88a411058bc917189ec3fc50a7b70e0 | ||
DIST process-1.6.16.0.tar.gz 87354 BLAKE2B 8c2977d6801faef8825ed35f058a6207a518f72eb87ac3144f630bc028f4753cefb9ed4d3fc29185438bcb4f38d33f5a45aebec6a8101e4cdc1b3570ada2e5dc SHA512 1663f2746a05a5a4c29d249db54eaa49edbbadfe8d189eab02276c3f6f3d6b84c81cc4333318c42c7a7265638402cb13276f08aeea134a7f5dd98da050a34341 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Haskell</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="hackage">process</remote-id> | ||
<remote-id type="github">haskell/process</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
# ebuild generated by hackport 0.7.3.1 | ||
|
||
CABAL_HACKAGE_REVISION=2 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Process libraries" | ||
HOMEPAGE="https://hackage.haskell.org/package/process" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=">=dev-lang/ghc-8.4.3:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-2.2.0.1 | ||
" | ||
|
||
CABAL_CORE_LIB_GHC_PV="9.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
# ebuild generated by hackport 0.7.3.1 | ||
|
||
CABAL_HACKAGE_REVISION=1 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Process libraries" | ||
HOMEPAGE="https://hackage.haskell.org/package/process" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=">=dev-lang/ghc-8.4.3:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-2.2.0.1 | ||
" | ||
|
||
CABAL_CORE_LIB_GHC_PV="8.10.6 8.10.7 9.0.2 9.2.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
# ebuild generated by hackport 0.7.3.1 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Process libraries" | ||
HOMEPAGE="https://hackage.haskell.org/package/process" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=">=dev-lang/ghc-8.4.3:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-2.2.0.1 | ||
" | ||
|
||
CABAL_CORE_LIB_GHC_PV="PM:9999" |