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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
We can't simply fallback to the value in global cabal config cause install needs it to copy hie executables prefixed with versions and afaik there is no a simple way to get the actual value of symlink-bindir/installdir from global cabal config
A possible solution would be fallback to a relative to cwd ./bin path but it will make users to copy manually the executables to the final location
Another solution would be add options to shake install to let users do somethink like cabal v2-run install.hs -- hie-8.6.5 --cabal-options="--installdir=path"
It would be a improvement itself but it would add complexity to build