Closed
Description
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...