[pkg-haskell-tools] branch master updated (f2bcce1 -> 6a6a7d3)

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 21 13:43:50 UTC 2015


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

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

      from  f2bcce1   Fixed bug that caused builds to fail under certain conditions outlined below. Let's consider three haskell source packages: <A>, <B> and <C>. <A> build-depends on a library package built by <B>, called <B.a>. <B.a> (runtime-)depends on an executable package built by C, called <C.b>. Neither A nor B build-depend on packages built by C. When <A> is built, it is possible that <C> is not built yet, thus <B.a> fails to install, failing the build of <A>.
       new  a64cf9c   Disentangle upload and tag
       new  6a6a7d3   make-all: new phony target “all-sources”

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 scripts/tag            |  2 +-
 scripts/upload         | 26 ++++++++++++++++++-------
 scripts/what-to-upload | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/make-all.hs        |  7 +++++++
 4 files changed, 79 insertions(+), 8 deletions(-)
 create mode 100755 scripts/what-to-upload

-- 
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