File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Nix-style local builds combine the best of non-sandboxed and sandboxed Cabal:
28
28
will rebuild all its dependencies with profiling automatically.
29
29
30
30
2. Like non-sandboxed Cabal today, builds of external packages are
31
- cached in `` ~/.cabal/ store`` , so that a package can be built once,
31
+ cached in a global store, so that a package can be built once,
32
32
and then reused anywhere else it is also used. No need to continually
33
33
rebuild dependencies whenever you make a new sandbox: dependencies
34
34
which can be shared, are shared.
Original file line number Diff line number Diff line change @@ -170,8 +170,9 @@ identify the result of a build; if we compute this identifier and we
170
170
find that we already have this ID built, we can just use the already
171
171
built version.
172
172
173
- The global package store is ``~/.cabal/store `` (configurable via
174
- global `store-dir ` option); if you need to clear your store for
173
+ Use ``cabal path --store-dir `` to show where your global package store is located.
174
+ This is configurable via the global ``store-dir `` option.
175
+ If you need to clear your store for
175
176
whatever reason (e.g., to reclaim disk space or because the global
176
177
store is corrupted), deleting this directory is safe (``build ``
177
178
will just rebuild everything it needs on its next invocation).
You can’t perform that action at this time.
0 commit comments