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
$ cabal clean --help
Clean the package store and remove temporary files.
Usage: cabal new-clean [FLAGS]
Removes all temporary files created during the building process (.hi, .o,
preprocessed sources, etc.) and also empties out the local caches (by
default).
Flags for clean:
-h, --help Show this help text
-v, --verbose[=n] Control verbosity (n is 0--3, default
verbosity level is 1)
--builddir=DIR The directory where Cabal puts generated build
files (default dist)
--project-file=FILE Set the name of the cabal.project file to
search for in parent directories
-s, --save-config Save configuration, only remove build
artifacts
Shouldn't this help now say (default dist-newstyle) now that the v2 commands are the default?
I tried --save-config but this didn't help.
The text was updated successfully, but these errors were encountered:
Is there a way to
cabal clean
without the nextcabal build
having to clone the source repository packages again? Can these clones be preserved?I checked the help:
Shouldn't this help now say
(default dist-newstyle)
now that the v2 commands are the default?I tried
--save-config
but this didn't help.The text was updated successfully, but these errors were encountered: