Update ghcup binaries

This commit is contained in:
Julian Ospald 2020-07-22 00:17:37 +02:00
parent 15a188c501
commit ec6bbdbf06
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
3 changed files with 31 additions and 31 deletions

View File

@ -28,7 +28,7 @@ eghcup() {
download_ghcup() { download_ghcup() {
_plat="$(uname -s)" _plat="$(uname -s)"
_arch=$(uname -m) _arch=$(uname -m)
_ghver="0.1.7" _ghver="0.1.8"
_base_url="https://downloads.haskell.org/~ghcup" _base_url="https://downloads.haskell.org/~ghcup"
case "${_plat}" in case "${_plat}" in

View File

@ -2340,37 +2340,37 @@
} }
}, },
"GHCup": { "GHCup": {
"0.1.7": { "0.1.8": {
"viArch": { "viArch": {
"A_64": { "A_64": {
"FreeBSD": { "FreeBSD": {
"unknown_versioning": { "unknown_versioning": {
"dlHash": "54b9b6f98908f6679dda6db025b4047dfe82e6b57ae82c547a9d611b9e4ff105", "dlHash": "442cdfe1b4525a327d9566e6270f909f7deba21c16dd4c7912537cf67e6cd521",
"dlSubdir": null, "dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.7/x86_64-portbld-freebsd-ghcup-0.1.7" "dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-portbld-freebsd-ghcup-0.1.8"
} }
}, },
"Darwin": { "Darwin": {
"unknown_versioning": { "unknown_versioning": {
"dlHash": "00b2c04755d2b40e568afbfc2a485c36697fc55f210eae0d4cd80413c71032ed", "dlHash": "b6efc25013a20734e93ad7ae4ecf319f19eeee2129d515d568ccf0003f26615f",
"dlSubdir": null, "dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.7/x86_64-apple-darwin-ghcup-0.1.7" "dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-apple-darwin-ghcup-0.1.8"
} }
}, },
"Linux_UnknownLinux": { "Linux_UnknownLinux": {
"unknown_versioning": { "unknown_versioning": {
"dlHash": "a1d1e8b3c2b00186957c927d09f2cfb457bbfa65c1ab562ff5683963e205bdd5", "dlHash": "7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9",
"dlSubdir": null, "dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.7/x86_64-linux-ghcup-0.1.7" "dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-linux-ghcup-0.1.8"
} }
} }
}, },
"A_32": { "A_32": {
"Linux_UnknownLinux": { "Linux_UnknownLinux": {
"unknown_versioning": { "unknown_versioning": {
"dlHash": "1651cc196e4fdd18995054edebe109833535961f0e2b0d505f1714e83f3e8808", "dlHash": "18ab162920cea662feae4b08f39d3879e9e416fde7b734afd8072c39d3c43cde",
"dlSubdir": null, "dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.7/i386-linux-ghcup-0.1.7" "dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/i386-linux-ghcup-0.1.8"
} }
} }
} }

View File

@ -1002,32 +1002,32 @@ cabal_3200_64_alpine = DownloadInfo
------------- -------------
ghcup_017_32_linux :: DownloadInfo ghcup_32_linux :: DownloadInfo
ghcup_017_32_linux = DownloadInfo ghcup_32_linux = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.7/i386-linux-ghcup-0.1.7|] [uri|https://downloads.haskell.org/~ghcup/0.1.8/i386-linux-ghcup-0.1.8|]
Nothing Nothing
"1651cc196e4fdd18995054edebe109833535961f0e2b0d505f1714e83f3e8808" "18ab162920cea662feae4b08f39d3879e9e416fde7b734afd8072c39d3c43cde"
ghcup_017_64_linux :: DownloadInfo ghcup_64_linux :: DownloadInfo
ghcup_017_64_linux = DownloadInfo ghcup_64_linux = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.7/x86_64-linux-ghcup-0.1.7|] [uri|https://downloads.haskell.org/~ghcup/0.1.8/x86_64-linux-ghcup-0.1.8|]
Nothing Nothing
"a1d1e8b3c2b00186957c927d09f2cfb457bbfa65c1ab562ff5683963e205bdd5" "7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9"
ghcup_017_64_freebsd :: DownloadInfo ghcup_64_freebsd :: DownloadInfo
ghcup_017_64_freebsd = DownloadInfo ghcup_64_freebsd = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.7/x86_64-portbld-freebsd-ghcup-0.1.7|] [uri|https://downloads.haskell.org/~ghcup/0.1.8/x86_64-portbld-freebsd-ghcup-0.1.8|]
Nothing Nothing
"54b9b6f98908f6679dda6db025b4047dfe82e6b57ae82c547a9d611b9e4ff105" "442cdfe1b4525a327d9566e6270f909f7deba21c16dd4c7912537cf67e6cd521"
ghcup_017_64_darwin10_13 :: DownloadInfo ghcup_64_darwin10_13 :: DownloadInfo
ghcup_017_64_darwin10_13 = DownloadInfo ghcup_64_darwin10_13 = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.7/x86_64-apple-darwin-ghcup-0.1.7|] [uri|https://downloads.haskell.org/~ghcup/0.1.8/x86_64-apple-darwin-ghcup-0.1.8|]
Nothing Nothing
"00b2c04755d2b40e568afbfc2a485c36697fc55f210eae0d4cd80413c71032ed" "b6efc25013a20734e93ad7ae4ecf319f19eeee2129d515d568ccf0003f26615f"
@ -2005,7 +2005,7 @@ ghcupDownloads = M.fromList
) )
, ( GHCup , ( GHCup
, M.fromList , M.fromList
[ ( [vver|0.1.7|] [ ( [vver|0.1.8|]
, VersionInfo , VersionInfo
[Recommended, Latest] [Recommended, Latest]
(Just (Just
@ -2016,16 +2016,16 @@ ghcupDownloads = M.fromList
[ ( A_64 [ ( A_64
, M.fromList , M.fromList
[ ( Linux UnknownLinux [ ( Linux UnknownLinux
, M.fromList [(Nothing, ghcup_017_64_linux)] , M.fromList [(Nothing, ghcup_64_linux)]
) )
, (Darwin , M.fromList [(Nothing, ghcup_017_64_darwin10_13)]) , (Darwin , M.fromList [(Nothing, ghcup_64_darwin10_13)])
, (FreeBSD, M.fromList [(Nothing, ghcup_017_64_freebsd)]) , (FreeBSD, M.fromList [(Nothing, ghcup_64_freebsd)])
] ]
) )
, ( A_32 , ( A_32
, M.fromList , M.fromList
[ ( Linux UnknownLinux [ ( Linux UnknownLinux
, M.fromList [(Nothing, ghcup_017_32_linux)] , M.fromList [(Nothing, ghcup_32_linux)]
) )
] ]
) )