From a696b98024d8b9009cd6ad021f20e087607145f6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 29 Dec 2013 13:06:23 -0400 Subject: Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a problem when a direct mode repo was somehow set to v3 rather than v4, and so the automatic direct mode upgrade to v5 was not done. --- Command/Version.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Command/Version.hs') diff --git a/Command/Version.hs b/Command/Version.hs index 13b839e66..0326b9ede 100644 --- a/Command/Version.hs +++ b/Command/Version.hs @@ -30,9 +30,7 @@ start = do liftIO $ do showPackageVersion info "local repository version" $ fromMaybe "unknown" v - info "default repository version" defaultVersion - info "supported repository versions" $ - unwords supportedVersions + info "supported repository version" supportedVersion info "upgrade supported from repository versions" $ unwords upgradableVersions stop -- cgit v1.2.3