dreixel / generic-deriving

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

Support targets without signals (like WASI) #91

Closed amesgen closed 1 year ago

amesgen commented 1 year ago

The new WASM backend in GHC 9.6 doesn't have support for posix-style asynchronous signals, cf.

RyanGlScott commented 1 year ago

Thanks! I've uploaded generic-deriving-1.14.4 to Hackage with these changes.