Closed mouse07410 closed 5 years ago
I fear that cabal-helper
cannot be built dynamically. Afaik, dynamic linking is not officially supported by hie
What would your recommendation be then? What commands should I issue to get this built/installed? Ideally - without editing ~/.cabal/config
and/or ~/.stack/config.yaml
?
I guess there is a way to disable dynamic linking via the stack-*.yaml
files or via the cabal.project
file, I am not an expert and do not know what that would be. However, I do not know how well ghc-mod
and the rest of hie
works on projects that are dynamically linked.
You're right. Forcing everything to static build via global config files - worked. Thanks!
I've updated GHC from 8.6.3 to 8.6.5, and configured Cabal and Stack to build dynamically-linked executables (mainly to save vanishing disk space).
stack ./install.hs hie-8.6.5
fails: