Releases: haskell/win32
Releases · haskell/win32
Win32 2.14.1.0 - November 2024
Win32 2.14.0.0 - January 2024
Win32 2.13.3.0 - July 2022
- Add AFPP support (see #198)
Win32 2.13.2.0 - November 2021
Win32 2.13.1.0 - November 2021
Win32 2.13.0.0 - August 2021
- Fix type of c_SetWindowLongPtr. See #180
Win32 2.12.0.1 - June 2021
- A small fix for WinIO usage. See #177
Win32 2.10.1.1 - June 2021
- A small fix for WinIO usage. See #177
Backports for GHC 9.0.x
Win32 2.12.0.0 - March 2021
- Win32 for GHC 9.2.x
- Add export lists to all modules, hiding numerous internal
c_
bindings. - Update the type of
setFileTime
to reflect the fact that theFILETIME
arguments are in factMaybe
s.
Win32 2.11.1.0 - February 2021
- Win32 for GHC 9.2.x
- Make System.Win32.NLS re-export CodePage from GHC.IO.Encoding.CodePage in base when compiled with base-4.15 or later.