mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
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
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue