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
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
By calling back into GHC for a bunch of critical POSIX functions, we break the "unsafe" assumption in the base library. So HaLVM GHCs will need to revoke those unsafe declarations. In particular, the ones in System/Posix/Internals.hs definitely need to be re-evaluated.
The text was updated successfully, but these errors were encountered:
By calling back into GHC for a bunch of critical POSIX functions, we break the "unsafe" assumption in the base library. So HaLVM GHCs will need to revoke those unsafe declarations. In particular, the ones in System/Posix/Internals.hs definitely need to be re-evaluated.
The text was updated successfully, but these errors were encountered: