[Git][ghc/ghc][wip/bump-win32-tarballs] Windows: Bump Windows toolchain to 0.2
Ben Gamari
gitlab at gitlab.haskell.org
Wed May 27 22:08:24 UTC 2020
Ben Gamari pushed to branch wip/bump-win32-tarballs at Glasgow Haskell Compiler / GHC
Commits:
47732f5a by Ben Gamari at 2020-05-27T18:08:21-04:00
Windows: Bump Windows toolchain to 0.2
- - - - -
1 changed file:
- mk/get-win32-tarballs.py
Changes:
=====================================
mk/get-win32-tarballs.py
=====================================
@@ -7,7 +7,7 @@ import subprocess
import argparse
from sys import stderr
-TARBALL_VERSION = '0.1'
+TARBALL_VERSION = '0.2'
BASE_URL = "https://downloads.haskell.org/ghc/mingw/{}".format(TARBALL_VERSION)
DEST = Path('ghc-tarballs/mingw-w64')
ARCHS = ['i686', 'x86_64', 'sources']
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/47732f5a8d9b6af2a759a8ed0426e666804858f4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/47732f5a8d9b6af2a759a8ed0426e666804858f4
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/20200527/fa59e992/attachment.html>
More information about the ghc-commits
mailing list