From 1ca628aba197c94d0ff98bdd7da1828695d91f4e Mon Sep 17 00:00:00 2001 From: puffnfresh Date: Thu, 18 Jun 2020 07:52:34 -0400 Subject: [PATCH 1/2] Fix dlSubdir of ghc-8.10.1-x86_64-unknown-linux for Linux_Alpine --- ghcup-0.0.2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 8bd5bd6..96c441e 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -687,7 +687,7 @@ "Linux_Alpine": { "unknown_versioning": { "dlHash": "cb13b645d103e2fba2eb8dfcc4e5f2fbd9550c00c4df42f342b4210436dcb8a8", - "dlSubdir": "ghc-8.10.1", + "dlSubdir": "ghc-8.10.1-x86_64-unknown-linux", "dlUri": "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-alpine3.10-linux-integer-simple.tar.xz" } }, From 3055529d4ceab463d92c3a5bbd0a10a0d7fabd9f Mon Sep 17 00:00:00 2001 From: Brian McKenna Date: Fri, 19 Jun 2020 23:17:34 +0000 Subject: [PATCH 2/2] Update GHCupDownloads with ghcup-0.0.2.json content --- lib/GHCup/Data/GHCupDownloads.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index e2d692f..77f83ab 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -883,7 +883,7 @@ ghc_8101_64_darwin = DownloadInfo ghc_8101_64_alpine :: DownloadInfo ghc_8101_64_alpine = DownloadInfo [uri|https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-alpine3.10-linux-integer-simple.tar.xz|] - (Just [rel|ghc-8.10.1|]) + (Just [rel|ghc-8.10.1-x86_64-unknown-linux|]) "cb13b645d103e2fba2eb8dfcc4e5f2fbd9550c00c4df42f342b4210436dcb8a8"