haskell - Run cabal repl from winghci -
to include cabal dependencies run cabal install mypackage
i run cabal repl
, repl use import library
this allows use newly added library ghci.
is same possible using winghci ? run winghci repl has access installed cabal dependencies ?
you can use :!
execute shell commands. i.e. run :!cabal install mypackage
within winghci repl. can't import mypackage
until restart winghci. that's experience @ least. i'm interested in answer well...
running :!cabal repl
inside winghci repl not sensible (which answers title question literally).
Comments
Post a Comment