Skip to content

Commit

Permalink
Fix typo in code-generators documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering authored and Mikolaj committed Sep 13, 2023
1 parent 992765f commit 68f41aa
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 68f41aa

Please sign in to comment.