mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cabal-install: update to 3.6.2.0
As of version 3.6.0.0, Cabal does not issue separate versions of `cabal-install` on GitHub anymore. Hence, we have to change the respective paths and wrksrc directories.
This commit is contained in:
parent
aa50ca70e1
commit
152e39e797
2 changed files with 7 additions and 50 deletions
|
@ -1,43 +0,0 @@
|
||||||
--- a/bootstrap/linux-8.10.1.json 2021-02-20 11:28:17.000000000 +0100
|
|
||||||
+++ b/bootstrap/linux-8.10.1.json 2021-02-28 18:54:36.417761219 +0100
|
|
||||||
@@ -14,7 +14,7 @@
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "base",
|
|
||||||
- "version": "4.14.0.0"
|
|
||||||
+ "version": "4.14.1.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "array",
|
|
||||||
@@ -26,7 +26,7 @@
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "bytestring",
|
|
||||||
- "version": "0.10.10.0"
|
|
||||||
+ "version": "0.10.12.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "containers",
|
|
||||||
@@ -62,7 +62,7 @@
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "text",
|
|
||||||
- "version": "1.2.3.2"
|
|
||||||
+ "version": "1.2.4.1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "parsec",
|
|
||||||
@@ -74,11 +74,11 @@
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "process",
|
|
||||||
- "version": "1.6.8.2"
|
|
||||||
+ "version": "1.6.9.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "ghc-boot-th",
|
|
||||||
- "version": "8.10.1"
|
|
||||||
+ "version": "8.10.4"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"package": "template-haskell",
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'cabal-install'
|
# Template file for 'cabal-install'
|
||||||
pkgname=cabal-install
|
pkgname=cabal-install
|
||||||
version=3.4.0.0
|
version=3.6.2.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=cabal-${pkgname}-${version}
|
wrksrc=cabal-Cabal-v${version}
|
||||||
hostmakedepends="ghc curl tar which"
|
hostmakedepends="ghc curl tar which"
|
||||||
makedepends="gmp-devel libffi-devel zlib-devel python3"
|
makedepends="gmp-devel libffi-devel zlib-devel python3"
|
||||||
depends="ghc"
|
depends="ghc"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Command-line interface for Cabal and Hackage"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://hackage.haskell.org/package/cabal-install"
|
homepage="https://hackage.haskell.org/package/cabal-install"
|
||||||
distfiles="https://github.com/haskell/cabal/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/haskell/cabal/archive/Cabal-v${version}.tar.gz"
|
||||||
checksum=e4fbd5eb1d77400746a993679181f159aa415a37b931b26d67f5602f63ce971c
|
checksum=dcf31e82cd85ea3236be18cc36c68058948994579ea7de18f99175821dbbcb64
|
||||||
nopie_files="/usr/bin/cabal"
|
nopie_files="/usr/bin/cabal"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
@ -19,12 +19,12 @@ post_patch() {
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
i686*)
|
i686*)
|
||||||
# https://github.com/haskell/cabal/issues/7313
|
# https://github.com/haskell/cabal/issues/7313
|
||||||
vsed -i -e 's/+ofd-locking/-ofd-locking/' bootstrap/linux-8.10.1.json ;;
|
vsed -i -e 's/+ofd-locking/-ofd-locking/' bootstrap/linux-8.10.7.json ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
PREFIX=$PWD bootstrap/bootstrap.py -d bootstrap/linux-8.10.1.json
|
PREFIX=$PWD bootstrap/bootstrap.py -d bootstrap/linux-8.10.7.json
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin _build/bin/cabal
|
vbin _build/bin/cabal
|
||||||
|
|
Loading…
Add table
Reference in a new issue