You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cabal repl doesn't work with multiple component repos, therefore ghciwatch doesn't either. haskell-language-server does, though, so I hope ghciwatch can do some tricks to also be able to work with multiple components at once.
❯ cabal repl Error: cabal: Cannot open a repl for multiple components at once. The target
'' refers to the package foo-0.1.0.0 which includes the libraries bar and baz.
The reason for this limitation is that current versions of ghci do not support
loading multiple components as source. Load just one component and when you
make changes to a dependent component then quit and reload.
List alternatives to the feature and their pros and cons
No response
Additional context
Without this I would only be able to develop on a per-component basis and have to stop/restart ghciwatch for every component I work on within the same cabal project
The text was updated successfully, but these errors were encountered:
Describe the feature you’d like to be implemented
Currently
cabal repl
doesn't work with multiple component repos, thereforeghciwatch
doesn't either.haskell-language-server
does, though, so I hopeghciwatch
can do some tricks to also be able to work with multiple components at once.List alternatives to the feature and their pros and cons
No response
Additional context
Without this I would only be able to develop on a per-component basis and have to stop/restart ghciwatch for every component I work on within the same cabal project
The text was updated successfully, but these errors were encountered: