cabal-install: update to 1.24.0.2.
This commit is contained in:
parent
50e10db1bd
commit
736dc9a6e0
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cabal-install'
|
||||
pkgname=cabal-install
|
||||
version=1.24.0.1
|
||||
version=1.24.0.2
|
||||
revision=1
|
||||
hostmakedepends="ghc curl"
|
||||
makedepends="gmp-devel libffi-devel zlib-devel"
|
||||
|
@ -10,12 +10,9 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://hackage.haskell.org/package/cabal-install"
|
||||
distfiles="http://hackage.haskell.org/packages/archive/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=09f5fd8a2aa7f9565800a711a133f8142d36d59b38f59da09c25045b83ee9ecc
|
||||
checksum=2ac8819238a0e57fff9c3c857e97b8705b1b5fef2e46cd2829e85d96e2a00fe0
|
||||
nopie=yes # network-2.6.0.2 build fails with a relocation
|
||||
|
||||
post_extract() {
|
||||
sed -i '/CABAL_VER_REGEXP=/s/0-9/1-9/' bootstrap.sh # upstream 2627edf1
|
||||
}
|
||||
do_build() {
|
||||
PREFIX=$PWD/build sh bootstrap.sh --user --no-doc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue