From c4b660920cf9f39009876eea7e7e8a77170a299c Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Wed, 2 Sep 2020 11:54:13 -0700 Subject: [PATCH] Bump bazel to ghc 8.10.2 Co-Authored-By: Patrick Thomson <2498+patrickt@users.noreply.github.com> --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index a63018c41..f8a6335cc 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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.