From 9d7914e69a0046345b572c911916477147efd61f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 22 Sep 2020 23:41:19 +0200 Subject: [PATCH] Bump ghcupURL --- lib/GHCup/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs index f0eb494..c1dee51 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -22,7 +22,7 @@ import qualified Data.Text as T -- | This reflects the API version of the YAML. ghcupURL :: URI -ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.yaml|] +ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.3.yaml|] -- | The current ghcup version. ghcUpVer :: PVP