[Git][ghc/ghc][wip/backports] Bump win32 toolchain to 0.2
Ben Gamari
gitlab at gitlab.haskell.org
Sat May 30 19:24:33 UTC 2020
Ben Gamari pushed to branch wip/backports at Glasgow Haskell Compiler / GHC
Commits:
254e625f by Ben Gamari at 2020-05-30T19:24:03+00:00
Bump win32 toolchain to 0.2
- - - - -
1 changed file:
- mk/get-win32-tarballs.py
Changes:
=====================================
mk/get-win32-tarballs.py
=====================================
@@ -6,7 +6,7 @@ import urllib.request
import subprocess
import argparse
-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/254e625fcc89c13cf5d8476859acd7c4e2170f80
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/254e625fcc89c13cf5d8476859acd7c4e2170f80
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/20200530/1d0cd350/attachment.html>
More information about the ghc-commits
mailing list