Because stack scripts depend on the existence of stack, the lack of stack executable is inconvenient. If I replaced stack with stack-bin in stack scripts, the scripts will not be portable across different gentoo machines or different linux distributions.
Which stack scripts you are talking about? The manually written ones? I'd prefer dev-haskell/stack and dev-haskell/stack-bin to be installable in parallel by default (similar to firefox/firefox-bin). I can add an USE=symlink to dev-haskell/stack-bin to allow substitution if it would be file for you.
Yeah, that'd be cool. If USE=symlink was set, stack-bin should not co-exist with stack.
Added USE=symlink and blocked against dev-haskell/stack as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568894d9234df5ea6c041ca28f3f58461e41ecc4 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdd4fa407378b296b28396fcbbab34669bd3bb9 Thanks for the report!