In multi-package projects, stack clean will clean every package, but I couldn't find a way of limiting this to only a single package (or a subset of packages). Is it possible at all? (when re-building all the packages in the project takes time, this can become annoying rather fast!)
In case anyone wonders, neither cabal clean nor runhaskell Setup.hs clean will do the trick...
In multi-package projects,
stack cleanwill clean every package, but I couldn't find a way of limiting this to only a single package (or a subset of packages). Is it possible at all? (when re-building all the packages in the project takes time, this can become annoying rather fast!)In case anyone wonders, neither
cabal cleannorrunhaskell Setup.hs cleanwill do the trick...