Closed amesgen closed 1 year ago
@amesgen – do we need a hackage
release?
That would be neat! As mentioned in the PR description, CI for macOS/Windows (or even more systems) might be neat before releasing this PR. I can create a PR for that if you want.
I can create a PR for that if you want.
@amesgen – please do so 😃!
@amesgen – do we need a
hackage
release?
With #86 merged, is there anything blocking a release?
@georgefst @amesgen
See:
This fixes compilation with the new WASM/WASI backend in GHC 9.6 with an approach as in https://github.com/haskell/time/pull/209.
#const
does not work, hence replacing it withCApiFFI
.I have only compiled this for x86_64-linux and wasm32-wasi; it might make sense to first add CI for Windows/macOS/etc. before merging this to ensure it does not break on those systems.