File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1483,6 +1483,21 @@ environment variable or using Stack's `--stack-root` option on the command line.
1483
1483
`~/.config/stack` on Unix-like operating systems and `%APPDIR%\stack` on
1484
1484
Windows.
1485
1485
1486
+ This approach treats:
1487
+
1488
+ * the project-level YAML configuration file that is common to all projects
1489
+ without another such file in their project directory or its ancestor
1490
+ directories as _data_ rather than as part of Stack's own
1491
+ _configuration_;
1492
+
1493
+ * the snapshots database as essential data rather than as non-essential
1494
+ data that would be part of a _cache_, notwithstanding that Stack will
1495
+ rebuild that database as its contents are needed; and
1496
+
1497
+ * the Pantry store as essential data rather than as non-essential data
1498
+ that would be part of a _cache_, notwithstanding that Stack will
1499
+ download the package index and rebuild the store if it is absent.
1500
+
1486
1501
The location of the Stack root is reported by command:
1487
1502
1488
1503
~~~ text
You can’t perform that action at this time.
0 commit comments