Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
4
ghc: reupload to unstable
· 28cf3e95
Gianfranco Costamagna
authored
Sep 21, 2019
28cf3e95
ghc: add workaround to avoid memory exaustion on alpha too
· 9b112765
John Paul Adrian Glaubitz
authored
Sep 21, 2019
9b112765
Merge branch 'master' into experimental
· e624f955
Gianfranco Costamagna
authored
Sep 21, 2019
e624f955
ghc: update changelog
· 648ce806
Gianfranco Costamagna
authored
Sep 21, 2019
648ce806
Show whitespace changes
Inline
Side-by-side
p/ghc/debian/changelog
View file @
648ce806
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@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@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@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
View file @
648ce806
...
...
@@ -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
...
...