Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
someone updated patat
· be3c48b1
Clint Adams
authored
Feb 05, 2019
be3c48b1
add cborg and cborg-json
· 7a120535
Clint Adams
authored
Feb 05, 2019
7a120535
work around pandoc-citeproc-preamble binNMU problem
· db458591
Clint Adams
authored
Feb 05, 2019
db458591
Show whitespace changes
Inline
Side-by-side
packages.txt
View file @
db458591
...
...
@@ -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
...
...
test-packages.pl
View file @
db458591
...
...
@@ -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
;
...
...