mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Correct the flag setting for mintty to match the shipped Win32-2.10
This commit is contained in:
parent
9bbccf5802
commit
284385c2f4
@ -6874,8 +6874,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user