@@ -1114,14 +1114,14 @@ the :pkg-field:`test-module` field.
1114
1114
An optional list of preprocessors which can generate new modules
1115
1115
for use in the test-suite.
1116
1116
1117
- A list of executabes (possibly brought into scope by
1117
+ A list of executables (possibly brought into scope by
1118
1118
:pkg-field: `build-tool-depends `) that are run after all other
1119
1119
preprocessors. These executables are invoked as so: ``exe-name
1120
1120
TARGETDIR [SOURCEDIRS] -- [GHCOPTIONS] ``. The arguments are, in order a target dir for
1121
1121
output, a sequence of all source directories with source files of
1122
1122
local lib components that the given test stanza depends on, and
1123
1123
following a double dash, all options cabal would pass to ghc for a
1124
- build. They are expected to output a newline-seperated list of
1124
+ build. They are expected to output a newline-separated list of
1125
1125
generated modules which have been written to the targetdir
1126
1126
(excepting, if written, the main module). This can
1127
1127
be used for driving doctests and other discover-style tests generated
@@ -3090,8 +3090,8 @@ The auto generated :file:`PackageInfo_{pkgname}` module exports the constant
3090
3090
which is defined as the version of your package as specified in the
3091
3091
``version `` field.
3092
3092
3093
- Accessing package-related informations
3094
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3093
+ Accessing package-related information
3094
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3095
3095
3096
3096
The auto generated :file: `PackageInfo_{ pkgname } ` module exports the following
3097
3097
package-related constants:
0 commit comments