cabal-install: update to 1.22.7.0.
This commit is contained in:
parent
50b8036e85
commit
63022f8b36
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cabal-install'
|
||||
pkgname=cabal-install
|
||||
version=1.22.6.0
|
||||
version=1.22.7.0
|
||||
revision=1
|
||||
hostmakedepends="ghc curl"
|
||||
makedepends="gmp-devel libffi-devel zlib-devel"
|
||||
|
@ -10,7 +10,8 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="custom"
|
||||
homepage="http://hackage.haskell.org/package/cabal-install"
|
||||
distfiles="http://hackage.haskell.org/packages/archive/$pkgname/$version/$pkgname-$version.tar.gz"
|
||||
checksum=9d239e385696a7faa49f068aea451882baec6a7df26fbddbd08271c9053cb0b4
|
||||
checksum=b30fd14f20fdd11b028cba68fefeed7eeadcacf919e7c29bc4d7289a656d19f3
|
||||
nopie=yes # network-2.6.0.2 build fails with a relocation
|
||||
|
||||
do_build() {
|
||||
PREFIX=$PWD/build sh bootstrap.sh --user
|
||||
|
|
Loading…
Reference in a new issue