From 531b82a40665268a0962e7eb3d9469add9694722 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 12 Jul 2020 21:14:51 +0200 Subject: [PATCH] Add ghc-8.8.3 freebsd bindist --- ghcup-0.0.2.json | 7 +++++++ lib/GHCup/Data/GHCupDownloads.hs | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 63ee310..f5e1392 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -2009,6 +2009,13 @@ "dlUri": "https://github.com/redneb/ghc-alt-libc/releases/download/ghc-8.8.3-musl/ghc-8.8.3-x86_64-unknown-linux-musl.tar.xz" } }, + "FreeBSD": { + "unknown_versioning": { + "dlHash": "569719075b4d14b3875a899df522090ae31e6fe085e6dffe518e875b09a2f0be", + "dlSubdir": "ghc-8.8.3", + "dlUri": "https://files.hasufell.de/ghc/ghc-8.8.3-x86_64-portbld-freebsd.tar.xz" + } + }, "Linux_Debian": { "unknown_versioning": { "dlHash": "42fde2ef5a143e1e6b47ae8875162ea2d4d54b06f0f7fa32ee4f0eb86f2be7ad", diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index 230989f..58c1cbd 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -832,6 +832,11 @@ ghc_883_32_musl = DownloadInfo (Just [rel|ghc-8.8.3|]) "7a5f41646d06777e75636291a1855d60a0984552bbdf33c3d107565d302f38a4" +ghc_883_64_freebsd :: DownloadInfo +ghc_883_64_freebsd = DownloadInfo + [uri|https://files.hasufell.de/ghc/ghc-8.8.3-x86_64-portbld-freebsd.tar.xz|] + (Just [rel|ghc-8.8.3|]) + "569719075b4d14b3875a899df522090ae31e6fe085e6dffe518e875b09a2f0be" @@ -1804,6 +1809,7 @@ ghcupDownloads = M.fromList ) , (Darwin , M.fromList [(Nothing, ghc_883_64_darwin)]) , (Linux Alpine, M.fromList [(Nothing, ghc_883_64_musl)]) + , (FreeBSD , M.fromList [(Nothing, ghc_883_64_freebsd)]) ] ) , ( A_32