From e902b1cad3ea8ec455900a9525296e449ebe2bd9 Mon Sep 17 00:00:00 2001 From: David Binder <david.binder@uni-tuebingen.de> Date: Tue, 5 Sep 2023 14:50:00 +0200 Subject: [PATCH] Explicitly list supported VCS's in documentation of \"cabal get\" --- doc/cabal-commands.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index ab71b28e32..88803232bf 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -410,8 +410,8 @@ The ``cabal get`` command supports the following options: .. option:: -s[[head|this|...]], --source-repository[=[head|this|...]] - Clone the package's source repository using the appropriate version - control system instead of downloading the tarball. Only works if the + Clone the package's source repository (Darcs, Git, etc.) + instead of downloading the tarball. Only works if the package specifies a ``source-repository``. .. option:: --index-state=STATE @@ -1250,4 +1250,4 @@ cabal report Your Hackage password. -.. include:: references.inc \ No newline at end of file +.. include:: references.inc -- GitLab