summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-10 21:49:57 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-03 14:07:30 -0500
commitb2bb3e62275cc1d9e00a2d5ed511843192133ed5 (patch)
tree6283bf1e913bee067bbd30e3aa5782a68d164a03 /mk
parent48e391952c17ff7eab10b0b1456e3f2a2af28a9b (diff)
downloadhaskell-b2bb3e62275cc1d9e00a2d5ed511843192133ed5.tar.gz
Bump Windows toolchain
Updates to LLVM 14, hopefully fixing #21964.
Diffstat (limited to 'mk')
-rwxr-xr-xmk/get-win32-tarballs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/get-win32-tarballs.py b/mk/get-win32-tarballs.py
index 1ee0580051..4b11c36116 100755
--- a/mk/get-win32-tarballs.py
+++ b/mk/get-win32-tarballs.py
@@ -8,7 +8,7 @@ import argparse
import sys
from sys import stderr
-TARBALL_VERSION = '0.7'
+TARBALL_VERSION = '0.8'
BASE_URL = "https://downloads.haskell.org/ghc/mingw/{}".format(TARBALL_VERSION)
DEST = Path('ghc-tarballs/mingw-w64')
ARCHS = ['x86_64', 'sources']