From d61981bc1b8552d4ee3e007d5e110326b2f4ec21 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 2 Sep 2021 21:27:31 +0200 Subject: [PATCH] Update doc on ghcupURL --- lib/GHCup/Version.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs index eda277a..815e1cc 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -24,6 +24,9 @@ import qualified Data.List.NonEmpty as NE import qualified Data.Text as T -- | This reflects the API version of the YAML. +-- +-- Note that when updating this, CI requires that the file exsists AND the same file exists at +-- 'https://www.haskell.org/ghcup/exp/ghcup-.yaml' with some newlines added. ghcupURL :: URI ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.7.yaml|]