[Git][haskell-team/DHG_packages][master] haskell-lua: from Peng Fan <fanpeng at loongson.cn>
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Aug 13 13:22:31 BST 2024
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4476ff47 by Gianfranco Costamagna at 2024-08-13T14:21:59+02:00
haskell-lua: from Peng Fan <fanpeng at loongson.cn>
Use extra --ghc-options in d/rules on loong64 (Closes: #1071153)
- - - - -
2 changed files:
- p/haskell-lua/debian/changelog
- p/haskell-lua/debian/rules
Changes:
=====================================
p/haskell-lua/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-lua (2.3.1+ds1-2) UNRELEASED; urgency=medium
+
+ [ Peng Fan <fanpeng at loongson.cn> ]
+ * Use extra --ghc-options in d/rules on loong64 (Closes: #1071153)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:21:32 +0200
+
haskell-lua (2.3.1+ds1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
=====================================
p/haskell-lua/debian/rules
=====================================
@@ -3,5 +3,9 @@
DEB_ENABLE_TESTS = yes
DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="system-lua pkg-config"
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), loong64))
+ DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc-mcmodel=medium"
+endif
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4476ff478a4f0dfbec2442692bbdb84a1b862dfb
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4476ff478a4f0dfbec2442692bbdb84a1b862dfb
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/20240813/5f3e85de/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list