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
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The following terms are used in Stack's documentation.
41
41
|`package.yaml`|A file that describes a package in the Hpack format. |
42
42
|Pantry |A library for content-addressable Haskell package management, provided by the [`pantry` package](https://hackage.haskell.org/package/pantry). A dependency of Stack.|
43
43
|PATH |The `PATH` environment variable, specifying a list of directories searched for executable files.|
44
-
|project |A Stack project is a local directory that contains a project-level configuration file (`stack.yaml`). A project may relate to more than one project package.|
44
+
|project |A Stack project is a local directory that contains a project-level configuration file (`stack.yaml`, by default). A project may relate to more than one project package.|
45
45
|project package |A Haskell package that is part of a project and located locally. Distinct from a dependency located locally.|
46
46
|PVP |The Haskell [Package Versioning Policy](https://pvp.haskell.org/), which tells developers of libraries how to set their version numbers.|
0 commit comments