[Git][ghc/ghc][wip/freebsd-ci] cabal
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Aug 8 04:08:53 UTC 2022
Ben Gamari pushed to branch wip/freebsd-ci at Glasgow Haskell Compiler / GHC
Commits:
aec045a4 by Ben Gamari at 2022-08-08T00:08:46-04:00
cabal
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -328,8 +328,7 @@ function fetch_cabal() {
local base_url="https://downloads.haskell.org/~cabal/cabal-install-$v/"
case "$(uname)" in
Darwin) cabal_url="$base_url/cabal-install-$v-x86_64-apple-darwin17.7.0.tar.xz" ;;
- FreeBSD)
- cabal_url="$base_url/cabal-install-$v-x86_64-freebsd.tar.xz" ;;
+ FreeBSD) cabal_url="$base_url/cabal-install-$v-x86_64-freebsd13.tar.xz" ;;
*) fail "don't know where to fetch cabal-install for $(uname)"
esac
echo "Fetching cabal-install from $cabal_url"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aec045a42034e38bf3625e97a4eb110abaa21674
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aec045a42034e38bf3625e97a4eb110abaa21674
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220808/d38848d5/attachment-0001.html>
More information about the ghc-commits
mailing list