[Pkg-haskell-commits] darcs: ghc: Now that the package builds on armel and armhf, try to build with GHCi enabled.
Joachim Breitner
mail at joachim-breitner.de
Tue Dec 9 14:58:48 UTC 2014
Tue Dec 9 13:29:08 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Now that the package builds on armel and armhf, try to build with GHCi enabled.
M ./changelog +7
M ./rules -7
Tue Dec 9 13:29:08 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Now that the package builds on armel and armhf, try to build with GHCi enabled.
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2014-12-09 14:58:48.806590774 +0000
+++ new-ghc/changelog 2014-12-09 14:58:48.826590782 +0000
@@ -1,3 +1,10 @@
+ghc (7.8.20141119-8) UNRELEASED; urgency=medium
+
+ * Now that the package builds on armel and armhf, try to build with GHCi
+ enabled.
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 09 Dec 2014 14:28:52 +0100
+
ghc (7.8.20141119-7) experimental; urgency=medium
* Apply patches taken from GHC HEAD that help building on ARM
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2014-12-09 14:58:48.806590774 +0000
+++ new-ghc/rules 2014-12-09 14:58:48.822590780 +0000
@@ -76,13 +76,6 @@
# We also want to build the threaded profiling-enabled debug runtime,
# because it does no harm
echo 'GhcRTSWays += $$(if $$(findstring p, $$(GhcLibWays)),thr_debug_p,)' >> mk/build.mk
-ifneq (,$(findstring $(DEB_HOST_ARCH),armel armhf mips mipsel))
- # GHCi is too badly broken on ARM; see
- # http://hackage.haskell.org/trac/ghc/ticket/7794
- # also on arm: https://bugs.debian.org/751479
- echo "GhcWithInterpreter = NO" >> mk/build.mk
-endif
-
# We can't do this with a configure flag in 6.8.1 as libdir is not
# defined at the point at which we := it
More information about the Pkg-haskell-commits
mailing list