mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
stack: update to 1.1.2.
This commit is contained in:
parent
7f6ee885db
commit
0df51232b3
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'stack'
|
||||
pkgname=stack
|
||||
version=1.0.2
|
||||
version=1.1.2
|
||||
revision=1
|
||||
_stackage="lts-5.0"
|
||||
_stackage="lts-6.1"
|
||||
hostmakedepends="cabal-install"
|
||||
makedepends="zlib-devel pcre-devel"
|
||||
depends="git iana-etc"
|
||||
|
@ -13,14 +13,15 @@ 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="611e96aab0df2a2ad717cfbfe6018e67a90ecb1fb478c9e3c6d90478125986f0
|
||||
06dbb17fc55beeb432f4f16b43505c7a285b69b43f6bc732da2049250726a139"
|
||||
checksum="8f43d69a00a8861b156705a634e55179524cefbd98e6c29182e7bdcb57d8b3be
|
||||
71d1779fca85531a0729bc562bf89a1dbc82e7099548156388571b8bf6067a66"
|
||||
nocross=yes
|
||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||
|
||||
do_build() {
|
||||
cabal sandbox init
|
||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/cabal.config-${_stackage} cabal.config
|
||||
sed -i 's/Cabal ==.*/Cabal ==1.24.0.0/' cabal.config # XXX hack for cabal-install
|
||||
cabal update
|
||||
cabal install ${makejobs} --only-dependencies
|
||||
cabal install ${makejobs} cpphs
|
||||
|
|
Loading…
Add table
Reference in a new issue