cabal-install: update to 2.0.0.1.
This commit is contained in:
parent
b12a5d4b38
commit
3697b3d6e7
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'cabal-install'
|
||||
pkgname=cabal-install
|
||||
version=1.24.0.2
|
||||
version=2.0.0.1
|
||||
revision=1
|
||||
hostmakedepends="ghc curl"
|
||||
makedepends="gmp-devel libffi-devel zlib-devel"
|
||||
depends="ghc"
|
||||
short_desc="Command-line interface for Cabal and Hackage"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
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=2ac8819238a0e57fff9c3c857e97b8705b1b5fef2e46cd2829e85d96e2a00fe0
|
||||
nopie=yes # network-2.6.0.2 build fails with a relocation
|
||||
checksum=f991e36f3adaa1c7e2f0c422a2f2a4ab21b7041c82a8896f72afc9843a0d5d99
|
||||
nopie_files="/usr/bin/cabal"
|
||||
|
||||
do_build() {
|
||||
PREFIX=$PWD/build sh bootstrap.sh --user --no-doc
|
||||
|
|
Loading…
Reference in a new issue