commercialhaskell / commercialhaskell/stack
stack install succeeds (with warning) although no binaries were copied to the local-bin-path
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
```
~/s/stack $ stack install --profile --ghc-options "-O2"
Copying from /home/simon/src/stack/.stack-work/install/x86_64-linux/lts-5.3/7.10.3/bin/stack to /home/simon/.local/bin/stack
Copied executables to /home/simon/.local/bin:
- stack
~/s/stack $ rm .stack-work/install/x86_64-linux/lts-5.3/7.10.3/bin/stack
~/s/stack $ stack install --profile --ghc-options "-O2"
Couldn't find executable stack in directory /home/simon/src/stack/.stack-work/install/x86_64-linux/lts-5.3/7.10.3/bin/
~/s/stack $ echo $status
0
```
```
$ stack --version
Version 1.0.5, Git revision 57eb614df50826f38b923e1892cda904288a8ec9 (dirty) (3489 commits) x86_64 hpack-0.12.0
```
Contributor guide
Assessment
This issue has not been assessed yet.