Changelog for psx-0.1.1.1
Revision history for psx
0.1.1.1 -- 2023-02-28
- Remove
-Wl,-undefined,__wrap_sigfillsetfrom link options.
0.1.1.0 -- 2023-02-22
-
Support GHC 9.4.2 /
base ^>=4.17. -
Rely on
_POSIX_C_SOURCE >= 1instead of_GNU_SOURCEas feature test macro forsigset_tinhs-psx.c. -
Use
capiforeign imports instead ofccallusing theCApiFFIlanguage extension. -
Include a
Setup.hsfile. -
Minor stylistic changes to Cabal package description file.
-
Add a Cabal flag,
werror, to enable compiler-Werrorand friends.
0.1.0.0 -- 2022-08-24
- First version. Released on an unsuspecting world.