haskell / haskell/haskell-mode
Stack ghc not working with docker
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
I'm trying to run the interpreter using `stack-ghci`. This works well if I use stack with a locally installed ghc. When I put `docker: enable true` in my `~/.stack/stack.yaml`, stack will use Docker containers for building/running. This is when something goes wrong.
I see a Docker container is being created, and when I execute `docker logs ` I see the commands I sent through the `*haskell*` buffer. But the output never makes it into the buffer.
Contributor guide
Assessment
This issue has not been assessed yet.