diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-04-13 11:42:23 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-18 13:21:05 -0400 |
commit | 2ee96ac1aa2cbff4e70bc45988930d64599029f2 (patch) | |
tree | 587649cc512c68c47b73624e1efa8f9ac5ae1695 /.gitlab | |
parent | 84cc8394d075cea236faa0bcd9ef0a84de89ee8c (diff) | |
download | haskell-2ee96ac1aa2cbff4e70bc45988930d64599029f2.tar.gz |
gitlab-ci: Bump FreeBSD bootstrap compiler to 8.10.1
Diffstat (limited to '.gitlab')
-rwxr-xr-x | .gitlab/ci.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index ff612f663e..d3e922ff86 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -139,12 +139,6 @@ function set_toolchain_paths() { export CABAL export HAPPY export ALEX - - # FIXME: Temporarily use ghc from ports - case "$(uname)" in - FreeBSD) GHC="/usr/local/bin/ghc" ;; - *) ;; - esac } # Extract GHC toolchain |