[Git][haskell-team/DHG_packages][experimental] ghc: don't use llvm on riscv64, not fixing the build failure

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Mon Apr 24 14:09:24 BST 2023



Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
a7604ea4 by Gianfranco Costamagna at 2023-04-24T15:09:04+02:00
ghc: don't use llvm on riscv64, not fixing the build failure

- - - - -


2 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/control


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (9.2.7-1~exp4) UNRELEASED; urgency=medium
+
+  * Don't use llvm on riscv64, doesn't fix the build
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 24 Apr 2023 15:08:39 +0200
+
 ghc (9.2.7-1~exp3) experimental; urgency=medium
 
   * debian/patches/5fe11fe612e1881bd4d1b9d5950d0d801e08e159.patch:


=====================================
p/ghc/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
   pkg-config,
   ghc:native (>= 8.6),
   libgmp-dev,
-  llvm-14 [arm64 armel armhf riscv64],
+  llvm-14 [arm64 armel armhf],
   libffi-dev,
   libncurses-dev,
   python3-sphinx <!cross>,
@@ -31,7 +31,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 riscv64],
+  llvm-14 [arm64 armel armhf],
   gcc,
   libgmp-dev,
   libffi-dev,



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a7604ea493eebd4d0cb5be729ccba846e2e6508d
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/20230424/43e97933/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list