From 0bbac877bd52a11aaf01cfde38e328af85cb8f58 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 30 Apr 2020 00:12:30 +0200 Subject: [PATCH] Update ghcup tarballs --- bootstrap-haskell | 8 +++--- ghcup-0.0.2.json | 18 +++++++------- lib/GHCup/Data/GHCupDownloads.hs | 42 ++++++++++++++++---------------- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/bootstrap-haskell b/bootstrap-haskell index 8b6567c..fb17044 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -31,10 +31,10 @@ download_ghcup() { "linux"|"Linux") case "${_arch}" in x86_64|amd64) - _url=https://downloads.haskell.org/~ghcup/0.1.4/x86_64-linux-ghcup-0.1.4 + _url=https://downloads.haskell.org/~ghcup/0.1.5/x86_64-linux-ghcup-0.1.5 ;; i*86) - _url=https://downloads.haskell.org/~ghcup/0.1.4/i386-linux-ghcup-0.1.4 + _url=https://downloads.haskell.org/~ghcup/0.1.5/i386-linux-ghcup-0.1.5 ;; *) die "Unknown architecture: ${_arch}" ;; @@ -50,7 +50,7 @@ download_ghcup() { *) die "Unknown architecture: ${_arch}" ;; esac - _url=https://downloads.haskell.org/~ghcup/0.1.4/x86_64-portbld-freebsd-ghcup-0.1.4 + _url=https://downloads.haskell.org/~ghcup/0.1.5/x86_64-portbld-freebsd-ghcup-0.1.5 ;; "Darwin"|"darwin") case "${_arch}" in @@ -62,7 +62,7 @@ download_ghcup() { *) die "Unknown architecture: ${_arch}" ;; esac - _url=https://downloads.haskell.org/~ghcup/0.1.4/x86_64-apple-darwin-ghcup-0.1.4 ;; + _url=https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5 ;; *) die "Unknown platform: ${_plat}" ;; esac diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 96b0c94..0e2e0e0 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -2231,37 +2231,37 @@ } }, "GHCup": { - "0.1.4": { + "0.1.5": { "viArch": { "A_64": { "FreeBSD": { "unknown_versioning": { - "dlHash": "cda0b959f053abc04ab0a1b9919a505b8c9304e2898a291f527a370cb0e00731", + "dlHash": "6dd57cc5958ef3a6ba7de22808d9292d31dada8af95277578b69be35fc090194", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.4/x86_64-portbld-freebsd-ghcup-0.1.4" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-portbld-freebsd-ghcup-0.1.5" } }, "Darwin": { "unknown_versioning": { - "dlHash": "2422b79933ae037237ccb8f836417b90b3111d7931beb7ae8b9e33a1945c641e", + "dlHash": "5be3324b65c737af942cc5ed1a025d4882f29c1efcc7dcd971a893efab78d394", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.4/x86_64-apple-darwin-ghcup-0.1.4" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5" } }, "Linux_UnknownLinux": { "unknown_versioning": { - "dlHash": "78d69ed4c9a810a445af89ea25e4217a632799ecb427b06cd2320ffb574f555e", + "dlHash": "cfdb01dde77121859b5d90b6707238b54e23787fcbb3003e18ab52a5dbfee330", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.4/x86_64-linux-ghcup-0.1.4" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-linux-ghcup-0.1.5" } } }, "A_32": { "Linux_UnknownLinux": { "unknown_versioning": { - "dlHash": "057cc1cc39abdacd92cb1d4fb44c850fd9c5398a36b893286248ac5c38bc0c70", + "dlHash": "3707f60d703912709335dc0103fb1af5e5dfa83050825a8156b56bc81760b2a8", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.4/i386-linux-ghcup-0.1.4" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/i386-linux-ghcup-0.1.5" } } } diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index 14743cb..daa472f 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -1020,32 +1020,32 @@ cabal_3200_64_alpine = DownloadInfo ------------- -ghcup_014_32_linux :: DownloadInfo -ghcup_014_32_linux = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.4/i386-linux-ghcup-0.1.4|] +ghcup_015_32_linux :: DownloadInfo +ghcup_015_32_linux = DownloadInfo + [uri|https://downloads.haskell.org/~ghcup/0.1.5/i386-linux-ghcup-0.1.5|] Nothing - "057cc1cc39abdacd92cb1d4fb44c850fd9c5398a36b893286248ac5c38bc0c70" + "3707f60d703912709335dc0103fb1af5e5dfa83050825a8156b56bc81760b2a8" -ghcup_014_64_linux :: DownloadInfo -ghcup_014_64_linux = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.4/x86_64-linux-ghcup-0.1.4|] +ghcup_015_64_linux :: DownloadInfo +ghcup_015_64_linux = DownloadInfo + [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-linux-ghcup-0.1.5|] Nothing - "78d69ed4c9a810a445af89ea25e4217a632799ecb427b06cd2320ffb574f555e" + "cfdb01dde77121859b5d90b6707238b54e23787fcbb3003e18ab52a5dbfee330" -ghcup_014_64_freebsd :: DownloadInfo -ghcup_014_64_freebsd = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.4/x86_64-portbld-freebsd-ghcup-0.1.4|] +ghcup_015_64_freebsd :: DownloadInfo +ghcup_015_64_freebsd = DownloadInfo + [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-portbld-freebsd-ghcup-0.1.5|] Nothing - "cda0b959f053abc04ab0a1b9919a505b8c9304e2898a291f527a370cb0e00731" + "6dd57cc5958ef3a6ba7de22808d9292d31dada8af95277578b69be35fc090194" -ghcup_014_64_darwin10_13 :: DownloadInfo -ghcup_014_64_darwin10_13 = DownloadInfo - [uri|https://downloads.haskell.org/~ghcup/0.1.4/x86_64-apple-darwin-ghcup-0.1.4|] +ghcup_015_64_darwin10_13 :: DownloadInfo +ghcup_015_64_darwin10_13 = DownloadInfo + [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5|] Nothing - "2422b79933ae037237ccb8f836417b90b3111d7931beb7ae8b9e33a1945c641e" + "5be3324b65c737af942cc5ed1a025d4882f29c1efcc7dcd971a893efab78d394" @@ -1976,7 +1976,7 @@ ghcupDownloads = M.fromList ) , ( GHCup , M.fromList - [ ( [vver|0.1.4|] + [ ( [vver|0.1.5|] , VersionInfo [Recommended, Latest] (Just @@ -1987,16 +1987,16 @@ ghcupDownloads = M.fromList [ ( A_64 , M.fromList [ ( Linux UnknownLinux - , M.fromList [(Nothing, ghcup_014_64_linux)] + , M.fromList [(Nothing, ghcup_015_64_linux)] ) - , (Darwin , M.fromList [(Nothing, ghcup_014_64_darwin10_13)]) - , (FreeBSD, M.fromList [(Nothing, ghcup_014_64_freebsd)]) + , (Darwin , M.fromList [(Nothing, ghcup_015_64_darwin10_13)]) + , (FreeBSD, M.fromList [(Nothing, ghcup_015_64_freebsd)]) ] ) , ( A_32 , M.fromList [ ( Linux UnknownLinux - , M.fromList [(Nothing, ghcup_014_32_linux)] + , M.fromList [(Nothing, ghcup_015_32_linux)] ) ] )