From cdddc17ec2f9f1825e97e2132c2310cc7a25440f Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 16 Jul 2024 10:53:21 +0700 Subject: [PATCH] Update cabal-commands.rst (#10198) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit d037ce797717f878505a5e95768c894d611a409c) --- doc/cabal-commands.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index 1461860e3ab..26ae14c5f52 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -338,6 +338,7 @@ While this interface is intended to be used for scripting, it is an experimental Scripting example: :: + $ ls $(cabal path --installdir) ...