File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2869,10 +2869,13 @@ Declaring a ``custom-setup`` stanza also enables the generation of
2869
2869
:synopsis: Build information for ``Custom `` and ``Hooks `` build types
2870
2870
:since: 1.24
2871
2871
2872
- A :pkg-section: `custom-setup ` stanza is required for
2873
- :pkg-field: `build-type ` ``Custom `` and will be ignored (with a warning) for
2874
- other build types. The stanza contains information needed for the compilation
2875
- of custom ``Setup.hs `` scripts or ``SetupHooks.hs `` hooks modules. For example:
2872
+ A :pkg-section: `custom-setup ` stanza is required for ``Custom `` and ``Hooks ``
2873
+ :pkg-field: `build-type `, and will be ignored (with a warning)
2874
+ for other build types.
2875
+
2876
+ The stanza contains information needed for the compilation
2877
+ of custom ``Setup.hs `` scripts, and of ``SetupHooks.hs `` hooks.
2878
+ For example:
2876
2879
2877
2880
::
2878
2881
@@ -2884,7 +2887,7 @@ Declaring a ``custom-setup`` stanza also enables the generation of
2884
2887
.. pkg-field :: setup-depends: package list
2885
2888
:since: 1.24
2886
2889
2887
- The dependencies needed to compile ``Setup.hs ``. See the
2890
+ The dependencies needed to compile ``Setup.hs `` or `` SetupHooks.hs `` . See the
2888
2891
:pkg-field: `build-depends ` field for a description of the syntax expected by
2889
2892
this field.
2890
2893
You can’t perform that action at this time.
0 commit comments