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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The following terms are used in Stack's documentation.
14
14
|`config.yaml`|A global and non-project-specific configuration file used by Stack.|
15
15
|Docker |A [platform](https://www.docker.com/) for developing, shipping, and running applications. It can package and run an application in a loosely isolated environment called a _container_.|
16
16
|Emacs |[GNU Emacs](https://www.gnu.org/software/emacs/), an extensible, customisable text editor.|
17
-
|extra-deps |Packages in addition to those in a snapshot, named after a key used in `stack.yaml` files.|
17
+
|extra-deps |Packages (one version of each) that add to, or amend, those specified in a snapshot. Named after a key used in `stack.yaml` files.|
18
18
|FreeBSD |A Unix-like operating system. |
19
19
|GCC |The [GNU Compiler Collection](https://gcc.gnu.org/) or its executable `gcc`.|
0 commit comments