Skip to content

Commit

Permalink
Merge pull request #9237 from mpickering/wip/doc-typo
Browse files Browse the repository at this point in the history
Fix typo in code-generators documentation
  • Loading branch information
mergify[bot] authored Sep 13, 2023
2 parents 992765f + 68f41aa commit 6f5a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cabal-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f5a1f1

Please sign in to comment.