[Git][haskell-team/DHG_packages][master] 2 commits: ghc: LLVM 9 -> 11 for arm*
Gianfranco Costamagna
gitlab at salsa.debian.org
Wed Dec 23 21:56:00 GMT 2020
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
27cf28db by Adrian Bunk at 2020-12-05T14:11:51+02:00
ghc: LLVM 9 -> 11 for arm*
- - - - -
2be49e5b by Gianfranco Costamagna at 2020-12-23T21:55:55+00:00
Merge branch 'master' into 'master'
ghc: LLVM 9 -> 11 for arm*
See merge request haskell-team/DHG_packages!6
- - - - -
4 changed files:
- p/ghc/debian/changelog
- p/ghc/debian/control
- p/ghc/debian/patches/llvm-9.patch → p/ghc/debian/patches/llvm-11.patch
- p/ghc/debian/patches/series
Changes:
=====================================
p/ghc/debian/changelog
=====================================
@@ -8,6 +8,9 @@ ghc (8.8.4-2) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Lower parallel builds to 2 on Ubuntu armhf, to speed up build process.
+ [ Adrian Bunk ]
+ * Update to llvm-11. (Closes: #974794)
+
-- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 17 Aug 2020 08:55:33 +0300
ghc (8.8.4-1) unstable; urgency=medium
=====================================
p/ghc/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends:
pkg-config,
ghc:native (>= 8.6),
libgmp-dev,
- llvm-9 [arm64 armel armhf],
+ llvm-11 [arm64 armel armhf],
libffi-dev,
libncurses5-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-9 [arm64 armel armhf],
+ llvm-11 [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-9
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-11
Description: The Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
=====================================
p/ghc/debian/patches/llvm-9.patch → p/ghc/debian/patches/llvm-11.patch
=====================================
@@ -61,7 +61,7 @@ Index: b/configure.ac
# versions of LLVM simultaneously, but that stopped working around
# 3.5/3.6 release of LLVM.
-LlvmVersion=7
-+LlvmVersion=9
++LlvmVersion=11
AC_SUBST([LlvmVersion])
sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/')
AC_DEFINE_UNQUOTED([sUPPORTED_LLVM_VERSION], ${sUPPORTED_LLVM_VERSION}, [The supported LLVM version number])
=====================================
p/ghc/debian/patches/series
=====================================
@@ -7,7 +7,7 @@ use-stage1-binaries-for-install.patch
kfreebsd-aclocal.m4
local-mathjax
fix-build-using-unregisterised-v8.6
-llvm-9.patch
+llvm-11.patch
llvm-arm-unknown-linux-gnueabi.patch
fix-32bit-atomic
3c12355ece0fa14e534c71a9f7327eda9773fad9.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/5c784629c7e003cdc6c834c2f733e839bc5c5e39...2be49e5b3e7fd90defab2b15b21ecb2f57e3e4f2
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/5c784629c7e003cdc6c834c2f733e839bc5c5e39...2be49e5b3e7fd90defab2b15b21ecb2f57e3e4f2
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/20201223/9a42072b/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list