ghc: Rebuild against llvm17

This commit is contained in:
Daniel Martinez 2024-02-01 07:36:38 -05:00 committed by Duncaen
parent 29ffb52393
commit a90a8c800e
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -2,7 +2,7 @@
pkgname=ghc
# Keep this synchronized with http://www.stackage.org/lts
version=9.0.2
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake docbook-xsl ghc-bin libxslt libnuma-devel
ncurses-devel python3-Sphinx python3-setuptools"
@ -56,8 +56,8 @@ fi
case "$XBPS_TARGET_MACHINE" in
aarch64*)
# GHC uses LLVM to generate code on aarch64
hostmakedepends+=" llvm"
depends+=" llvm"
hostmakedepends+=" llvm17-devel"
depends+=" llvm17-devel"
;;
esac