[Git][haskell-team/DHG_packages][master] haskell-pandoc: from zhangdandan <zhangdandan at loongson.cn>
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Aug 13 13:27:31 BST 2024
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
71141517 by Gianfranco Costamagna at 2024-08-13T14:27:05+02:00
haskell-pandoc: from zhangdandan <zhangdandan at loongson.cn>
Use extra --ghc-options and enable tests in d/rules on loong64 (Closes: #1071169)
- - - - -
2 changed files:
- p/haskell-pandoc/debian/changelog
- p/haskell-pandoc/debian/rules
Changes:
=====================================
p/haskell-pandoc/debian/changelog
=====================================
@@ -1,3 +1,11 @@
+haskell-pandoc (3.1.3-3) UNRELEASED; urgency=medium
+
+ [ zhangdandan <zhangdandan at loongson.cn> ]
+ * Use extra --ghc-options and enable tests in d/rules on loong64 (Closes:
+ #1071169)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:26:30 +0200
+
haskell-pandoc (3.1.3-2) unstable; urgency=medium
* Run build target twice, as a workaround for a GHC bug (Closes: #1070015)
=====================================
p/haskell-pandoc/debian/rules
=====================================
@@ -2,9 +2,8 @@
DEB_ENABLE_TESTS = yes
-# Disable tests on loong64, see https://bugs.debian.org/1069165
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU), loong64))
-DEB_ENABLE_TESTS = no
+ifneq (,$(filter $(DEB_BUILD_ARCH),loong64))
+DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc-mcmodel=medium"
endif
include /usr/share/cdbs/1/rules/debhelper.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/71141517ee1a68b0117a873f04a7f5fe443996d3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/71141517ee1a68b0117a873f04a7f5fe443996d3
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/56485b33/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list