From 1ccaf4ba911ec80ee0504c4e49bd24a2ca23f0ce Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 15 Apr 2020 15:12:21 +0200 Subject: [PATCH] Update ghcup downloads --- app/ghcup-gen/GHCupDownloads.hs | 42 ++++++++++++++++----------------- ghcup-0.0.1.json | 18 +++++++------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/app/ghcup-gen/GHCupDownloads.hs b/app/ghcup-gen/GHCupDownloads.hs index e957864..c8c3db0 100644 --- a/app/ghcup-gen/GHCupDownloads.hs +++ b/app/ghcup-gen/GHCupDownloads.hs @@ -984,32 +984,32 @@ cabal_3200_64_darwin = DownloadInfo ------------- -ghcup_011_32_linux :: DownloadInfo -ghcup_011_32_linux = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.1/i386-linux-ghcup-0.1.1|] +ghcup_012_32_linux :: DownloadInfo +ghcup_012_32_linux = DownloadInfo + [uri|https://downloads.haskell.org/ghcup/0.1.2/i386-linux-ghcup-0.1.2|] Nothing - "f576f22efdcf17fa18189b65d70e596d14f2347ef549a00592ef28d529c7d5a0" + "a1b3f1b62798a2b1162e7433530e697292b87a9255516d8a08e07f0708a72550" -ghcup_011_64_linux :: DownloadInfo -ghcup_011_64_linux = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.1/x86_64-linux-ghcup-0.1.1|] +ghcup_012_64_linux :: DownloadInfo +ghcup_012_64_linux = DownloadInfo + [uri|https://downloads.haskell.org/ghcup/0.1.2/x86_64-linux-ghcup-0.1.2|] Nothing - "2789fbab2848e4dfd77406b9a710c925b3b9680ac0f8486caca190628646486f" + "ef8b39bacce3661efc63d43d0a926b6803497e01c13afbea3947a6d320ecacbf" -ghcup_011_64_freebsd :: DownloadInfo -ghcup_011_64_freebsd = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.1/x86_64-portbld-freebsd-ghcup-0.1.1|] +ghcup_012_64_freebsd :: DownloadInfo +ghcup_012_64_freebsd = DownloadInfo + [uri|https://downloads.haskell.org/ghcup/0.1.2/x86_64-portbld-freebsd-ghcup-0.1.2|] Nothing - "1336585b15692d6458edf4d913fd585d9963a708e2c952a71ee1ad3400ed2163" + "03407b869a860c5f6fb0b94436a4dd17f0d2937a3b6fa348f2a71f64b1daba82" -ghcup_011_64_darwin10_13 :: DownloadInfo -ghcup_011_64_darwin10_13 = DownloadInfo - [uri|https://downloads.haskell.org/ghcup/0.1.1/x86_64-apple-darwin-ghcup-0.1.1|] +ghcup_012_64_darwin10_13 :: DownloadInfo +ghcup_012_64_darwin10_13 = DownloadInfo + [uri|https://downloads.haskell.org/ghcup/0.1.2/x86_64-apple-darwin-ghcup-0.1.2|] Nothing - "b9694de40134e3d17611749eba94d8e4d00a84e2a16bb2409eab1e87f810dacd" + "bea293d4a0475f853284d3bf4790565fa270922c8dae60730490dd3753a6ad63" @@ -1877,18 +1877,18 @@ ghcupDownloads = M.fromList ) , ( GHCup , M.fromList - [ ( [vver|0.1.1|] + [ ( [vver|0.1.2|] , VersionInfo [Recommended, Latest] Nothing $ M.fromList [ ( A_64 , M.fromList - [ (Linux UnknownLinux, M.fromList [(Nothing, ghcup_011_64_linux)]) - , (Darwin, M.fromList [(Nothing, ghcup_011_64_darwin10_13)]) - , (FreeBSD, M.fromList [(Nothing, ghcup_011_64_freebsd)]) + [ (Linux UnknownLinux, M.fromList [(Nothing, ghcup_012_64_linux)]) + , (Darwin, M.fromList [(Nothing, ghcup_012_64_darwin10_13)]) + , (FreeBSD, M.fromList [(Nothing, ghcup_012_64_freebsd)]) ] ) , ( A_32 , M.fromList - [(Linux UnknownLinux, M.fromList [(Nothing, ghcup_011_32_linux)])] + [(Linux UnknownLinux, M.fromList [(Nothing, ghcup_012_32_linux)])] ) ] ) diff --git a/ghcup-0.0.1.json b/ghcup-0.0.1.json index c4f59f9..f3e33bc 100644 --- a/ghcup-0.0.1.json +++ b/ghcup-0.0.1.json @@ -2113,37 +2113,37 @@ } }, "GHCup": { - "0.1.1": { + "0.1.2": { "viArch": { "A_64": { "FreeBSD": { "unknown_versioning": { - "dlHash": "1336585b15692d6458edf4d913fd585d9963a708e2c952a71ee1ad3400ed2163", + "dlHash": "03407b869a860c5f6fb0b94436a4dd17f0d2937a3b6fa348f2a71f64b1daba82", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.1/x86_64-portbld-freebsd-ghcup-0.1.1" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.2/x86_64-portbld-freebsd-ghcup-0.1.2" } }, "Darwin": { "unknown_versioning": { - "dlHash": "b9694de40134e3d17611749eba94d8e4d00a84e2a16bb2409eab1e87f810dacd", + "dlHash": "bea293d4a0475f853284d3bf4790565fa270922c8dae60730490dd3753a6ad63", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.1/x86_64-apple-darwin-ghcup-0.1.1" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.2/x86_64-apple-darwin-ghcup-0.1.2" } }, "Linux_UnknownLinux": { "unknown_versioning": { - "dlHash": "2789fbab2848e4dfd77406b9a710c925b3b9680ac0f8486caca190628646486f", + "dlHash": "ef8b39bacce3661efc63d43d0a926b6803497e01c13afbea3947a6d320ecacbf", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.1/x86_64-linux-ghcup-0.1.1" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.2/x86_64-linux-ghcup-0.1.2" } } }, "A_32": { "Linux_UnknownLinux": { "unknown_versioning": { - "dlHash": "f576f22efdcf17fa18189b65d70e596d14f2347ef549a00592ef28d529c7d5a0", + "dlHash": "a1b3f1b62798a2b1162e7433530e697292b87a9255516d8a08e07f0708a72550", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/ghcup/0.1.1/i386-linux-ghcup-0.1.1" + "dlUri": "https://downloads.haskell.org/ghcup/0.1.2/i386-linux-ghcup-0.1.2" } } }