[Git][haskell-team/DHG_packages][experimental] 4 commits: ghc: Enable workaround to avoid memory exhaustation on m68k and sh4

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Sep 13 22:01:30 BST 2019



Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
ef94c644 by John Paul Adrian Glaubitz at 2019-09-12T05:53:33Z
ghc: Enable workaround to avoid memory exhaustation on m68k and sh4

- - - - -
35379905 by Gianfranco Costamagna at 2019-09-12T06:32:57Z
Reupload to unstable

- - - - -
60a6172d by Gianfranco Costamagna at 2019-09-12T06:57:35Z
Merge branch 'master' into experimental

- - - - -
a72e30bf by Gianfranco Costamagna at 2019-09-13T21:01:00Z
Reupload to experimental, with unstable fixes

- - - - -


2 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,9 +1,19 @@
-ghc (8.8.1+dfsg1-1~exp5) experimental; urgency=medium
+ghc (8.8.1+dfsg2-1~exp1) experimental; urgency=medium
 
-  * That one was for experimental
+  * That one was for experimental, reupload as dfsg2 to bump version
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 12 Sep 2019 08:18:56 +0200
 
+ghc (8.8.1+dfsg1+is+8.6.5+dfsg1-1) unstable; urgency=medium
+
+  [ John Paul Adrian Glaubitz ]
+  * Enable workaround to avoid memory exhaustation on m68k and sh4
+  [ Gianfranco Costamagna ]
+  * 8.8.1+dfsg1-1~exp4 was mistakenly targeted to unstable.
+    - use 8.6.5 repacked tarball to fix the issue
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 12 Sep 2019 08:25:57 +0200
+
 ghc (8.8.1+dfsg1-1~exp4) unstable; urgency=medium
 
   * Probably llvm-7 is the last working version that can be used in arm


=====================================
p/ghc/debian/rules
=====================================
@@ -117,7 +117,7 @@ ifneq (,$(filter noopt, $(DEB_BUILD_OPTIONS)))
 	# echo "GhcLibHcOpts  += -O0" >> mk/build.mk
 	echo "GhcRtsCcOpts  += -O0" >> mk/build.mk
 endif
-ifneq (,$(filter mipsel hppa x32, $(DEB_HOST_ARCH)))
+ifneq (,$(filter m68k mipsel hppa sh4 x32, $(DEB_HOST_ARCH)))
 	# Virtual memory exhausted when trying to build unregisterised compiler on
 	# 32-bit targets. Disable optimizations for compiler/hsSyn/HsInstances.hs.
 	# See https://bugs.debian.org/933968



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/db20f51b4ea9fc55e2baa244a8a81444090e914e...a72e30bff45369b4f21d6ef41f2a15586a2f37d9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/db20f51b4ea9fc55e2baa244a8a81444090e914e...a72e30bff45369b4f21d6ef41f2a15586a2f37d9
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/20190913/0d73a9f2/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list