hotfix: make nimble compile with latest compiler version

This commit is contained in:
Andreas Rumpf 2016-12-28 00:08:05 +01:00
commit 26755c0183

View file

@ -763,7 +763,7 @@ proc listPaths(options: Options) =
MediumPriority)
if installed.len > 0:
sort(installed, system.cmp[VersionAndPath], Descending)
sort(installed, cmp[VersionAndPath], Descending)
# The output for this command is used by tools so we do not use display().
echo installed[0].path
else: