From 97cd43792d301cc54059c03a1322e710268b37a6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Jul 2020 00:31:02 +0200 Subject: [PATCH] Set 8.8.4 as recommended GHC version --- ghcup-0.0.2.json | 2 +- lib/GHCup/Data/GHCupDownloads.hs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 2334f91..7f7ec96 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -1314,6 +1314,7 @@ }, "viChangeLog": "https://downloads.haskell.org/~ghc/8.8.4/docs/html/users_guide/8.8.4-notes.html", "viTags": [ + "Recommended", "base-4.13.0.0" ] }, @@ -2158,7 +2159,6 @@ }, "viChangeLog": "https://downloads.haskell.org/~ghc/8.8.3/docs/html/users_guide/8.8.3-notes.html", "viTags": [ - "Recommended", "base-4.13.0.0" ] } diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index b44b6f4..bed5058 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -1718,7 +1718,7 @@ ghcupDownloads = M.fromList ) , ( [vver|8.8.3|] , VersionInfo - [Recommended, Base [pver|4.13.0.0|]] + [Base [pver|4.13.0.0|]] (Just [uri|https://downloads.haskell.org/~ghc/8.8.3/docs/html/users_guide/8.8.3-notes.html|] ) @@ -1771,7 +1771,7 @@ ghcupDownloads = M.fromList ) , ( [vver|8.8.4|] , VersionInfo - [Base [pver|4.13.0.0|]] + [Recommended, Base [pver|4.13.0.0|]] (Just [uri|https://downloads.haskell.org/~ghc/8.8.4/docs/html/users_guide/8.8.4-notes.html|] )