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
I learned from @mpickering that HLS distributes GHC binaries with DYNAMIC_GHC_PROGRAMS=YES, and that this creates various problems for TemplateHaskell regarding dynamic linking.
I was trying to find documentation on the fact that, or why, HLS does that, but couldn't find any.
Could that be written down somewhere? It would make users' and packagers' life easier.
On the question itself: Would DYNAMIC_GHC_PROGRAMS=YES be more problematic to distribute somwhow? It appears to me that if e.g. the VSCode plugin downloader can download GHC, it could also download some .so files with it.