[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#693068: release.debian.org: arch-specific dependency should invalidate arch-specific candidate



Control: tags -1 + patch

On 12.11.2012 16:24, Julien Cristau wrote:
$ grep-excuses hlint/amd64
hlint/amd64 (1.8.28-1 to 1.8.28-1)
[...]
    Depends: hlint/amd64 haskell-uniplate
    Valid candidate
$ grep-excuses haskell-uniplate/amd64
haskell-uniplate/amd64 (1.6.7-1 to 1.6.7-1)
[...]
    Invalidated by dependency
    Not considered
[...]
I'd expect hlint/amd64 to get invalidated because of its dependency on
haskell-uniplate.

The attached patch appears to dtrt in my tests; I've not applied it yet as I'd appreciate another set of eyes to check if there's anything obviously broken. I've also attached the difference in the excuses.html generated by this morning's britney run and a test run with the patch applied and the same input data - the output is now more noisy in the case of source to binNMU dependencies (e.g. the haskell-wai-eventsource entry at the end of the excuses list) but I'm not entirely sure that's a bad thing.

Running the patched britney through the test suite leads to tree-dependencies-no-hint-binnmu unexpectedly passing, which is probably a good sign.

Regards,

Adam
--- /srv/release.debian.org/britney/code/b2//britney.py	2012-12-15 18:17:40.000000000 +0000
+++ britney.py	2012-12-24 13:53:41.000000000 +0000
@@ -1084,7 +1084,10 @@
             # for the solving packages, update the excuse to add the dependencies
             for p in packages:
                 if arch not in self.options.break_arches.split():
-                    excuse.add_dep(p, arch)
+                    if p in self.sources['testing'] and self.sources['testing'][p][VERSION] == self.sources[suite][p][VERSION]:
+                        excuse.add_dep("%s/%s" % (p, arch), arch)
+                    else:
+                        excuse.add_dep(p, arch)
                 else:
                     excuse.add_break_dep(p, arch)
 

--- /srv/release.debian.org/britney/var/data-b2/output/excuses.html	2012-12-24 10:04:23.000000000 +0000
+++ ../../var/data-b2/output/excuses.html	2012-12-24 13:42:07.000000000 +0000
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html40/strict.dtd";>
 <html><head><title>excuses...</title><meta http-equiv="Content-Type" content="text/html;charset=utf-8"></head><body>
-<p>Generated: 2012.12.24 10:04:23 +0000</p>
+<p>Generated: 2012.12.24 13:42:07 +0000</p>
 <ul>
 <li><a id="-ruby-commandline" name="-ruby-commandline">-ruby-commandline</a> (0.7.10-12 to -)
 <ul>
@@ -217,7 +217,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/armel <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/armel <a href="#haskell-aeson/armel">haskell-aeson/armel</a> (not considered)
 <li>Depends: haskell-authenticate/armel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/armhf" name="haskell-authenticate/armhf">haskell-authenticate/armhf</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -229,7 +229,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/armhf <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/armhf <a href="#haskell-aeson/armhf">haskell-aeson/armhf</a> (not considered)
 <li>Depends: haskell-authenticate/armhf <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/i386" name="haskell-authenticate/i386">haskell-authenticate/i386</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -241,7 +241,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/i386 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
 <li>Depends: haskell-authenticate/i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/kfreebsd-amd64" name="haskell-authenticate/kfreebsd-amd64">haskell-authenticate/kfreebsd-amd64</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -253,7 +253,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
 <li>Depends: haskell-authenticate/kfreebsd-amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/kfreebsd-i386" name="haskell-authenticate/kfreebsd-i386">haskell-authenticate/kfreebsd-i386</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -265,7 +265,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
 <li>Depends: haskell-authenticate/kfreebsd-i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/mips" name="haskell-authenticate/mips">haskell-authenticate/mips</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -277,7 +277,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/mips <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/mips <a href="#haskell-aeson/mips">haskell-aeson/mips</a> (not considered)
 <li>Depends: haskell-authenticate/mips <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/mipsel" name="haskell-authenticate/mipsel">haskell-authenticate/mipsel</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -289,7 +289,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/mipsel <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/mipsel <a href="#haskell-aeson/mipsel">haskell-aeson/mipsel</a> (not considered)
 <li>Depends: haskell-authenticate/mipsel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/s390" name="haskell-authenticate/s390">haskell-authenticate/s390</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -301,7 +301,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/s390 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/s390 <a href="#haskell-aeson/s390">haskell-aeson/s390</a> (not considered)
 <li>Depends: haskell-authenticate/s390 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/s390x" name="haskell-authenticate/s390x">haskell-authenticate/s390x</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -313,7 +313,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/s390x <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/s390x <a href="#haskell-aeson/s390x">haskell-aeson/s390x</a> (not considered)
 <li>Depends: haskell-authenticate/s390x <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-authenticate/sparc" name="haskell-authenticate/sparc">haskell-authenticate/sparc</a> (1.2.1.1-1 to 1.2.1.1-1)
@@ -325,7 +325,7 @@
 <li>Ignoring removal of libghc-authenticate-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-authenticate/sparc <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-authenticate/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
 <li>Depends: haskell-authenticate/sparc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-configurator/amd64" name="haskell-configurator/amd64">haskell-configurator/amd64</a> (0.2.0.0-1 to 0.2.0.0-1)
@@ -469,8 +469,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/amd64 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/amd64 <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/amd64 <a href="#haskell-aeson/amd64">haskell-aeson/amd64</a> (not considered)
+<li>Depends: haskell-criterion/amd64 <a href="#haskell-statistics/amd64">haskell-statistics/amd64</a> (not considered)
 <li>Depends: haskell-criterion/amd64 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/armel" name="haskell-criterion/armel">haskell-criterion/armel</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -482,8 +482,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/armel <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/armel <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/armel <a href="#haskell-aeson/armel">haskell-aeson/armel</a> (not considered)
+<li>Depends: haskell-criterion/armel <a href="#haskell-statistics/armel">haskell-statistics/armel</a> (not considered)
 <li>Depends: haskell-criterion/armel <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/armhf" name="haskell-criterion/armhf">haskell-criterion/armhf</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -495,8 +495,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/armhf <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/armhf <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/armhf <a href="#haskell-aeson/armhf">haskell-aeson/armhf</a> (not considered)
+<li>Depends: haskell-criterion/armhf <a href="#haskell-statistics/armhf">haskell-statistics/armhf</a> (not considered)
 <li>Depends: haskell-criterion/armhf <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/i386" name="haskell-criterion/i386">haskell-criterion/i386</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -508,8 +508,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/i386 <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
+<li>Depends: haskell-criterion/i386 <a href="#haskell-statistics/i386">haskell-statistics/i386</a> (not considered)
 <li>Depends: haskell-criterion/i386 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/kfreebsd-amd64" name="haskell-criterion/kfreebsd-amd64">haskell-criterion/kfreebsd-amd64</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -521,8 +521,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/kfreebsd-amd64 <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-criterion/kfreebsd-amd64 <a href="#haskell-statistics/kfreebsd-amd64">haskell-statistics/kfreebsd-amd64</a> (not considered)
 <li>Depends: haskell-criterion/kfreebsd-amd64 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/kfreebsd-i386" name="haskell-criterion/kfreebsd-i386">haskell-criterion/kfreebsd-i386</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -534,8 +534,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/kfreebsd-i386 <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-criterion/kfreebsd-i386 <a href="#haskell-statistics/kfreebsd-i386">haskell-statistics/kfreebsd-i386</a> (not considered)
 <li>Depends: haskell-criterion/kfreebsd-i386 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/mips" name="haskell-criterion/mips">haskell-criterion/mips</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -547,8 +547,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/mips <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/mips <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/mips <a href="#haskell-aeson/mips">haskell-aeson/mips</a> (not considered)
+<li>Depends: haskell-criterion/mips <a href="#haskell-statistics/mips">haskell-statistics/mips</a> (not considered)
 <li>Depends: haskell-criterion/mips <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/mipsel" name="haskell-criterion/mipsel">haskell-criterion/mipsel</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -560,8 +560,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/mipsel <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/mipsel <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/mipsel <a href="#haskell-aeson/mipsel">haskell-aeson/mipsel</a> (not considered)
+<li>Depends: haskell-criterion/mipsel <a href="#haskell-statistics/mipsel">haskell-statistics/mipsel</a> (not considered)
 <li>Depends: haskell-criterion/mipsel <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/powerpc" name="haskell-criterion/powerpc">haskell-criterion/powerpc</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -573,8 +573,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/powerpc <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/powerpc <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/powerpc <a href="#haskell-aeson/powerpc">haskell-aeson/powerpc</a> (not considered)
+<li>Depends: haskell-criterion/powerpc <a href="#haskell-statistics/powerpc">haskell-statistics/powerpc</a> (not considered)
 <li>Depends: haskell-criterion/powerpc <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/s390" name="haskell-criterion/s390">haskell-criterion/s390</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -586,8 +586,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/s390 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/s390 <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/s390 <a href="#haskell-aeson/s390">haskell-aeson/s390</a> (not considered)
+<li>Depends: haskell-criterion/s390 <a href="#haskell-statistics/s390">haskell-statistics/s390</a> (not considered)
 <li>Depends: haskell-criterion/s390 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/s390x" name="haskell-criterion/s390x">haskell-criterion/s390x</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -599,8 +599,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/s390x <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/s390x <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/s390x <a href="#haskell-aeson/s390x">haskell-aeson/s390x</a> (not considered)
+<li>Depends: haskell-criterion/s390x <a href="#haskell-statistics/s390x">haskell-statistics/s390x</a> (not considered)
 <li>Depends: haskell-criterion/s390x <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-criterion/sparc" name="haskell-criterion/sparc">haskell-criterion/sparc</a> (0.6.0.1-3 to 0.6.0.1-3)
@@ -612,8 +612,8 @@
 <li>Ignoring removal of libghc-criterion-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-criterion/sparc <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-criterion/sparc <a href="#haskell-statistics">haskell-statistics</a>
+<li>Depends: haskell-criterion/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
+<li>Depends: haskell-criterion/sparc <a href="#haskell-statistics/sparc">haskell-statistics/sparc</a> (not considered)
 <li>Depends: haskell-criterion/sparc <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/amd64" name="haskell-ekg/amd64">haskell-ekg/amd64</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -627,9 +627,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/amd64 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/amd64 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/amd64 <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/amd64 <a href="#haskell-aeson/amd64">haskell-aeson/amd64</a> (not considered)
+<li>Depends: haskell-ekg/amd64 <a href="#haskell-snap-core/amd64">haskell-snap-core/amd64</a> (not considered)
+<li>Depends: haskell-ekg/amd64 <a href="#haskell-snap-server/amd64">haskell-snap-server/amd64</a> (not considered)
 <li>Depends: haskell-ekg/amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/armel" name="haskell-ekg/armel">haskell-ekg/armel</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -643,9 +643,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/armel <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/armel <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/armel <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/armel <a href="#haskell-aeson/armel">haskell-aeson/armel</a> (not considered)
+<li>Depends: haskell-ekg/armel <a href="#haskell-snap-core/armel">haskell-snap-core/armel</a> (not considered)
+<li>Depends: haskell-ekg/armel <a href="#haskell-snap-server/armel">haskell-snap-server/armel</a> (not considered)
 <li>Depends: haskell-ekg/armel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/armhf" name="haskell-ekg/armhf">haskell-ekg/armhf</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -659,9 +659,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/armhf <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/armhf <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/armhf <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/armhf <a href="#haskell-aeson/armhf">haskell-aeson/armhf</a> (not considered)
+<li>Depends: haskell-ekg/armhf <a href="#haskell-snap-core/armhf">haskell-snap-core/armhf</a> (not considered)
+<li>Depends: haskell-ekg/armhf <a href="#haskell-snap-server/armhf">haskell-snap-server/armhf</a> (not considered)
 <li>Depends: haskell-ekg/armhf <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/i386" name="haskell-ekg/i386">haskell-ekg/i386</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -675,9 +675,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/i386 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/i386 <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
+<li>Depends: haskell-ekg/i386 <a href="#haskell-snap-core/i386">haskell-snap-core/i386</a> (not considered)
+<li>Depends: haskell-ekg/i386 <a href="#haskell-snap-server/i386">haskell-snap-server/i386</a> (not considered)
 <li>Depends: haskell-ekg/i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/kfreebsd-amd64" name="haskell-ekg/kfreebsd-amd64">haskell-ekg/kfreebsd-amd64</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -691,9 +691,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-snap-core/kfreebsd-amd64">haskell-snap-core/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-snap-server/kfreebsd-amd64">haskell-snap-server/kfreebsd-amd64</a> (not considered)
 <li>Depends: haskell-ekg/kfreebsd-amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/kfreebsd-i386" name="haskell-ekg/kfreebsd-i386">haskell-ekg/kfreebsd-i386</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -707,9 +707,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-snap-core/kfreebsd-i386">haskell-snap-core/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-snap-server/kfreebsd-i386">haskell-snap-server/kfreebsd-i386</a> (not considered)
 <li>Depends: haskell-ekg/kfreebsd-i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/mips" name="haskell-ekg/mips">haskell-ekg/mips</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -723,9 +723,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/mips <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/mips <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/mips <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/mips <a href="#haskell-aeson/mips">haskell-aeson/mips</a> (not considered)
+<li>Depends: haskell-ekg/mips <a href="#haskell-snap-core/mips">haskell-snap-core/mips</a> (not considered)
+<li>Depends: haskell-ekg/mips <a href="#haskell-snap-server/mips">haskell-snap-server/mips</a> (not considered)
 <li>Depends: haskell-ekg/mips <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/mipsel" name="haskell-ekg/mipsel">haskell-ekg/mipsel</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -739,9 +739,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/mipsel <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/mipsel <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/mipsel <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/mipsel <a href="#haskell-aeson/mipsel">haskell-aeson/mipsel</a> (not considered)
+<li>Depends: haskell-ekg/mipsel <a href="#haskell-snap-core/mipsel">haskell-snap-core/mipsel</a> (not considered)
+<li>Depends: haskell-ekg/mipsel <a href="#haskell-snap-server/mipsel">haskell-snap-server/mipsel</a> (not considered)
 <li>Depends: haskell-ekg/mipsel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/powerpc" name="haskell-ekg/powerpc">haskell-ekg/powerpc</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -755,9 +755,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/powerpc <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/powerpc <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/powerpc <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/powerpc <a href="#haskell-aeson/powerpc">haskell-aeson/powerpc</a> (not considered)
+<li>Depends: haskell-ekg/powerpc <a href="#haskell-snap-core/powerpc">haskell-snap-core/powerpc</a> (not considered)
+<li>Depends: haskell-ekg/powerpc <a href="#haskell-snap-server/powerpc">haskell-snap-server/powerpc</a> (not considered)
 <li>Depends: haskell-ekg/powerpc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/s390" name="haskell-ekg/s390">haskell-ekg/s390</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -771,9 +771,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/s390 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/s390 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/s390 <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/s390 <a href="#haskell-aeson/s390">haskell-aeson/s390</a> (not considered)
+<li>Depends: haskell-ekg/s390 <a href="#haskell-snap-core/s390">haskell-snap-core/s390</a> (not considered)
+<li>Depends: haskell-ekg/s390 <a href="#haskell-snap-server/s390">haskell-snap-server/s390</a> (not considered)
 <li>Depends: haskell-ekg/s390 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/s390x" name="haskell-ekg/s390x">haskell-ekg/s390x</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -787,9 +787,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/s390x <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/s390x <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/s390x <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/s390x <a href="#haskell-aeson/s390x">haskell-aeson/s390x</a> (not considered)
+<li>Depends: haskell-ekg/s390x <a href="#haskell-snap-core/s390x">haskell-snap-core/s390x</a> (not considered)
+<li>Depends: haskell-ekg/s390x <a href="#haskell-snap-server/s390x">haskell-snap-server/s390x</a> (not considered)
 <li>Depends: haskell-ekg/s390x <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-ekg/sparc" name="haskell-ekg/sparc">haskell-ekg/sparc</a> (0.3.1.0-1 to 0.3.1.0-1)
@@ -803,9 +803,9 @@
 <li>Ignoring removal of libghc-ekg-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-ekg/sparc <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-ekg/sparc <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-ekg/sparc <a href="#haskell-snap-server">haskell-snap-server</a>
+<li>Depends: haskell-ekg/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
+<li>Depends: haskell-ekg/sparc <a href="#haskell-snap-core/sparc">haskell-snap-core/sparc</a> (not considered)
+<li>Depends: haskell-ekg/sparc <a href="#haskell-snap-server/sparc">haskell-snap-server/sparc</a> (not considered)
 <li>Depends: haskell-ekg/sparc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/amd64" name="haskell-github/amd64">haskell-github/amd64</a> (0.4.0-1 to 0.4.0-1)
@@ -817,7 +817,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/amd64 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/amd64 <a href="#haskell-aeson/amd64">haskell-aeson/amd64</a> (not considered)
 <li>Depends: haskell-github/amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/armel" name="haskell-github/armel">haskell-github/armel</a> (0.4.0-1 to 0.4.0-1)
@@ -829,7 +829,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/armel <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/armel <a href="#haskell-aeson/armel">haskell-aeson/armel</a> (not considered)
 <li>Depends: haskell-github/armel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/armhf" name="haskell-github/armhf">haskell-github/armhf</a> (0.4.0-1 to 0.4.0-1)
@@ -841,7 +841,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/armhf <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/armhf <a href="#haskell-aeson/armhf">haskell-aeson/armhf</a> (not considered)
 <li>Depends: haskell-github/armhf <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/i386" name="haskell-github/i386">haskell-github/i386</a> (0.4.0-1 to 0.4.0-1)
@@ -853,7 +853,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/i386 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
 <li>Depends: haskell-github/i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/kfreebsd-amd64" name="haskell-github/kfreebsd-amd64">haskell-github/kfreebsd-amd64</a> (0.4.0-1 to 0.4.0-1)
@@ -865,7 +865,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
 <li>Depends: haskell-github/kfreebsd-amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/kfreebsd-i386" name="haskell-github/kfreebsd-i386">haskell-github/kfreebsd-i386</a> (0.4.0-1 to 0.4.0-1)
@@ -877,7 +877,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
 <li>Depends: haskell-github/kfreebsd-i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/mips" name="haskell-github/mips">haskell-github/mips</a> (0.4.0-1 to 0.4.0-1)
@@ -889,7 +889,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/mips <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/mips <a href="#haskell-aeson/mips">haskell-aeson/mips</a> (not considered)
 <li>Depends: haskell-github/mips <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/mipsel" name="haskell-github/mipsel">haskell-github/mipsel</a> (0.4.0-1 to 0.4.0-1)
@@ -901,7 +901,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/mipsel <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/mipsel <a href="#haskell-aeson/mipsel">haskell-aeson/mipsel</a> (not considered)
 <li>Depends: haskell-github/mipsel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/s390" name="haskell-github/s390">haskell-github/s390</a> (0.4.0-1 to 0.4.0-1)
@@ -913,7 +913,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/s390 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/s390 <a href="#haskell-aeson/s390">haskell-aeson/s390</a> (not considered)
 <li>Depends: haskell-github/s390 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/s390x" name="haskell-github/s390x">haskell-github/s390x</a> (0.4.0-1 to 0.4.0-1)
@@ -925,7 +925,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/s390x <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/s390x <a href="#haskell-aeson/s390x">haskell-aeson/s390x</a> (not considered)
 <li>Depends: haskell-github/s390x <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-github/sparc" name="haskell-github/sparc">haskell-github/sparc</a> (0.4.0-1 to 0.4.0-1)
@@ -937,7 +937,7 @@
 <li>Ignoring removal of libghc-github-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-github/sparc <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-github/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
 <li>Depends: haskell-github/sparc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-hakyll/amd64" name="haskell-hakyll/amd64">haskell-hakyll/amd64</a> (3.2.7.2-1 to 3.2.7.2-1)
@@ -947,9 +947,10 @@
 <li>Ignoring libghc-hakyll-doc 3.2.7.2-1 (from 3.2.7.2-1) as it is arch: all
 <li>Updated binary: libghc-hakyll-prof (3.2.7.2-1+b4 to 3.2.7.2-1+b5)
 <li>Ignoring removal of libghc-hakyll-doc as it is arch: all
-<li>Depends: haskell-hakyll/amd64 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-hakyll/amd64 <a href="#haskell-snap-server">haskell-snap-server</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-hakyll/amd64 <a href="#haskell-snap-core/amd64">haskell-snap-core/amd64</a> (not considered)
+<li>Depends: haskell-hakyll/amd64 <a href="#haskell-snap-server/amd64">haskell-snap-server/amd64</a> (not considered)
 </ul>
 <li><a id="haskell-hakyll/i386" name="haskell-hakyll/i386">haskell-hakyll/i386</a> (3.2.7.2-1 to 3.2.7.2-1)
 <ul>
@@ -958,9 +959,10 @@
 <li>Ignoring libghc-hakyll-doc 3.2.7.2-1 (from 3.2.7.2-1) as it is arch: all
 <li>Updated binary: libghc-hakyll-prof (3.2.7.2-1+b3 to 3.2.7.2-1+b4)
 <li>Ignoring removal of libghc-hakyll-doc as it is arch: all
-<li>Depends: haskell-hakyll/i386 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-hakyll/i386 <a href="#haskell-snap-server">haskell-snap-server</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-hakyll/i386 <a href="#haskell-snap-core/i386">haskell-snap-core/i386</a> (not considered)
+<li>Depends: haskell-hakyll/i386 <a href="#haskell-snap-server/i386">haskell-snap-server/i386</a> (not considered)
 </ul>
 <li><a id="haskell-hakyll/kfreebsd-amd64" name="haskell-hakyll/kfreebsd-amd64">haskell-hakyll/kfreebsd-amd64</a> (3.2.7.2-1 to 3.2.7.2-1)
 <ul>
@@ -969,9 +971,10 @@
 <li>Ignoring libghc-hakyll-doc 3.2.7.2-1 (from 3.2.7.2-1) as it is arch: all
 <li>Updated binary: libghc-hakyll-prof (3.2.7.2-1+b4 to 3.2.7.2-1+b5)
 <li>Ignoring removal of libghc-hakyll-doc as it is arch: all
-<li>Depends: haskell-hakyll/kfreebsd-amd64 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-hakyll/kfreebsd-amd64 <a href="#haskell-snap-server">haskell-snap-server</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-hakyll/kfreebsd-amd64 <a href="#haskell-snap-core/kfreebsd-amd64">haskell-snap-core/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-hakyll/kfreebsd-amd64 <a href="#haskell-snap-server/kfreebsd-amd64">haskell-snap-server/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-hakyll/kfreebsd-i386" name="haskell-hakyll/kfreebsd-i386">haskell-hakyll/kfreebsd-i386</a> (3.2.7.2-1 to 3.2.7.2-1)
 <ul>
@@ -980,9 +983,10 @@
 <li>Ignoring libghc-hakyll-doc 3.2.7.2-1 (from 3.2.7.2-1) as it is arch: all
 <li>Updated binary: libghc-hakyll-prof (3.2.7.2-1+b4 to 3.2.7.2-1+b5)
 <li>Ignoring removal of libghc-hakyll-doc as it is arch: all
-<li>Depends: haskell-hakyll/kfreebsd-i386 <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-hakyll/kfreebsd-i386 <a href="#haskell-snap-server">haskell-snap-server</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-hakyll/kfreebsd-i386 <a href="#haskell-snap-core/kfreebsd-i386">haskell-snap-core/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-hakyll/kfreebsd-i386 <a href="#haskell-snap-server/kfreebsd-i386">haskell-snap-server/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-hakyll/sparc" name="haskell-hakyll/sparc">haskell-hakyll/sparc</a> (3.2.7.2-1 to 3.2.7.2-1)
 <ul>
@@ -991,9 +995,10 @@
 <li>Ignoring libghc-hakyll-doc 3.2.7.2-1 (from 3.2.7.2-1) as it is arch: all
 <li>Updated binary: libghc-hakyll-prof (3.2.7.2-1+b3 to 3.2.7.2-1+b4)
 <li>Ignoring removal of libghc-hakyll-doc as it is arch: all
-<li>Depends: haskell-hakyll/sparc <a href="#haskell-snap-core">haskell-snap-core</a>
-<li>Depends: haskell-hakyll/sparc <a href="#haskell-snap-server">haskell-snap-server</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-hakyll/sparc <a href="#haskell-snap-core/sparc">haskell-snap-core/sparc</a> (not considered)
+<li>Depends: haskell-hakyll/sparc <a href="#haskell-snap-server/sparc">haskell-snap-server/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/amd64" name="haskell-haskore/amd64">haskell-haskore/amd64</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1002,8 +1007,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2+b1 to 0.2.0.3-2+b2)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/amd64 <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/amd64 <a href="#haskell-midi/amd64">haskell-midi/amd64</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/armel" name="haskell-haskore/armel">haskell-haskore/armel</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1012,8 +1018,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/armel <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/armel <a href="#haskell-midi/armel">haskell-midi/armel</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/armhf" name="haskell-haskore/armhf">haskell-haskore/armhf</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1022,8 +1029,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/armhf <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/armhf <a href="#haskell-midi/armhf">haskell-midi/armhf</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/i386" name="haskell-haskore/i386">haskell-haskore/i386</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1032,8 +1040,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/i386 <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/i386 <a href="#haskell-midi/i386">haskell-midi/i386</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/kfreebsd-amd64" name="haskell-haskore/kfreebsd-amd64">haskell-haskore/kfreebsd-amd64</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1042,8 +1051,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/kfreebsd-amd64 <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/kfreebsd-amd64 <a href="#haskell-midi/kfreebsd-amd64">haskell-midi/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/kfreebsd-i386" name="haskell-haskore/kfreebsd-i386">haskell-haskore/kfreebsd-i386</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1052,8 +1062,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/kfreebsd-i386 <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/kfreebsd-i386 <a href="#haskell-midi/kfreebsd-i386">haskell-midi/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/mips" name="haskell-haskore/mips">haskell-haskore/mips</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1062,8 +1073,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/mips <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/mips <a href="#haskell-midi/mips">haskell-midi/mips</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/mipsel" name="haskell-haskore/mipsel">haskell-haskore/mipsel</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1072,8 +1084,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/mipsel <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/mipsel <a href="#haskell-midi/mipsel">haskell-midi/mipsel</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/powerpc" name="haskell-haskore/powerpc">haskell-haskore/powerpc</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1082,8 +1095,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/powerpc <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/powerpc <a href="#haskell-midi/powerpc">haskell-midi/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/s390" name="haskell-haskore/s390">haskell-haskore/s390</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1092,8 +1106,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/s390 <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/s390 <a href="#haskell-midi/s390">haskell-midi/s390</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/s390x" name="haskell-haskore/s390x">haskell-haskore/s390x</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1102,8 +1117,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/s390x <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/s390x <a href="#haskell-midi/s390x">haskell-midi/s390x</a> (not considered)
 </ul>
 <li><a id="haskell-haskore/sparc" name="haskell-haskore/sparc">haskell-haskore/sparc</a> (0.2.0.3-2 to 0.2.0.3-2)
 <ul>
@@ -1112,8 +1128,9 @@
 <li>Ignoring libghc-haskore-doc 0.2.0.3-2 (from 0.2.0.3-2) as it is arch: all
 <li>Updated binary: libghc-haskore-prof (0.2.0.3-2 to 0.2.0.3-2+b1)
 <li>Ignoring removal of libghc-haskore-doc as it is arch: all
-<li>Depends: haskell-haskore/sparc <a href="#haskell-midi">haskell-midi</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-haskore/sparc <a href="#haskell-midi/sparc">haskell-midi/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-midi/amd64" name="haskell-midi/amd64">haskell-midi/amd64</a> (0.2.0.1-1 to 0.2.0.1-1)
 <ul>
@@ -1389,7 +1406,7 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-reactive-banana/amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-reactive-banana/amd64 <a href="#haskell-vault">haskell-vault</a>
+<li>Depends: haskell-reactive-banana/amd64 <a href="#haskell-vault/amd64">haskell-vault/amd64</a> (not considered)
 </ul>
 <li><a id="haskell-reactive-banana/i386" name="haskell-reactive-banana/i386">haskell-reactive-banana/i386</a> (0.6.0.0-1 to 0.6.0.0-1)
 <ul>
@@ -1401,7 +1418,7 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-reactive-banana/i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-reactive-banana/i386 <a href="#haskell-vault">haskell-vault</a>
+<li>Depends: haskell-reactive-banana/i386 <a href="#haskell-vault/i386">haskell-vault/i386</a> (not considered)
 </ul>
 <li><a id="haskell-reactive-banana/kfreebsd-amd64" name="haskell-reactive-banana/kfreebsd-amd64">haskell-reactive-banana/kfreebsd-amd64</a> (0.6.0.0-1 to 0.6.0.0-1)
 <ul>
@@ -1413,7 +1430,7 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-reactive-banana/kfreebsd-amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-reactive-banana/kfreebsd-amd64 <a href="#haskell-vault">haskell-vault</a>
+<li>Depends: haskell-reactive-banana/kfreebsd-amd64 <a href="#haskell-vault/kfreebsd-amd64">haskell-vault/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-reactive-banana/kfreebsd-i386" name="haskell-reactive-banana/kfreebsd-i386">haskell-reactive-banana/kfreebsd-i386</a> (0.6.0.0-1 to 0.6.0.0-1)
 <ul>
@@ -1425,7 +1442,7 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-reactive-banana/kfreebsd-i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-reactive-banana/kfreebsd-i386 <a href="#haskell-vault">haskell-vault</a>
+<li>Depends: haskell-reactive-banana/kfreebsd-i386 <a href="#haskell-vault/kfreebsd-i386">haskell-vault/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-reactive-banana/sparc" name="haskell-reactive-banana/sparc">haskell-reactive-banana/sparc</a> (0.6.0.0-1 to 0.6.0.0-1)
 <ul>
@@ -1437,7 +1454,7 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-reactive-banana/sparc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-reactive-banana/sparc <a href="#haskell-vault">haskell-vault</a>
+<li>Depends: haskell-reactive-banana/sparc <a href="#haskell-vault/sparc">haskell-vault/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-snap-core/amd64" name="haskell-snap-core/amd64">haskell-snap-core/amd64</a> (0.8.1-1 to 0.8.1-1)
 <ul>
@@ -1580,7 +1597,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/amd64 <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/amd64 <a href="#haskell-snap-core/amd64">haskell-snap-core/amd64</a> (not considered)
 <li>Depends: haskell-snap-server/amd64 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/armel" name="haskell-snap-server/armel">haskell-snap-server/armel</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1592,7 +1609,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/armel <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/armel <a href="#haskell-snap-core/armel">haskell-snap-core/armel</a> (not considered)
 <li>Depends: haskell-snap-server/armel <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/armhf" name="haskell-snap-server/armhf">haskell-snap-server/armhf</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1604,7 +1621,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/armhf <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/armhf <a href="#haskell-snap-core/armhf">haskell-snap-core/armhf</a> (not considered)
 <li>Depends: haskell-snap-server/armhf <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/i386" name="haskell-snap-server/i386">haskell-snap-server/i386</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1616,7 +1633,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/i386 <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/i386 <a href="#haskell-snap-core/i386">haskell-snap-core/i386</a> (not considered)
 <li>Depends: haskell-snap-server/i386 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/kfreebsd-amd64" name="haskell-snap-server/kfreebsd-amd64">haskell-snap-server/kfreebsd-amd64</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1628,7 +1645,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/kfreebsd-amd64 <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/kfreebsd-amd64 <a href="#haskell-snap-core/kfreebsd-amd64">haskell-snap-core/kfreebsd-amd64</a> (not considered)
 <li>Depends: haskell-snap-server/kfreebsd-amd64 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/kfreebsd-i386" name="haskell-snap-server/kfreebsd-i386">haskell-snap-server/kfreebsd-i386</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1640,7 +1657,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/kfreebsd-i386 <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/kfreebsd-i386 <a href="#haskell-snap-core/kfreebsd-i386">haskell-snap-core/kfreebsd-i386</a> (not considered)
 <li>Depends: haskell-snap-server/kfreebsd-i386 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/mips" name="haskell-snap-server/mips">haskell-snap-server/mips</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1652,7 +1669,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/mips <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/mips <a href="#haskell-snap-core/mips">haskell-snap-core/mips</a> (not considered)
 <li>Depends: haskell-snap-server/mips <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/mipsel" name="haskell-snap-server/mipsel">haskell-snap-server/mipsel</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1664,7 +1681,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/mipsel <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/mipsel <a href="#haskell-snap-core/mipsel">haskell-snap-core/mipsel</a> (not considered)
 <li>Depends: haskell-snap-server/mipsel <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/powerpc" name="haskell-snap-server/powerpc">haskell-snap-server/powerpc</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1676,7 +1693,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/powerpc <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/powerpc <a href="#haskell-snap-core/powerpc">haskell-snap-core/powerpc</a> (not considered)
 <li>Depends: haskell-snap-server/powerpc <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/s390" name="haskell-snap-server/s390">haskell-snap-server/s390</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1688,7 +1705,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/s390 <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/s390 <a href="#haskell-snap-core/s390">haskell-snap-core/s390</a> (not considered)
 <li>Depends: haskell-snap-server/s390 <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/s390x" name="haskell-snap-server/s390x">haskell-snap-server/s390x</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1700,7 +1717,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/s390x <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/s390x <a href="#haskell-snap-core/s390x">haskell-snap-core/s390x</a> (not considered)
 <li>Depends: haskell-snap-server/s390x <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-snap-server/sparc" name="haskell-snap-server/sparc">haskell-snap-server/sparc</a> (0.8.1.1-1 to 0.8.1.1-1)
@@ -1712,7 +1729,7 @@
 <li>Ignoring removal of libghc-snap-server-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-snap-server/sparc <a href="#haskell-snap-core">haskell-snap-core</a>
+<li>Depends: haskell-snap-server/sparc <a href="#haskell-snap-core/sparc">haskell-snap-core/sparc</a> (not considered)
 <li>Depends: haskell-snap-server/sparc <a href="#haskell-vector-algorithms">haskell-vector-algorithms</a> (not considered)
 </ul>
 <li><a id="haskell-statistics/amd64" name="haskell-statistics/amd64">haskell-statistics/amd64</a> (0.10.1.0-2 to 0.10.1.0-2)
@@ -2118,10 +2135,11 @@
 <li>Ignoring libghc-wai-app-file-cgi-doc 0.5.8-1 (from 0.5.8-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-file-cgi-prof (0.5.8-1+b1 to 0.5.8-1+b2)
 <li>Ignoring removal of libghc-wai-app-file-cgi-doc as it is arch: all
-<li>Depends: haskell-wai-app-file-cgi/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-app-file-cgi/i386 <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-wai-app-file-cgi/i386 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-file-cgi/i386 <a href="#haskell-wai-app-static/i386">haskell-wai-app-static/i386</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/i386 <a href="#haskell-wai-logger/i386">haskell-wai-logger/i386</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-file-cgi/kfreebsd-amd64" name="haskell-wai-app-file-cgi/kfreebsd-amd64">haskell-wai-app-file-cgi/kfreebsd-amd64</a> (0.5.8-1 to 0.5.8-1)
 <ul>
@@ -2130,10 +2148,11 @@
 <li>Ignoring libghc-wai-app-file-cgi-doc 0.5.8-1 (from 0.5.8-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-file-cgi-prof (0.5.8-1+b1 to 0.5.8-1+b2)
 <li>Ignoring removal of libghc-wai-app-file-cgi-doc as it is arch: all
-<li>Depends: haskell-wai-app-file-cgi/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-app-file-cgi/kfreebsd-amd64 <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-wai-app-file-cgi/kfreebsd-amd64 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-file-cgi/kfreebsd-amd64 <a href="#haskell-wai-app-static/kfreebsd-amd64">haskell-wai-app-static/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/kfreebsd-amd64 <a href="#haskell-wai-logger/kfreebsd-amd64">haskell-wai-logger/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-file-cgi/kfreebsd-i386" name="haskell-wai-app-file-cgi/kfreebsd-i386">haskell-wai-app-file-cgi/kfreebsd-i386</a> (0.5.8-1 to 0.5.8-1)
 <ul>
@@ -2142,10 +2161,11 @@
 <li>Ignoring libghc-wai-app-file-cgi-doc 0.5.8-1 (from 0.5.8-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-file-cgi-prof (0.5.8-1+b1 to 0.5.8-1+b2)
 <li>Ignoring removal of libghc-wai-app-file-cgi-doc as it is arch: all
-<li>Depends: haskell-wai-app-file-cgi/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-app-file-cgi/kfreebsd-i386 <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-wai-app-file-cgi/kfreebsd-i386 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-file-cgi/kfreebsd-i386 <a href="#haskell-wai-app-static/kfreebsd-i386">haskell-wai-app-static/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/kfreebsd-i386 <a href="#haskell-wai-logger/kfreebsd-i386">haskell-wai-logger/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-file-cgi/sparc" name="haskell-wai-app-file-cgi/sparc">haskell-wai-app-file-cgi/sparc</a> (0.5.8-1 to 0.5.8-1)
 <ul>
@@ -2154,10 +2174,11 @@
 <li>Ignoring libghc-wai-app-file-cgi-doc 0.5.8-1 (from 0.5.8-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-file-cgi-prof (0.5.8-1 to 0.5.8-1+b1)
 <li>Ignoring removal of libghc-wai-app-file-cgi-doc as it is arch: all
-<li>Depends: haskell-wai-app-file-cgi/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-app-file-cgi/sparc <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-wai-app-file-cgi/sparc <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-file-cgi/sparc <a href="#haskell-wai-app-static/sparc">haskell-wai-app-static/sparc</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/sparc <a href="#haskell-wai-logger/sparc">haskell-wai-logger/sparc</a> (not considered)
+<li>Depends: haskell-wai-app-file-cgi/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-static/i386" name="haskell-wai-app-static/i386">haskell-wai-app-static/i386</a> (1.2.0.3-1 to 1.2.0.3-1)
 <ul>
@@ -2166,8 +2187,9 @@
 <li>Ignoring libghc-wai-app-static-doc 1.2.0.3-1 (from 1.2.0.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-static-prof (1.2.0.3-1+b1 to 1.2.0.3-1+b2)
 <li>Ignoring removal of libghc-wai-app-static-doc as it is arch: all
-<li>Depends: haskell-wai-app-static/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-static/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-static/kfreebsd-amd64" name="haskell-wai-app-static/kfreebsd-amd64">haskell-wai-app-static/kfreebsd-amd64</a> (1.2.0.3-1 to 1.2.0.3-1)
 <ul>
@@ -2176,8 +2198,9 @@
 <li>Ignoring libghc-wai-app-static-doc 1.2.0.3-1 (from 1.2.0.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-static-prof (1.2.0.3-1+b1 to 1.2.0.3-1+b2)
 <li>Ignoring removal of libghc-wai-app-static-doc as it is arch: all
-<li>Depends: haskell-wai-app-static/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-static/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-static/kfreebsd-i386" name="haskell-wai-app-static/kfreebsd-i386">haskell-wai-app-static/kfreebsd-i386</a> (1.2.0.3-1 to 1.2.0.3-1)
 <ul>
@@ -2186,8 +2209,9 @@
 <li>Ignoring libghc-wai-app-static-doc 1.2.0.3-1 (from 1.2.0.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-static-prof (1.2.0.3-1+b1 to 1.2.0.3-1+b2)
 <li>Ignoring removal of libghc-wai-app-static-doc as it is arch: all
-<li>Depends: haskell-wai-app-static/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-static/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-app-static/sparc" name="haskell-wai-app-static/sparc">haskell-wai-app-static/sparc</a> (1.2.0.3-1 to 1.2.0.3-1)
 <ul>
@@ -2196,8 +2220,9 @@
 <li>Ignoring libghc-wai-app-static-doc 1.2.0.3-1 (from 1.2.0.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-app-static-prof (1.2.0.3-1+b1 to 1.2.0.3-1+b2)
 <li>Ignoring removal of libghc-wai-app-static-doc as it is arch: all
-<li>Depends: haskell-wai-app-static/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-app-static/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/armel" name="haskell-wai-extra/armel">haskell-wai-extra/armel</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2206,8 +2231,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/armel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/armel <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/armhf" name="haskell-wai-extra/armhf">haskell-wai-extra/armhf</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2216,8 +2242,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/armhf <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/armhf <a href="#haskell-wai/armhf">haskell-wai/armhf</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/i386" name="haskell-wai-extra/i386">haskell-wai-extra/i386</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2226,8 +2253,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/kfreebsd-amd64" name="haskell-wai-extra/kfreebsd-amd64">haskell-wai-extra/kfreebsd-amd64</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2236,8 +2264,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/kfreebsd-i386" name="haskell-wai-extra/kfreebsd-i386">haskell-wai-extra/kfreebsd-i386</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2246,8 +2275,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/mips" name="haskell-wai-extra/mips">haskell-wai-extra/mips</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2256,8 +2286,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/mips <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/mips <a href="#haskell-wai/mips">haskell-wai/mips</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/mipsel" name="haskell-wai-extra/mipsel">haskell-wai-extra/mipsel</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2266,8 +2297,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/mipsel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/mipsel <a href="#haskell-wai/mipsel">haskell-wai/mipsel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/powerpc" name="haskell-wai-extra/powerpc">haskell-wai-extra/powerpc</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2276,8 +2308,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/powerpc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/powerpc <a href="#haskell-wai/powerpc">haskell-wai/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/s390" name="haskell-wai-extra/s390">haskell-wai-extra/s390</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2286,8 +2319,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/s390 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/s390 <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/s390x" name="haskell-wai-extra/s390x">haskell-wai-extra/s390x</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2296,8 +2330,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/s390x <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/s390x <a href="#haskell-wai/s390x">haskell-wai/s390x</a> (not considered)
 </ul>
 <li><a id="haskell-wai-extra/sparc" name="haskell-wai-extra/sparc">haskell-wai-extra/sparc</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2306,8 +2341,9 @@
 <li>Ignoring libghc-wai-extra-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-extra-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-wai-extra-doc as it is arch: all
-<li>Depends: haskell-wai-extra/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-extra/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/amd64" name="haskell-wai-logger-prefork/amd64">haskell-wai-logger-prefork/amd64</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2316,9 +2352,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b4 to 0.1.3-1+b5)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/amd64 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/amd64 <a href="#haskell-wai-logger/amd64">haskell-wai-logger/amd64</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/amd64 <a href="#haskell-wai/amd64">haskell-wai/amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/armel" name="haskell-wai-logger-prefork/armel">haskell-wai-logger-prefork/armel</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2327,9 +2364,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b2 to 0.1.3-1+b3)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/armel <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/armel <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/armel <a href="#haskell-wai-logger/armel">haskell-wai-logger/armel</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/armel <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/armhf" name="haskell-wai-logger-prefork/armhf">haskell-wai-logger-prefork/armhf</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2338,9 +2376,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b3 to 0.1.3-1+b4)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/armhf <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/armhf <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/armhf <a href="#haskell-wai-logger/armhf">haskell-wai-logger/armhf</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/armhf <a href="#haskell-wai/armhf">haskell-wai/armhf</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/i386" name="haskell-wai-logger-prefork/i386">haskell-wai-logger-prefork/i386</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2349,9 +2388,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b4 to 0.1.3-1+b5)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/i386 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/i386 <a href="#haskell-wai-logger/i386">haskell-wai-logger/i386</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/kfreebsd-amd64" name="haskell-wai-logger-prefork/kfreebsd-amd64">haskell-wai-logger-prefork/kfreebsd-amd64</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2360,9 +2400,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b3 to 0.1.3-1+b4)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/kfreebsd-amd64 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/kfreebsd-amd64 <a href="#haskell-wai-logger/kfreebsd-amd64">haskell-wai-logger/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/kfreebsd-i386" name="haskell-wai-logger-prefork/kfreebsd-i386">haskell-wai-logger-prefork/kfreebsd-i386</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2371,9 +2412,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b3 to 0.1.3-1+b4)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/kfreebsd-i386 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/kfreebsd-i386 <a href="#haskell-wai-logger/kfreebsd-i386">haskell-wai-logger/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/mips" name="haskell-wai-logger-prefork/mips">haskell-wai-logger-prefork/mips</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2382,9 +2424,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b3 to 0.1.3-1+b4)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/mips <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/mips <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/mips <a href="#haskell-wai-logger/mips">haskell-wai-logger/mips</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/mips <a href="#haskell-wai/mips">haskell-wai/mips</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/mipsel" name="haskell-wai-logger-prefork/mipsel">haskell-wai-logger-prefork/mipsel</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2393,9 +2436,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b3 to 0.1.3-1+b4)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/mipsel <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/mipsel <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/mipsel <a href="#haskell-wai-logger/mipsel">haskell-wai-logger/mipsel</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/mipsel <a href="#haskell-wai/mipsel">haskell-wai/mipsel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/powerpc" name="haskell-wai-logger-prefork/powerpc">haskell-wai-logger-prefork/powerpc</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2404,9 +2448,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b4 to 0.1.3-1+b5)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/powerpc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/powerpc <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/powerpc <a href="#haskell-wai-logger/powerpc">haskell-wai-logger/powerpc</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/powerpc <a href="#haskell-wai/powerpc">haskell-wai/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/s390" name="haskell-wai-logger-prefork/s390">haskell-wai-logger-prefork/s390</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2415,9 +2460,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b4 to 0.1.3-1+b5)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/s390 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/s390 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/s390 <a href="#haskell-wai-logger/s390">haskell-wai-logger/s390</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/s390 <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/s390x" name="haskell-wai-logger-prefork/s390x">haskell-wai-logger-prefork/s390x</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2426,9 +2472,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b3 to 0.1.3-1+b4)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/s390x <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/s390x <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/s390x <a href="#haskell-wai-logger/s390x">haskell-wai-logger/s390x</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/s390x <a href="#haskell-wai/s390x">haskell-wai/s390x</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger-prefork/sparc" name="haskell-wai-logger-prefork/sparc">haskell-wai-logger-prefork/sparc</a> (0.1.3-1 to 0.1.3-1)
 <ul>
@@ -2437,9 +2484,10 @@
 <li>Ignoring libghc-wai-logger-prefork-doc 0.1.3-1 (from 0.1.3-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prefork-prof (0.1.3-1+b4 to 0.1.3-1+b5)
 <li>Ignoring removal of libghc-wai-logger-prefork-doc as it is arch: all
-<li>Depends: haskell-wai-logger-prefork/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-logger-prefork/sparc <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger-prefork/sparc <a href="#haskell-wai-logger/sparc">haskell-wai-logger/sparc</a> (not considered)
+<li>Depends: haskell-wai-logger-prefork/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/amd64" name="haskell-wai-logger/amd64">haskell-wai-logger/amd64</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2448,8 +2496,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b4 to 0.1.4-1+b5)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/amd64 <a href="#haskell-wai/amd64">haskell-wai/amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/armel" name="haskell-wai-logger/armel">haskell-wai-logger/armel</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2458,8 +2507,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b2 to 0.1.4-1+b3)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/armel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/armel <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/armhf" name="haskell-wai-logger/armhf">haskell-wai-logger/armhf</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2468,8 +2518,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b3 to 0.1.4-1+b4)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/armhf <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/armhf <a href="#haskell-wai/armhf">haskell-wai/armhf</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/i386" name="haskell-wai-logger/i386">haskell-wai-logger/i386</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2478,8 +2529,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b4 to 0.1.4-1+b5)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/kfreebsd-amd64" name="haskell-wai-logger/kfreebsd-amd64">haskell-wai-logger/kfreebsd-amd64</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2488,8 +2540,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b3 to 0.1.4-1+b4)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/kfreebsd-i386" name="haskell-wai-logger/kfreebsd-i386">haskell-wai-logger/kfreebsd-i386</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2498,8 +2551,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b3 to 0.1.4-1+b4)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/mips" name="haskell-wai-logger/mips">haskell-wai-logger/mips</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2508,8 +2562,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b3 to 0.1.4-1+b4)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/mips <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/mips <a href="#haskell-wai/mips">haskell-wai/mips</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/mipsel" name="haskell-wai-logger/mipsel">haskell-wai-logger/mipsel</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2518,8 +2573,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b3 to 0.1.4-1+b4)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/mipsel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/mipsel <a href="#haskell-wai/mipsel">haskell-wai/mipsel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/powerpc" name="haskell-wai-logger/powerpc">haskell-wai-logger/powerpc</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2528,8 +2584,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b4 to 0.1.4-1+b5)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/powerpc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/powerpc <a href="#haskell-wai/powerpc">haskell-wai/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/s390" name="haskell-wai-logger/s390">haskell-wai-logger/s390</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2538,8 +2595,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b4 to 0.1.4-1+b5)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/s390 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/s390 <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/s390x" name="haskell-wai-logger/s390x">haskell-wai-logger/s390x</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2548,8 +2606,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b3 to 0.1.4-1+b4)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/s390x <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/s390x <a href="#haskell-wai/s390x">haskell-wai/s390x</a> (not considered)
 </ul>
 <li><a id="haskell-wai-logger/sparc" name="haskell-wai-logger/sparc">haskell-wai-logger/sparc</a> (0.1.4-1 to 0.1.4-1)
 <ul>
@@ -2558,8 +2617,9 @@
 <li>Ignoring libghc-wai-logger-doc 0.1.4-1 (from 0.1.4-1) as it is arch: all
 <li>Updated binary: libghc-wai-logger-prof (0.1.4-1+b4 to 0.1.4-1+b5)
 <li>Ignoring removal of libghc-wai-logger-doc as it is arch: all
-<li>Depends: haskell-wai-logger/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-logger/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/armel" name="haskell-wai-test/armel">haskell-wai-test/armel</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2568,8 +2628,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/armel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/armel <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/armhf" name="haskell-wai-test/armhf">haskell-wai-test/armhf</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2578,8 +2639,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/armhf <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/armhf <a href="#haskell-wai/armhf">haskell-wai/armhf</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/i386" name="haskell-wai-test/i386">haskell-wai-test/i386</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2588,8 +2650,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/kfreebsd-amd64" name="haskell-wai-test/kfreebsd-amd64">haskell-wai-test/kfreebsd-amd64</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2598,8 +2661,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/kfreebsd-i386" name="haskell-wai-test/kfreebsd-i386">haskell-wai-test/kfreebsd-i386</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2608,8 +2672,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/mips" name="haskell-wai-test/mips">haskell-wai-test/mips</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2618,8 +2683,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/mips <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/mips <a href="#haskell-wai/mips">haskell-wai/mips</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/mipsel" name="haskell-wai-test/mipsel">haskell-wai-test/mipsel</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2628,8 +2694,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/mipsel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/mipsel <a href="#haskell-wai/mipsel">haskell-wai/mipsel</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/powerpc" name="haskell-wai-test/powerpc">haskell-wai-test/powerpc</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2638,8 +2705,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/powerpc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/powerpc <a href="#haskell-wai/powerpc">haskell-wai/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/s390" name="haskell-wai-test/s390">haskell-wai-test/s390</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2648,8 +2716,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/s390 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/s390 <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/s390x" name="haskell-wai-test/s390x">haskell-wai-test/s390x</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2658,8 +2727,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/s390x <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/s390x <a href="#haskell-wai/s390x">haskell-wai/s390x</a> (not considered)
 </ul>
 <li><a id="haskell-wai-test/sparc" name="haskell-wai-test/sparc">haskell-wai-test/sparc</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2668,8 +2738,9 @@
 <li>Ignoring libghc-wai-test-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-test-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-test-doc as it is arch: all
-<li>Depends: haskell-wai-test/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai-test/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-wai/amd64" name="haskell-wai/amd64">haskell-wai/amd64</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2678,8 +2749,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1+b1 to 1.2.0.2-1+b2)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/amd64 <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/amd64 <a href="#haskell-vault/amd64">haskell-vault/amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai/armel" name="haskell-wai/armel">haskell-wai/armel</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2688,8 +2760,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/armel <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/armel <a href="#haskell-vault/armel">haskell-vault/armel</a> (not considered)
 </ul>
 <li><a id="haskell-wai/armhf" name="haskell-wai/armhf">haskell-wai/armhf</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2698,8 +2771,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/armhf <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/armhf <a href="#haskell-vault/armhf">haskell-vault/armhf</a> (not considered)
 </ul>
 <li><a id="haskell-wai/i386" name="haskell-wai/i386">haskell-wai/i386</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2708,8 +2782,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/i386 <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/i386 <a href="#haskell-vault/i386">haskell-vault/i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai/kfreebsd-amd64" name="haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2718,8 +2793,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/kfreebsd-amd64 <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/kfreebsd-amd64 <a href="#haskell-vault/kfreebsd-amd64">haskell-vault/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-wai/kfreebsd-i386" name="haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2728,8 +2804,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/kfreebsd-i386 <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/kfreebsd-i386 <a href="#haskell-vault/kfreebsd-i386">haskell-vault/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-wai/mips" name="haskell-wai/mips">haskell-wai/mips</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2738,8 +2815,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/mips <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/mips <a href="#haskell-vault/mips">haskell-vault/mips</a> (not considered)
 </ul>
 <li><a id="haskell-wai/mipsel" name="haskell-wai/mipsel">haskell-wai/mipsel</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2748,8 +2826,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/mipsel <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/mipsel <a href="#haskell-vault/mipsel">haskell-vault/mipsel</a> (not considered)
 </ul>
 <li><a id="haskell-wai/powerpc" name="haskell-wai/powerpc">haskell-wai/powerpc</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2758,8 +2837,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/powerpc <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/powerpc <a href="#haskell-vault/powerpc">haskell-vault/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-wai/s390" name="haskell-wai/s390">haskell-wai/s390</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2768,8 +2848,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/s390 <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/s390 <a href="#haskell-vault/s390">haskell-vault/s390</a> (not considered)
 </ul>
 <li><a id="haskell-wai/s390x" name="haskell-wai/s390x">haskell-wai/s390x</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2778,8 +2859,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/s390x <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/s390x <a href="#haskell-vault/s390x">haskell-vault/s390x</a> (not considered)
 </ul>
 <li><a id="haskell-wai/sparc" name="haskell-wai/sparc">haskell-wai/sparc</a> (1.2.0.2-1 to 1.2.0.2-1)
 <ul>
@@ -2788,8 +2870,9 @@
 <li>Ignoring libghc-wai-doc 1.2.0.2-1 (from 1.2.0.2-1) as it is arch: all
 <li>Updated binary: libghc-wai-prof (1.2.0.2-1 to 1.2.0.2-1+b1)
 <li>Ignoring removal of libghc-wai-doc as it is arch: all
-<li>Depends: haskell-wai/sparc <a href="#haskell-vault">haskell-vault</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-wai/sparc <a href="#haskell-vault/sparc">haskell-vault/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-warp-tls/armel" name="haskell-warp-tls/armel">haskell-warp-tls/armel</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2798,9 +2881,10 @@
 <li>Ignoring libghc-warp-tls-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-warp-tls-prof (1.2.0.4-1+b1 to 1.2.0.4-1+b2)
 <li>Ignoring removal of libghc-warp-tls-doc as it is arch: all
-<li>Depends: haskell-warp-tls/armel <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-warp-tls/armel <a href="#haskell-warp">haskell-warp</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp-tls/armel <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
+<li>Depends: haskell-warp-tls/armel <a href="#haskell-warp/armel">haskell-warp/armel</a> (not considered)
 </ul>
 <li><a id="haskell-warp-tls/i386" name="haskell-warp-tls/i386">haskell-warp-tls/i386</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2809,9 +2893,10 @@
 <li>Ignoring libghc-warp-tls-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-warp-tls-prof (1.2.0.4-1+b1 to 1.2.0.4-1+b2)
 <li>Ignoring removal of libghc-warp-tls-doc as it is arch: all
-<li>Depends: haskell-warp-tls/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-warp-tls/i386 <a href="#haskell-warp">haskell-warp</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp-tls/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
+<li>Depends: haskell-warp-tls/i386 <a href="#haskell-warp/i386">haskell-warp/i386</a> (not considered)
 </ul>
 <li><a id="haskell-warp-tls/kfreebsd-i386" name="haskell-warp-tls/kfreebsd-i386">haskell-warp-tls/kfreebsd-i386</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2820,9 +2905,10 @@
 <li>Ignoring libghc-warp-tls-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-warp-tls-prof (1.2.0.4-1+b1 to 1.2.0.4-1+b2)
 <li>Ignoring removal of libghc-warp-tls-doc as it is arch: all
-<li>Depends: haskell-warp-tls/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-warp-tls/kfreebsd-i386 <a href="#haskell-warp">haskell-warp</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp-tls/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-warp-tls/kfreebsd-i386 <a href="#haskell-warp/kfreebsd-i386">haskell-warp/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-warp-tls/s390" name="haskell-warp-tls/s390">haskell-warp-tls/s390</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2831,9 +2917,10 @@
 <li>Ignoring libghc-warp-tls-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-warp-tls-prof (1.2.0.4-1+b1 to 1.2.0.4-1+b2)
 <li>Ignoring removal of libghc-warp-tls-doc as it is arch: all
-<li>Depends: haskell-warp-tls/s390 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-warp-tls/s390 <a href="#haskell-warp">haskell-warp</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp-tls/s390 <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
+<li>Depends: haskell-warp-tls/s390 <a href="#haskell-warp/s390">haskell-warp/s390</a> (not considered)
 </ul>
 <li><a id="haskell-warp-tls/sparc" name="haskell-warp-tls/sparc">haskell-warp-tls/sparc</a> (1.2.0.4-1 to 1.2.0.4-1)
 <ul>
@@ -2842,9 +2929,10 @@
 <li>Ignoring libghc-warp-tls-doc 1.2.0.4-1 (from 1.2.0.4-1) as it is arch: all
 <li>Updated binary: libghc-warp-tls-prof (1.2.0.4-1 to 1.2.0.4-1+b1)
 <li>Ignoring removal of libghc-warp-tls-doc as it is arch: all
-<li>Depends: haskell-warp-tls/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-warp-tls/sparc <a href="#haskell-warp">haskell-warp</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp-tls/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
+<li>Depends: haskell-warp-tls/sparc <a href="#haskell-warp/sparc">haskell-warp/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-warp/armel" name="haskell-warp/armel">haskell-warp/armel</a> (1.2.1.1-1 to 1.2.1.1-1)
 <ul>
@@ -2853,8 +2941,9 @@
 <li>Ignoring libghc-warp-doc 1.2.1.1-1 (from 1.2.1.1-1) as it is arch: all
 <li>Updated binary: libghc-warp-prof (1.2.1.1-1 to 1.2.1.1-1+b1)
 <li>Ignoring removal of libghc-warp-doc as it is arch: all
-<li>Depends: haskell-warp/armel <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp/armel <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
 </ul>
 <li><a id="haskell-warp/i386" name="haskell-warp/i386">haskell-warp/i386</a> (1.2.1.1-1 to 1.2.1.1-1)
 <ul>
@@ -2863,8 +2952,9 @@
 <li>Ignoring libghc-warp-doc 1.2.1.1-1 (from 1.2.1.1-1) as it is arch: all
 <li>Updated binary: libghc-warp-prof (1.2.1.1-1 to 1.2.1.1-1+b1)
 <li>Ignoring removal of libghc-warp-doc as it is arch: all
-<li>Depends: haskell-warp/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-warp/kfreebsd-i386" name="haskell-warp/kfreebsd-i386">haskell-warp/kfreebsd-i386</a> (1.2.1.1-1 to 1.2.1.1-1)
 <ul>
@@ -2873,8 +2963,9 @@
 <li>Ignoring libghc-warp-doc 1.2.1.1-1 (from 1.2.1.1-1) as it is arch: all
 <li>Updated binary: libghc-warp-prof (1.2.1.1-1 to 1.2.1.1-1+b1)
 <li>Ignoring removal of libghc-warp-doc as it is arch: all
-<li>Depends: haskell-warp/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-warp/powerpc" name="haskell-warp/powerpc">haskell-warp/powerpc</a> (1.2.1.1-1 to 1.2.1.1-1)
 <ul>
@@ -2883,8 +2974,9 @@
 <li>Ignoring libghc-warp-doc 1.2.1.1-1 (from 1.2.1.1-1) as it is arch: all
 <li>Updated binary: libghc-warp-prof (1.2.1.1-1 to 1.2.1.1-1+b1)
 <li>Ignoring removal of libghc-warp-doc as it is arch: all
-<li>Depends: haskell-warp/powerpc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp/powerpc <a href="#haskell-wai/powerpc">haskell-wai/powerpc</a> (not considered)
 </ul>
 <li><a id="haskell-warp/s390" name="haskell-warp/s390">haskell-warp/s390</a> (1.2.1.1-1 to 1.2.1.1-1)
 <ul>
@@ -2893,8 +2985,9 @@
 <li>Ignoring libghc-warp-doc 1.2.1.1-1 (from 1.2.1.1-1) as it is arch: all
 <li>Updated binary: libghc-warp-prof (1.2.1.1-1 to 1.2.1.1-1+b1)
 <li>Ignoring removal of libghc-warp-doc as it is arch: all
-<li>Depends: haskell-warp/s390 <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp/s390 <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
 </ul>
 <li><a id="haskell-warp/sparc" name="haskell-warp/sparc">haskell-warp/sparc</a> (1.2.1.1-1 to 1.2.1.1-1)
 <ul>
@@ -2903,8 +2996,9 @@
 <li>Ignoring libghc-warp-doc 1.2.1.1-1 (from 1.2.1.1-1) as it is arch: all
 <li>Updated binary: libghc-warp-prof (1.2.1.1-1 to 1.2.1.1-1+b1)
 <li>Ignoring removal of libghc-warp-doc as it is arch: all
-<li>Depends: haskell-warp/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-warp/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/amd64" name="haskell-yaml/amd64">haskell-yaml/amd64</a> (0.7.0.2-1 to 0.7.0.2-1)
 <ul>
@@ -2915,7 +3009,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/amd64 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/amd64 <a href="#haskell-aeson/amd64">haskell-aeson/amd64</a> (not considered)
 <li>Depends: haskell-yaml/amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/armel" name="haskell-yaml/armel">haskell-yaml/armel</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2927,7 +3021,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/armel <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/armel <a href="#haskell-aeson/armel">haskell-aeson/armel</a> (not considered)
 <li>Depends: haskell-yaml/armel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/armhf" name="haskell-yaml/armhf">haskell-yaml/armhf</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2939,7 +3033,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/armhf <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/armhf <a href="#haskell-aeson/armhf">haskell-aeson/armhf</a> (not considered)
 <li>Depends: haskell-yaml/armhf <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/i386" name="haskell-yaml/i386">haskell-yaml/i386</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2951,7 +3045,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/i386 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
 <li>Depends: haskell-yaml/i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/kfreebsd-amd64" name="haskell-yaml/kfreebsd-amd64">haskell-yaml/kfreebsd-amd64</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2963,7 +3057,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
 <li>Depends: haskell-yaml/kfreebsd-amd64 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/kfreebsd-i386" name="haskell-yaml/kfreebsd-i386">haskell-yaml/kfreebsd-i386</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2975,7 +3069,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
 <li>Depends: haskell-yaml/kfreebsd-i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/mips" name="haskell-yaml/mips">haskell-yaml/mips</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2987,7 +3081,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/mips <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/mips <a href="#haskell-aeson/mips">haskell-aeson/mips</a> (not considered)
 <li>Depends: haskell-yaml/mips <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/mipsel" name="haskell-yaml/mipsel">haskell-yaml/mipsel</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -2999,7 +3093,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/mipsel <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/mipsel <a href="#haskell-aeson/mipsel">haskell-aeson/mipsel</a> (not considered)
 <li>Depends: haskell-yaml/mipsel <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/powerpc" name="haskell-yaml/powerpc">haskell-yaml/powerpc</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -3011,7 +3105,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/powerpc <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/powerpc <a href="#haskell-aeson/powerpc">haskell-aeson/powerpc</a> (not considered)
 <li>Depends: haskell-yaml/powerpc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/s390" name="haskell-yaml/s390">haskell-yaml/s390</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -3023,7 +3117,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/s390 <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/s390 <a href="#haskell-aeson/s390">haskell-aeson/s390</a> (not considered)
 <li>Depends: haskell-yaml/s390 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/s390x" name="haskell-yaml/s390x">haskell-yaml/s390x</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -3035,7 +3129,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/s390x <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/s390x <a href="#haskell-aeson/s390x">haskell-aeson/s390x</a> (not considered)
 <li>Depends: haskell-yaml/s390x <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yaml/sparc" name="haskell-yaml/sparc">haskell-yaml/sparc</a> (0.7.0.2-1 to 0.7.0.2-1)
@@ -3047,7 +3141,7 @@
 <li>Ignoring removal of libghc-yaml-doc as it is arch: all
 <li>Invalidated by dependency
 <li>Not considered
-<li>Depends: haskell-yaml/sparc <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-yaml/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
 <li>Depends: haskell-yaml/sparc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-core/i386" name="haskell-yesod-core/i386">haskell-yesod-core/i386</a> (1.0.1.2-1 to 1.0.1.2-1)
@@ -3057,11 +3151,12 @@
 <li>Ignoring libghc-yesod-core-doc 1.0.1.2-1 (from 1.0.1.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-core-prof (1.0.1.2-1+b1 to 1.0.1.2-1+b2)
 <li>Ignoring removal of libghc-yesod-core-doc as it is arch: all
-<li>Depends: haskell-yesod-core/i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-core/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-core/i386 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-core/i386 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-core/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
+<li>Depends: haskell-yesod-core/i386 <a href="#haskell-wai-extra/i386">haskell-wai-extra/i386</a> (not considered)
+<li>Depends: haskell-yesod-core/i386 <a href="#haskell-wai-logger/i386">haskell-wai-logger/i386</a> (not considered)
+<li>Depends: haskell-yesod-core/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-core/kfreebsd-amd64" name="haskell-yesod-core/kfreebsd-amd64">haskell-yesod-core/kfreebsd-amd64</a> (1.0.1.2-1 to 1.0.1.2-1)
 <ul>
@@ -3070,11 +3165,12 @@
 <li>Ignoring libghc-yesod-core-doc 1.0.1.2-1 (from 1.0.1.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-core-prof (1.0.1.2-1+b1 to 1.0.1.2-1+b2)
 <li>Ignoring removal of libghc-yesod-core-doc as it is arch: all
-<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-wai-extra/kfreebsd-amd64">haskell-wai-extra/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-wai-logger/kfreebsd-amd64">haskell-wai-logger/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-core/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-core/kfreebsd-i386" name="haskell-yesod-core/kfreebsd-i386">haskell-yesod-core/kfreebsd-i386</a> (1.0.1.2-1 to 1.0.1.2-1)
 <ul>
@@ -3083,11 +3179,12 @@
 <li>Ignoring libghc-yesod-core-doc 1.0.1.2-1 (from 1.0.1.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-core-prof (1.0.1.2-1+b1 to 1.0.1.2-1+b2)
 <li>Ignoring removal of libghc-yesod-core-doc as it is arch: all
-<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-wai-extra/kfreebsd-i386">haskell-wai-extra/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-wai-logger/kfreebsd-i386">haskell-wai-logger/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-core/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-core/sparc" name="haskell-yesod-core/sparc">haskell-yesod-core/sparc</a> (1.0.1.2-1 to 1.0.1.2-1)
 <ul>
@@ -3096,11 +3193,12 @@
 <li>Ignoring libghc-yesod-core-doc 1.0.1.2-1 (from 1.0.1.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-core-prof (1.0.1.2-1 to 1.0.1.2-1+b1)
 <li>Ignoring removal of libghc-yesod-core-doc as it is arch: all
-<li>Depends: haskell-yesod-core/sparc <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-core/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-core/sparc <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-core/sparc <a href="#haskell-wai-logger">haskell-wai-logger</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-core/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
+<li>Depends: haskell-yesod-core/sparc <a href="#haskell-wai-extra/sparc">haskell-wai-extra/sparc</a> (not considered)
+<li>Depends: haskell-yesod-core/sparc <a href="#haskell-wai-logger/sparc">haskell-wai-logger/sparc</a> (not considered)
+<li>Depends: haskell-yesod-core/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-default/i386" name="haskell-yesod-default/i386">haskell-yesod-default/i386</a> (1.0.1.1-1 to 1.0.1.1-1)
 <ul>
@@ -3112,11 +3210,11 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-yesod-default/i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-yesod-default/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-default/i386 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-default/i386 <a href="#haskell-warp">haskell-warp</a>
-<li>Depends: haskell-yesod-default/i386 <a href="#haskell-yaml">haskell-yaml</a>
-<li>Depends: haskell-yesod-default/i386 <a href="#haskell-yesod-core">haskell-yesod-core</a>
+<li>Depends: haskell-yesod-default/i386 <a href="#haskell-wai-extra/i386">haskell-wai-extra/i386</a> (not considered)
+<li>Depends: haskell-yesod-default/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
+<li>Depends: haskell-yesod-default/i386 <a href="#haskell-warp/i386">haskell-warp/i386</a> (not considered)
+<li>Depends: haskell-yesod-default/i386 <a href="#haskell-yaml/i386">haskell-yaml/i386</a> (not considered)
+<li>Depends: haskell-yesod-default/i386 <a href="#haskell-yesod-core/i386">haskell-yesod-core/i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-default/kfreebsd-i386" name="haskell-yesod-default/kfreebsd-i386">haskell-yesod-default/kfreebsd-i386</a> (1.0.1.1-1 to 1.0.1.1-1)
 <ul>
@@ -3128,11 +3226,11 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-warp">haskell-warp</a>
-<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-yaml">haskell-yaml</a>
-<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-yesod-core">haskell-yesod-core</a>
+<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-wai-extra/kfreebsd-i386">haskell-wai-extra/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-warp/kfreebsd-i386">haskell-warp/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-yaml/kfreebsd-i386">haskell-yaml/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-default/kfreebsd-i386 <a href="#haskell-yesod-core/kfreebsd-i386">haskell-yesod-core/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-default/sparc" name="haskell-yesod-default/sparc">haskell-yesod-default/sparc</a> (1.0.1.1-1 to 1.0.1.1-1)
 <ul>
@@ -3144,11 +3242,11 @@
 <li>Invalidated by dependency
 <li>Not considered
 <li>Depends: haskell-yesod-default/sparc <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
-<li>Depends: haskell-yesod-default/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-default/sparc <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-default/sparc <a href="#haskell-warp">haskell-warp</a>
-<li>Depends: haskell-yesod-default/sparc <a href="#haskell-yaml">haskell-yaml</a>
-<li>Depends: haskell-yesod-default/sparc <a href="#haskell-yesod-core">haskell-yesod-core</a>
+<li>Depends: haskell-yesod-default/sparc <a href="#haskell-wai-extra/sparc">haskell-wai-extra/sparc</a> (not considered)
+<li>Depends: haskell-yesod-default/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
+<li>Depends: haskell-yesod-default/sparc <a href="#haskell-warp/sparc">haskell-warp/sparc</a> (not considered)
+<li>Depends: haskell-yesod-default/sparc <a href="#haskell-yaml/sparc">haskell-yaml/sparc</a> (not considered)
+<li>Depends: haskell-yesod-default/sparc <a href="#haskell-yesod-core/sparc">haskell-yesod-core/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-json/i386" name="haskell-yesod-json/i386">haskell-yesod-json/i386</a> (1.0.0.1-1 to 1.0.0.1-1)
 <ul>
@@ -3157,11 +3255,12 @@
 <li>Ignoring libghc-yesod-json-doc 1.0.0.1-1 (from 1.0.0.1-1) as it is arch: all
 <li>Updated binary: libghc-yesod-json-prof (1.0.0.1-1+b1 to 1.0.0.1-1+b2)
 <li>Ignoring removal of libghc-yesod-json-doc as it is arch: all
-<li>Depends: haskell-yesod-json/i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-json/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-json/i386 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-json/i386 <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-json/i386 <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
+<li>Depends: haskell-yesod-json/i386 <a href="#haskell-wai-extra/i386">haskell-wai-extra/i386</a> (not considered)
+<li>Depends: haskell-yesod-json/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
+<li>Depends: haskell-yesod-json/i386 <a href="#haskell-yesod-core/i386">haskell-yesod-core/i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-json/kfreebsd-amd64" name="haskell-yesod-json/kfreebsd-amd64">haskell-yesod-json/kfreebsd-amd64</a> (1.0.0.1-1 to 1.0.0.1-1)
 <ul>
@@ -3170,11 +3269,12 @@
 <li>Ignoring libghc-yesod-json-doc 1.0.0.1-1 (from 1.0.0.1-1) as it is arch: all
 <li>Updated binary: libghc-yesod-json-prof (1.0.0.1-1+b1 to 1.0.0.1-1+b2)
 <li>Ignoring removal of libghc-yesod-json-doc as it is arch: all
-<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-wai-extra/kfreebsd-amd64">haskell-wai-extra/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-json/kfreebsd-amd64 <a href="#haskell-yesod-core/kfreebsd-amd64">haskell-yesod-core/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-json/kfreebsd-i386" name="haskell-yesod-json/kfreebsd-i386">haskell-yesod-json/kfreebsd-i386</a> (1.0.0.1-1 to 1.0.0.1-1)
 <ul>
@@ -3183,11 +3283,12 @@
 <li>Ignoring libghc-yesod-json-doc 1.0.0.1-1 (from 1.0.0.1-1) as it is arch: all
 <li>Updated binary: libghc-yesod-json-prof (1.0.0.1-1+b1 to 1.0.0.1-1+b2)
 <li>Ignoring removal of libghc-yesod-json-doc as it is arch: all
-<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-wai-extra/kfreebsd-i386">haskell-wai-extra/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-json/kfreebsd-i386 <a href="#haskell-yesod-core/kfreebsd-i386">haskell-yesod-core/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-json/sparc" name="haskell-yesod-json/sparc">haskell-yesod-json/sparc</a> (1.0.0.1-1 to 1.0.0.1-1)
 <ul>
@@ -3196,11 +3297,12 @@
 <li>Ignoring libghc-yesod-json-doc 1.0.0.1-1 (from 1.0.0.1-1) as it is arch: all
 <li>Updated binary: libghc-yesod-json-prof (1.0.0.1-1 to 1.0.0.1-1+b1)
 <li>Ignoring removal of libghc-yesod-json-doc as it is arch: all
-<li>Depends: haskell-yesod-json/sparc <a href="#haskell-aeson">haskell-aeson</a>
-<li>Depends: haskell-yesod-json/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-json/sparc <a href="#haskell-wai-extra">haskell-wai-extra</a>
-<li>Depends: haskell-yesod-json/sparc <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-json/sparc <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
+<li>Depends: haskell-yesod-json/sparc <a href="#haskell-wai-extra/sparc">haskell-wai-extra/sparc</a> (not considered)
+<li>Depends: haskell-yesod-json/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
+<li>Depends: haskell-yesod-json/sparc <a href="#haskell-yesod-core/sparc">haskell-yesod-core/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-static/i386" name="haskell-yesod-static/i386">haskell-yesod-static/i386</a> (1.0.0.2-1 to 1.0.0.2-1)
 <ul>
@@ -3209,10 +3311,11 @@
 <li>Ignoring libghc-yesod-static-doc 1.0.0.2-1 (from 1.0.0.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-static-prof (1.0.0.2-1+b1 to 1.0.0.2-1+b2)
 <li>Ignoring removal of libghc-yesod-static-doc as it is arch: all
-<li>Depends: haskell-yesod-static/i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-static/i386 <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-yesod-static/i386 <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-static/i386 <a href="#haskell-wai-app-static/i386">haskell-wai-app-static/i386</a> (not considered)
+<li>Depends: haskell-yesod-static/i386 <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
+<li>Depends: haskell-yesod-static/i386 <a href="#haskell-yesod-core/i386">haskell-yesod-core/i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-static/kfreebsd-amd64" name="haskell-yesod-static/kfreebsd-amd64">haskell-yesod-static/kfreebsd-amd64</a> (1.0.0.2-1 to 1.0.0.2-1)
 <ul>
@@ -3221,10 +3324,11 @@
 <li>Ignoring libghc-yesod-static-doc 1.0.0.2-1 (from 1.0.0.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-static-prof (1.0.0.2-1+b1 to 1.0.0.2-1+b2)
 <li>Ignoring removal of libghc-yesod-static-doc as it is arch: all
-<li>Depends: haskell-yesod-static/kfreebsd-amd64 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-static/kfreebsd-amd64 <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-yesod-static/kfreebsd-amd64 <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-static/kfreebsd-amd64 <a href="#haskell-wai-app-static/kfreebsd-amd64">haskell-wai-app-static/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-static/kfreebsd-amd64 <a href="#haskell-wai/kfreebsd-amd64">haskell-wai/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-yesod-static/kfreebsd-amd64 <a href="#haskell-yesod-core/kfreebsd-amd64">haskell-yesod-core/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-static/kfreebsd-i386" name="haskell-yesod-static/kfreebsd-i386">haskell-yesod-static/kfreebsd-i386</a> (1.0.0.2-1 to 1.0.0.2-1)
 <ul>
@@ -3233,10 +3337,11 @@
 <li>Ignoring libghc-yesod-static-doc 1.0.0.2-1 (from 1.0.0.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-static-prof (1.0.0.2-1+b1 to 1.0.0.2-1+b2)
 <li>Ignoring removal of libghc-yesod-static-doc as it is arch: all
-<li>Depends: haskell-yesod-static/kfreebsd-i386 <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-static/kfreebsd-i386 <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-yesod-static/kfreebsd-i386 <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-static/kfreebsd-i386 <a href="#haskell-wai-app-static/kfreebsd-i386">haskell-wai-app-static/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-static/kfreebsd-i386 <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-yesod-static/kfreebsd-i386 <a href="#haskell-yesod-core/kfreebsd-i386">haskell-yesod-core/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-static/sparc" name="haskell-yesod-static/sparc">haskell-yesod-static/sparc</a> (1.0.0.2-1 to 1.0.0.2-1)
 <ul>
@@ -3245,10 +3350,11 @@
 <li>Ignoring libghc-yesod-static-doc 1.0.0.2-1 (from 1.0.0.2-1) as it is arch: all
 <li>Updated binary: libghc-yesod-static-prof (1.0.0.2-1 to 1.0.0.2-1+b1)
 <li>Ignoring removal of libghc-yesod-static-doc as it is arch: all
-<li>Depends: haskell-yesod-static/sparc <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-yesod-static/sparc <a href="#haskell-wai-app-static">haskell-wai-app-static</a>
-<li>Depends: haskell-yesod-static/sparc <a href="#haskell-yesod-core">haskell-yesod-core</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: haskell-yesod-static/sparc <a href="#haskell-wai-app-static/sparc">haskell-wai-app-static/sparc</a> (not considered)
+<li>Depends: haskell-yesod-static/sparc <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
+<li>Depends: haskell-yesod-static/sparc <a href="#haskell-yesod-core/sparc">haskell-yesod-core/sparc</a> (not considered)
 </ul>
 <li><a id="hlint/amd64" name="hlint/amd64">hlint/amd64</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3258,8 +3364,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1+b1 to 1.8.28-1+b2)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/amd64 <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/amd64 <a href="#haskell-uniplate/amd64">haskell-uniplate/amd64</a> (not considered)
 </ul>
 <li><a id="hlint/armel" name="hlint/armel">hlint/armel</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3269,8 +3376,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1 to 1.8.28-1+b1)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/armel <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/armel <a href="#haskell-uniplate/armel">haskell-uniplate/armel</a> (not considered)
 </ul>
 <li><a id="hlint/armhf" name="hlint/armhf">hlint/armhf</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3280,8 +3388,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1 to 1.8.28-1+b1)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/armhf <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/armhf <a href="#haskell-uniplate/armhf">haskell-uniplate/armhf</a> (not considered)
 </ul>
 <li><a id="hlint/i386" name="hlint/i386">hlint/i386</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3291,8 +3400,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1+b1 to 1.8.28-1+b2)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/i386 <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/i386 <a href="#haskell-uniplate/i386">haskell-uniplate/i386</a> (not considered)
 </ul>
 <li><a id="hlint/kfreebsd-amd64" name="hlint/kfreebsd-amd64">hlint/kfreebsd-amd64</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3302,8 +3412,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1 to 1.8.28-1+b1)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/kfreebsd-amd64 <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/kfreebsd-amd64 <a href="#haskell-uniplate/kfreebsd-amd64">haskell-uniplate/kfreebsd-amd64</a> (not considered)
 </ul>
 <li><a id="hlint/kfreebsd-i386" name="hlint/kfreebsd-i386">hlint/kfreebsd-i386</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3313,8 +3424,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1 to 1.8.28-1+b1)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/kfreebsd-i386 <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/kfreebsd-i386 <a href="#haskell-uniplate/kfreebsd-i386">haskell-uniplate/kfreebsd-i386</a> (not considered)
 </ul>
 <li><a id="hlint/powerpc" name="hlint/powerpc">hlint/powerpc</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3324,8 +3436,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1+b1 to 1.8.28-1+b2)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/powerpc <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/powerpc <a href="#haskell-uniplate/powerpc">haskell-uniplate/powerpc</a> (not considered)
 </ul>
 <li><a id="hlint/s390x" name="hlint/s390x">hlint/s390x</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3335,8 +3448,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1 to 1.8.28-1+b1)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/s390x <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/s390x <a href="#haskell-uniplate/s390x">haskell-uniplate/s390x</a> (not considered)
 </ul>
 <li><a id="hlint/sparc" name="hlint/sparc">hlint/sparc</a> (1.8.28-1 to 1.8.28-1)
 <ul>
@@ -3346,8 +3460,9 @@
 <li>Ignoring libghc-hlint-doc 1.8.28-1 (from 1.8.28-1) as it is arch: all
 <li>Updated binary: libghc-hlint-prof (1.8.28-1+b1 to 1.8.28-1+b2)
 <li>Ignoring removal of libghc-hlint-doc as it is arch: all
-<li>Depends: hlint/sparc <a href="#haskell-uniplate">haskell-uniplate</a>
-<li>Valid candidate
+<li>Invalidated by dependency
+<li>Not considered
+<li>Depends: hlint/sparc <a href="#haskell-uniplate/sparc">haskell-uniplate/sparc</a> (not considered)
 </ul>
 <li><a id="keynav/armhf" name="keynav/armhf">keynav/armhf</a> (0.20110708.0-1 to 0.20110708.0-1)
 <ul>
@@ -3861,7 +3976,7 @@
 <ul>
 <li>Maintainer: Ludovic Drolez 
 <li>Too young, only 2 of 10 days old
-<li>Ignoring block request by freeze, due to unblock request by nthykier
+<li>Not touching package due to block request by freeze (contact debian-release if update is needed)
 <li>Not considered
 </ul>
 <li><a id="dh-exec" name="dh-exec">dh-exec</a> (0.4 to 0.5)
@@ -4917,7 +5032,7 @@
 <ul>
 <li>Maintainer: Debian Qt/KDE Maintainers 
 <li>Too young, only 7 of 10 days old
-<li>Ignoring block request by freeze, due to unblock request by nthykier
+<li>Not touching package due to block request by freeze (contact debian-release if update is needed)
 <li>Not considered
 </ul>
 <li><a id="libanyevent-redis-perl" name="libanyevent-redis-perl">libanyevent-redis-perl</a> (0.23-1 to 0.24-1)
@@ -7634,8 +7749,7 @@
 <ul>
 <li>Maintainer: Debian GNOME Maintainers 
 <li>16 days old (needed 10 days)
-<li>Ignoring block request by freeze, due to unblock request by nthykier
-<li>Invalidated by dependency
+<li>Not touching package due to block request by freeze (contact debian-release if update is needed)
 <li>Not considered
 <li>Depends: gnome-shell <a href="#gjs">gjs</a> (not considered)
 </ul>
@@ -9332,7 +9446,11 @@
 <li>26 days old (needed 10 days)
 <li>Not touching package due to block request by freeze (contact debian-release if update is needed)
 <li>Not considered
-<li>Depends: haskell-persistent <a href="#haskell-aeson">haskell-aeson</a>
+<li>Depends: haskell-persistent <a href="#haskell-aeson/amd64">haskell-aeson/amd64</a> (not considered)
+<li>Depends: haskell-persistent <a href="#haskell-aeson/i386">haskell-aeson/i386</a> (not considered)
+<li>Depends: haskell-persistent <a href="#haskell-aeson/kfreebsd-amd64">haskell-aeson/kfreebsd-amd64</a> (not considered)
+<li>Depends: haskell-persistent <a href="#haskell-aeson/kfreebsd-i386">haskell-aeson/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-persistent <a href="#haskell-aeson/sparc">haskell-aeson/sparc</a> (not considered)
 <li>Depends: haskell-persistent <a href="#haskell-unordered-containers">haskell-unordered-containers</a> (not considered)
 </ul>
 <li><a id="ldns" name="ldns">ldns</a> (1.6.13-1 to 1.6.13-4)
@@ -13925,8 +14043,18 @@
 <li>76 days old (needed 10 days)
 <li>Not touching package due to block request by freeze (contact debian-release if update is needed)
 <li>Not considered
-<li>Depends: haskell-wai-eventsource <a href="#haskell-wai">haskell-wai</a>
-<li>Depends: haskell-wai-eventsource <a href="#haskell-warp">haskell-warp</a>
+<li>Depends: haskell-wai-eventsource <a href="#haskell-wai/armel">haskell-wai/armel</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-wai/i386">haskell-wai/i386</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-wai/kfreebsd-i386">haskell-wai/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-wai/powerpc">haskell-wai/powerpc</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-wai/s390">haskell-wai/s390</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-wai/sparc">haskell-wai/sparc</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-warp/armel">haskell-warp/armel</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-warp/i386">haskell-warp/i386</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-warp/kfreebsd-i386">haskell-warp/kfreebsd-i386</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-warp/powerpc">haskell-warp/powerpc</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-warp/s390">haskell-warp/s390</a> (not considered)
+<li>Depends: haskell-wai-eventsource <a href="#haskell-warp/sparc">haskell-warp/sparc</a> (not considered)
 </ul>
 <li><a id="haskell-yesod-auth-oauth" name="haskell-yesod-auth-oauth">haskell-yesod-auth-oauth</a> (- to 1.0.0.1-1)
 <ul>

Reply to: