haskell / unix

POSIX functionality
https://hackage.haskell.org/package/unix
Other
107 stars 92 forks source link

Add CI for the JS backend #291

Open hsyl20 opened 1 year ago

hsyl20 commented 1 year ago

Task: add CI for GHC's JS backend (starting with 9.8, it's too broken before that).

Motivation: see discussion in https://github.com/haskell/unix/pull/285

Running the testsuite with the JS backend is tackled in https://github.com/haskell/unix/pull/290