The current way we link for ios and android is kinda weird.
It copies the sources of user code and client into a giant library
and just link in place.
Maybe because I attempted to use backpack at some point that it got this custom derivation.
but it could also be that we just can't make an executable with the generic builder without calling ghc directly?
If that's the case I should investigate how to repair cabal so we can do that.
The current way we link for ios and android is kinda weird.
It copies the sources of user code and client into a giant library
and just link in place.
Maybe because I attempted to use backpack at some point that it got this custom derivation.
but it could also be that we just can't make an executable with the generic builder without calling ghc directly?
If that's the case I should investigate how to repair cabal so we can do that.