From aac2874f8ff36f70ddd168a64a76c6b261db94fa Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 30 Nov 2021 19:00:33 +0100 Subject: [PATCH] Fix boostrap-haskell on FreeBSD 13 --- scripts/bootstrap/bootstrap-haskell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 5c88da8..8286076 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -223,7 +223,8 @@ download_ghcup() { if freebsd-version | grep -E '^12.*' ; then freebsd_ver=12 elif freebsd-version | grep -E '^13.*' ; then - freebsd_ver=13 + # TODO: missing FreeBSD13 version + freebsd_ver=12 else die "Unsupported FreeBSD version! Please report a bug at https://gitlab.haskell.org/haskell/ghcup-hs/-/issues" fi