[Git][haskell-team/DHG_packages][experimental] ghc: Use LLVM 16

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Aug 20 09:24:24 BST 2023



Ilias Tsitsimpis pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
96c528e4 by Ilias Tsitsimpis at 2023-08-20T10:33:50+03:00
ghc: Use LLVM 16

- - - - -


4 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/control
- + p/ghc/debian/patches/newer-llvm
- p/ghc/debian/patches/series


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (9.4.6-1~exp2) experimental; urgency=medium
+
+  * Use LLVM 16
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 20 Aug 2023 10:33:37 +0300
+
 ghc (9.4.6-1~exp1) experimental; urgency=medium
 
   * New upstream release


=====================================
p/ghc/debian/control
=====================================
@@ -13,9 +13,9 @@ Build-Depends:
   devscripts,
   grep-dctrl,
   pkg-config,
-  ghc:native (>= 8.6),
+  ghc:native (>= 9.0),
   libgmp-dev,
-  llvm-14 [arm64 armel armhf],
+  llvm-16 [arm64 armel armhf],
   libffi-dev,
   libncurses-dev,
   python3-sphinx <!cross>,
@@ -32,7 +32,7 @@ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/gh
 Package: ghc
 Architecture: any
 Depends:
-  llvm-14 [arm64 armel armhf],
+  llvm-16 [arm64 armel armhf],
   gcc,
   libgmp-dev,
   libffi-dev,
@@ -55,7 +55,7 @@ Replaces: ghc6 (<< 7), ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10), ${conflictin
 Conflicts: ghc6 (<< 7), ghc-dynamic (<< 7.8)
 Breaks: cabal-install (<< 1.22), haskell-devscripts (<< 0.8.13),
  ghc-doc (<< 7.10), ghc-haddock (<< 7.10), ${conflicting-devs}
-Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-14
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-16
 Description: The Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.


=====================================
p/ghc/debian/patches/newer-llvm
=====================================
@@ -0,0 +1,13 @@
+Index: b/configure.ac
+===================================================================
+--- a/configure.ac
++++ b/configure.ac
+@@ -582,7 +582,7 @@ AC_SUBST(InstallNameToolCmd)
+ # versions of LLVM simultaneously, but that stopped working around
+ # 3.5/3.6 release of LLVM.
+ LlvmMinVersion=10  # inclusive
+-LlvmMaxVersion=15 # not inclusive
++LlvmMaxVersion=17 # not inclusive
+ AC_SUBST([LlvmMinVersion])
+ AC_SUBST([LlvmMaxVersion])
+ sUPPORTED_LLVM_VERSION_MIN=$(echo \($LlvmMinVersion\) | sed 's/\./,/')


=====================================
p/ghc/debian/patches/series
=====================================
@@ -13,3 +13,4 @@ fix-index-html-removal
 fix-llvm-armel
 use-unbundled-sphinx-rtd-theme
 fix-bytestring-9.4.6
+newer-llvm



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/96c528e421cf884a623a6c52fbee95ddec9ad1a1

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/96c528e421cf884a623a6c52fbee95ddec9ad1a1
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/20230820/34fe56e0/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list