Merge pull request #6304 from andreasabel/mintty-win32

Correct the flag setting for `mintty` to match the shipped `Win32-2.10`
This commit is contained in:
Dan Burton 2021-11-15 12:11:12 -05:00 committed by GitHub
commit 58636ee5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6879,8 +6879,12 @@ package-flags:
functor-classes-compat:
containers: true
# 2021-11-14
# Since we are shipping Win32-2.10 (thus not 2.13.1), this flag needs to be set to 'false'.
# https://github.com/RyanGlScott/mintty/issues/4#issuecomment-968329124
# TODO: revisit when Win32 is bumped
mintty:
win32-2-13-1: true
win32-2-13-1: false
cassava:
bytestring--lt-0_10_4: false