1
1
mirror of https://github.com/github/semantic.git synced 2024-11-26 09:07:39 +03:00

Bump bazel to ghc 8.10.2

Co-Authored-By: Patrick Thomson <2498+patrickt@users.noreply.github.com>
This commit is contained in:
Rick Winfrey 2020-09-02 11:54:13 -07:00
parent 8b2e868b1c
commit c4b660920c

View File

@ -38,7 +38,7 @@ load(
# Download a GHC binary distribution from haskell.org and register it as a toolchain.
rules_haskell_toolchains(
locale = "en_US.UTF-8",
version = "8.10.1",
version = "8.10.2",
)
# Enable GHC persistent worker mode, if that's your bag.