commercialhaskell / commercialhaskell/stack
stack.yaml doesn't support shell variables expansion
Open
awaiting pull request
type: discuss
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
Writing this doesn't work:
```
packages:
- $HOME/foo/
```
But also this:
```
packages:
- ~/foo/
```
However it would be useful because I use Dropbox on several machines and usernames.
Contributor guide
Assessment
This issue has not been assessed yet.