From 934946de1d4ca24694079453ff69b73c2aa22dca Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 12 Sep 2025 20:57:26 +0530 Subject: [PATCH] Update the MAINTAINING guide --- docs/Developer/MAINTAINING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Developer/MAINTAINING.md b/docs/Developer/MAINTAINING.md index e0ba4c136b..ed14e6ef6b 100644 --- a/docs/Developer/MAINTAINING.md +++ b/docs/Developer/MAINTAINING.md @@ -155,6 +155,7 @@ * `cabal v2-haddock --haddock-for-hackage --enable-doc; cabal upload -d ` * Publish the package * `cabal v2-sdist`; `cabal upload --publish ` + * `cabal v2-haddock --haddock-for-hackage --enable-doc; cabal upload --publish -d ` * Run packcheck on the uploaded package. To get the latest uploaded version from hackage, run `cabal unpack `. You might have to run `cabal update`.