Skip to content

Commit 3342d5a

Browse files
committed
Add PVP to glossary.
1 parent e652832 commit 3342d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/glossary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The following terms are used in Stack's documentation.
3636
|`package.yaml` |A file that describes a package in the Hpack format. |
3737
|Pantry |A library for content-addressable Haskell package management, provided by the [`pantry` package](https://hackage.haskell.org/package/pantry). A dependency of Stack.|
3838
|PATH |The `PATH` environment variable, specifying a list of directories searched for executable files.|
39+
|PVP |The Haskell [Package Versioning Policy](https://pvp.haskell.org/), which tells developers of libraries how to set their version numbers.|
3940
|REPL |An interactive (run-eval-print loop) programming environment.|
4041
|resolver |A synonym for snapshot. |
4142
|`Setup.hs` |A project-specific file used by Cabal to perform setup tasks.|

0 commit comments

Comments
 (0)