From de37a7d68ede8b80e677c07d347c8ff4659a3756 Mon Sep 17 00:00:00 2001
From: Marcin Szamotulski <coot@coot.me>
Date: Sat, 3 Sep 2022 09:22:11 +0200
Subject: [PATCH] Fixed changelog entry for haddock-package command

---
 changelog.d/pr-8162 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.d/pr-8162 b/changelog.d/pr-8162
index ab1ae51bb8..de63109cb9 100644
--- a/changelog.d/pr-8162
+++ b/changelog.d/pr-8162
@@ -1,10 +1,10 @@
-synopsis: Added haddocks command
+synopsis: Added haddock-project command
 packages: cabal-install
 prs: #8162
 issues: #7669
 description: {
 
-The `haddock-package` command can be used to build documentation of multiple
+The `haddock-project` command can be used to build documentation of multiple
 packages.  By passing `--local` option the directory will be self contained,
 by passing `--hackage` links to dependencies will link to `hackage`.  Both
 `--local` and `--hackage` options imply `--quickfix`, `--gen-index`,
-- 
GitLab