commercialhaskell / commercialhaskell/stack
running ghci in a docker project doesn't load my ~/.ghci
Open
component: ghci
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
I have a ~/.ghci that sets my prompt, and it doesn't get loaded when I run `stack --docker ghci`
I realize that my entire filesystem doesn't get mounted into the docker image, and that there are good isolation benefits for not mounting my entire home directory -- however, perhaps the ghci file could be copied in as a special case?
Contributor guide
Assessment
This issue has not been assessed yet.