From 26dbc81b2c471ad6063d480a8c54d28bfc18caf8 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Thu, 13 Aug 2026 21:49:23 +0100 Subject: [PATCH] Point source-repository head at main The stanza still named develop, which #82 renamed to main and retired. The value is not inert: it ships in the sdist, renders on the Hackage page, and drives cabal get -s, which fails today against the published 1.3.1.3 with "fatal: Remote branch develop not found in upstream origin". Landing this before the 1.3.2.0 tag makes that release the upload that fixes the pointer rather than the second one carrying it broken. Closes #266 Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013U3Mvn9yPinG1dRj8p5DEv --- collection-json.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection-json.cabal b/collection-json.cabal index 8c05ebc..c796249 100644 --- a/collection-json.cabal +++ b/collection-json.cabal @@ -33,7 +33,7 @@ extra-source-files: source-repository head type: git location: https://github.com/alunduil/collection-json.hs - branch: develop + branch: main common warnings ghc-options: -Wall