[Pkg-haskell-commits] darcs: ghc: Enable verbose build output (see http://lists.debian.org/debian-devel/2013/06/msg00539.html).
Colin Watson
cjwatson at debian.org
Wed Jun 19 10:24:14 UTC 2013
Wed Jun 19 10:24:04 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable verbose build output (see http://lists.debian.org/debian-devel/2013/06/msg00539.html).
M ./changelog +7
M ./rules -1 +1
Wed Jun 19 10:24:04 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable verbose build output (see http://lists.debian.org/debian-devel/2013/06/msg00539.html).
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2013-06-19 10:24:14.643069262 +0000
+++ new-ghc/changelog 2013-06-19 10:24:14.647037320 +0000
@@ -1,3 +1,10 @@
+ghc (7.6.3-4) UNRELEASED; urgency=low
+
+ * Enable verbose build output (see
+ http://lists.debian.org/debian-devel/2013/06/msg00539.html).
+
+ -- Colin Watson <cjwatson at debian.org> Wed, 19 Jun 2013 11:19:58 +0100
+
ghc (7.6.3-3) unstable; urgency=low
* Add patches/Handle-sign-bit-when-generating-veneer-for-ARM-Thumb.patch,
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2013-06-19 10:24:14.627284092 +0000
+++ new-ghc/rules 2013-06-19 10:24:14.675116570 +0000
@@ -109,7 +109,7 @@
build: build-stamp
build-stamp: configure-stamp
dh_testdir
- $(MAKE) $(MAKEFLAGS)
+ $(MAKE) $(MAKEFLAGS) V=1
# Do some very simple tests that the compiler actually works
rm -rf debian/testghc
More information about the Pkg-haskell-commits
mailing list