I upgraded to OSX 15.0/Sequoia and it seems to have some breaking changes.
digest:
In file included from external/crc32c/src/crc32c.cc:5:0: error:
external/crc32c/include/crc32c/crc32c.h:12:10: error:
fatal error: 'cstddef' file not found
12 | #include <cstddef>
| ^~~~~~~~~
|
12 | #include <cstddef>
| ^
1 error generated.
Text/Lazy/IO.dyn_o )
In file included from simdutf/simdutf.cpp:4:0: error:
simdutf/simdutf.h:6:10: error:
fatal error: 'string' file not found
6 | #include <string>
| ^~~~~~~~
|
6 | #include <string>
| ^
```
This arises with cabal-install, e.g. `cabal install pandoc-cli`.
Anyone managed to work around this?