Successor of the original Haskell Runner
.
A simple extension to run Haskell:
- Load Haskell file/project to repl (GHCi)
- Build, Test or Run inside a stack or cabal project
- Send selected Haskell code to GHCi (
ctrl+alt+right
)
Required: ghc
, cabal
and stack
.
The following configurations are available:
runner2.ghciPath
: path for GHCi (defaultghci
)runner2.stackPath
: path for stack executable (defaultstack
)runner2.cabalPath
: path for cabal executable (defaultcabal
)runner2.replTool
: bydefault
, it useghci
in single file and usestack repl
(orcabal repl
) in stack project. This can be overridden by choosing other options (ghci
for ghci only, andstack
(orcabal
) for stack/cabal repl only)runner2.showRunButton
: show "Stack/Cabal Run" button, reload required (defaultfalse
)
Please refer to ChangeLog.
Please report issues on Github Issues.