Skip to content

psx 0.1.1.0

Compare
Choose a tag to compare
@NicolasT NicolasT released this 22 Feb 19:46
· 33 commits to main since this release
27d2d95
  • Support GHC 9.4.2 / base ^>=4.17.

  • Rely on _POSIX_C_SOURCE >= 1 instead of _GNU_SOURCE as feature test macro for sigset_t in hs-psx.c.

  • Use capi foreign imports instead of ccall using the CApiFFI 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.