Releases: haskell/win32
Releases · haskell/win32
Win32 2.7.1.0 - April 2018
- Fixed
MOUSEINPUT
storable instance. (See #106)
Win32 2.7.0.0 - March 2018
Win32 2.6.2.0 - December 2017
Win32 2.6.1.0 - November 2017
- Add
terminateProcessById
(See #91)
Win32 2.6.0.0 - September 2017
Win32 2.5.4.1 - April 2017
- Fixed GetWindowLong on 32-bit Windows (See #85)
- Release for GHC 8.2
Win32 2.5.3.0 - March 2017
Win32 2.5.2.0 - March 2017
- Fix constant underflows with (-1) and unsigned numbers.
- Add
commandLineToArgv
Win32 2.5.1.0 - February 2017
- Add
withHandleToHANDLE
(originally found in theansi-terminal
library) - Fixed
PokeTZI
test
Win32 2.5.0.0 - Jan 2017
failWith
(and the API calls that use it) now throwIOError
s with proper
IOErrorType
s.- Add function
findWindowByName
- Fix a bug in the implementation of
poke
forTIME_ZONE_INFORMATION
which
would cause it to be marshalled incorrectly. - Add
System.Win32.MinTTY
module for detecting the presence of MinTTY. - Add
ULONG
type toSystem.Win32.Types
. - Add function
failIfNeg
toSystem.Win32.Types
, which fails if a negative
number is returned. This simulates the behavior of theNT_SUCCESS
macro. - Merged package Win32-extras (See #16)
Graphics.Win32.Misc.messageBox
safely imported now #5- Fixed various alignment calls that were incorrect. These would result in an incorrect alignment
being returned on certain platforms. (See #66)