mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
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:
commit
58636ee5cc
@ -6879,8 +6879,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