File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
version = "3.6.0.0"
17
17
18
- extensions = ['sphinx.ext.extlinks' , 'sphinx.ext.todo' ]
18
+ extensions = [
19
+ 'sphinx.ext.extlinks' ,
20
+ 'sphinx.ext.todo' ,
21
+ 'sphinx-jsonschema'
22
+ ]
19
23
20
24
templates_path = ['_templates' ]
21
25
source_suffix = '.rst'
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ your libraries and executable sections. For example:
257
257
Proglet
258
258
259
259
Note that the ``import `` **must ** be the first thing in the stanza. For more
260
- information see the ` Common stanzas `_ section.
260
+ information see the :ref: ` common- stanzas ` section.
261
261
262
262
263
263
Building the package
@@ -356,7 +356,7 @@ of digits such as "1.0.1" or "2.0". There are a range of common
356
356
conventions for "versioning" packages, that is giving some meaning to
357
357
the version number in terms of changes in the package, such as
358
358
e.g. `SemVer <http://semver.org >`__; however, for packages intended to be
359
- distributed via Hackage Haskell's `Package Versioning Policy `_ applies
359
+ distributed via Hackage Haskell's `Package Versioning Policy < https://pvp.haskell.org/ > `_ applies
360
360
(see also the `PVP/SemVer FAQ section <https://pvp.haskell.org/faq/#semver >`__).
361
361
362
362
The combination of package name and version is called the *package ID *
Original file line number Diff line number Diff line change @@ -1050,7 +1050,8 @@ Miscellaneous options
1050
1050
experimental. In the future we might add or remove fields, depending
1051
1051
on the needs of other tooling.
1052
1052
1053
- :: example
1053
+ .. code-block :: json
1054
+
1054
1055
{
1055
1056
"cabal-lib-version" : " <cabal lib version>" ,
1056
1057
"compiler" : {
You can’t perform that action at this time.
0 commit comments