@@ -329,11 +329,17 @@ of packages.
329
329
If the [ ` --haddock-for-hackage ` ] ( #-no-haddock-for-haddock-flag ) flag is passed,
330
330
this flag is ignored.
331
331
332
+ !!! note
333
+
334
+ This feature is not supported by versions of Cabal (the library) provided
335
+ with GHC 9.2.8 and earlier.
336
+
332
337
!!! warning
333
338
334
- Due to a bug, if there is more than one executable (including test suites
335
- and benchmarks) in a project package or more than one project package with
336
- an executable, the Haddock documentation for the `Main` module of one
339
+ Due to a bug in versions of Cabal (the library) provided with GHC 9.8.2 and
340
+ earlier, if there is more than one executable (including test suites and
341
+ benchmarks) in a project package or more than one project package with an
342
+ executable, the Haddock documentation for the `Main` module of one
337
343
executable will overwrite the Haddock documentation for others.
338
344
339
345
### ` --[no-]haddock-executables ` flag
@@ -346,11 +352,17 @@ of packages.
346
352
If the [ ` --haddock-for-hackage ` ] ( #-no-haddock-for-haddock-flag ) flag is passed,
347
353
this flag is ignored.
348
354
355
+ !!! note
356
+
357
+ This feature is not supported by versions of Cabal (the library) provided
358
+ with GHC 9.2.8 and earlier.
359
+
349
360
!!! warning
350
361
351
- Due to a bug, if there is more than one executable (including test suites
352
- and benchmarks) in a project package or more than one project package with
353
- an executable, the Haddock documentation for the `Main` module of one
362
+ Due to a bug in versions of Cabal (the library) provided with GHC 9.8.2 and
363
+ earlier, if there is more than one executable (including test suites and
364
+ benchmarks) in a project package or more than one project package with an
365
+ executable, the Haddock documentation for the `Main` module of one
354
366
executable will overwrite the Haddock documentation for others.
355
367
356
368
### ` --[no-]haddock-internal ` flag
@@ -372,11 +384,17 @@ of packages.
372
384
If the [ ` --haddock-for-hackage ` ] ( #-no-haddock-for-haddock-flag ) flag is passed,
373
385
this flag is ignored.
374
386
387
+ !!! note
388
+
389
+ This feature is not supported by versions of Cabal (the library) provided
390
+ with GHC 9.2.8 and earlier.
391
+
375
392
!!! warning
376
393
377
- Due to a bug, if there is more than one executable (including test suites
378
- and benchmarks) in a project package or more than one project package with
379
- an executable, the Haddock documentation for the `Main` module of one
394
+ Due to a bug in versions of Cabal (the library) provided with GHC 9.8.2 and
395
+ earlier, if there is more than one executable (including test suites and
396
+ benchmarks) in a project package or more than one project package with an
397
+ executable, the Haddock documentation for the `Main` module of one
380
398
executable will overwrite the Haddock documentation for others.
381
399
382
400
### ` --[no-]keep-going ` flag
0 commit comments