From c5a2006b7823d9a25a2823a8178a1a2ce68c311b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 12 Jul 2018 18:59:09 +0200 Subject: [PATCH] ghc-bin: update to 8.4.3. --- srcpkgs/ghc-bin/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index 960e6cb029f..6777473bf68 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -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 " @@ -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