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

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -