[pkg-haskell-tools] 02/05: make-all: Run shake with progress reporting enabled

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 14 09:03:20 UTC 2015


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

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 0350f424794be14f434007c09dd7034b7f6ca3ef
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Aug 14 00:02:53 2015 +0200

    make-all: Run shake with progress reporting enabled
---
 debian/changelog | 1 +
 src/make-all.hs  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7fbecc1..b3fb2e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pkg-haskell-tools (0.7) UNRELEASED; urgency=medium
 
   * Do not run changestool if sbuild already failed
+  * make-all: Run shake with progress reporting enabled
 
  -- Joachim Breitner <nomeata at debian.org>  Thu, 13 Aug 2015 21:05:00 +0200
 
diff --git a/src/make-all.hs b/src/make-all.hs
index 946a1e7..5a1fb19 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -245,6 +245,7 @@ makeShakeOptions Conf{..} = shakeOptions
     , shakeVerbosity = shakeVerbosity'
     , shakeChange = ChangeModtimeAndDigestInput
     , shakeStaunch = keepGoing
+    , shakeProgress = progressSimple
     }
 
 shakeMain conf@(Conf {..}) = do

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



More information about the Pkg-haskell-commits mailing list