From a298d949b52b8759c96f47c750a35dc743f3ef2a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Jul 2020 19:00:10 +0200 Subject: [PATCH] Remove FreeBSD workaround in CI --- .gitlab/script/ghcup_version.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab/script/ghcup_version.sh b/.gitlab/script/ghcup_version.sh index 952fab8..bfbe5ee 100755 --- a/.gitlab/script/ghcup_version.sh +++ b/.gitlab/script/ghcup_version.sh @@ -44,12 +44,6 @@ ghcup-gen check -f ghcup-${JSON_VERSION}.json eghcup --numeric-version -# TODO: rm once we have tarballs -if [ "${OS}" = "FREEBSD" ] ; then - GHC_VERSION=8.6.3 - CABAL_VERSION=2.4.1.0 -fi - eghcup install ${GHC_VERSION} eghcup set ${GHC_VERSION} eghcup install-cabal ${CABAL_VERSION}