Skip to content
Snippets Groups Projects
Commit 2575a2bb authored by f-a's avatar f-a Committed by Mergify
Browse files

Fix `config` format docs.

Documentation says “config (same format as cabal.project)”, but
it is an internal binary format.
parent 04665d28
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment