Closed bgamari closed 2 months ago
In particular, the problematic imports are
import System.Posix
( Fd(..)
, FdOption(..), setFdOption
)
import System.Posix.Internals
( fdGetMode )
It looks like setFdOption
is available with the Javascript backend. Consequently I believe simply adding a unix
dependency should resolve this.
Currently
master
is not buildable with the Javascript backend due to