[DHG_packages] 01/01: vector: try to cope with low-memory issues on armel/armhf/mips/mipsel/mips64el
Clint Adams
clint at moszumanska.debian.org
Thu Aug 4 19:29:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit d704fd551f161861c2c12c2855406832b9c6e05b
Author: Clint Adams <clint at debian.org>
Date: Thu Aug 4 15:28:59 2016 -0400
vector: try to cope with low-memory issues on armel/armhf/mips/mipsel/mips64el
---
p/haskell-vector/debian/changelog | 7 +++++++
p/haskell-vector/debian/rules | 3 +++
2 files changed, 10 insertions(+)
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index a1fa563..7658a4f 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,10 @@
+haskell-vector (0.11.0.0-3) unstable; urgency=medium
+
+ * Try to cope with low-memory issues on
+ armel/armhf/mips/mipsel/mips64el.
+
+ -- Clint Adams <clint at debian.org> Thu, 04 Aug 2016 15:28:13 -0400
+
haskell-vector (0.11.0.0-2) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 01f1aaf..16eb58b 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -2,5 +2,8 @@
DEB_ENABLE_TESTS = yes
+# try to cope with low-memory issues on armel/armhf/mips/mipsel/mips64el
+DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list