mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 06:31:56 +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:
|
functor-classes-compat:
|
||||||
containers: true
|
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:
|
mintty:
|
||||||
win32-2-13-1: true
|
win32-2-13-1: false
|
||||||
|
|
||||||
cassava:
|
cassava:
|
||||||
bytestring--lt-0_10_4: false
|
bytestring--lt-0_10_4: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user