[Git][haskell-team/DHG_packages][experimental] 4 commits: ghc: reupload to unstable

Gianfranco Costamagna gitlab at salsa.debian.org
Sat Sep 21 12:37:04 BST 2019



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


Commits:
28cf3e95 by Gianfranco Costamagna at 2019-09-21T10:07:19Z
ghc: reupload to unstable

- - - - -
9b112765 by John Paul Adrian Glaubitz at 2019-09-21T11:35:01Z
ghc: add workaround to avoid memory exaustion on alpha too

- - - - -
e624f955 by Gianfranco Costamagna at 2019-09-21T11:36:16Z
Merge branch 'master' into experimental

- - - - -
648ce806 by Gianfranco Costamagna at 2019-09-21T11:36:39Z
ghc: update changelog

- - - - -


2 changed files:

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


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,9 +1,24 @@
+ghc (8.8.1+dfsg2-1~exp2) UNRELEASED; urgency=medium
+
+  * Apply changes from 8.8.1+dfsg1+is+8.6.5+dfsg1-2
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 21 Sep 2019 13:36:24 +0200
+
 ghc (8.8.1+dfsg2-1~exp1) experimental; urgency=medium
 
   * 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-2) unstable; urgency=medium
+
+  [ John Paul Adrian Glaubitz ]
+  * Enable workaround to avoid memory exhaustation on alpha
+  [ Gianfranco Costamagna ]
+  * Source-only reupload now that the bootstrap has ended
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 21 Sep 2019 12:06:31 +0200
+
 ghc (8.8.1+dfsg1+is+8.6.5+dfsg1-1) unstable; urgency=medium
 
   [ John Paul Adrian Glaubitz ]


=====================================
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 m68k mipsel hppa sh4 x32, $(DEB_HOST_ARCH)))
+ifneq (,$(filter alpha 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/a72e30bff45369b4f21d6ef41f2a15586a2f37d9...648ce806cd2ff0563b4c070a23ce2feca9e08c91

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/a72e30bff45369b4f21d6ef41f2a15586a2f37d9...648ce806cd2ff0563b4c070a23ce2feca9e08c91
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/20190921/e2bc4f9a/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list