Skip to content

Commit f5650b4

Browse files
authored
Merge pull request #9970 from cabalism/doc/proper-noun-hackage
Hackage as a proper noun, capitalized in docs
2 parents e65d156 + 4d67853 commit f5650b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/cabal-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ By default the documentation will be put in ``./haddocks`` folder, this can be
892892
modified with the ``--output`` flag.
893893

894894
This command supports two primary modes: building a self contained directory
895-
(which is the default mode) or documentation that links to hackage (with
895+
(which is the default mode) or documentation that links to Hackage (with
896896
``--hackage`` flag).
897897

898898
In both cases the html index as well as quickjump index will include all terms

doc/cabal-package-description-file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ system-dependent values for these fields.
15101510
`containers <https://hackage.haskell.org/package/containers/preferred>`_
15111511
and `aeson <https://hackage.haskell.org/package/aeson/preferred>`_ for
15121512
example. Deprecating package versions is not the same deprecating a
1513-
package as a whole, for which hackage keeps a `deprecated packages list
1513+
package as a whole, for which Hackage keeps a `deprecated packages list
15141514
<https://hackage.haskell.org/packages/deprecated>`_.
15151515

15161516
If no version constraint is specified, any version is assumed to be

0 commit comments

Comments
 (0)