Add cabal-install-3.4.0.0-rc1

This commit is contained in:
2020-07-28 20:55:00 +02:00
parent 86a4b10de6
commit d30d2ac8a5
5 changed files with 7 additions and 0 deletions

View File

@@ -1422,6 +1422,7 @@ printListResult raw lr = do
where
printTag Recommended = color' Green "recommended"
printTag Latest = color' Yellow "latest"
printTag Prerelease = color' Red "prerelease"
printTag (Base pvp'') = "base-" ++ T.unpack (prettyPVP pvp'')
printTag (UnknownTag t ) = t
color' = case raw of