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
Copy file name to clipboardExpand all lines: doc/glossary.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ The following terms are used in Stack's documentation.
47
47
|`stack.yaml`|A project-level configuration file used by Stack, which may also contain non-project-specific options.|
48
48
|Stackage |A [distribution](https://www.stackage.org/) of compatible Haskell packages.|
49
49
|Stack root |A directory in which Stack stores important files. See `stack path --stack-root`. On Windows, or if Stack is configured to use the XDG Base Directory Specification, Stack also stores important files outside of the Stack root.|
50
+
|Stack work directory|A directory within a local project or package directory in which Stack stores files created during the build process. Named `.stack-work`, by default.|
50
51
|Unix-like operating systems|Linux, FreeBSD and macOS. |
51
52
|VS Code |[Visual Studio Code](https://code.visualstudio.com/), a source code editor.|
52
53
|Windows |A group of operating systems developed by Microsoft. |
0 commit comments