Changelog for psx-0.1.1.1
Revision history for psx
0.1.1.1 -- 2023-02-28
- Remove
-Wl,-undefined,__wrap_sigfillset
from link options.
0.1.1.0 -- 2023-02-22
-
Support GHC 9.4.2 /
base ^>=4.17
. -
Rely on
_POSIX_C_SOURCE >= 1
instead of_GNU_SOURCE
as feature test macro forsigset_t
inhs-psx.c
. -
Use
capi
foreign imports instead ofccall
using theCApiFFI
language extension. -
Include a
Setup.hs
file. -
Minor stylistic changes to Cabal package description file.
-
Add a Cabal flag,
werror
, to enable compiler-Werror
and friends.
0.1.0.0 -- 2022-08-24
- First version. Released on an unsuspecting world.