From 75cf127fd1646509a23604720d0f99c8338ceef4 Mon Sep 17 00:00:00 2001 From: Matt Renaud Date: Fri, 2 Nov 2018 16:04:32 -0700 Subject: [PATCH] Link to 'developing packages' from new-build docs. This page is often surfaces above the "Developing Quickstart" section in search results but a beginner ending up here may not know how to set up their package before using the commands here. This adds a link to the section in the docs that walks through how to set up a package so they don't need to go looking for it themselves. --- Cabal/doc/nix-local-build.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cabal/doc/nix-local-build.rst b/Cabal/doc/nix-local-build.rst index 2f83c2cd6..2ef8719dc 100644 --- a/Cabal/doc/nix-local-build.rst +++ b/Cabal/doc/nix-local-build.rst @@ -4,7 +4,9 @@ Quickstart ========== Suppose that you are in a directory containing a single Cabal package -which you wish to build. You can configure and build it using Nix-style +which you wish to build (if you haven't set up a package yet check +out `developing packages `__ for +instructions). You can configure and build it using Nix-style local builds with this command (configuring is not necessary): :: -- GitLab