Skip to content
Snippets Groups Projects
Unverified Commit a856d732 authored by Edward Z. Yang's avatar Edward Z. Yang Committed by GitHub
Browse files

Merge branch 'master' into T6358

parents 8830ab42 7457d2f6
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