spago
                                
                                
                                
                                    spago copied to clipboard
                            
                            
                            
                        Watch `spago.dhall` when in watch mode, so that we pick up new packages
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
could you also watch packages.dhall?
We don't support watching in Spago anymore, see #1029