RyanGlScott / mintty

A reliable way to detect the presence of a MinTTY console on Windows
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Backport only if before Win32-2.5.3.0? #1

Closed mpilgrem closed 6 years ago

mpilgrem commented 6 years ago

I understand that it was Win32-2.5.3.0 that fixed the ntdll-related problem. Consequently, I wondered if the criteria for not backporting should be: # if MIN_VERSION_Win32(2,5,3) rather than the existing # if MIN_VERSION_Win32(2,5,0)?

RyanGlScott commented 6 years ago

None of Win32 versions 2.5.0 through 2.5.2 were ever bundled with GHC, so the chances of anyone building against them are quite slim. Still, I suppose it couldn't hurt to be safe here.

RyanGlScott commented 6 years ago

I've uploaded mintty-0.1.2 to Hackage with a fix.