From 378942cbce0aebb5466581cfc74eaa04acbc2b54 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 7 May 2020 21:35:40 +0200 Subject: [PATCH] Update darwin ghcup-0.1.5 binary Seems to be broken on some systems due to gitlab CI using homebrew. Switched back to building it on travis. Fixes #21 --- ghcup-0.0.2.json | 4 ++-- lib/GHCup/Data/GHCupDownloads.hs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 9250615..16b5e49 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -2245,9 +2245,9 @@ }, "Darwin": { "unknown_versioning": { - "dlHash": "5be3324b65c737af942cc5ed1a025d4882f29c1efcc7dcd971a893efab78d394", + "dlHash": "68212040a0c975322e78b3bb97b670be9a6298bba4454a1f4488dc91e95b6720", "dlSubdir": null, - "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5" + "dlUri": "https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p1" } }, "Linux_UnknownLinux": { diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index e369f7f..599322f 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -1043,9 +1043,9 @@ ghcup_015_64_freebsd = DownloadInfo 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|] + [uri|https://downloads.haskell.org/~ghcup/0.1.5/x86_64-apple-darwin-ghcup-0.1.5-p1|] Nothing - "5be3324b65c737af942cc5ed1a025d4882f29c1efcc7dcd971a893efab78d394" + "68212040a0c975322e78b3bb97b670be9a6298bba4454a1f4488dc91e95b6720"