diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 90728d4..17f33d3 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -222,8 +222,7 @@ download_ghcup() { if freebsd-version | grep -E '^12.*' ; then freebsd_ver=12 elif freebsd-version | grep -E '^13.*' ; then - # TODO: missing FreeBSD13 version - freebsd_ver=12 + freebsd_ver=13 else die "Unsupported FreeBSD version! Please report a bug at https://gitlab.haskell.org/haskell/ghcup-hs/-/issues" fi