[Git][haskell-team/DHG_packages][master] xmobar: Add support for loong64

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Jan 9 00:51:25 GMT 2024



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


Commits:
2385f22f by Scott Talbert at 2024-01-08T19:46:40-05:00
xmobar: Add support for loong64

- - - - -


2 changed files:

- p/xmobar/debian/changelog
- p/xmobar/debian/rules


Changes:

=====================================
p/xmobar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+xmobar (0.46-3) unstable; urgency=medium
+
+  * Add support for loong64 (Closes: #1059853)
+
+ -- Scott Talbert <swt at techie.net>  Mon, 08 Jan 2024 19:46:18 -0500
+
 xmobar (0.46-2) unstable; urgency=medium
 
   [ Jelmer Vernooij ]


=====================================
p/xmobar/debian/rules
=====================================
@@ -4,7 +4,7 @@ DEB_ENABLE_TESTS = yes
 
 # Work-around a bug in GHC on 64-bit unregistered platforms.
 # https://ghc.haskell.org/trac/ghc/ticket/15853
-ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el s390x alpha ia64 riscv64 sparc64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el s390x alpha ia64 riscv64 loong64 sparc64))
 	DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
 endif
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2385f22f964308186190f55af19550c2ab73a76c
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/20240109/33a931f0/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list