[Git][haskell-team/DHG_packages][master] clash-ghc: Fix FTBFS with Debian's patched GHC (for newer LLVM)

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Oct 9 01:56:13 BST 2024



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d46474e1 by Scott Talbert at 2024-10-08T20:55:23-04:00
clash-ghc: Fix FTBFS with Debian's patched GHC (for newer LLVM)

- - - - -


3 changed files:

- p/haskell-clash-ghc/debian/changelog
- + p/haskell-clash-ghc/debian/patches/no-opt-llvmtbaa
- + p/haskell-clash-ghc/debian/patches/series


Changes:

=====================================
p/haskell-clash-ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-clash-ghc (1.8.1-3) unstable; urgency=medium
+
+  * Fix FTBFS with Debian's patched GHC (for newer LLVM)
+
+ -- Scott Talbert <swt at techie.net>  Tue, 08 Oct 2024 20:54:30 -0400
+
 haskell-clash-ghc (1.8.1-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-clash-ghc/debian/patches/no-opt-llvmtbaa
=====================================
@@ -0,0 +1,11 @@
+--- a/src-ghc/Clash/GHC/LoadModules.hs
++++ b/src-ghc/Clash/GHC/LoadModules.hs
+@@ -1022,7 +1022,7 @@ unwantedOptimizationFlags df =
+                , Opt_RegsGraph -- Don't care
+                , Opt_RegsGraph -- Don't care
+                , Opt_PedanticBottoms -- Stops eta-expansion through case: avoid
+-               , Opt_LlvmTBAA -- Don't care
++               -- , Opt_LlvmTBAA -- Don't care
+                , Opt_CmmSink -- Don't care
+                , Opt_CmmElimCommonBlocks -- Don't care
+                , Opt_OmitYields -- Don't care


=====================================
p/haskell-clash-ghc/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-opt-llvmtbaa



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d46474e1b43cc025cdb70daf77fa511f69838e7a
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/20241009/cba250b5/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list