[Git][haskell-team/DHG_packages][experimental] ghc: Fallback to LLVM 15

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Aug 20 21:16:11 BST 2023



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


Commits:
125745f5 by Ilias Tsitsimpis at 2023-08-20T23:14:04+03:00
ghc: Fallback to LLVM 15

- - - - -


3 changed files:

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


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ghc (9.4.6-1~exp4) experimental; urgency=medium
+
+  * Fallback to LLVM 15
+  * Do not depend on LLVM for arm64, it now has a native codegen
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 20 Aug 2023 23:13:59 +0300
+
 ghc (9.4.6-1~exp3) experimental; urgency=medium
 
   * Backport upstream patch to use old pass manager in LLVM


=====================================
p/ghc/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
   pkg-config,
   ghc:native (>= 9.0),
   libgmp-dev,
-  llvm-16 [arm64 armel armhf],
+  llvm-15 [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-16 [arm64 armel armhf],
+  llvm-15 [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-16
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-15
 Description: The Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.


=====================================
p/ghc/debian/patches/newer-llvm
=====================================
@@ -27,7 +27,7 @@ Index: b/configure.ac
 -LlvmMinVersion=10  # inclusive
 -LlvmMaxVersion=15 # not inclusive
 +LlvmMinVersion=11  # inclusive
-+LlvmMaxVersion=17 # not inclusive
++LlvmMaxVersion=16 # 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/125745f51fcee4abe8c016dd479220a4cce37478

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/125745f51fcee4abe8c016dd479220a4cce37478
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/2940be49/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list