stack: update to 1.5.1.
This commit is contained in:
parent
8e9340a2e4
commit
391ffb9a16
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'stack'
|
||||
pkgname=stack
|
||||
version=1.5.0
|
||||
version=1.5.1
|
||||
revision=1
|
||||
_stackage="lts-8.23"
|
||||
_stackage="lts-9.0"
|
||||
hostmakedepends="cabal-install pkg-config"
|
||||
makedepends="zlib-devel pcre-devel"
|
||||
depends="git iana-etc"
|
||||
|
@ -13,8 +13,8 @@ homepage="http://haskellstack.org"
|
|||
distfiles="https://github.com/commercialhaskell/stack/archive/v${version}.tar.gz
|
||||
https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}"
|
||||
skip_extraction="cabal.config-${_stackage}"
|
||||
checksum="2ffead80e9cc3b72480e9130bb639aaa8a6a684d8f6098a3843fe88803c8e478
|
||||
cf29206c8b610f83423839a335a96d1cc8f4b974bb46254bf5c3ffe54cf94030"
|
||||
checksum="e55a8837f8f3663a09a52c653a94371cf2871256980c46e0f2b0d235f59f5a09
|
||||
f4c044e4d85c873a90b58756c4744b2be513e2e2c7e089a271e2c292835f045b"
|
||||
nocross=yes
|
||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||
|
||||
|
|
Loading…
Reference in New Issue