# Template file for 'stack' pkgname=stack version=1.4.0 revision=1 _stackage="lts-8.9" hostmakedepends="cabal-install pkg-config" makedepends="zlib-devel pcre-devel" depends="git iana-etc" short_desc="Cross-platform program for developing Haskell projects" maintainer="Leah Neukirchen " license="BSD-3" 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="595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6 05c840d29192fc45d71b1b6d3be852f07903648f9f4993fc6c91759a0f97e204" 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/ store ==.*/ store ==0.3.1,/' cabal.config sed -i 's/ store-core ==.*/ store-core ==0.3,/' cabal.config cabal update cabal install ${makejobs} --only-dependencies cabal install ${makejobs} cpphs cabal configure -v --prefix=/usr --libsubdir='$pkg' \ --datasubdir='$pkg' --docdir='$datadir/doc/$pkg' cabal build ${makejobs} } do_install() { vbin dist/build/stack/stack vlicense LICENSE }