[Pkg-haskell-commits] darcs: tools: non-libraries are now handled correctly

Joachim Breitner mail at joachim-breitner.de
Tue Dec 3 22:02:36 UTC 2013


Tue Dec  3 21:52:39 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * non-libraries are now handled correctly

    M ./all-packages/test-packages.pl -1 +1

Tue Dec  3 21:52:39 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * non-libraries are now handled correctly
diff -rN -u old-tools/all-packages/test-packages.pl new-tools/all-packages/test-packages.pl
--- old-tools/all-packages/test-packages.pl	2013-12-03 22:02:36.224263100 +0000
+++ new-tools/all-packages/test-packages.pl	2013-12-03 22:02:36.272263094 +0000
@@ -74,7 +74,7 @@
 }
 
 
-print "Checking for outdated entries (produces false warnings for non-libraries)...\n";
+print "Checking for outdated entries...\n";
 for my $pkg (sort keys %packages) {
 	if (! exists($versions{$pkg})) {
 		printf "MISSING: %s %s\n" ,




More information about the Pkg-haskell-commits mailing list