summaryrefslogtreecommitdiff
path: root/p/haskell-vector/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-08-04 15:28:59 -0400
committerClint Adams <clint@debian.org>2016-08-04 15:28:59 -0400
commitd704fd551f161861c2c12c2855406832b9c6e05b (patch)
treef4ec58986dc003b322eca22a534ecf0025dd16b5 /p/haskell-vector/debian
parentdc84eb554a36faae2c72056b9495a0abf0a4f59b (diff)
downloadDHG_packages-d704fd551f161861c2c12c2855406832b9c6e05b.tar.gz
vector: try to cope with low-memory issues on armel/armhf/mips/mipsel/mips64el
Diffstat (limited to 'p/haskell-vector/debian')
-rw-r--r--p/haskell-vector/debian/changelog7
-rwxr-xr-xp/haskell-vector/debian/rules3
2 files changed, 10 insertions, 0 deletions
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index a1fa563f4..7658a4ff2 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@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 01f1aaf04..16eb58b6a 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