Closed
Description
I'm using HLS via haskell-lsp on Emacs and right now we have to run haskell-interactive-switch
command from haskell-mode
to drop into a REPL, or load current module in it. And it seems if I'm not in a source module, some dependencies do not get picked up and it fails.
So, I was wondering if there's a plan to take over the task of bringing up a REPL, or is this out of the scope for this project.