stack: update to 0.1.8.0.
This commit is contained in:
parent
313598f1c7
commit
d0c5004a7a
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'stack'
|
# Template file for 'stack'
|
||||||
pkgname=stack
|
pkgname=stack
|
||||||
version=0.1.6.0
|
version=0.1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
_stackage="lts-3.10"
|
_stackage="lts-3.15"
|
||||||
hostmakedepends="cabal-install"
|
hostmakedepends="cabal-install"
|
||||||
makedepends="zlib-devel pcre-devel"
|
makedepends="zlib-devel pcre-devel"
|
||||||
depends="git iana-etc"
|
depends="git iana-etc"
|
||||||
|
@ -13,16 +13,12 @@ homepage="https://github.com/commercialhaskell/stack"
|
||||||
distfiles="https://github.com/commercialhaskell/stack/archive/v${version}.tar.gz
|
distfiles="https://github.com/commercialhaskell/stack/archive/v${version}.tar.gz
|
||||||
https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}"
|
https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}"
|
||||||
skip_extraction="cabal.config-${_stackage}"
|
skip_extraction="cabal.config-${_stackage}"
|
||||||
checksum="71014893d9a01f33c8e7400357813f610cc264a011d5e6af3ca8f9b598940d36
|
checksum="1cf990d9f975e5c20dfca6e6b292cebba376dbc8ffde22ce758208dad8b5f7b7
|
||||||
bd7ab6dc172946196bb834aa9527327fbd6ee38644929b8b2d84c5486ad0bac7"
|
fe126ff0bc26d7777058719031b7db24b8e9695f278b200bc6ef1bbe64134794"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Zap flags for broken pcre-light-0.4.0.3,
|
|
||||||
# ghc doesn't use them anyway.
|
|
||||||
export LDFLAGS=
|
|
||||||
export CPPFLAGS=
|
|
||||||
|
|
||||||
cabal sandbox init
|
cabal sandbox init
|
||||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/cabal.config-${_stackage} cabal.config
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/cabal.config-${_stackage} cabal.config
|
||||||
cabal update
|
cabal update
|
||||||
|
|
Loading…
Reference in New Issue