From 0cd870300c8ceea8fe262a91be6475afb1847f2f Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Sat, 17 Aug 2024 16:02:38 +0200 Subject: [PATCH] git:// protocol check: add docs --- doc/cabal-commands.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index 8c05a9b6593..c1987afbfd8 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -1327,6 +1327,9 @@ A list of all warnings with their constructor: - ``unrecognised-repo-type``: unrecognised kind of source-repository. - ``repo-no-type``: missing ``type`` in ``source-repository``. - ``repo-no-location``: missing ``location`` in ``source-repository``. +- ``git-protocol``: using insecure ``git://`` protocol + (`explanation `__ + in Git Book). - ``repo-no-module``: missing ``module`` in ``source-repository``. - ``repo-no-tag``: missing ``tag`` in ``source-repository``. - ``repo-relative-dir``: ``subdir`` in ``source-repository`` must be relative.