diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2020-10-06 21:42:49 -0400 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-09 08:52:43 -0400 |
| commit | e5c7c9c8578de1248826c21ebd08e475d094a552 (patch) | |
| tree | f09780448e1d1a0a214272d772c2badaff8866fd /mk/get-win32-tarballs.py | |
| parent | bfdccac6acce84e15292a454d12f4e0d87ef6f10 (diff) | |
| download | haskell-e5c7c9c8578de1248826c21ebd08e475d094a552.tar.gz | |
Bump win32-tarballs version to 0.3
This should fix #18774.
Diffstat (limited to 'mk/get-win32-tarballs.py')
| -rwxr-xr-x | mk/get-win32-tarballs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/get-win32-tarballs.py b/mk/get-win32-tarballs.py index 6686119204..025e661b22 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.2' +TARBALL_VERSION = '0.3' BASE_URL = "https://downloads.haskell.org/ghc/mingw/{}".format(TARBALL_VERSION) DEST = Path('ghc-tarballs/mingw-w64') ARCHS = ['i686', 'x86_64', 'sources'] |
