From d037ce797717f878505a5e95768c894d611a409c 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> --- doc/cabal-commands.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index 5da0ec7a939..8c05a9b6593 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -343,6 +343,7 @@ While this interface is intended to be used for scripting, it is an experimental Scripting example: :: + $ ls $(cabal path --installdir) ...