Skip to content

Commit 02a8b42

Browse files
committed
Introduce the glossary.
1 parent 8226f15 commit 02a8b42

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/GUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Stack is a modern, cross-platform build tool for Haskell code.
66

77
This guide takes a new Stack user through the typical workflows. This guide will
88
not teach Haskell or involve much code, and it requires no prior experience with
9-
the Haskell packaging system or other build tools.
9+
the Haskell packaging system or other build tools. Terms used in the guide are
10+
defined in the [glossary](glossary.md).
1011

1112
__NOTE__ This document is probably out of date in some places and deserves a
1213
refresh. If you find this document helpful, please drop a note on

doc/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ Stack. If you want to go further, we highly recommend you read the
154154
## Complete guide to Stack
155155

156156
A complete [user guide to Stack](GUIDE.md) is available, covering all of
157-
the most common ways to use Stack.
157+
the most common ways to use Stack. Terms used in Stack's documentation are also
158+
explained in the [glossary](glossary.md).
158159

159160
## Why Stack?
160161

0 commit comments

Comments
 (0)