mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
stack: update to 0.1.10.0.
This commit is contained in:
parent
383646cd5e
commit
4ca2b96e4e
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'stack'
|
# Template file for 'stack'
|
||||||
pkgname=stack
|
pkgname=stack
|
||||||
version=0.1.8.0
|
version=0.1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
_stackage="lts-3.15"
|
_stackage="lts-3.17"
|
||||||
hostmakedepends="cabal-install"
|
hostmakedepends="cabal-install"
|
||||||
makedepends="zlib-devel pcre-devel"
|
makedepends="zlib-devel pcre-devel"
|
||||||
depends="git iana-etc"
|
depends="git iana-etc"
|
||||||
short_desc="Cross-platform program for developing Haskell projects"
|
short_desc="Cross-platform program for developing Haskell projects"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD-3"
|
license="BSD-3"
|
||||||
homepage="https://github.com/commercialhaskell/stack"
|
homepage="http://haskellstack.org"
|
||||||
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="1cf990d9f975e5c20dfca6e6b292cebba376dbc8ffde22ce758208dad8b5f7b7
|
checksum="caa05fe0b5da10b34989ce2c3b86a72e540de10530792e49caf3055fd57b33fd
|
||||||
fe126ff0bc26d7777058719031b7db24b8e9695f278b200bc6ef1bbe64134794"
|
9e5b3aa042710cd0d6988d8db7a677af0ffaff346633e6d6500b4015031c22ff"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes # network-2.6.2.1 build fails with a relocation
|
nopie=yes # network-2.6.2.1 build fails with a relocation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue