[Git][haskell-team/DHG_packages][experimental] Bump required llvm-version to 18
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Mon Jul 15 13:01:24 BST 2024
Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages
Commits:
0406f5ce by Gianfranco Costamagna at 2024-07-15T14:00:09+02:00
Bump required llvm-version to 18
- - - - -
3 changed files:
- p/ghc/debian/changelog
- p/ghc/debian/control
- p/ghc/debian/patches/llvm-newer-version
Changes:
=====================================
p/ghc/debian/changelog
=====================================
@@ -1,10 +1,13 @@
-ghc (9.6.5-1~exp2) UNRELEASED; urgency=medium
+ghc (9.6.5-1~exp2) experimental; urgency=medium
[ John Paul Adrian Glaubitz ]
* Pass --disable-ld-override in EXTRA_INSTALL_CONFIGURE_FLAGS
(Closes: #1073159)
- -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de> Sat, 22 Jun 2024 10:02:56 +0200
+ [ Gianfranco Costamagna ]
+ * Bump required llvm-version to 18
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Mon, 15 Jul 2024 13:58:17 +0200
ghc (9.6.5-1~exp1) experimental; urgency=medium
=====================================
p/ghc/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
ghc:native (>= 9.2),
hadrian:native (>= 9.6.5) <!pkg.ghc.nohadrian>,
hadrian:native (<< 9.7) <!pkg.ghc.nohadrian>,
- llvm-17 [armel armhf s390x riscv64 loong64],
+ llvm-18 [armel armhf s390x riscv64 loong64],
libgmp-dev,
libffi-dev,
libncurses-dev,
@@ -32,7 +32,7 @@ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/gh
Package: ghc
Architecture: any
Depends:
- llvm-17 [armel armhf s390x riscv64 loong64],
+ llvm-18 [armel armhf s390x riscv64 loong64],
gcc,
libgmp-dev,
libffi-dev,
@@ -53,7 +53,7 @@ Provides:
${haddock:Provides}
Replaces: ${conflicting-devs}
Breaks: ${conflicting-devs}
-Suggests: perl, ghc-prof, ghc-doc, llvm-17
+Suggests: perl, ghc-prof, ghc-doc, llvm-18
Description: The Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
=====================================
p/ghc/debian/patches/llvm-newer-version
=====================================
@@ -1,5 +1,14 @@
-Index: b/configure.ac
-===================================================================
+From ae170155e82f1e5f78882f7a682d02a8e46a5823 Mon Sep 17 00:00:00 2001
+From: Olivier Benz <olivier.benz at b-data.ch>
+Date: Sat, 25 May 2024 12:29:13 +0200
+Subject: [PATCH] Bump max LLVM version to 19 (not inclusive)
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index cf36a2bbbaf..41d45f9cb2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -556,7 +556,7 @@ AC_SUBST(InstallNameToolCmd)
@@ -7,7 +16,7 @@ Index: b/configure.ac
# 3.5/3.6 release of LLVM.
LlvmMinVersion=11 # inclusive
-LlvmMaxVersion=16 # not inclusive
-+LlvmMaxVersion=18 # not inclusive
++LlvmMaxVersion=19 # not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0406f5ce669e39a2fbc854e52f864a3b886ab3ae
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0406f5ce669e39a2fbc854e52f864a3b886ab3ae
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20240715/9fe31480/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list