":quit" exits outer "stack ghci" when running "stack ghci" within #1306
Labels
Milestone
Comments
luigy
added a commit
to luigy/stack
that referenced
this issue
Mar 1, 2016
Merged
luigy
added a commit
to luigy/stack
that referenced
this issue
Mar 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro:
stack ghci --build-only-dependencies stack:stack stack:lib
(in stack repo):set args ghci --build-only-dependencies
main
(starts up another ghci session):quit
Actual: Exits all the way back to the shell
Expected: Back in the outer ghci session
The text was updated successfully, but these errors were encountered: