From 2da205b015be8794e10b88787652484613778e7e Mon Sep 17 00:00:00 2001 From: penteract Date: Sat, 8 Jun 2019 06:09:23 +0100 Subject: [PATCH] Update nonstandard_project_init.md Direct readers to the part of the docs where custom snapshots are explained. --- doc/nonstandard_project_init.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/nonstandard_project_init.md b/doc/nonstandard_project_init.md index 9d6fd53905..3832a172a1 100644 --- a/doc/nonstandard_project_init.md +++ b/doc/nonstandard_project_init.md @@ -109,14 +109,15 @@ For further information see [YAML configuration](yaml_configuration.md) - https://github.com/commercialhaskell/stack/issues/565 ## Custom Snapshots -Currently WIP? +See [Custom Snapshots](custom_snapshot.md). + ### Issues Referenced - https://github.com/commercialhaskell/stack/issues/111 - https://github.com/commercialhaskell/stack/issues/253 - https://github.com/commercialhaskell/stack/issues/137 ## Intra-package Targets -stack supports intra-package targets, similar to `cabal build COMPONENTS` for +Stack supports intra-package targets, similar to `cabal build COMPONENTS` for situations when you don't want to build every target inside your package. Example: