Open tysonzero opened 6 months ago
Huh, what's going on there? Is it trying to spawn a new process to run TH? What is one supposed to do in such cases? Maybe you're supposed to have node
installed?
Ah yes I didn't even realize this could be the first TH that the js backend has encountered in my project. For some reason I thought TH worked, but yeah we can probably just assume this is a TH-support issue and close this.
The error message is:
This isn't super urgent in my case, as the workaround is only building
product-profunctors
with the native backend and adding-fno-warn-orphans
to the cabal file so that I can callmakeAdaptorAndInstance
in a separate module to the shared types file. Just figured I'd put it on your radar.