From 4d67853d9d7ce0ce74dad4ba87e195600464a93d Mon Sep 17 00:00:00 2001
From: Phil de Joux <philderbeast@gmail.com>
Date: Fri, 3 May 2024 08:47:08 -0400
Subject: [PATCH] Hackage as a proper noun, capitalized

---
 doc/cabal-commands.rst                 | 2 +-
 doc/cabal-package-description-file.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst
index 8ed1816d74..d8d0728b65 100644
--- a/doc/cabal-commands.rst
+++ b/doc/cabal-commands.rst
@@ -892,7 +892,7 @@ By default the documentation will be put in ``./haddocks`` folder, this can be
 modified with the ``--output`` flag.
 
 This command supports two primary modes: building a self contained directory
-(which is the default mode) or documentation that links to hackage (with
+(which is the default mode) or documentation that links to Hackage (with
 ``--hackage`` flag).
 
 In both cases the html index as well as quickjump index will include all terms
diff --git a/doc/cabal-package-description-file.rst b/doc/cabal-package-description-file.rst
index a9e0d8a245..860e42cb42 100644
--- a/doc/cabal-package-description-file.rst
+++ b/doc/cabal-package-description-file.rst
@@ -1510,7 +1510,7 @@ system-dependent values for these fields.
        `containers <https://hackage.haskell.org/package/containers/preferred>`_
        and `aeson <https://hackage.haskell.org/package/aeson/preferred>`_ for
        example. Deprecating package versions is not the same deprecating a
-       package as a whole, for which hackage keeps a `deprecated packages list
+       package as a whole, for which Hackage keeps a `deprecated packages list
        <https://hackage.haskell.org/packages/deprecated>`_.
 
     If no version constraint is specified, any version is assumed to be
-- 
GitLab