Skip to content
Commits on Source (3)
......@@ -97,6 +97,8 @@ carettah 0.5.1 binary
case-insensitive 1.2.0.11
cassava 0.5.1.0 notest # cassava-0.5.1.0:test => QuickCheck==2.10.*
categories 1.0.7 key
cborg 0.2.0.0
cborg-json 0.2.0.0
cereal 0.5.7.0
cereal-conduit 0.8.0
cereal-vector 0.2.0.1
......@@ -655,7 +657,7 @@ parsec 3.1.13.0 ghcpkg notest
parsec-numbers 0.1.0
parser-combinators 1.0.0
parsers 0.12.9
patat 0.8.2.0 binary
patat 0.8.2.1 binary
path 0.6.1 notest # path-0.6.1:test => genvalidity<0.5
path-io 1.3.3
path-pieces 0.2.1
......
......@@ -141,6 +141,9 @@ my %binavail;
$error_count++;
}
my $version = $1;
if ($pkg eq "pandoc-citeproc-preamble" and $version =~ s/\+b\d+//) {
print "WARNING: $pkg has a native version number for some reason\n";
}
push @{$binavail{$pkg}}, $version;
}
close VERS;
......