[Git][haskell-team/DHG_packages][master] haskell-splitmix: from Peng Fan <fanpeng at loongson.cn>
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Aug 13 13:24:45 BST 2024
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
03020973 by Gianfranco Costamagna at 2024-08-13T14:24:25+02:00
haskell-splitmix: from Peng Fan <fanpeng at loongson.cn>
Use extra --ghc-options in d/rules on loong64 (Closes: #1071158)
- - - - -
2 changed files:
- p/haskell-splitmix/debian/changelog
- p/haskell-splitmix/debian/rules
Changes:
=====================================
p/haskell-splitmix/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-splitmix (0.1.0.5-2) UNRELEASED; urgency=medium
+
+ [ Peng Fan <fanpeng at loongson.cn> ]
+ * Use extra --ghc-options in d/rules on loong64 (Closes: #1071158)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:23:57 +0200
+
haskell-splitmix (0.1.0.5-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-splitmix/debian/rules
=====================================
@@ -5,5 +5,9 @@ DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = splitmix
DEB_DEFAULT_COMPILER = ghc
+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/0302097374af59482858997b24d0472deaf4f3c7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0302097374af59482858997b24d0472deaf4f3c7
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/1de784b9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list