Skip to content

Commit 2da205b

Browse files
authored
Update nonstandard_project_init.md
Direct readers to the part of the docs where custom snapshots are explained.
1 parent 1269ed7 commit 2da205b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/nonstandard_project_init.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,15 @@ For further information see [YAML configuration](yaml_configuration.md)
109109
- https://github.com/commercialhaskell/stack/issues/565
110110

111111
## Custom Snapshots
112-
Currently WIP?
112+
See [Custom Snapshots](custom_snapshot.md).
113+
113114
### Issues Referenced
114115
- https://github.com/commercialhaskell/stack/issues/111
115116
- https://github.com/commercialhaskell/stack/issues/253
116117
- https://github.com/commercialhaskell/stack/issues/137
117118

118119
## Intra-package Targets
119-
stack supports intra-package targets, similar to `cabal build COMPONENTS` for
120+
Stack supports intra-package targets, similar to `cabal build COMPONENTS` for
120121
situations when you don't want to build every target inside your package.
121122

122123
Example:

0 commit comments

Comments
 (0)