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
Getting this error when building time-1.12.2 with GHC 9.10 (with WASM support):
lib/cbits/HsTime.c:14:5: error:
error: call to undeclared function 'tzset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
14 | tzset();
| ^
|
14 | tzset();
| ^
1 error generated.
Getting this error when building time-1.12.2 with GHC 9.10 (with WASM support):
Any ideas?
Link: https://github.com/fourmolu/fourmolu/actions/runs/12424275294/job/34689168809
The text was updated successfully, but these errors were encountered: