Skip to content

Commit

Permalink
Fix config format docs.
Browse files Browse the repository at this point in the history
Documentation says “config (same format as cabal.project)”, but
it is an internal binary format.
  • Loading branch information
ffaf1 authored and mergify[bot] committed Feb 21, 2023
1 parent 04665d2 commit 2575a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nix-local-build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2575a2b

Please sign in to comment.