Skip to content
Snippets Groups Projects
Commit 7457d2f6 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

Explain why an older cabal-version is used

parent a39d590e
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,12 @@ Once you have an empty directory we can initialize our package:
$ cabal init --cabal-version=2.4 --license=NONE -p myfirstapp
.. note:: ``cabal-version`` refers to the
`version of the .cabal file format specification <file-format-changelog.html>`__,
that can be different from the versions of the cabal library and tool
in use. It is common to use a slightly older cabal-version, to strike
a compromise between feature availability and backward compatibility.
This will generate the following files:
.. code-block:: console
......
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