Use yaml instead of pesky json

This commit is contained in:
2020-08-09 17:39:02 +02:00
parent 34e4ece8b5
commit 391676e90a
11 changed files with 1371 additions and 5000 deletions

View File

@@ -20,11 +20,11 @@ import URI.ByteString.QQ
import qualified Data.Text as T
-- | This reflects the API version of the JSON.
-- | This reflects the API version of the YAML.
ghcupURL :: URI
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.json|]
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.yaml|]
-- | The curren ghcup version.
-- | The current ghcup version.
ghcUpVer :: PVP
ghcUpVer = [pver|0.1.8|]