[Git][haskell-team/DHG_packages][experimental] ghc: Fix typo in versioned dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Nov 22 11:42:48 GMT 2025
Ilias Tsitsimpis pushed to branch experimental at Debian Haskell Group / DHG_packages
Commits:
bc75dc1b by Ilias Tsitsimpis at 2025-11-22T12:27:56+02:00
ghc: Fix typo in versioned dependencies
- - - - -
2 changed files:
- p/ghc/debian/control
- p/ghc/debian/patches/llvm-newer-version
Changes:
=====================================
p/ghc/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends:
ghc:native (>= 9.6),
hadrian:native (>= 9.10.3~) <!pkg.ghc.nohadrian>,
hadrian:native (<< 9.10.4~) <!pkg.ghc.nohadrian>,
- llvm-21 [armel armhf s390x riscv64 loong64] (>= 1:21.1.6),
+ llvm-21 (>= 1:21.1.6) [armel armhf s390x riscv64 loong64],
clang-21 [armel armhf s390x riscv64 loong64],
libgmp-dev,
libffi-dev,
@@ -36,7 +36,7 @@ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/gh
Package: ghc
Architecture: any
Depends:
- llvm-21 [armel armhf s390x riscv64 loong64] (>= 1:21.1.6),
+ llvm-21 (>= 1:21.1.6) [armel armhf s390x riscv64 loong64],
clang-21 [armel armhf s390x riscv64 loong64],
binutils-gold [armel armhf],
gcc,
=====================================
p/ghc/debian/patches/llvm-newer-version
=====================================
@@ -13,7 +13,7 @@ Index: b/configure.ac
# 3.5/3.6 release of LLVM.
LlvmMinVersion=13 # inclusive
-LlvmMaxVersion=16 # not inclusive
-+LlvmMaxVersion=20 # not inclusive
++LlvmMaxVersion=22 # not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bc75dc1be0feed1a9c4d1bcfe4bf6c7e164dcbe6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bc75dc1be0feed1a9c4d1bcfe4bf6c7e164dcbe6
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/20251122/2eef8b59/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list