Please follow the steps below for reporting a bug:
stack build & stack path give contradictory information about `--local-bin/--local-bin-pathstack path gives this information about --local-bin-path:
$ stack path --local-bin-path
'--local-bin-path' will be removed in a future release.
Please use '--local-bin' instead.
/home/user/.local/bin
So I try to use like this in stack build:
$ stack build --copy-bins --local-bin ${PWD}
Invalid option `--local-bin'
Not a big bug at all.
Thank you.
Nice catch. Interested in sending a PR to update the reported information for this?
Yes, I'll give it a shot. Thanks.
Most helpful comment
Yes, I'll give it a shot. Thanks.