- Remove an unused dependency on
filepath
.
- Backport a fix for a
Win32
bug that would makeisMinTTY
incorrectly returnFalse
on recent versions of MinTTY.
- Only use the
Win32
-provided version ofisMinTTY
if building againstWin32-2.5.3
to be certain that one avoids Trac #13431. - Don't enable
Safe
on GHC 7.2.
- Work around a serious bug on 32-bit Windows GHC that causes linker errors
when mintty is used together with code that uses certain
msvcrt
functions, such asatan
- Initial release