From 68f41aa4ae3c5bd4b02c17eaac258e91e88e6f5b Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 6 Sep 2023 16:14:06 +0100 Subject: [PATCH] Fix typo in code-generators documentation --- doc/cabal-package.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cabal-package.rst b/doc/cabal-package.rst index 71340330526..17d190155fa 100644 --- a/doc/cabal-package.rst +++ b/doc/cabal-package.rst @@ -1269,7 +1269,7 @@ the :pkg-field:`test-module` field. preprocessors. These executables are invoked as so: ``exe-name TARGETDIR [SOURCEDIRS] -- [GHCOPTIONS]``. The arguments are, in order a target dir for output, a sequence of all source directories with source files of - local lib components that the given test stanza dependens on, and + local lib components that the given test stanza depends on, and following a double dash, all options cabal would pass to ghc for a build. They are expected to output a newline-seperated list of generated modules which have been written to the targetdir