ghc: Rebuild against llvm17
This commit is contained in:
parent
29ffb52393
commit
a90a8c800e
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ghc
|
pkgname=ghc
|
||||||
# Keep this synchronized with http://www.stackage.org/lts
|
# Keep this synchronized with http://www.stackage.org/lts
|
||||||
version=9.0.2
|
version=9.0.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake docbook-xsl ghc-bin libxslt libnuma-devel
|
hostmakedepends="automake docbook-xsl ghc-bin libxslt libnuma-devel
|
||||||
ncurses-devel python3-Sphinx python3-setuptools"
|
ncurses-devel python3-Sphinx python3-setuptools"
|
||||||
|
@ -56,8 +56,8 @@ fi
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*)
|
aarch64*)
|
||||||
# GHC uses LLVM to generate code on aarch64
|
# GHC uses LLVM to generate code on aarch64
|
||||||
hostmakedepends+=" llvm"
|
hostmakedepends+=" llvm17-devel"
|
||||||
depends+=" llvm"
|
depends+=" llvm17-devel"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue