Open
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 <container_name>
I see the commands I sent through the *haskell*
buffer. But the output never makes it into the buffer.
Metadata
Metadata
Assignees
Labels
No labels