ghc: update to 8.6.3.
This commit is contained in:
parent
41058d1ae7
commit
1a449a1449
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ghc'
|
||||
pkgname=ghc
|
||||
# Keep this synchronized with http://www.stackage.org/lts
|
||||
version=8.4.4
|
||||
version=8.6.3
|
||||
revision=1
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-system-libffi"
|
||||
hostmakedepends="automake docbook-xsl ghc-bin libxslt"
|
||||
hostmakedepends="automake docbook-xsl ghc-bin libxslt python-Sphinx"
|
||||
makedepends="gmp-devel libffi-devel libnuma-devel ncurses-devel"
|
||||
depends="perl gcc libffi-devel gmp-devel libnuma-devel"
|
||||
short_desc="Glorious Haskell Compiler"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="BSD"
|
||||
homepage="http://www.haskell.org/ghc/"
|
||||
distfiles="http://www.haskell.org/ghc/dist/${version%[!0-9]}/${pkgname}-${version%[!0-9]}-src.tar.xz"
|
||||
checksum=11117735a58e507c481c09f3f39ae5a314e9fbf49fc3109528f99ea7959004b2
|
||||
checksum=9f9e37b7971935d88ba80426c36af14b1e0b3ec1d9c860f44a4391771bc07f23
|
||||
nocross=yes # ask leah2 before wasting time trying to do that
|
||||
_bindir="/usr/lib/${pkgname}-${version}/bin"
|
||||
nopie_files="
|
||||
|
|
Loading…
Reference in a new issue