spago icon indicating copy to clipboard operation
spago copied to clipboard

Watch `spago.dhall` when in watch mode, so that we pick up new packages

Open f-f opened this issue 5 years ago • 1 comments

In #570 we figured that if a user does a spago install while a spago build -w is running, then the new package is not picked up. We could fix this by watching the spago.dhall (or whatever config file is being used), and dynamically loading the source paths in the watcher

f-f avatar Feb 17 '20 12:02 f-f

could you also watch packages.dhall?

BebeSparkelSparkel avatar Aug 17 '20 12:08 BebeSparkelSparkel

We don't support watching in Spago anymore, see #1029

f-f avatar Sep 29 '23 21:09 f-f