summaryrefslogtreecommitdiff
path: root/mk/win32-tarballs.md5sum
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-201-37/+26
|
* Windows: Bump to GCC 7.2 for GHC 8.4Tamar Christina2017-11-111-28/+28
| | | | | | | | | | | | | | | | | | | | | | GHC 8.4 is expected to ship with an updated GCC bindist based on GCC 7.2. I am however at this time not updating the crt due to an issue introduced in September. https://sourceforge.net/p/mingw-w64/mailman/message/36085637/ Unless a favorable fix comes out of the discussion I will just ship the old crt with GHC 8.4. Test Plan: ./validate Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie, rwbarton Differential Revision: https://phabricator.haskell.org/D4125
* Revert "Windows: Bump to GCC 7.2 for GHC 8.4"Tamar Christina2017-10-251-28/+28
| | | | This reverts commit b62097d10e0ff490f862661a24e3ca1cc1bba841.
* Windows: Bump to GCC 7.2 for GHC 8.4Tamar Christina2017-10-251-28/+28
| | | | | | | | | | | | | | | | | | | Summary: GHC 8.4 is expected to ship with an updated GCC bindist based on GCC 7.2. I am however at this time not updating the crt due to an issue introduced in september. https://sourceforge.net/p/mingw-w64/mailman/message/36085637/ Unless a favorable fix comes out of the discussion I will just ship the old crt with GHC 8.4. Test Plan: ./validate Reviewers: austin, bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4119
* First update mingw-w64 packages for 8.4Tamar Christina2017-04-231-39/+39
| | | | | | | | | | | | | | | | Summary: Updating to get latest binutils etc. Test Plan: ./validate Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, snowleopard GHC Trac Issues: #12913 Differential Revision: https://phabricator.haskell.org/D3382
* get-win32-tarballs: More reworking of tarball maintenanceBen Gamari2017-03-091-0/+12
| | | | | This fixes fetching of signatures and sources for inconsistently named msys2 tarballs.
* get-win32-tarballs: Rework handling of hashingBen Gamari2017-03-091-0/+27
This pulls out the hashes into a separate file, making them far easier to update.