From 2575a2bb05827eb9589d64031f075f1cfbfdd0aa Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Sun, 19 Feb 2023 16:16:55 +0100 Subject: [PATCH] Fix `config` format docs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation says “config (same format as cabal.project)”, but it is an internal binary format. --- doc/nix-local-build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nix-local-build.rst b/doc/nix-local-build.rst index 70ebd28359d..207a65a3770 100644 --- a/doc/nix-local-build.rst +++ b/doc/nix-local-build.rst @@ -268,7 +268,7 @@ this folder (the most important two are first): ``cabal sdist --list-only``. Thus if you do not list all your source files in a Cabal file, Cabal may fail to recompile when you edit them. -``config`` (same format as ``cabal.project``) +``config`` (binary) The full project configuration, merged from ``cabal.project`` (and friends) as well as the command line arguments. ``compiler`` (binary)