[Git][haskell-team/DHG_packages][master] haskell-primitive: from Peng Fan <fanpeng at loongson.cn>
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Aug 13 13:23:44 BST 2024
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
38d075c9 by Gianfranco Costamagna at 2024-08-13T14:23:18+02:00
haskell-primitive: from Peng Fan <fanpeng at loongson.cn>
Use extra --ghc-options in d/rules on loong64 (Closes: #1071156)
- - - - -
2 changed files:
- p/haskell-primitive/debian/changelog
- p/haskell-primitive/debian/rules
Changes:
=====================================
p/haskell-primitive/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-primitive (0.8.0.0-2) UNRELEASED; urgency=medium
+
+ [ Peng Fan <fanpeng at loongson.cn> ]
+ * Use extra --ghc-options in d/rules on loong64 (Closes: #1071156)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:22:46 +0200
+
haskell-primitive (0.8.0.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
=====================================
p/haskell-primitive/debian/rules
=====================================
@@ -1,4 +1,8 @@
#!/usr/bin/make -f
+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/38d075c9ae771e040594e45d4c56c0d3ffd99d53
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/38d075c9ae771e040594e45d4c56c0d3ffd99d53
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/c0ca8bf1/attachment.htm>
More information about the Pkg-haskell-commits
mailing list