Bump ghcup metadata, because new GHC versions may have different bin/ layout

This commit is contained in:
Julian Ospald 2021-07-28 19:17:59 +02:00
parent 096103e65a
commit 442ddfd4e4
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
4 changed files with 2219 additions and 3 deletions

View File

@ -99,7 +99,7 @@ variables:
script:
- bash ./.gitlab/script/ghcup_version.sh
variables:
JSON_VERSION: "0.0.5"
JSON_VERSION: "0.0.6"
artifacts:
expire_in: 2 week
paths:
@ -207,7 +207,7 @@ variables:
only:
- tags
variables:
JSON_VERSION: "0.0.5"
JSON_VERSION: "0.0.6"
######## stack test ########

2215
ghcup-0.0.6.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,7 @@ extra-doc-files:
config.yaml
ghcup-0.0.4.yaml
ghcup-0.0.5.yaml
ghcup-0.0.6.yaml
HACKING.md
README.md
RELEASING.md

View File

@ -25,7 +25,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.5.yaml|]
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.6.yaml|]
-- | The current ghcup version.
ghcUpVer :: PVP