[DHG_packages] 01/01: ghc: include ghc --info output in build log

Clint Adams clint at moszumanska.debian.org
Sat Nov 12 06:23:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 405abad2d79cf117f83108ff047947664d7e1bf0
Author: Clint Adams <clint at debian.org>
Date:   Sat Nov 12 01:23:27 2016 -0500

    ghc: include ghc --info output in build log
---
 p/ghc/debian/changelog | 6 ++++++
 p/ghc/debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index 87416e2..e32d3de 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -1,3 +1,9 @@
+ghc (8.0.1-13) UNRELEASED; urgency=medium
+
+  * Include ghc --info output in build log.
+
+ -- Clint Adams <clint at debian.org>  Sat, 12 Nov 2016 00:31:46 -0500
+
 ghc (8.0.1-12) experimental; urgency=medium
 
   * Use upstream patch for '-no-pie'.
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index b5ddfb8..0d35b8b 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -119,6 +119,7 @@ override_dh_auto_build:
 	inplace/bin/ghc-stage2 debian/testghc/foo.hs -o debian/testghc/foo -O2
 	[ "$$(debian/testghc/foo)" = "Foo" ]
 	rm debian/testghc/*
+	inplace/bin/ghc-stage2 --info
 
 FILES = \( -type f -o -type l \)
 PROF_FILE = \( -name "*.p_*" -o -name "lib*_p.a" \)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list