ghc-bin: update to 8.4.3.
This commit is contained in:
parent
6ebcef8276
commit
c5a2006b78
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ghc-bin'
|
||||
pkgname=ghc-bin
|
||||
version=8.2.2
|
||||
version=8.4.3
|
||||
revision=1
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
hostmakedepends="ncurses perl libffi"
|
||||
hostmakedepends="ncurses perl libffi libnuma"
|
||||
depends="ncurses perl gcc libffi-devel gmp-devel"
|
||||
short_desc="Glorious Haskell Compiler - precompiled binaries"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -11,20 +11,21 @@ license="BSD"
|
|||
homepage="http://www.haskell.org/ghc/"
|
||||
only_for_archs="i686 x86_64 x86_64-musl"
|
||||
nostrip=yes
|
||||
noshlibprovides=yes
|
||||
conflicts="ghc>=0 ghc-doc>=0"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb8-linux.tar.xz"
|
||||
checksum=48e205c62b9dc1ccf6739a4bc15a71e56dde2f891a9d786a1b115f0286111b2a
|
||||
checksum=30a402c6d4754a6c020e0547f19ae3ac42e907e35349aa932d347f73e421a8e2
|
||||
;;
|
||||
x86_64-musl)
|
||||
# create with "make binary-dist"
|
||||
distfiles="https://repo.voidlinux.eu/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||
checksum=d4d613725ab62a11e49e66786a99c5baff314ef3f28eea66c1574b6da0043ef4
|
||||
checksum=52d72673f3213a9f629f441583c58fad099fa8827a3e86ecddadf4f8334031f9
|
||||
;;
|
||||
i686)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb8-linux.tar.xz"
|
||||
checksum=9e67d72d76482e0ba91c718e727b00386a1a12a32ed719714976dc56ca8c8223
|
||||
checksum=f5763983a26dedd88b65a0b17267359a3981b83a642569b26334423f684f8b8c
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue