diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index f5e1392..fb554eb 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -856,6 +856,13 @@ "dlUri": "https://github.com/redneb/ghc-alt-libc/releases/download/ghc-8.6.5-musl/ghc-8.6.5-x86_64-unknown-linux-musl.tar.xz" } }, + "FreeBSD": { + "unknown_versioning": { + "dlHash": "83a3059a630d40a98e26cb5b520354e12094a96e36ba2f5ab002dad94cf2fb37", + "dlSubdir": "ghc-8.6.5", + "dlUri": "https://files.hasufell.de/ghc/ghc-8.6.5-x86_64-portbld-freebsd.tar.xz" + } + }, "Linux_Debian": { "unknown_versioning": { "dlHash": "bc75f5601a9f41d58b2ba161b9e28fad52143a7229060f1e084168d9b2e914df", diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index 58c1cbd..d72d249 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -664,6 +664,12 @@ ghc_865_32_musl = DownloadInfo (Just [rel|ghc-8.6.5|]) "db13ff894faf431f9c64db21c090a1e4e42803794d56720a704c50166c7ca05d" +ghc_865_64_freebsd :: DownloadInfo +ghc_865_64_freebsd = DownloadInfo + [uri|https://files.hasufell.de/ghc/ghc-8.6.5-x86_64-portbld-freebsd.tar.xz|] + (Just [rel|ghc-8.6.5|]) + "83a3059a630d40a98e26cb5b520354e12094a96e36ba2f5ab002dad94cf2fb37" + ----------------- @@ -1647,6 +1653,7 @@ ghcupDownloads = M.fromList ) , (Darwin , M.fromList [(Nothing, ghc_865_64_darwin)]) , (Linux Alpine, M.fromList [(Nothing, ghc_865_64_musl)]) + , (FreeBSD, M.fromList [(Nothing, ghc_865_64_freebsd)]) ] ) , ( A_32