Allow to hide old versions of tools in TUI

This commit is contained in:
2020-10-09 22:55:33 +02:00
parent 73d1d97f1f
commit 57c34a07f2
6 changed files with 159 additions and 52 deletions

View File

@@ -122,6 +122,7 @@ validate dls = do
where
isUniqueTag Latest = True
isUniqueTag Recommended = True
isUniqueTag Old = False
isUniqueTag Prerelease = False
isUniqueTag (Base _) = False
isUniqueTag (UnknownTag _) = False