You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OpenBSD, Android, and AIX to Platform constructors (@AlexanderAA)
Make Node.Process.platform return a Maybe Platform to avoid crashes on unrecognised operating systems
Use exception :: EXCEPTION where appropriate instead of the previous err :: EXCEPTION to bring this library into line with the types used in recent versions of purescript-exceptions (@nwolverson)