Build #1 for ods2csv-0.1.0.2

[all reports]

Package ods2csv-0.1.0.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-07-11 10:22:25.924557688 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, bytestring-0.12.1.0, non-empty-0.3.5, optparse-applicative-0.19.0.0, shell-utility-0.1, spreadsheet-0.1.3.10, tagchup-0.4.1.2, utf8-string-1.0.2, utility-ht-0.0.17.2, xml-basic-0.1.3.3, zip-archive-0.4.3.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )

Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |        ^^^^

Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |                        ^^^^

Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
    |                                                  ^^^^

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )

Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |        ^^^^

Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |                        ^^^^

Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
    |                                                  ^^^^

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  Missing documentation for:
    Module header
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:122:19
    * at Data/Colour/RGBSpace.hs:122:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:92:27
    * at Data/Colour/RGBSpace.hs:92:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
  Missing documentation for:
    primaries
    whitePoint
    gamut
    transferFunction
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  Missing documentation for:
    black (Data/Colour/Internal.hs:53)
    AffineSpace (Data/Colour/Internal.hs:110)
    ColourOps (Data/Colour/Internal.hs:147)
   0% (  1 /149) in 'Data.Colour.Names'
  Missing documentation for:
    readColourName (Data/Colour/Names.hs:190)
    aliceblue (Data/Colour/Names.hs:341)
    antiquewhite (Data/Colour/Names.hs:344)
    aqua (Data/Colour/Names.hs:347)
    aquamarine (Data/Colour/Names.hs:350)
    azure (Data/Colour/Names.hs:353)
    beige (Data/Colour/Names.hs:356)
    bisque (Data/Colour/Names.hs:359)
    black (Data/Colour/Internal.hs:53)
    blanchedalmond (Data/Colour/Names.hs:364)
    blue (Data/Colour/Names.hs:367)
    blueviolet (Data/Colour/Names.hs:370)
    brown (Data/Colour/Names.hs:373)
    burlywood (Data/Colour/Names.hs:376)
    cadetblue (Data/Colour/Names.hs:379)
    chartreuse (Data/Colour/Names.hs:382)
    chocolate (Data/Colour/Names.hs:385)
    coral (Data/Colour/Names.hs:388)
    cornflowerblue (Data/Colour/Names.hs:391)
    cornsilk (Data/Colour/Names.hs:394)
    crimson (Data/Colour/Names.hs:397)
    cyan (Data/Colour/Names.hs:400)
    darkblue (Data/Colour/Names.hs:403)
    darkcyan (Data/Colour/Names.hs:406)
    darkgoldenrod (Data/Colour/Names.hs:409)
    darkgray (Data/Colour/Names.hs:412)
    darkgreen (Data/Colour/Names.hs:415)
    darkgrey (Data/Colour/Names.hs:418)
    darkkhaki (Data/Colour/Names.hs:421)
    darkmagenta (Data/Colour/Names.hs:424)
    darkolivegreen (Data/Colour/Names.hs:427)
    darkorange (Data/Colour/Names.hs:430)
    darkorchid (Data/Colour/Names.hs:433)
    darkred (Data/Colour/Names.hs:436)
    darksalmon (Data/Colour/Names.hs:439)
    darkseagreen (Data/Colour/Names.hs:442)
    darkslateblue (Data/Colour/Names.hs:445)
    darkslategray (Data/Colour/Names.hs:448)
    darkslategrey (Data/Colour/Names.hs:451)
    darkturquoise (Data/Colour/Names.hs:454)
    darkviolet (Data/Colour/Names.hs:457)
    deeppink (Data/Colour/Names.hs:460)
    deepskyblue (Data/Colour/Names.hs:463)
    dimgray (Data/Colour/Names.hs:466)
    dimgrey (Data/Colour/Names.hs:469)
    dodgerblue (Data/Colour/Names.hs:472)
    firebrick (Data/Colour/Names.hs:475)
    floralwhite (Data/Colour/Names.hs:478)
    forestgreen (Data/Colour/Names.hs:481)
    fuchsia (Data/Colour/Names.hs:484)
    gainsboro (Data/Colour/Names.hs:487)
    ghostwhite (Data/Colour/Names.hs:490)
    gold (Data/Colour/Names.hs:493)
    goldenrod (Data/Colour/Names.hs:496)
    gray (Data/Colour/Names.hs:499)
    grey (Data/Colour/Names.hs:502)
    green (Data/Colour/Names.hs:505)
    greenyellow (Data/Colour/Names.hs:508)
    honeydew (Data/Colour/Names.hs:511)
    hotpink (Data/Colour/Names.hs:514)
    indianred (Data/Colour/Names.hs:517)
    indigo (Data/Colour/Names.hs:520)
    ivory (Data/Colour/Names.hs:523)
    khaki (Data/Colour/Names.hs:526)
    lavender (Data/Colour/Names.hs:529)
    lavenderblush (Data/Colour/Names.hs:532)
    lawngreen (Data/Colour/Names.hs:535)
    lemonchiffon (Data/Colour/Names.hs:538)
    lightblue (Data/Colour/Names.hs:541)
    lightcoral (Data/Colour/Names.hs:544)
    lightcyan (Data/Colour/Names.hs:547)
    lightgoldenrodyellow (Data/Colour/Names.hs:550)
    lightgray (Data/Colour/Names.hs:553)
    lightgreen (Data/Colour/Names.hs:556)
    lightgrey (Data/Colour/Names.hs:559)
    lightpink (Data/Colour/Names.hs:562)
    lightsalmon (Data/Colour/Names.hs:565)
    lightseagreen (Data/Colour/Names.hs:568)
    lightskyblue (Data/Colour/Names.hs:571)
    lightslategray (Data/Colour/Names.hs:574)
    lightslategrey (Data/Colour/Names.hs:577)
    lightsteelblue (Data/Colour/Names.hs:580)
    lightyellow (Data/Colour/Names.hs:583)
    lime (Data/Colour/Names.hs:586)
    limegreen (Data/Colour/Names.hs:589)
    linen (Data/Colour/Names.hs:592)
    magenta (Data/Colour/Names.hs:595)
    maroon (Data/Colour/Names.hs:598)
    mediumaquamarine (Data/Colour/Names.hs:601)
    mediumblue (Data/Colour/Names.hs:604)
    mediumorchid (Data/Colour/Names.hs:607)
    mediumpurple (Data/Colour/Names.hs:610)
    mediumseagreen (Data/Colour/Names.hs:613)
    mediumslateblue (Data/Colour/Names.hs:616)
    mediumspringgreen (Data/Colour/Names.hs:619)
    mediumturquoise (Data/Colour/Names.hs:622)
    mediumvioletred (Data/Colour/Names.hs:625)
    midnightblue (Data/Colour/Names.hs:628)
    mintcream (Data/Colour/Names.hs:631)
    mistyrose (Data/Colour/Names.hs:634)
    moccasin (Data/Colour/Names.hs:637)
    navajowhite (Data/Colour/Names.hs:640)
    navy (Data/Colour/Names.hs:643)
    oldlace (Data/Colour/Names.hs:646)
    olive (Data/Colour/Names.hs:649)
    olivedrab (Data/Colour/Names.hs:652)
    orange (Data/Colour/Names.hs:655)
    orangered (Data/Colour/Names.hs:658)
    orchid (Data/Colour/Names.hs:661)
    palegoldenrod (Data/Colour/Names.hs:664)
    palegreen (Data/Colour/Names.hs:667)
    paleturquoise (Data/Colour/Names.hs:670)
    palevioletred (Data/Colour/Names.hs:673)
    papayawhip (Data/Colour/Names.hs:676)
    peachpuff (Data/Colour/Names.hs:679)
    peru (Data/Colour/Names.hs:682)
    pink (Data/Colour/Names.hs:685)
    plum (Data/Colour/Names.hs:688)
    powderblue (Data/Colour/Names.hs:691)
    purple (Data/Colour/Names.hs:694)
    red (Data/Colour/Names.hs:697)
    rosybrown (Data/Colour/Names.hs:700)
    royalblue (Data/Colour/Names.hs:703)
    saddlebrown (Data/Colour/Names.hs:706)
    salmon (Data/Colour/Names.hs:709)
    sandybrown (Data/Colour/Names.hs:712)
    seagreen (Data/Colour/Names.hs:715)
    seashell (Data/Colour/Names.hs:718)
    sienna (Data/Colour/Names.hs:721)
    silver (Data/Colour/Names.hs:724)
    skyblue (Data/Colour/Names.hs:727)
    slateblue (Data/Colour/Names.hs:730)
    slategray (Data/Colour/Names.hs:733)
    slategrey (Data/Colour/Names.hs:736)
    snow (Data/Colour/Names.hs:739)
    springgreen (Data/Colour/Names.hs:742)
    steelblue (Data/Colour/Names.hs:745)
    tan (Data/Colour/Names.hs:748)
    teal (Data/Colour/Names.hs:751)
    thistle (Data/Colour/Names.hs:754)
    tomato (Data/Colour/Names.hs:757)
    turquoise (Data/Colour/Names.hs:760)
    violet (Data/Colour/Names.hs:763)
    wheat (Data/Colour/Names.hs:766)
    white (Data/Colour/Names.hs:769)
    whitesmoke (Data/Colour/Names.hs:772)
    yellow (Data/Colour/Names.hs:775)
    yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 15 / 17) in 'Data.Colour.CIE'
  Missing documentation for:
    toCIEXYZ (Data/Colour/CIE.hs:65)
    Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed    colour-2.3.6
Configuring data-accessor-0.2.3.1...
Preprocessing library for data-accessor-0.2.3.1..
Building library for data-accessor-0.2.3.1..
[ 1 of 11] Compiling Data.Accessor.ByteSource ( src-fail/from-4.13/Data/Accessor/ByteSource.hs, dist/build/Data/Accessor/ByteSource.o, dist/build/Data/Accessor/ByteSource.dyn_o )
[ 2 of 11] Compiling Data.Accessor.Private ( src-4/Data/Accessor/Private.hs, dist/build/Data/Accessor/Private.o, dist/build/Data/Accessor/Private.dyn_o )
[ 3 of 11] Compiling Data.Accessor.Basic ( src/Data/Accessor/Basic.hs, dist/build/Data/Accessor/Basic.o, dist/build/Data/Accessor/Basic.dyn_o )
[ 4 of 11] Compiling Data.Accessor.MonadStatePrivate ( src/Data/Accessor/MonadStatePrivate.hs, dist/build/Data/Accessor/MonadStatePrivate.o, dist/build/Data/Accessor/MonadStatePrivate.dyn_o )
[ 5 of 11] Compiling Data.Accessor.MonadState ( src/Data/Accessor/MonadState.hs, dist/build/Data/Accessor/MonadState.o, dist/build/Data/Accessor/MonadState.dyn_o )
[ 6 of 11] Compiling Data.Accessor.Container ( src/Data/Accessor/Container.hs, dist/build/Data/Accessor/Container.o, dist/build/Data/Accessor/Container.dyn_o )
[ 7 of 11] Compiling Data.Accessor.BinaryRead ( src/Data/Accessor/BinaryRead.hs, dist/build/Data/Accessor/BinaryRead.o, dist/build/Data/Accessor/BinaryRead.dyn_o )
[ 8 of 11] Compiling Data.Accessor    ( src/Data/Accessor.hs, dist/build/Data/Accessor.o, dist/build/Data/Accessor.dyn_o )
[ 9 of 11] Compiling Data.Accessor.Show ( src/Data/Accessor/Show.hs, dist/build/Data/Accessor/Show.o, dist/build/Data/Accessor/Show.dyn_o )
[10 of 11] Compiling Data.Accessor.Tuple ( src/Data/Accessor/Tuple.hs, dist/build/Data/Accessor/Tuple.o, dist/build/Data/Accessor/Tuple.dyn_o )
[11 of 11] Compiling Data.Accessor.Example ( src/Data/Accessor/Example.hs, dist/build/Data/Accessor/Example.o, dist/build/Data/Accessor/Example.dyn_o )
Preprocessing library for data-accessor-0.2.3.1..
Running Haddock on library for data-accessor-0.2.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Data.Accessor.ByteSource ( src-fail/from-4.13/Data/Accessor/ByteSource.hs, nothing )
[ 2 of 11] Compiling Data.Accessor.Private ( src-4/Data/Accessor/Private.hs, nothing )
[ 3 of 11] Compiling Data.Accessor.Basic ( src/Data/Accessor/Basic.hs, nothing )
[ 4 of 11] Compiling Data.Accessor.MonadStatePrivate ( src/Data/Accessor/MonadStatePrivate.hs, nothing )
[ 5 of 11] Compiling Data.Accessor.MonadState ( src/Data/Accessor/MonadState.hs, nothing )
[ 6 of 11] Compiling Data.Accessor.Container ( src/Data/Accessor/Container.hs, nothing )
[ 7 of 11] Compiling Data.Accessor.BinaryRead ( src/Data/Accessor/BinaryRead.hs, nothing )
[ 8 of 11] Compiling Data.Accessor    ( src/Data/Accessor.hs, nothing )
[ 9 of 11] Compiling Data.Accessor.Show ( src/Data/Accessor/Show.hs, nothing )
[10 of 11] Compiling Data.Accessor.Tuple ( src/Data/Accessor/Tuple.hs, nothing )
[11 of 11] Compiling Data.Accessor.Example ( src/Data/Accessor/Example.hs, nothing )
Haddock coverage:
  89% ( 17 / 19) in 'Data.Accessor.Basic'
  Missing documentation for:
    fromSetGet (src/Data/Accessor/Basic.hs:24)
    fromLens (src/Data/Accessor/Basic.hs:28)
  50% (  5 / 10) in 'Data.Accessor.MonadState'
  Missing documentation for:
    get (src/Data/Accessor/MonadStatePrivate.hs:14)
    lift (src/Data/Accessor/MonadStatePrivate.hs:57)
    modify (src/Data/Accessor/MonadStatePrivate.hs:17)
    set (src/Data/Accessor/MonadStatePrivate.hs:11)
    liftT (src/Data/Accessor/MonadStatePrivate.hs:65)
  57% (  4 /  7) in 'Data.Accessor.Container'
  Missing documentation for:
    array (src/Data/Accessor/Container.hs:28)
    intMapDefault (src/Data/Accessor/Container.hs:59)
    intMapMaybe (src/Data/Accessor/Container.hs:63)
  11% (  1 /  9) in 'Data.Accessor.BinaryRead'
  Missing documentation for:
    Stream (src/Data/Accessor/BinaryRead.hs:30)
    C (src/Data/Accessor/BinaryRead.hs:32)
    ByteSource (src-fail/from-4.13/Data/Accessor/ByteSource.hs:26)
    ByteStream (src-fail/from-4.13/Data/Accessor/ByteSource.hs:16)
    ByteCompatible (src-fail/from-4.13/Data/Accessor/ByteSource.hs:9)
    Parser (src/Data/Accessor/BinaryRead.hs:53)
    field (src/Data/Accessor/BinaryRead.hs:58)
    record (src/Data/Accessor/BinaryRead.hs:64)
 100% ( 16 / 16) in 'Data.Accessor'
  33% (  1 /  3) in 'Data.Accessor.Show'
  Missing documentation for:
    field (src/Data/Accessor/Show.hs:21)
    showsPrec (src/Data/Accessor/Show.hs:29)
  85% (  6 /  7) in 'Data.Accessor.Tuple'
  Missing documentation for:
    Module header
Warning: 'get' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'modify' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Documentation created: dist/doc/html/data-accessor/,
dist/doc/html/data-accessor/data-accessor.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-accessor-0.2.3.1-AfcJeWceIA8Iaavuxhbqnn
Completed    data-accessor-0.2.3.1
Configuring digest-0.0.2.1...
Preprocessing library for digest-0.0.2.1..
Building library for digest-0.0.2.1..
[1 of 3] Compiling Data.Digest.Adler32 ( dist/build/Data/Digest/Adler32.hs, dist/build/Data/Digest/Adler32.o, dist/build/Data/Digest/Adler32.dyn_o )
[2 of 3] Compiling Data.Digest.CRC32 ( dist/build/Data/Digest/CRC32.hs, dist/build/Data/Digest/CRC32.o, dist/build/Data/Digest/CRC32.dyn_o )
[3 of 3] Compiling Data.Digest.CRC32C ( Data/Digest/CRC32C.hs, dist/build/Data/Digest/CRC32C.o, dist/build/Data/Digest/CRC32C.dyn_o )
Preprocessing library for digest-0.0.2.1..
Running Haddock on library for digest-0.0.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Digest.Adler32 ( dist/build/Data/Digest/Adler32.hs, nothing )
[2 of 3] Compiling Data.Digest.CRC32 ( dist/build/Data/Digest/CRC32.hs, nothing )
[3 of 3] Compiling Data.Digest.CRC32C ( Data/Digest/CRC32C.hs, nothing )
Haddock coverage:
 100% (  4 /  4) in 'Data.Digest.Adler32'
 100% (  4 /  4) in 'Data.Digest.CRC32'
  50% (  2 /  4) in 'Data.Digest.CRC32C'
  Missing documentation for:
    Module header
    CRC32C (Data/Digest/CRC32C.hs:26)
Documentation created: dist/doc/html/digest/, dist/doc/html/digest/digest.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/digest-0.0.2.1-KOTjqt75xI3Le28DgqQG2Q
Completed    digest-0.0.2.1
Configuring prettyprinter-1.7.1...
Preprocessing library for prettyprinter-1.7.1..
Building library for prettyprinter-1.7.1..
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o )

src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import           Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o )
[14 of 28] Compiling Prettyprinter    ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o )

src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
    Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
      "Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
  |
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o )
Preprocessing library for prettyprinter-1.7.1..
Running Haddock on library for prettyprinter-1.7.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing )

src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import           Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing )
[14 of 28] Compiling Prettyprinter    ( src/Prettyprinter.hs, nothing )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing )

src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
    Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
      "Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
  |
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing )
Haddock coverage:
  57% (  4 /  7) in 'Prettyprinter.Render.Util.Panic'
  Missing documentation for:
    Module header
    panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
    panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
Warning: 'parens' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'putDoc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hPutDoc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reAnnotateST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comma' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 77 / 78) in 'Prettyprinter.Internal'
  Missing documentation for:
    defaultPageWidth (src/Prettyprinter/Internal.hs:1778)
  66% (  2 /  3) in 'Prettyprinter.Render.String'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.String'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Prettyprinter.Internal.Type'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal.Type'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'Prettyprinter.Internal.Debug'
  Missing documentation for:
    diag' (src/Prettyprinter/Internal/Debug.hs:76)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal.Debug'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic'
  Missing documentation for:
    Module header
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine'
  Missing documentation for:
    Module header
 100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii'
Warning: 'Keyword' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Red' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'color' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'colorDull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColorDull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (112 /112) in 'Prettyprinter'
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree'
  Missing documentation for:
    Module header
  61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial'
  Missing documentation for:
    SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40)
    Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41)
    bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46)
    italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47)
    paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48)
    headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49)
    color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial'
  Missing documentation for:
    Module header
  61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial'
  Missing documentation for:
    SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43)
    Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44)
    bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49)
    italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50)
    paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51)
    headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52)
    color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial'
  Missing documentation for:
    Module header
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% (  9 /  9) in 'Prettyprinter.Render.Text'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Text'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii'
  Missing documentation for:
    Module header
 100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode'
  Missing documentation for:
    Module header
Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util
 100% (  4 /  4) in 'Prettyprinter.Util'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Util'
  Missing documentation for:
    Module header
Warning: Prettyprinter.Internal: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
	- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Internal.Type: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
Warning: Prettyprinter: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
	- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for: 
	- Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree
Documentation created: dist/doc/html/prettyprinter/,
dist/doc/html/prettyprinter/prettyprinter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB
Completed    prettyprinter-1.7.1
Configuring semigroups-0.20...
Preprocessing library for semigroups-0.20..
Building library for semigroups-0.20..
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, dist/build/Data/Semigroup/Generic.o, dist/build/Data/Semigroup/Generic.dyn_o )
Preprocessing library for semigroups-0.20..
Running Haddock on library for semigroups-0.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Semigroup.Generic ( src/Data/Semigroup/Generic.hs, nothing )
Haddock coverage:
Warning: 'GenericSemigroupMonoid' is ambiguous. It is defined
    * at src/Data/Semigroup/Generic.hs:111:3
    * at src/Data/Semigroup/Generic.hs:110:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Semigroup/Generic.hs:110:1
  77% (  7 /  9) in 'Data.Semigroup.Generic'
  Missing documentation for:
    GSemigroup (src/Data/Semigroup/Generic.hs:54)
    GMonoid (src/Data/Semigroup/Generic.hs:84)
Warning: Data.Semigroup.Generic: could not find link destinations for: 
	- Data.Semigroup.Generic.gmempty'
	- Data.Semigroup.Generic.gmappend'
Documentation created: dist/doc/html/semigroups/,
dist/doc/html/semigroups/semigroups.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroups-0.20-FhfuFxVvP7ZBtA37SUthhH
Completed    semigroups-0.20
Warning: shell-utility.cabal:35:18: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring shell-utility-0.1...
Preprocessing library for shell-utility-0.1..
Building library for shell-utility-0.1..
[1 of 6] Compiling Shell.Utility.Exit ( src/Shell/Utility/Exit.hs, dist/build/Shell/Utility/Exit.o, dist/build/Shell/Utility/Exit.dyn_o )

src/Shell/Utility/Exit.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
16 | import Control.Applicative (Applicative)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 6] Compiling Shell.Utility.GetOpt ( src/Shell/Utility/GetOpt.hs, dist/build/Shell/Utility/GetOpt.o, dist/build/Shell/Utility/GetOpt.dyn_o )
[3 of 6] Compiling Shell.Utility.ParseArgument ( src/Shell/Utility/ParseArgument.hs, dist/build/Shell/Utility/ParseArgument.o, dist/build/Shell/Utility/ParseArgument.dyn_o )

src/Shell/Utility/ParseArgument.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
13 | import Control.Applicative (pure)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 6] Compiling Shell.Utility.Quote ( src/Shell/Utility/Quote.hs, dist/build/Shell/Utility/Quote.o, dist/build/Shell/Utility/Quote.dyn_o )
[5 of 6] Compiling Shell.Utility.Verbosity ( src/Shell/Utility/Verbosity.hs, dist/build/Shell/Utility/Verbosity.o, dist/build/Shell/Utility/Verbosity.dyn_o )

src/Shell/Utility/Verbosity.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
9 | import Control.Applicative (pure)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 6] Compiling Shell.Utility.Log ( src/Shell/Utility/Log.hs, dist/build/Shell/Utility/Log.o, dist/build/Shell/Utility/Log.dyn_o )
Preprocessing library for shell-utility-0.1..
Running Haddock on library for shell-utility-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Shell.Utility.Exit ( src/Shell/Utility/Exit.hs, nothing )

src/Shell/Utility/Exit.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
16 | import Control.Applicative (Applicative)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 6] Compiling Shell.Utility.GetOpt ( src/Shell/Utility/GetOpt.hs, nothing )
[3 of 6] Compiling Shell.Utility.ParseArgument ( src/Shell/Utility/ParseArgument.hs, nothing )

src/Shell/Utility/ParseArgument.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
13 | import Control.Applicative (pure)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 6] Compiling Shell.Utility.Quote ( src/Shell/Utility/Quote.hs, nothing )
[5 of 6] Compiling Shell.Utility.Verbosity ( src/Shell/Utility/Verbosity.hs, nothing )

src/Shell/Utility/Verbosity.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
9 | import Control.Applicative (pure)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[6 of 6] Compiling Shell.Utility.Log ( src/Shell/Utility/Log.hs, nothing )
Haddock coverage:
Warning: 'GetOpt' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  1 /  2) in 'Shell.Utility.Exit'
  Missing documentation for:
    Exit (src/Shell/Utility/Exit.hs:21)
   0% (  0 /  3) in 'Shell.Utility.GetOpt'
  Missing documentation for:
    Module header
    fmapArgDescr (src/Shell/Utility/GetOpt.hs:7)
    fmapOptDescr (src/Shell/Utility/GetOpt.hs:14)
  25% (  1 /  4) in 'Shell.Utility.ParseArgument'
  Missing documentation for:
    parseNumber (src/Shell/Utility/ParseArgument.hs:20)
    enumMaybe (src/Shell/Utility/ParseArgument.hs:33)
    enumeration (src/Shell/Utility/ParseArgument.hs:38)
  75% (  3 /  4) in 'Shell.Utility.Quote'
  Missing documentation for:
    Module header
  57% (  4 /  7) in 'Shell.Utility.Verbosity'
  Missing documentation for:
    Module header
    Verbosity (src/Shell/Utility/Verbosity.hs:12)
    parse (src/Shell/Utility/Verbosity.hs:37)
  83% (  5 /  6) in 'Shell.Utility.Log'
  Missing documentation for:
    wrapWords (src/Shell/Utility/Log.hs:61)
Documentation created: dist/doc/html/shell-utility/,
dist/doc/html/shell-utility/shell-utility.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/shell-utility-0.1-6vY6Tq6O8tlKzVPuDLxK69
Completed    shell-utility-0.1
Configuring splitmix-0.1.3.1...
Preprocessing library for splitmix-0.1.3.1..
Building library for splitmix-0.1.3.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.3.1..
Running Haddock on library for splitmix-0.1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
    * at src/System/Random/SplitMix.hs:77:14
    * at src/System/Random/SplitMix.hs:77:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
 100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
    * at src/System/Random/SplitMix32.hs:61:14
    * at src/System/Random/SplitMix32.hs:61:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
 100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe
Completed    splitmix-0.1.3.1
Configuring utf8-string-1.0.2...
Preprocessing library for utf8-string-1.0.2..
Building library for utf8-string-1.0.2..
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o, dist/build/Codec/Binary/UTF8/String.dyn_o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o, dist/build/Codec/Binary/UTF8/Generic.dyn_o )

Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o, dist/build/Data/ByteString/Lazy/UTF8.dyn_o )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o, dist/build/Data/ByteString/UTF8.dyn_o )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o, dist/build/Data/String/UTF8.dyn_o )
Preprocessing library for utf8-string-1.0.2..
Running Haddock on library for utf8-string-1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, nothing )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, nothing )

Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, nothing )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, nothing )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, nothing )
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 18 / 18) in 'Data.ByteString.UTF8'
  88% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:64)
    toRep (Data/String/UTF8.hs:67)
Warning: Data.ByteString.Lazy.UTF8: could not find link destinations for: 
	- Data.ByteString.Lazy.Internal.D:R:ItemByteString
Warning: Data.ByteString.UTF8: could not find link destinations for: 
	- Data.ByteString.Internal.Type.D:R:ItemByteString
Documentation created: dist/doc/html/utf8-string/,
dist/doc/html/utf8-string/utf8-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utf8-string-1.0.2-ARoN8tTzuLW5AQK61y3Hvx
Completed    utf8-string-1.0.2
Configuring utility-ht-0.0.17.2...
Preprocessing library for utility-ht-0.0.17.2..
Building library for utility-ht-0.0.17.2..
[ 1 of 33] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, dist/build/Control/Monad/HT.o, dist/build/Control/Monad/HT.dyn_o )
[ 2 of 33] Compiling Data.Bits.HT     ( src/Data/Bits/HT.hs, dist/build/Data/Bits/HT.o, dist/build/Data/Bits/HT.dyn_o )
[ 3 of 33] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, dist/build/Data/Bool/HT/Private.o, dist/build/Data/Bool/HT/Private.dyn_o )
[ 4 of 33] Compiling Data.Bool.HT     ( src/Data/Bool/HT.hs, dist/build/Data/Bool/HT.o, dist/build/Data/Bool/HT.dyn_o )
[ 5 of 33] Compiling Data.Either.HT   ( src/Data/Either/HT.hs, dist/build/Data/Either/HT.o, dist/build/Data/Either/HT.dyn_o )
[ 6 of 33] Compiling Data.Ix.Enum     ( src/Data/Ix/Enum.hs, dist/build/Data/Ix/Enum.o, dist/build/Data/Ix/Enum.dyn_o )
[ 7 of 33] Compiling Data.Maybe.HT    ( src/Data/Maybe/HT.hs, dist/build/Data/Maybe/HT.o, dist/build/Data/Maybe/HT.dyn_o )
[ 8 of 33] Compiling Data.Monoid.HT   ( src/Data/Monoid/HT.hs, dist/build/Data/Monoid/HT.o, dist/build/Data/Monoid/HT.dyn_o )
[ 9 of 33] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, dist/build/Data/Strictness/HT.o, dist/build/Data/Strictness/HT.dyn_o )
[10 of 33] Compiling Data.Tuple.Lazy  ( src/Data/Tuple/Lazy.hs, dist/build/Data/Tuple/Lazy.o, dist/build/Data/Tuple/Lazy.dyn_o )
[11 of 33] Compiling Data.Tuple.HT    ( src/Data/Tuple/HT.hs, dist/build/Data/Tuple/HT.o, dist/build/Data/Tuple/HT.dyn_o )
[12 of 33] Compiling Data.List.Reverse.StrictSpine ( src/Data/List/Reverse/StrictSpine.hs, dist/build/Data/List/Reverse/StrictSpine.o, dist/build/Data/List/Reverse/StrictSpine.dyn_o )
[13 of 33] Compiling Data.String.HT   ( src/Data/String/HT.hs, dist/build/Data/String/HT.o, dist/build/Data/String/HT.dyn_o )
[14 of 33] Compiling Data.List.Reverse.StrictElement ( src/Data/List/Reverse/StrictElement.hs, dist/build/Data/List/Reverse/StrictElement.o, dist/build/Data/List/Reverse/StrictElement.dyn_o )
[15 of 33] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, dist/build/Data/Function/HT/Private.o, dist/build/Data/Function/HT/Private.dyn_o )
[16 of 33] Compiling Data.Function.HT ( src/Data/Function/HT.hs, dist/build/Data/Function/HT.o, dist/build/Data/Function/HT.dyn_o )
[17 of 33] Compiling Data.Ord.HT      ( src/Data/Ord/HT.hs, dist/build/Data/Ord/HT.o, dist/build/Data/Ord/HT.dyn_o )
[18 of 33] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, dist/build/Data/List/Key/Private.o, dist/build/Data/List/Key/Private.dyn_o )
[19 of 33] Compiling Data.List.Key    ( src/Data/List/Key.hs, dist/build/Data/List/Key.o, dist/build/Data/List/Key.dyn_o )
[20 of 33] Compiling Data.Eq.HT       ( src/Data/Eq/HT.hs, dist/build/Data/Eq/HT.o, dist/build/Data/Eq/HT.dyn_o )
[21 of 33] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, dist/build/Control/Functor/HT.o, dist/build/Control/Functor/HT.dyn_o )
[22 of 33] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, dist/build/Data/List/Match/Private.o, dist/build/Data/List/Match/Private.dyn_o )

src/Data/List/Match/Private.hs:78:10: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
78 |    snd $ head $
   |          ^^^^
[23 of 33] Compiling Data.List.Match  ( src/Data/List/Match.hs, dist/build/Data/List/Match.o, dist/build/Data/List/Match.dyn_o )
[24 of 33] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, dist/build/Data/List/HT/Private.o, dist/build/Data/List/HT/Private.dyn_o )

src/Data/List/HT/Private.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
9 | import Control.Applicative ((<$>), (<*>), )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/List/HT/Private.hs:90:42: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
90 | tails' = fst . breakAfter null . iterate tail
   |                                          ^^^^

src/Data/List/HT/Private.hs:259:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
259 |    takeUntil (p . fst) $ zip xs $ tail $ tails xs
    |                                   ^^^^

src/Data/List/HT/Private.hs:300:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [[a]] not matched: []
    |
300 |    foldr (\ x ~yt@(y:ys) -> if p x then [x]:yt else (x:y):ys) [[]]
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/List/HT/Private.hs:345:7: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [[a]] not matched: []
    |
345 |       case xst of
    |       ^^^^^^^^^^^...

src/Data/List/HT/Private.hs:347:13: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
347 |             tail xs : xss) .
    |             ^^^^

src/Data/List/HT/Private.hs:674:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
674 |    unfoldr (\xs -> toMaybe (not (null xs)) (head xs, drop k xs))
    |                                             ^^^^

src/Data/List/HT/Private.hs:677:16: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
677 | sieve' k = map head . sliceVertical k
    |                ^^^^

src/Data/List/HT/Private.hs:683:18: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
683 | sieve''' k = map head . takeWhile (not . null) . iterate (drop k)
    |                  ^^^^

src/Data/List/HT/Private.hs:713:21: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [[a]] not matched: []
    |
713 |    reverse . foldr (\x ~(y:ys) -> ys ++ [x:y]) (replicate n [])
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/List/HT/Private.hs:860:8: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type ([[a]], [[a]]) not matched: ([], _)
    |
860 |    let (y:ys,zs) = unzip (map (splitAt 1) xs)
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/List/HT/Private.hs:943:19: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
943 |    concatMap fst (tail
    |                   ^^^^

src/Data/List/HT/Private.hs:1051:13: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1051 |        zip (tail as) (concatMap (\ai->[ai,ai]) as)
     |             ^^^^

src/Data/List/HT/Private.hs:1067:23: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1067 |        zip as (pairs (tail as))
     |                       ^^^^

src/Data/List/HT/Private.hs:1157:34: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1157 | mapAdjacent f xs = zipWith f xs (tail xs)
     |                                  ^^^^

src/Data/List/HT/Private.hs:1165:40: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1165 | mapAdjacentPointfree f = zipWith f <*> tail
     |                                        ^^^^
[25 of 33] Compiling Data.List.HT     ( src/Data/List/HT.hs, dist/build/Data/List/HT.o, dist/build/Data/List/HT.dyn_o )
[26 of 33] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, dist/build/Data/Record/HT/Private.o, dist/build/Data/Record/HT/Private.dyn_o )

src/Data/Record/HT/Private.hs:3:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
3 | import Data.Monoid (mconcat, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Record/HT/Private.hs:26:4: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
26 |    head $ dropWhile (EQ==) (map (\c -> c x y) cs) ++ [EQ]
   |    ^^^^
[27 of 33] Compiling Data.Record.HT   ( src/Data/Record/HT.hs, dist/build/Data/Record/HT.o, dist/build/Data/Record/HT.dyn_o )
[28 of 33] Compiling Data.List.Reverse.Private ( src/Data/List/Reverse/Private.hs, dist/build/Data/List/Reverse/Private.o, dist/build/Data/List/Reverse/Private.dyn_o )
[29 of 33] Compiling Control.Applicative.HT ( src/Control/Applicative/HT.hs, dist/build/Control/Applicative/HT.o, dist/build/Control/Applicative/HT.dyn_o )

src/Control/Applicative/HT.hs:5:1: warning: [GHC-38856] [-Wunused-imports]
    The import of <$>, <*>, Applicative, liftA2
    from module Control.Applicative is redundant
  |
5 | import Control.Applicative (Applicative, liftA2, liftA3, (<$>), (<*>), )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[30 of 33] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, dist/build/Data/Tuple/Strict.o, dist/build/Data/Tuple/Strict.dyn_o )
[31 of 33] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, dist/build/Data/Tuple/Example.o, dist/build/Data/Tuple/Example.dyn_o )
[32 of 33] Compiling Text.Read.HT     ( src/Text/Read/HT.hs, dist/build/Text/Read/HT.o, dist/build/Text/Read/HT.dyn_o )
[33 of 33] Compiling Text.Show.HT     ( src/Text/Show/HT.hs, dist/build/Text/Show/HT.o, dist/build/Text/Show/HT.dyn_o )
Preprocessing library for utility-ht-0.0.17.2..
Running Haddock on library for utility-ht-0.0.17.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 33] Compiling Control.Monad.HT ( src/Control/Monad/HT.hs, nothing )
[ 2 of 33] Compiling Data.Bits.HT     ( src/Data/Bits/HT.hs, nothing )
[ 3 of 33] Compiling Data.Bool.HT.Private ( src/Data/Bool/HT/Private.hs, nothing )
[ 4 of 33] Compiling Data.Bool.HT     ( src/Data/Bool/HT.hs, nothing )
[ 5 of 33] Compiling Data.Either.HT   ( src/Data/Either/HT.hs, nothing )
[ 6 of 33] Compiling Data.Ix.Enum     ( src/Data/Ix/Enum.hs, nothing )
[ 7 of 33] Compiling Data.Maybe.HT    ( src/Data/Maybe/HT.hs, nothing )
[ 8 of 33] Compiling Data.Monoid.HT   ( src/Data/Monoid/HT.hs, nothing )
[ 9 of 33] Compiling Data.Strictness.HT ( src/Data/Strictness/HT.hs, nothing )
[10 of 33] Compiling Data.Tuple.Lazy  ( src/Data/Tuple/Lazy.hs, nothing )
[11 of 33] Compiling Data.Tuple.HT    ( src/Data/Tuple/HT.hs, nothing )
[12 of 33] Compiling Data.List.Reverse.StrictSpine ( src/Data/List/Reverse/StrictSpine.hs, nothing )
[13 of 33] Compiling Data.String.HT   ( src/Data/String/HT.hs, nothing )
[14 of 33] Compiling Data.List.Reverse.StrictElement ( src/Data/List/Reverse/StrictElement.hs, nothing )
[15 of 33] Compiling Data.Function.HT.Private ( src/Data/Function/HT/Private.hs, nothing )
[16 of 33] Compiling Data.Function.HT ( src/Data/Function/HT.hs, nothing )
[17 of 33] Compiling Data.Ord.HT      ( src/Data/Ord/HT.hs, nothing )
[18 of 33] Compiling Data.List.Key.Private ( src/Data/List/Key/Private.hs, nothing )
[19 of 33] Compiling Data.List.Key    ( src/Data/List/Key.hs, nothing )
[20 of 33] Compiling Data.Eq.HT       ( src/Data/Eq/HT.hs, nothing )
[21 of 33] Compiling Control.Functor.HT ( src/Control/Functor/HT.hs, nothing )
[22 of 33] Compiling Data.List.Match.Private ( src/Data/List/Match/Private.hs, nothing )

src/Data/List/Match/Private.hs:78:10: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
78 |    snd $ head $
   |          ^^^^
[23 of 33] Compiling Data.List.Match  ( src/Data/List/Match.hs, nothing )
[24 of 33] Compiling Data.List.HT.Private ( src/Data/List/HT/Private.hs, nothing )

src/Data/List/HT/Private.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
9 | import Control.Applicative ((<$>), (<*>), )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/List/HT/Private.hs:90:42: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
90 | tails' = fst . breakAfter null . iterate tail
   |                                          ^^^^

src/Data/List/HT/Private.hs:259:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
259 |    takeUntil (p . fst) $ zip xs $ tail $ tails xs
    |                                   ^^^^

src/Data/List/HT/Private.hs:347:13: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
347 |             tail xs : xss) .
    |             ^^^^

src/Data/List/HT/Private.hs:674:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
674 |    unfoldr (\xs -> toMaybe (not (null xs)) (head xs, drop k xs))
    |                                             ^^^^

src/Data/List/HT/Private.hs:677:16: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
677 | sieve' k = map head . sliceVertical k
    |                ^^^^

src/Data/List/HT/Private.hs:683:18: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
683 | sieve''' k = map head . takeWhile (not . null) . iterate (drop k)
    |                  ^^^^

src/Data/List/HT/Private.hs:943:19: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
943 |    concatMap fst (tail
    |                   ^^^^

src/Data/List/HT/Private.hs:1051:13: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1051 |        zip (tail as) (concatMap (\ai->[ai,ai]) as)
     |             ^^^^

src/Data/List/HT/Private.hs:1067:23: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1067 |        zip as (pairs (tail as))
     |                       ^^^^

src/Data/List/HT/Private.hs:1157:34: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1157 | mapAdjacent f xs = zipWith f xs (tail xs)
     |                                  ^^^^

src/Data/List/HT/Private.hs:1165:40: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1165 | mapAdjacentPointfree f = zipWith f <*> tail
     |                                        ^^^^
[25 of 33] Compiling Data.List.HT     ( src/Data/List/HT.hs, nothing )
[26 of 33] Compiling Data.Record.HT.Private ( src/Data/Record/HT/Private.hs, nothing )

src/Data/Record/HT/Private.hs:3:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
3 | import Data.Monoid (mconcat, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Record/HT/Private.hs:26:4: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
26 |    head $ dropWhile (EQ==) (map (\c -> c x y) cs) ++ [EQ]
   |    ^^^^
[27 of 33] Compiling Data.Record.HT   ( src/Data/Record/HT.hs, nothing )
[28 of 33] Compiling Data.List.Reverse.Private ( src/Data/List/Reverse/Private.hs, nothing )
[29 of 33] Compiling Control.Applicative.HT ( src/Control/Applicative/HT.hs, nothing )

src/Control/Applicative/HT.hs:5:1: warning: [GHC-38856] [-Wunused-imports]
    The import of <$>, <*>, Applicative, liftA2
    from module Control.Applicative is redundant
  |
5 | import Control.Applicative (Applicative, liftA2, liftA3, (<$>), (<*>), )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[30 of 33] Compiling Data.Tuple.Strict ( src/Data/Tuple/Strict.hs, nothing )
[31 of 33] Compiling Data.Tuple.Example ( src/Data/Tuple/Example.hs, nothing )
[32 of 33] Compiling Text.Read.HT     ( src/Text/Read/HT.hs, nothing )
[33 of 33] Compiling Text.Show.HT     ( src/Text/Show/HT.hs, nothing )
Haddock coverage:
Warning: 'base' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  9 / 27) in 'Control.Monad.HT'
  Missing documentation for:
    Module header
    nest (src/Control/Monad/HT.hs:25)
    void (src/Control/Monad/HT.hs:86)
    for (src/Control/Monad/HT.hs:89)
    map (src/Control/Monad/HT.hs:92)
    zipWith (src/Control/Monad/HT.hs:95)
    chain (src/Control/Monad/HT.hs:98)
    filter (src/Control/Monad/HT.hs:102)
    replicate (src/Control/Monad/HT.hs:105)
    lift (src/Control/Monad/HT.hs:108)
    lift2 (src/Control/Monad/HT.hs:112)
    lift3 (src/Control/Monad/HT.hs:116)
    lift4 (src/Control/Monad/HT.hs:121)
    lift5 (src/Control/Monad/HT.hs:127)
    liftJoin2 (src/Control/Monad/HT.hs:139)
    liftJoin3 (src/Control/Monad/HT.hs:143)
    liftJoin4 (src/Control/Monad/HT.hs:150)
    liftJoin5 (src/Control/Monad/HT.hs:157)
  66% (  2 /  3) in 'Data.Bits.HT'
  Missing documentation for:
    Module header
  83% (  5 /  6) in 'Data.Bool.HT'
  Missing documentation for:
    Module header
   0% (  0 /  7) in 'Data.Either.HT'
  Missing documentation for:
    Module header
    mapLeft (src/Data/Either/HT.hs:12)
    mapRight (src/Data/Either/HT.hs:15)
    mapBoth (src/Data/Either/HT.hs:18)
    maybeLeft (src/Data/Either/HT.hs:21)
    maybeRight (src/Data/Either/HT.hs:24)
    swap (src/Data/Either/HT.hs:27)
Warning: 'Ix' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  7 /  7) in 'Data.Ix.Enum'
Warning: '(:)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  60% (  3 /  5) in 'Data.Maybe.HT'
  Missing documentation for:
    Module header
    alternatives (src/Data/Maybe/HT.hs:53)
Warning: 'powerAssociative' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% (  4 /  5) in 'Data.Monoid.HT'
  Missing documentation for:
    Module header
   0% (  0 /  6) in 'Data.Strictness.HT'
  Missing documentation for:
    Module header
    arguments1 (src/Data/Strictness/HT.hs:5)
    arguments2 (src/Data/Strictness/HT.hs:9)
    arguments3 (src/Data/Strictness/HT.hs:13)
    arguments4 (src/Data/Strictness/HT.hs:17)
    arguments5 (src/Data/Strictness/HT.hs:21)
Warning: 'partition' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  31% (  5 / 16) in 'Data.Tuple.Lazy'
  Missing documentation for:
    Module header
    zipPair (src/Data/Tuple/Lazy.hs:37)
    zipWithPair (src/Data/Tuple/Lazy.hs:41)
    swap (src/Data/Tuple/Lazy.hs:46)
    forcePair (src/Data/Tuple/Lazy.hs:50)
    mapTriple (src/Data/Tuple/Lazy.hs:57)
    mapFst3 (src/Data/Tuple/Lazy.hs:61)
    mapSnd3 (src/Data/Tuple/Lazy.hs:65)
    mapThd3 (src/Data/Tuple/Lazy.hs:69)
    zipWithTriple (src/Data/Tuple/Lazy.hs:74)
    uncurry3 (src/Data/Tuple/Lazy.hs:78)
Warning: 'Arrow' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  35% (  7 / 20) in 'Data.Tuple.HT'
  Missing documentation for:
    Module header
    swap (src/Data/Tuple/Lazy.hs:46)
    forcePair (src/Data/Tuple/Lazy.hs:50)
    fst3 (src/Data/Tuple/HT.hs:40)
    snd3 (src/Data/Tuple/HT.hs:44)
    thd3 (src/Data/Tuple/HT.hs:48)
    mapTriple (src/Data/Tuple/Lazy.hs:57)
    mapFst3 (src/Data/Tuple/Lazy.hs:61)
    mapSnd3 (src/Data/Tuple/Lazy.hs:65)
    mapThd3 (src/Data/Tuple/Lazy.hs:69)
    curry3 (src/Data/Tuple/HT.hs:52)
    uncurry3 (src/Data/Tuple/Lazy.hs:78)
    triple (src/Data/Tuple/HT.hs:36)
 100% (  5 /  5) in 'Data.List.Reverse.StrictSpine'
  50% (  1 /  2) in 'Data.String.HT'
  Missing documentation for:
    Module header
 100% (  5 /  5) in 'Data.List.Reverse.StrictElement'
  80% (  4 /  5) in 'Data.Function.HT'
  Missing documentation for:
    Module header
  50% (  2 /  4) in 'Data.Ord.HT'
  Missing documentation for:
    Module header
    comparing (src/Data/Ord/HT.hs:7)
Warning: 'on' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'on' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  57% (  4 /  7) in 'Data.List.Key'
  Missing documentation for:
    nub (src/Data/List/Key/Private.hs:70)
    sort (src/Data/List/Key/Private.hs:60)
    merge (src/Data/List/Key/Private.hs:63)
   0% (  0 /  2) in 'Data.Eq.HT'
  Missing documentation for:
    Module header
    equating (src/Data/Eq/HT.hs:7)
  35% (  5 / 14) in 'Control.Functor.HT'
  Missing documentation for:
    Module header
    void (src/Control/Functor/HT.hs:11)
    map (src/Control/Functor/HT.hs:14)
    for (src/Control/Functor/HT.hs:17)
    mapFst (src/Control/Functor/HT.hs:50)
    mapSnd (src/Control/Functor/HT.hs:53)
    mapFst3 (src/Control/Functor/HT.hs:57)
    mapSnd3 (src/Control/Functor/HT.hs:60)
    mapThd3 (src/Control/Functor/HT.hs:63)
  90% ( 10 / 11) in 'Data.List.Match'
  Missing documentation for:
    Module header
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  82% ( 60 / 73) in 'Data.List.HT'
  Missing documentation for:
    Module header
    group (src/Data/List/HT/Private.hs:121)
    segmentAfterMaybe (src/Data/List/HT.hs:92)
    segmentBeforeMaybe (src/Data/List/HT.hs:88)
    dropWhileRev (src/Data/List/HT.hs:80)
    takeWhileRev (src/Data/List/HT.hs:84)
    dropWhileNothing (src/Data/List/HT/Private.hs:612)
    spanJust (src/Data/List/HT/Private.hs:650)
    unzipEithers (src/Data/List/HT/Private.hs:660)
    search (src/Data/List/HT/Private.hs:739)
    isAscendingLazy (src/Data/List/HT/Private.hs:1139)
    padLeft (src/Data/List/HT/Private.hs:1237)
    padRight (src/Data/List/HT/Private.hs:1242)
  66% (  2 /  3) in 'Data.Record.HT'
  Missing documentation for:
    Module header
   0% (  0 / 14) in 'Control.Applicative.HT'
  Missing documentation for:
    Module header
    mapPair (src/Control/Applicative/HT.hs:8)
    mapTriple (src/Control/Applicative/HT.hs:12)
    curry (src/Control/Applicative/HT.hs:16)
    curry3 (src/Control/Applicative/HT.hs:19)
    lift (src/Control/Applicative/HT.hs:24)
    lift2 (src/Control/Applicative/HT.hs:29)
    lift3 (src/Control/Applicative/HT.hs:34)
    lift4 (src/Control/Applicative/HT.hs:40)
    lift5 (src/Control/Applicative/HT.hs:47)
    lift6 (src/Control/Applicative/HT.hs:54)
    liftA4 (src/Control/Applicative/HT.hs:62)
    liftA5 (src/Control/Applicative/HT.hs:69)
    liftA6 (src/Control/Applicative/HT.hs:76)
  13% (  2 / 15) in 'Data.Tuple.Strict'
  Missing documentation for:
    Module header
    mapPair (src/Data/Tuple/Strict.hs:7)
    mapFst (src/Data/Tuple/Strict.hs:11)
    mapSnd (src/Data/Tuple/Strict.hs:15)
    zipPair (src/Data/Tuple/Strict.hs:19)
    zipWithPair (src/Data/Tuple/Strict.hs:23)
    swap (src/Data/Tuple/Strict.hs:28)
    mapTriple (src/Data/Tuple/Strict.hs:35)
    mapFst3 (src/Data/Tuple/Strict.hs:39)
    mapSnd3 (src/Data/Tuple/Strict.hs:43)
    mapThd3 (src/Data/Tuple/Strict.hs:47)
    zipWithTriple (src/Data/Tuple/Strict.hs:52)
    uncurry3 (src/Data/Tuple/Strict.hs:56)
  40% (  2 /  5) in 'Text.Read.HT'
  Missing documentation for:
    Module header
    readMany (src/Text/Read/HT.hs:23)
    maybeRead (src/Text/Read/HT.hs:30)
  33% (  1 /  3) in 'Text.Show.HT'
  Missing documentation for:
    Module header
    concatS (src/Text/Show/HT.hs:16)
Documentation created: dist/doc/html/utility-ht/,
dist/doc/html/utility-ht/utility-ht.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utility-ht-0.0.17.2-H7ist9Z1pSu3VUEtQixbtA
Completed    utility-ht-0.0.17.2
Configuring zlib-0.7.1.0...
Preprocessing library for zlib-0.7.1.0..
Building library for zlib-0.7.1.0..
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o )
Preprocessing library for zlib-0.7.1.0..
Running Haddock on library for zlib-0.7.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, nothing )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, nothing )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, nothing )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, nothing )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, nothing )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, nothing )
Haddock coverage:
 100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal'
 100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw'
 100% ( 36 / 36) in 'Codec.Compression.Zlib'
 100% ( 36 / 36) in 'Codec.Compression.GZip'
Warning: Codec.Compression.Zlib.Internal: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Stream.Rep_Format
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib.Raw: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.GZip: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Documentation created: dist/doc/html/zlib/, dist/doc/html/zlib/zlib.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zlib-0.7.1.0-FAtvayBxYL3BzSmCVeAO7B
Completed    zlib-0.7.1.0
Configuring ansi-terminal-types-1.1...
Preprocessing library for ansi-terminal-types-1.1..
Building library for ansi-terminal-types-1.1..
[1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
Preprocessing library for ansi-terminal-types-1.1..
Running Haddock on library for ansi-terminal-types-1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
Haddock coverage:
 100% ( 13 / 13) in 'System.Console.ANSI.Types'
Documentation created: dist/doc/html/ansi-terminal-types/,
dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1-HAQdkxzoxfTLgP68NcEWOX
Completed    ansi-terminal-types-1.1
Downloading  explicit-exception-0.2
Downloaded   explicit-exception-0.2
Configuring explicit-exception-0.2...
Preprocessing library for explicit-exception-0.2..
Building library for explicit-exception-0.2..
[ 1 of 11] Compiling Control.Monad.Exception.Synchronous ( src/Control/Monad/Exception/Synchronous.hs, dist/build/Control/Monad/Exception/Synchronous.o, dist/build/Control/Monad/Exception/Synchronous.dyn_o )

src/Control/Monad/Exception/Synchronous.hs:163:1: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type Exceptional e a not matched: Exception _
    |
163 | force ~(Success a) = Success a
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Control/Monad/Exception/Synchronous.hs:279:12: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type Exceptional e a not matched: Exception _
    |
279 |        let unSuccess ~(Success x) = x
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Control/Monad/Exception/Synchronous.hs:474:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad (ExceptionalT e m).
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
474 |    return = ExceptionalT . return . return
    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Control/Monad/Exception/Synchronous.hs:486:35: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type Exceptional e a not matched: Exception _
    |
486 |    mfix f = ExceptionalT $ mfix $ \ ~(Success r) -> runExceptionalT $ f r
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, dist/build/Control/Monad/Exception/Asynchronous/Strict.o, dist/build/Control/Monad/Exception/Asynchronous/Strict.dyn_o )
[ 3 of 11] Compiling Control.Monad.Exception.Asynchronous.Lazy ( src/Control/Monad/Exception/Asynchronous/Lazy.hs, dist/build/Control/Monad/Exception/Asynchronous/Lazy.o, dist/build/Control/Monad/Exception/Asynchronous/Lazy.dyn_o )
[ 4 of 11] Compiling Control.Monad.Exception.Asynchronous ( src/Control/Monad/Exception/Asynchronous.hs, dist/build/Control/Monad/Exception/Asynchronous.o, dist/build/Control/Monad/Exception/Asynchronous.dyn_o )
[ 5 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, dist/build/Control/Monad/Exception/Warning.o, dist/build/Control/Monad/Exception/Warning.dyn_o )

src/Control/Monad/Exception/Warning.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
14 | import Control.Applicative (Applicative(pure, (<*>)))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Control/Monad/Exception/Warning.hs:114:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad (WarnableT e m).
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
114 |    return = WarnableT . return . return
    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o, dist/build/Control/Monad/Label.dyn_o )

src/Control/Monad/Label.hs:17:1: warning: [GHC-38856] [-Wunused-imports]
    The import of <*>, Applicative, pure
    from module Control.Applicative is redundant
   |
17 | import Control.Applicative (Applicative(pure, (<*>)), Alternative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o, dist/build/Control/Monad/Exception/Label.dyn_o )

src/Control/Monad/Exception/Label.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
15 | import Control.Applicative (Applicative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, dist/build/System/IO/Straight.o, dist/build/System/IO/Straight.dyn_o )

src/System/IO/Straight.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
20 | import Control.Applicative (Applicative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/IO/Straight.hs:68:1: warning: [GHC-90177] [-Worphans]
    Orphan class instance:
      instance (MonadSIO m, ContainsIOException e) =>
               MonadIO (ExceptionalT e m)
    Suggested fix:
      Move the instance declaration to the module of the class or of the type, or
      wrap the type with a newtype and declare the instance on the new type.
   |
68 | instance (MonadSIO m, ContainsIOException e) =>
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o, dist/build/System/IO/Exception/File.dyn_o )
[10 of 11] Compiling System.IO.Exception.TextFile ( src/System/IO/Exception/TextFile.hs, dist/build/System/IO/Exception/TextFile.o, dist/build/System/IO/Exception/TextFile.dyn_o )

src/System/IO/Exception/TextFile.hs:47:4: warning: [GHC-68441] [-Wdeprecations]
    In the use of manySynchronousT
    (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
    Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead"
   |
47 |    Async.manySynchronousT unsafeInterleaveSIO (:) [] (getChar h)
   |    ^^^^^^^^^^^^^^^^^^^^^^
[11 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, dist/build/System/IO/Exception/BinaryFile.o, dist/build/System/IO/Exception/BinaryFile.dyn_o )
Preprocessing library for explicit-exception-0.2..
Running Haddock on library for explicit-exception-0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Control.Monad.Exception.Synchronous ( src/Control/Monad/Exception/Synchronous.hs, nothing )

src/Control/Monad/Exception/Synchronous.hs:474:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad (ExceptionalT e m).
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
474 |    return = ExceptionalT . return . return
    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, nothing )
[ 3 of 11] Compiling Control.Monad.Exception.Asynchronous.Lazy ( src/Control/Monad/Exception/Asynchronous/Lazy.hs, nothing )
[ 4 of 11] Compiling Control.Monad.Exception.Asynchronous ( src/Control/Monad/Exception/Asynchronous.hs, nothing )
[ 5 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, nothing )

src/Control/Monad/Exception/Warning.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
14 | import Control.Applicative (Applicative(pure, (<*>)))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Control/Monad/Exception/Warning.hs:114:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad (WarnableT e m).
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
114 |    return = WarnableT . return . return
    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, nothing )

src/Control/Monad/Label.hs:17:1: warning: [GHC-38856] [-Wunused-imports]
    The import of <*>, Applicative, pure
    from module Control.Applicative is redundant
   |
17 | import Control.Applicative (Applicative(pure, (<*>)), Alternative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, nothing )

src/Control/Monad/Exception/Label.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
15 | import Control.Applicative (Applicative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, nothing )

src/System/IO/Straight.hs:20:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
20 | import Control.Applicative (Applicative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/IO/Straight.hs:68:1: warning: [GHC-90177] [-Worphans]
    Orphan class instance:
      instance (MonadSIO m, ContainsIOException e) =>
               MonadIO (ExceptionalT e m)
    Suggested fix:
      Move the instance declaration to the module of the class or of the type, or
      wrap the type with a newtype and declare the instance on the new type.
   |
68 | instance (MonadSIO m, ContainsIOException e) =>
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, nothing )
[10 of 11] Compiling System.IO.Exception.TextFile ( src/System/IO/Exception/TextFile.hs, nothing )

src/System/IO/Exception/TextFile.hs:47:4: warning: [GHC-68441] [-Wdeprecations]
    In the use of manySynchronousT
    (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
    Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead"
   |
47 |    Async.manySynchronousT unsafeInterleaveSIO (:) [] (getChar h)
   |    ^^^^^^^^^^^^^^^^^^^^^^
[11 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, nothing )
Haddock coverage:
Warning: 'fail' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  26% ( 11 / 41) in 'Control.Monad.Exception.Synchronous'
  Missing documentation for:
    fromMaybe (src/Control/Monad/Exception/Synchronous.hs:110)
    toMaybe (src/Control/Monad/Exception/Synchronous.hs:116)
    fromEither (src/Control/Monad/Exception/Synchronous.hs:113)
    toEither (src/Control/Monad/Exception/Synchronous.hs:119)
    fromExitCode (src/Control/Monad/Exception/Synchronous.hs:132)
    toExitCode (src/Control/Monad/Exception/Synchronous.hs:126)
    mapException (src/Control/Monad/Exception/Synchronous.hs:166)
    mapExceptional (src/Control/Monad/Exception/Synchronous.hs:172)
    throw (src/Control/Monad/Exception/Synchronous.hs:178)
    assert (src/Control/Monad/Exception/Synchronous.hs:181)
    catch (src/Control/Monad/Exception/Synchronous.hs:185)
    resolve (src/Control/Monad/Exception/Synchronous.hs:202)
    alternative (src/Control/Monad/Exception/Synchronous.hs:212)
    fromMaybeT (src/Control/Monad/Exception/Synchronous.hs:304)
    toMaybeT (src/Control/Monad/Exception/Synchronous.hs:307)
    fromEitherT (src/Control/Monad/Exception/Synchronous.hs:310)
    toEitherT (src/Control/Monad/Exception/Synchronous.hs:313)
    fromExitCodeT (src/Control/Monad/Exception/Synchronous.hs:324)
    toExitCodeT (src/Control/Monad/Exception/Synchronous.hs:318)
    liftT (src/Control/Monad/Exception/Synchronous.hs:329)
    switchT (src/Control/Monad/Exception/Synchronous.hs:336)
    mapExceptionT (src/Control/Monad/Exception/Synchronous.hs:351)
    mapExceptionalT (src/Control/Monad/Exception/Synchronous.hs:357)
    throwT (src/Control/Monad/Exception/Synchronous.hs:362)
    assertT (src/Control/Monad/Exception/Synchronous.hs:366)
    catchT (src/Control/Monad/Exception/Synchronous.hs:372)
    resolveT (src/Control/Monad/Exception/Synchronous.hs:394)
    tryT (src/Control/Monad/Exception/Synchronous.hs:400)
    manyMonoidT (src/Control/Monad/Exception/Synchronous.hs:425)
    alternativeT (src/Control/Monad/Exception/Synchronous.hs:459)
Warning: 'readFile' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  43% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Strict'
  Missing documentation for:
    Module header
    fromSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:103)
    fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Strict.hs:110)
    fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:114)
    toSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:118)
    throwMonoid (src/Control/Monad/Exception/Asynchronous/Strict.hs:130)
    continue (src/Control/Monad/Exception/Asynchronous/Strict.hs:190)
    maybeAbort (src/Control/Monad/Exception/Asynchronous/Strict.hs:198)
    mapException (src/Control/Monad/Exception/Asynchronous/Strict.hs:225)
    mapExceptional (src/Control/Monad/Exception/Asynchronous/Strict.hs:228)
    simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Strict.hs:261)
    sequenceA (src/Control/Monad/Exception/Asynchronous/Strict.hs:289)
    mapM (src/Control/Monad/Exception/Asynchronous/Strict.hs:294)
    sequence (src/Control/Monad/Exception/Asynchronous/Strict.hs:298)
    swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Strict.hs:344)
    fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Strict.hs:364)
    fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:371)
    mapExceptionT (src/Control/Monad/Exception/Asynchronous/Strict.hs:415)
    mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Strict.hs:421)
    throwMonoidT (src/Control/Monad/Exception/Asynchronous/Strict.hs:427)
    eatNothingT (src/Control/Monad/Exception/Asynchronous/Strict.hs:432)
    appendM (src/Control/Monad/Exception/Asynchronous/Strict.hs:469)
    continueM (src/Control/Monad/Exception/Asynchronous/Strict.hs:476)
Warning: 'readFile' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  43% ( 18 / 41) in 'Control.Monad.Exception.Asynchronous.Lazy'
  Missing documentation for:
    Module header
    fromSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:108)
    fromSynchronousNull (src/Control/Monad/Exception/Asynchronous/Lazy.hs:115)
    fromSynchronousMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:119)
    toSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:123)
    throwMonoid (src/Control/Monad/Exception/Asynchronous/Lazy.hs:135)
    continue (src/Control/Monad/Exception/Asynchronous/Lazy.hs:195)
    maybeAbort (src/Control/Monad/Exception/Asynchronous/Lazy.hs:204)
    mapException (src/Control/Monad/Exception/Asynchronous/Lazy.hs:231)
    mapExceptional (src/Control/Monad/Exception/Asynchronous/Lazy.hs:234)
    simultaneousBindM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:280)
    sequenceA (src/Control/Monad/Exception/Asynchronous/Lazy.hs:308)
    mapM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:313)
    sequence (src/Control/Monad/Exception/Asynchronous/Lazy.hs:317)
    swapToAsynchronousSynchronous (src/Control/Monad/Exception/Asynchronous/Lazy.hs:363)
    fromSynchronousT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:384)
    fromSynchronousMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:391)
    mapExceptionT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:435)
    mapExceptionalT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:441)
    throwMonoidT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:447)
    eatNothingT (src/Control/Monad/Exception/Asynchronous/Lazy.hs:452)
    appendM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:489)
    continueM (src/Control/Monad/Exception/Asynchronous/Lazy.hs:496)
 100% (  2 /  2) in 'Control.Monad.Exception.Asynchronous'
Warning: 'Warnable' is ambiguous. It is defined
    * at src/Control/Monad/Exception/Warning.hs:26:4
    * at src/Control/Monad/Exception/Warning.hs:25:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Monad/Exception/Warning.hs:25:1
Warning: 'SIO' is ambiguous. It is defined
    * at src/System/IO/Straight.hs:30:17
    * at src/System/IO/Straight.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/Straight.hs:30:1
Warning: 'unsafeInterleaveIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafe' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Control.Monad.Exception.Synchronous: could not find link destinations for: 
	- System.IO.Straight.ContainsIOException
	- System.IO.Straight.MonadSIO
Documentation created: dist/doc/html/explicit-exception/,
dist/doc/html/explicit-exception/explicit-exception.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/explicit-exception-0.2-6uWA4JTWDqP1IDGKHInZjk
Completed    explicit-exception-0.2
Configuring random-1.3.1...
Preprocessing library for random-1.3.1..
Building library for random-1.3.1..
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o )
[5 of 6] Compiling System.Random    ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o )
Preprocessing library for random-1.3.1..
Running Haddock on library for random-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, nothing )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, nothing )
[5 of 6] Compiling System.Random    ( src/System/Random.hs, nothing )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing )
Haddock coverage:
Warning: 'ST' is ambiguous. It is defined
    * in GHC.ST
    * in GHC.ST
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.ST
Warning: 'StateGenM' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:606:20
    * at src/System/Random/Internal.hs:606:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'StateGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:612:22
    * at src/System/Random/Internal.hs:612:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:612:1
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'MutableByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'ST' is ambiguous. It is defined
    * in GHC.ST
    * in GHC.ST
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.ST
Warning: 'StateT' is ambiguous. It is defined
    * in Control.Monad.Trans.State.Strict
    * in Control.Monad.Trans.State.Strict
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'Seed' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:134:18
    * at src/System/Random/Internal.hs:134:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uniformByteStringM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
 100% ( 71 / 71) in 'System.Random'
Warning: 'TGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:719:19
    * at src/System/Random/Stateful.hs:719:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:719:1
Warning: 'STGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:618:22
    * at src/System/Random/Stateful.hs:618:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:618:1
Warning: 'StateGenM' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:606:20
    * at src/System/Random/Internal.hs:606:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'IOGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:542:20
    * at src/System/Random/Stateful.hs:542:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:542:1
Warning: 'AtomicGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:428:24
    * at src/System/Random/Stateful.hs:428:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:428:1
Warning: 'Seed' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:134:18
    * at src/System/Random/Internal.hs:134:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'IOGen' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:547:19
    * at src/System/Random/Stateful.hs:547:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:547:1
Warning: 'STGenM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STGen' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:623:19
    * at src/System/Random/Stateful.hs:623:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:623:1
Warning: 'clearBit' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'testBit' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (137 /137) in 'System.Random.Stateful'
Warning: System.Random: could not find link destinations for: 
	- System.Random.GFinite.cardinality
	- System.Random.GFinite.toFinite
	- System.Random.GFinite.fromFinite
	- System.Random.GFinite.Cardinality
	- System.Random.Seed.D:R:SeedSizeSMGen
	- System.Random.Seed.D:R:SeedSizeSMGen0
	- System.Random.Seed.D:R:SeedSizeStateGen
	- System.Random.Seed.D:R:SeedSizeStdGen
	- System.Random.Stateful.D:R:SeedSizeAtomicGen
	- System.Random.Stateful.D:R:SeedSizeIOGen
	- System.Random.Stateful.D:R:SeedSizeSTGen
	- System.Random.Stateful.D:R:SeedSizeTGen
Warning: System.Random.Stateful: could not find link destinations for: 
	- System.Random.GFinite.GFinite
	- System.Random.GFinite.cardinality
	- System.Random.GFinite.toFinite
	- System.Random.GFinite.fromFinite
	- System.Random.GFinite.Cardinality
	- System.Random.Internal.GUniformRange
	- System.Random.Internal.GUniform
	- System.Random.Internal.D:R:MutableGenStateGenm
	- System.Random.Seed.D:R:SeedSizeSMGen
	- System.Random.Seed.D:R:SeedSizeSMGen0
	- System.Random.Seed.D:R:SeedSizeStateGen
	- System.Random.Seed.D:R:SeedSizeStdGen
	- System.Random.Stateful.D:R:MutableGenAtomicGenm
	- System.Random.Stateful.D:R:SeedSizeAtomicGen
	- System.Random.Stateful.D:R:MutableGenIOGenm
	- System.Random.Stateful.D:R:SeedSizeIOGen
	- System.Random.Stateful.D:R:MutableGenSTGenST
	- System.Random.Stateful.D:R:SeedSizeSTGen
	- System.Random.Stateful.D:R:MutableGenTGenSTM
	- System.Random.Stateful.D:R:SeedSizeTGen
Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-3HmCudIQHVrG4RNMrw37d7
Completed    random-1.3.1
Configuring zip-archive-0.4.3.2...
Preprocessing library for zip-archive-0.4.3.2..
Building library for zip-archive-0.4.3.2..
[1 of 1] Compiling Codec.Archive.Zip ( src/Codec/Archive/Zip.hs, dist/build/Codec/Archive/Zip.o, dist/build/Codec/Archive/Zip.dyn_o )
Preprocessing library for zip-archive-0.4.3.2..
Running Haddock on library for zip-archive-0.4.3.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Codec.Archive.Zip ( src/Codec/Archive/Zip.hs, nothing )
Haddock coverage:
Warning: 'Archive' is ambiguous. It is defined
    * at src/Codec/Archive/Zip.hs:136:16
    * at src/Codec/Archive/Zip.hs:136:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Codec/Archive/Zip.hs:136:1
Warning: 'Entry' is ambiguous. It is defined
    * at src/Codec/Archive/Zip.hs:147:14
    * at src/Codec/Archive/Zip.hs:147:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Codec/Archive/Zip.hs:147:1
Warning: 'OptPreserveSymbolicLinks' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CMode' is ambiguous. It is defined
    * in System.Posix.Types
    * in System.Posix.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in System.Posix.Types
Warning: 'FileMode' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClockTime' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  93% ( 28 / 30) in 'Codec.Archive.Zip'
  Missing documentation for:
    EncryptionMethod (src/Codec/Archive/Zip.hs:168)
    ZipException (src/Codec/Archive/Zip.hs:185)
Documentation created: dist/doc/html/zip-archive/,
dist/doc/html/zip-archive/zip-archive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zip-archive-0.4.3.2-EW74aRpZjZcJLMZcEXHEoA
Completed    zip-archive-0.4.3.2
Configuring ansi-terminal-1.1.2...
Preprocessing library for ansi-terminal-1.1.2..
Building library for ansi-terminal-1.1.2..
[1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
[2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o )
[3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o )
Preprocessing library for ansi-terminal-1.1.2..
Running Haddock on library for ansi-terminal-1.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
[2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
  66% ( 41 / 62) in 'System.Console.ANSI.Codes'
  Missing documentation for:
    cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
    cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
    cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
    cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
    cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
    cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
    clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
    clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
    clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
    clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
    clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
    clearLineCode (src/System/Console/ANSI/Codes.hs:317)
    enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
    disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
    scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
    scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
    useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
    useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
    setSGRCode (src/System/Console/ANSI/Codes.hs:339)
    hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
    showCursorCode (src/System/Console/ANSI/Codes.hs:345)
  54% ( 85 /155) in 'System.Console.ANSI'
  Missing documentation for:
    cursorUp (src/System/Console/ANSI.hs:415)
    cursorDown (src/System/Console/ANSI.hs:416)
    cursorForward (src/System/Console/ANSI.hs:417)
    cursorBackward (src/System/Console/ANSI.hs:418)
    hCursorUp (src/System/Console/ANSI.hs:407)
    hCursorDown (src/System/Console/ANSI.hs:408)
    hCursorForward (src/System/Console/ANSI.hs:409)
    hCursorBackward (src/System/Console/ANSI.hs:410)
    cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
    cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
    cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
    cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
    cursorUpLine (src/System/Console/ANSI.hs:431)
    cursorDownLine (src/System/Console/ANSI.hs:430)
    hCursorUpLine (src/System/Console/ANSI.hs:425)
    hCursorDownLine (src/System/Console/ANSI.hs:424)
    cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
    cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
    hSetCursorColumn (src/System/Console/ANSI.hs:437)
    hSetCursorPosition (src/System/Console/ANSI.hs:451)
    hSaveCursor (src/System/Console/ANSI.hs:462)
    hRestoreCursor (src/System/Console/ANSI.hs:463)
    hReportCursorPosition (src/System/Console/ANSI.hs:464)
    clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036)
    clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037)
    clearScreen (src/System/Console/ANSI.hs:1038)
    clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048)
    clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049)
    clearLine (src/System/Console/ANSI.hs:1050)
    hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030)
    hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031)
    hClearScreen (src/System/Console/ANSI.hs:1033)
    hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043)
    hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044)
    hClearLine (src/System/Console/ANSI.hs:1045)
    clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
    clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
    clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
    clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
    clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
    clearLineCode (src/System/Console/ANSI/Codes.hs:317)
    enableLineWrap (src/System/Console/ANSI.hs:1059)
    disableLineWrap (src/System/Console/ANSI.hs:1060)
    hEnableLineWrap (src/System/Console/ANSI.hs:1055)
    hDisableLineWrap (src/System/Console/ANSI.hs:1056)
    enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
    disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
    scrollPageUp (src/System/Console/ANSI.hs:1072)
    scrollPageDown (src/System/Console/ANSI.hs:1073)
    hScrollPageUp (src/System/Console/ANSI.hs:1066)
    hScrollPageDown (src/System/Console/ANSI.hs:1067)
    scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
    scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
    hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508)
    hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511)
    useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
    useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
    hReportLayerColor (src/System/Console/ANSI.hs:815)
    hSetSGR (src/System/Console/ANSI.hs:1016)
    setSGRCode (src/System/Console/ANSI/Codes.hs:339)
    hideCursor (src/System/Console/ANSI.hs:504)
    showCursor (src/System/Console/ANSI.hs:505)
    hHideCursor (src/System/Console/ANSI.hs:500)
    hShowCursor (src/System/Console/ANSI.hs:501)
    hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
    showCursorCode (src/System/Console/ANSI/Codes.hs:345)
    hHyperlink (src/System/Console/ANSI.hs:570)
    hHyperlinkWithId (src/System/Console/ANSI.hs:592)
    hHyperlinkWithParams (src/System/Console/ANSI.hs:547)
    hSetTitle (src/System/Console/ANSI.hs:612)
Documentation created: dist/doc/html/ansi-terminal/,
dist/doc/html/ansi-terminal/ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.2-KWBmkVsQRP67S2vyas6OZS
Completed    ansi-terminal-1.1.2
Downloading  xml-basic-0.1.3.3
Downloaded   xml-basic-0.1.3.3
Configuring xml-basic-0.1.3.3...
Preprocessing library for xml-basic-0.1.3.3..
Building library for xml-basic-0.1.3.3..
[ 1 of 17] Compiling Text.XML.Basic.Entity ( src/Text/XML/Basic/Entity.hs, dist/build/Text/XML/Basic/Entity.o, dist/build/Text/XML/Basic/Entity.dyn_o )

src/Text/XML/Basic/Entity.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
12 | import Data.Monoid (Monoid(mempty, mappend), mconcat, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/Entity.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
13 | import Data.Semigroup (Semigroup((<>)), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 17] Compiling Text.HTML.Basic.Entity ( src/Text/HTML/Basic/Entity.hs, dist/build/Text/HTML/Basic/Entity.o, dist/build/Text/HTML/Basic/Entity.dyn_o )
[ 3 of 17] Compiling Text.XML.Basic.Name ( src/Text/XML/Basic/Name.hs, dist/build/Text/XML/Basic/Name.o, dist/build/Text/XML/Basic/Name.dyn_o )
[ 4 of 17] Compiling Text.XML.Basic.Format ( src/Text/XML/Basic/Format.hs, dist/build/Text/XML/Basic/Format.o, dist/build/Text/XML/Basic/Format.dyn_o )
[ 5 of 17] Compiling Text.XML.Basic.Character ( src/Text/XML/Basic/Character.hs, dist/build/Text/XML/Basic/Character.o, dist/build/Text/XML/Basic/Character.dyn_o )
[ 6 of 17] Compiling Text.HTML.Basic.Character ( src/Text/HTML/Basic/Character.hs, dist/build/Text/HTML/Basic/Character.o, dist/build/Text/HTML/Basic/Character.dyn_o )
[ 7 of 17] Compiling Text.XML.Basic.Name.MixedCase ( src/Text/XML/Basic/Name/MixedCase.hs, dist/build/Text/XML/Basic/Name/MixedCase.o, dist/build/Text/XML/Basic/Name/MixedCase.dyn_o )
[ 8 of 17] Compiling Text.XML.Basic.Name.Qualified ( src/Text/XML/Basic/Name/Qualified.hs, dist/build/Text/XML/Basic/Name/Qualified.o, dist/build/Text/XML/Basic/Name/Qualified.dyn_o )
[ 9 of 17] Compiling Text.XML.Basic.Position ( src/Text/XML/Basic/Position.hs, dist/build/Text/XML/Basic/Position.o, dist/build/Text/XML/Basic/Position.dyn_o )
[10 of 17] Compiling Text.XML.Basic.String ( src/Text/XML/Basic/String.hs, dist/build/Text/XML/Basic/String.o, dist/build/Text/XML/Basic/String.dyn_o )
[11 of 17] Compiling Text.HTML.Basic.String ( src/Text/HTML/Basic/String.hs, dist/build/Text/HTML/Basic/String.o, dist/build/Text/HTML/Basic/String.dyn_o )
[12 of 17] Compiling Text.XML.Basic.Utility ( src/Text/XML/Basic/Utility.hs, dist/build/Text/XML/Basic/Utility.o, dist/build/Text/XML/Basic/Utility.dyn_o )
[13 of 17] Compiling Text.XML.Basic.Attribute ( src/Text/XML/Basic/Attribute.hs, dist/build/Text/XML/Basic/Attribute.o, dist/build/Text/XML/Basic/Attribute.dyn_o )

src/Text/XML/Basic/Attribute.hs:10:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
10 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/Attribute.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
11 | import Data.Traversable (Traversable, sequenceA, traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/Attribute.hs:12:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Applicative, pure
    from module Control.Applicative is redundant
   |
12 | import Control.Applicative (Applicative, pure, liftA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[14 of 17] Compiling Text.XML.Basic.ProcessingInstruction ( src/Text/XML/Basic/ProcessingInstruction.hs, dist/build/Text/XML/Basic/ProcessingInstruction.o, dist/build/Text/XML/Basic/ProcessingInstruction.dyn_o )

src/Text/XML/Basic/ProcessingInstruction.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
11 | import Data.Monoid (mempty, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/ProcessingInstruction.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
13 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/ProcessingInstruction.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
14 | import Data.Traversable (Traversable(sequenceA), traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/ProcessingInstruction.hs:15:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Applicative, pure
    from module Control.Applicative is redundant
   |
15 | import Control.Applicative (Applicative, pure, liftA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Text.XML.Basic.Tag ( src/Text/XML/Basic/Tag.hs, dist/build/Text/XML/Basic/Tag.o, dist/build/Text/XML/Basic/Tag.dyn_o )

src/Text/XML/Basic/Tag.hs:68:11: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type PI.T name string not matched: PI.Unknown _
   |
68 |       let (PI.Known attrs) = instr
   |           ^^^^^^^^^^^^^^^^^^^^^^^^
[16 of 17] Compiling Text.XML.Basic.Name.LowerCase ( src/Text/XML/Basic/Name/LowerCase.hs, dist/build/Text/XML/Basic/Name/LowerCase.o, dist/build/Text/XML/Basic/Name/LowerCase.dyn_o )
[17 of 17] Compiling Text.HTML.Basic.Tag ( src/Text/HTML/Basic/Tag.hs, dist/build/Text/HTML/Basic/Tag.o, dist/build/Text/HTML/Basic/Tag.dyn_o )
Preprocessing library for xml-basic-0.1.3.3..
Running Haddock on library for xml-basic-0.1.3.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Text.XML.Basic.Entity ( src/Text/XML/Basic/Entity.hs, nothing )

src/Text/XML/Basic/Entity.hs:12:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
12 | import Data.Monoid (Monoid(mempty, mappend), mconcat, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/Entity.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
13 | import Data.Semigroup (Semigroup((<>)), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 2 of 17] Compiling Text.HTML.Basic.Entity ( src/Text/HTML/Basic/Entity.hs, nothing )
[ 3 of 17] Compiling Text.XML.Basic.Name ( src/Text/XML/Basic/Name.hs, nothing )
[ 4 of 17] Compiling Text.XML.Basic.Format ( src/Text/XML/Basic/Format.hs, nothing )
[ 5 of 17] Compiling Text.XML.Basic.Character ( src/Text/XML/Basic/Character.hs, nothing )
[ 6 of 17] Compiling Text.HTML.Basic.Character ( src/Text/HTML/Basic/Character.hs, nothing )
[ 7 of 17] Compiling Text.XML.Basic.Name.MixedCase ( src/Text/XML/Basic/Name/MixedCase.hs, nothing )
[ 8 of 17] Compiling Text.XML.Basic.Name.Qualified ( src/Text/XML/Basic/Name/Qualified.hs, nothing )
[ 9 of 17] Compiling Text.XML.Basic.Position ( src/Text/XML/Basic/Position.hs, nothing )
[10 of 17] Compiling Text.XML.Basic.String ( src/Text/XML/Basic/String.hs, nothing )
[11 of 17] Compiling Text.HTML.Basic.String ( src/Text/HTML/Basic/String.hs, nothing )
[12 of 17] Compiling Text.XML.Basic.Utility ( src/Text/XML/Basic/Utility.hs, nothing )
[13 of 17] Compiling Text.XML.Basic.Attribute ( src/Text/XML/Basic/Attribute.hs, nothing )

src/Text/XML/Basic/Attribute.hs:10:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
10 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/Attribute.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
11 | import Data.Traversable (Traversable, sequenceA, traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/Attribute.hs:12:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Applicative, pure
    from module Control.Applicative is redundant
   |
12 | import Control.Applicative (Applicative, pure, liftA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[14 of 17] Compiling Text.XML.Basic.ProcessingInstruction ( src/Text/XML/Basic/ProcessingInstruction.hs, nothing )

src/Text/XML/Basic/ProcessingInstruction.hs:11:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
11 | import Data.Monoid (mempty, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/ProcessingInstruction.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
13 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/ProcessingInstruction.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
14 | import Data.Traversable (Traversable(sequenceA), traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/XML/Basic/ProcessingInstruction.hs:15:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Applicative, pure
    from module Control.Applicative is redundant
   |
15 | import Control.Applicative (Applicative, pure, liftA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Text.XML.Basic.Tag ( src/Text/XML/Basic/Tag.hs, nothing )
[16 of 17] Compiling Text.XML.Basic.Name.LowerCase ( src/Text/XML/Basic/Name/LowerCase.hs, nothing )
[17 of 17] Compiling Text.HTML.Basic.Tag ( src/Text/HTML/Basic/Tag.hs, nothing )
Haddock coverage:
  42% (  3 /  7) in 'Text.XML.Basic.Entity'
  Missing documentation for:
    Module header
    Name (src/Text/XML/Basic/Entity.hs:75)
    mapNameToChar (src/Text/XML/Basic/Entity.hs:78)
    mapCharToName (src/Text/XML/Basic/Entity.hs:82)
  20% (  2 / 10) in 'Text.HTML.Basic.Entity'
  Missing documentation for:
    Module header
    Name (src/Text/HTML/Basic/Entity.hs:20)
    listInternetExploder (src/Text/HTML/Basic/Entity.hs:69)
    mapNameToChar (src/Text/HTML/Basic/Entity.hs:23)
    mapCharToName (src/Text/HTML/Basic/Entity.hs:27)
    mapCharToNameInternetExploder (src/Text/HTML/Basic/Entity.hs:31)
    mapNameToUpper (src/Text/HTML/Basic/Entity.hs:36)
    mapNameToLower (src/Text/HTML/Basic/Entity.hs:40)
  50% (  4 /  8) in 'Text.XML.Basic.Name'
  Missing documentation for:
    C (src/Text/XML/Basic/Name.hs:10)
    Attribute (src/Text/XML/Basic/Name.hs:24)
    match (src/Text/XML/Basic/Name.hs:33)
    matchAny (src/Text/XML/Basic/Name.hs:36)
   4% (  1 / 22) in 'Text.XML.Basic.Format'
  Missing documentation for:
    Module header
    C (src/Text/XML/Basic/Format.hs:10)
    nl (src/Text/XML/Basic/Format.hs:43)
    blank (src/Text/XML/Basic/Format.hs:44)
    eq (src/Text/XML/Basic/Format.hs:45)
    lt (src/Text/XML/Basic/Format.hs:46)
    gt (src/Text/XML/Basic/Format.hs:47)
    slash (src/Text/XML/Basic/Format.hs:48)
    amp (src/Text/XML/Basic/Format.hs:49)
    sharp (src/Text/XML/Basic/Format.hs:50)
    colon (src/Text/XML/Basic/Format.hs:51)
    semicolon (src/Text/XML/Basic/Format.hs:52)
    apos (src/Text/XML/Basic/Format.hs:53)
    quot (src/Text/XML/Basic/Format.hs:54)
    lpar (src/Text/XML/Basic/Format.hs:55)
    rpar (src/Text/XML/Basic/Format.hs:56)
    exclam (src/Text/XML/Basic/Format.hs:57)
    quest (src/Text/XML/Basic/Format.hs:58)
    angle (src/Text/XML/Basic/Format.hs:62)
    name (src/Text/XML/Basic/Format.hs:75)
    many (src/Text/XML/Basic/Format.hs:79)
  26% (  7 / 26) in 'Text.XML.Basic.Character'
  Missing documentation for:
    T (src/Text/XML/Basic/Character.hs:36)
    toUnicodeGen (src/Text/XML/Basic/Character.hs:51)
    toUnicodeOrFormatGen (src/Text/XML/Basic/Character.hs:70)
    fromUnicode (src/Text/XML/Basic/Character.hs:75)
    fromCharRef (src/Text/XML/Basic/Character.hs:78)
    fromEntityRef (src/Text/XML/Basic/Character.hs:81)
    maybeUnicode (src/Text/XML/Basic/Character.hs:85)
    maybeCharRef (src/Text/XML/Basic/Character.hs:89)
    maybeEntityRef (src/Text/XML/Basic/Character.hs:93)
    isUnicode (src/Text/XML/Basic/Character.hs:98)
    isCharRef (src/Text/XML/Basic/Character.hs:102)
    isEntityRef (src/Text/XML/Basic/Character.hs:106)
    isRef (src/Text/XML/Basic/Character.hs:110)
    unicode (src/Text/XML/Basic/Character.hs:153)
    refC (src/Text/XML/Basic/Character.hs:156)
    refE (src/Text/XML/Basic/Character.hs:159)
    asciiFromUnicodeGen (src/Text/XML/Basic/Character.hs:127)
    validCharRef (src/Text/XML/Basic/Character.hs:218)
    switchUnicodeRuns (src/Text/XML/Basic/Character.hs:165)
   7% (  2 / 27) in 'Text.HTML.Basic.Character'
  Missing documentation for:
    Module header
    T (src/Text/XML/Basic/Character.hs:36)
    toUnicode (src/Text/HTML/Basic/Character.hs:26)
    toUnicodeOrFormat (src/Text/HTML/Basic/Character.hs:29)
    fromUnicode (src/Text/XML/Basic/Character.hs:75)
    fromCharRef (src/Text/XML/Basic/Character.hs:78)
    fromEntityRef (src/Text/XML/Basic/Character.hs:81)
    maybeUnicode (src/Text/XML/Basic/Character.hs:85)
    maybeCharRef (src/Text/XML/Basic/Character.hs:89)
    maybeEntityRef (src/Text/XML/Basic/Character.hs:93)
    isUnicode (src/Text/XML/Basic/Character.hs:98)
    isCharRef (src/Text/XML/Basic/Character.hs:102)
    isEntityRef (src/Text/XML/Basic/Character.hs:106)
    isRef (src/Text/XML/Basic/Character.hs:110)
    unicode (src/Text/XML/Basic/Character.hs:153)
    refC (src/Text/XML/Basic/Character.hs:156)
    refE (src/Text/XML/Basic/Character.hs:159)
    asciiFromUnicodeInternetExploder (src/Text/HTML/Basic/Character.hs:43)
    reduceRef (src/Text/HTML/Basic/Character.hs:47)
    validCharRef (src/Text/XML/Basic/Character.hs:218)
    switchUnicodeRuns (src/Text/XML/Basic/Character.hs:165)
    isLower (src/Text/HTML/Basic/Character.hs:51)
    isUpper (src/Text/HTML/Basic/Character.hs:55)
    toLower (src/Text/HTML/Basic/Character.hs:60)
    toUpper (src/Text/HTML/Basic/Character.hs:63)
  50% (  1 /  2) in 'Text.XML.Basic.Name.MixedCase'
  Missing documentation for:
    T (src/Text/XML/Basic/Name/MixedCase.hs:12)
  16% (  1 /  6) in 'Text.XML.Basic.Name.Qualified'
  Missing documentation for:
    T (src/Text/XML/Basic/Name/Qualified.hs:11)
    namespace (src/Text/XML/Basic/Name/Qualified.hs:15)
    local (src/Text/XML/Basic/Name/Qualified.hs:18)
    fromString (src/Text/XML/Basic/Name/Qualified.hs:22)
    toString (src/Text/XML/Basic/Name/Qualified.hs:31)
  23% (  3 / 13) in 'Text.XML.Basic.Position'
  Missing documentation for:
    FileName (src/Text/XML/Basic/Position.hs:27)
    Row (src/Text/XML/Basic/Position.hs:28)
    Column (src/Text/XML/Basic/Position.hs:29)
    new (src/Text/XML/Basic/Position.hs:44)
    initialize (src/Text/XML/Basic/Position.hs:47)
    row (src/Text/XML/Basic/Position.hs:56)
    column (src/Text/XML/Basic/Position.hs:59)
    fileName (src/Text/XML/Basic/Position.hs:53)
    updateOnChar (src/Text/XML/Basic/Position.hs:69)
    updateOnString (src/Text/XML/Basic/Position.hs:65)
  50% (  2 /  4) in 'Text.XML.Basic.String'
  Missing documentation for:
    Module header
    decodeGen (src/Text/XML/Basic/String.hs:28)
  66% (  2 /  3) in 'Text.HTML.Basic.String'
  Missing documentation for:
    Module header
  66% (  2 /  3) in 'Text.XML.Basic.Utility'
  Missing documentation for:
    Module header
  20% (  7 / 34) in 'Text.XML.Basic.Attribute'
  Missing documentation for:
    Module header
    cons (src/Text/XML/Basic/Attribute.hs:27)
    new (src/Text/XML/Basic/Attribute.hs:30)
    lift (src/Text/XML/Basic/Attribute.hs:35)
    toPair (src/Text/XML/Basic/Attribute.hs:38)
    fromPair (src/Text/XML/Basic/Attribute.hs:41)
    name (src/Text/XML/Basic/Attribute.hs:44)
    value (src/Text/XML/Basic/Attribute.hs:47)
    mapName (src/Text/XML/Basic/Attribute.hs:81)
    Name (src/Text/XML/Basic/Attribute.hs:85)
    versionName (src/Text/XML/Basic/Attribute.hs:97)
    encodingName (src/Text/XML/Basic/Attribute.hs:100)
    versionString (src/Text/XML/Basic/Attribute.hs:104)
    encodingString (src/Text/XML/Basic/Attribute.hs:107)
    mapValues (src/Text/XML/Basic/Attribute.hs:115)
    mapValuesA (src/Text/XML/Basic/Attribute.hs:121)
    adjustOnA (src/Text/XML/Basic/Attribute.hs:141)
    insert (src/Text/XML/Basic/Attribute.hs:151)
    match (src/Text/XML/Basic/Attribute.hs:177)
    lookup (src/Text/XML/Basic/Attribute.hs:196)
    lookupLit (src/Text/XML/Basic/Attribute.hs:203)
    any (src/Text/XML/Basic/Attribute.hs:209)
    anyName (src/Text/XML/Basic/Attribute.hs:212)
    anyValue (src/Text/XML/Basic/Attribute.hs:215)
    anyLit (src/Text/XML/Basic/Attribute.hs:221)
    anyNameLit (src/Text/XML/Basic/Attribute.hs:226)
    anyValueLit (src/Text/XML/Basic/Attribute.hs:229)
   0% (  0 /  5) in 'Text.XML.Basic.ProcessingInstruction'
  Missing documentation for:
    Module header
    T (src/Text/XML/Basic/ProcessingInstruction.hs:18)
    mapName (src/Text/XML/Basic/ProcessingInstruction.hs:64)
    mapAttributes (src/Text/XML/Basic/ProcessingInstruction.hs:71)
    mapAttributesA (src/Text/XML/Basic/ProcessingInstruction.hs:80)
   9% (  1 / 11) in 'Text.XML.Basic.Tag'
  Missing documentation for:
    Name (src/Text/XML/Basic/Tag.hs:21)
    doctype (src/Text/XML/Basic/Tag.hs:36)
    doctypeName (src/Text/XML/Basic/Tag.hs:44)
    doctypeString (src/Text/XML/Basic/Tag.hs:54)
    cdata (src/Text/XML/Basic/Tag.hs:40)
    cdataName (src/Text/XML/Basic/Tag.hs:47)
    cdataString (src/Text/XML/Basic/Tag.hs:57)
    xmlName (src/Text/XML/Basic/Tag.hs:50)
    xmlString (src/Text/XML/Basic/Tag.hs:60)
    maybeXMLEncoding (src/Text/XML/Basic/Tag.hs:66)
  50% (  1 /  2) in 'Text.XML.Basic.Name.LowerCase'
  Missing documentation for:
    T (src/Text/XML/Basic/Name/LowerCase.hs:13)
  31% (  5 / 16) in 'Text.HTML.Basic.Tag'
  Missing documentation for:
    Name (src/Text/XML/Basic/Tag.hs:21)
    doctype (src/Text/XML/Basic/Tag.hs:36)
    doctypeName (src/Text/XML/Basic/Tag.hs:44)
    doctypeString (src/Text/XML/Basic/Tag.hs:54)
    cdata (src/Text/XML/Basic/Tag.hs:40)
    cdataName (src/Text/XML/Basic/Tag.hs:47)
    cdataString (src/Text/XML/Basic/Tag.hs:57)
    isInnerOf (src/Text/HTML/Basic/Tag.hs:94)
    closes (src/Text/HTML/Basic/Tag.hs:126)
    maybeMetaHTTPHeader (src/Text/HTML/Basic/Tag.hs:192)
    maybeMetaCharset (src/Text/HTML/Basic/Tag.hs:226)
Documentation created: dist/doc/html/xml-basic/,
dist/doc/html/xml-basic/xml-basic.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/xml-basic-0.1.3.3-AM9DOhBuigBBr6zL6BWpJ2
Completed    xml-basic-0.1.3.3
Downloading  spreadsheet-0.1.3.10
Downloaded   spreadsheet-0.1.3.10
Configuring spreadsheet-0.1.3.10...
Preprocessing library for spreadsheet-0.1.3.10..
Building library for spreadsheet-0.1.3.10..
[1 of 3] Compiling Data.Spreadsheet.CharSource ( src/Data/Spreadsheet/CharSource.hs, dist/build/Data/Spreadsheet/CharSource.o, dist/build/Data/Spreadsheet/CharSource.dyn_o )

src/Data/Spreadsheet/CharSource.hs:5:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
5 | import Control.Applicative (Applicative, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.Spreadsheet.Parser ( src/Data/Spreadsheet/Parser.hs, dist/build/Data/Spreadsheet/Parser.o, dist/build/Data/Spreadsheet/Parser.dyn_o )
[3 of 3] Compiling Data.Spreadsheet ( src/Data/Spreadsheet.hs, dist/build/Data/Spreadsheet.o, dist/build/Data/Spreadsheet.dyn_o )
Preprocessing library for spreadsheet-0.1.3.10..
Running Haddock on library for spreadsheet-0.1.3.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Spreadsheet.CharSource ( src/Data/Spreadsheet/CharSource.hs, nothing )

src/Data/Spreadsheet/CharSource.hs:5:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
5 | import Control.Applicative (Applicative, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.Spreadsheet.Parser ( src/Data/Spreadsheet/Parser.hs, nothing )
[3 of 3] Compiling Data.Spreadsheet ( src/Data/Spreadsheet.hs, nothing )
Haddock coverage:
  70% (  7 / 10) in 'Data.Spreadsheet'
  Missing documentation for:
    Module header
    UserMessage (src/Data/Spreadsheet/Parser.hs:22)
    toStringSimple (src/Data/Spreadsheet.hs:171)
Documentation created: dist/doc/html/spreadsheet/,
dist/doc/html/spreadsheet/spreadsheet.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/spreadsheet-0.1.3.10-2gKQgsQa6CoL72YcvqmviU
Completed    spreadsheet-0.1.3.10
Configuring QuickCheck-2.16.0.0...
Preprocessing library for QuickCheck-2.16.0.0..
Building library for QuickCheck-2.16.0.0..
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o )

src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations]
    In the use of genShortByteString
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `System.Random.uniformShortByteString`"
   |
50 |   genShortByteString n = wrapQCGen (genShortByteString n)
   |                                     ^^^^^^^^^^^^^^^^^^

src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
83 |   left = fst . split
   |                ^^^^^

src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
84 |   right = snd . split
   |                 ^^^^^
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o )

src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
92 |       case split r of
   |            ^^^^^
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o )

src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
    |
501 |   (rnd1,rnd2) = split (randomSeed st)
    |                 ^^^^^
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o )
[17 of 17] Compiling Test.QuickCheck  ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o )
Preprocessing library for QuickCheck-2.16.0.0..
Running Haddock on library for QuickCheck-2.16.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing )

src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations]
    In the use of genShortByteString
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `System.Random.uniformShortByteString`"
   |
50 |   genShortByteString n = wrapQCGen (genShortByteString n)
   |                                     ^^^^^^^^^^^^^^^^^^

src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
83 |   left = fst . split
   |                ^^^^^

src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
84 |   right = snd . split
   |                 ^^^^^
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing )

src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
92 |       case split r of
   |            ^^^^^
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing )

src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
    |
501 |   (rnd1,rnd2) = split (randomSeed st)
    |                 ^^^^^
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, nothing )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing )
[17 of 17] Compiling Test.QuickCheck  ( src/Test/QuickCheck.hs, nothing )
Haddock coverage:
  92% ( 35 / 38) in 'Test.QuickCheck.Gen'
  Missing documentation for:
    chooseWord64 (src/Test/QuickCheck/Gen.hs:211)
    chooseInt64 (src/Test/QuickCheck/Gen.hs:220)
    chooseUpTo (src/Test/QuickCheck/Gen.hs:230)
  80% (  4 /  5) in 'Test.QuickCheck.Gen.Unsafe'
  Missing documentation for:
    Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52)
Warning: '(:*:)' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'Version' is ambiguous. It is defined
    * in Data.Version
    * in Data.Version
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Version
  88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary'
  Missing documentation for:
    arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
    shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
    arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
    shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
    RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:325)
    GSubterms (src/Test/QuickCheck/Arbitrary.hs:356)
Warning: 'A' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:29:13
    * at src/Test/QuickCheck/Poly.hs:29:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:29:1
Warning: 'B' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:44:13
    * at src/Test/QuickCheck/Poly.hs:44:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:44:1
Warning: 'C' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:59:13
    * at src/Test/QuickCheck/Poly.hs:59:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:59:1
Warning: 'OrdA' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:77:16
    * at src/Test/QuickCheck/Poly.hs:77:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:77:1
Warning: 'OrdB' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:112:16
    * at src/Test/QuickCheck/Poly.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:112:1
Warning: 'OrdC' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:146:16
    * at src/Test/QuickCheck/Poly.hs:146:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:146:1
  14% (  1 /  7) in 'Test.QuickCheck.Poly'
  Missing documentation for:
    A (src/Test/QuickCheck/Poly.hs:29)
    B (src/Test/QuickCheck/Poly.hs:44)
    C (src/Test/QuickCheck/Poly.hs:59)
    OrdA (src/Test/QuickCheck/Poly.hs:77)
    OrdB (src/Test/QuickCheck/Poly.hs:112)
    OrdC (src/Test/QuickCheck/Poly.hs:146)
Warning: 'Blind' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:94:19
    * at src/Test/QuickCheck/Modifiers.hs:94:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:94:1
Warning: 'NonNegative' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:312:25
    * at src/Test/QuickCheck/Modifiers.hs:312:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:312:1
Warning: 'Large' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:351:19
    * at src/Test/QuickCheck/Modifiers.hs:351:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:351:1
  95% ( 22 / 23) in 'Test.QuickCheck.Modifiers'
  Missing documentation for:
    ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
Warning: 'Fun' is ambiguous. It is defined
    * at src/Test/QuickCheck/Function.hs:546:16
    * at src/Test/QuickCheck/Function.hs:546:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Function.hs:546:1
 100% ( 22 / 22) in 'Test.QuickCheck.Function'
Warning: 'Discard' is ambiguous. It is defined
    * at src/Test/QuickCheck/Property.hs:114:16
    * at src/Test/QuickCheck/Property.hs:114:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Property.hs:114:1
Warning: 'Confidence' is ambiguous. It is defined
    * at src/Test/QuickCheck/State.hs:68:3
    * at src/Test/QuickCheck/State.hs:67:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/State.hs:67:1
  66% (  2 /  3) in 'Test.QuickCheck.Monoids'
  Missing documentation for:
    Module header
  83% ( 20 / 24) in 'Test.QuickCheck.Monadic'
  Missing documentation for:
    stop (src/Test/QuickCheck/Monadic.hs:163)
    monadic (src/Test/QuickCheck/Monadic.hs:272)
    monadic' (src/Test/QuickCheck/Monadic.hs:275)
    runSTGen (src/Test/QuickCheck/Monadic.hs:314)
 100% ( 10 / 10) in 'Test.QuickCheck.All'
Warning: 'Fun' is ambiguous. It is defined
    * at src/Test/QuickCheck/Function.hs:546:16
    * at src/Test/QuickCheck/Function.hs:546:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Function.hs:546:1
Warning: 'Blind' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:94:19
    * at src/Test/QuickCheck/Modifiers.hs:94:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:94:1
Warning: 'NonNegative' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:312:25
    * at src/Test/QuickCheck/Modifiers.hs:312:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:312:1
  96% (203 /211) in 'Test.QuickCheck'
  Missing documentation for:
    arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:298)
    shrink1 (src/Test/QuickCheck/Arbitrary.hs:301)
    arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:310)
    shrink2 (src/Test/QuickCheck/Arbitrary.hs:313)
    ShrinkState (src/Test/QuickCheck/Modifiers.hs:487)
    Witness (src/Test/QuickCheck/Property.hs:262)
    coerceWitness (src/Test/QuickCheck/Property.hs:268)
    castWitness (src/Test/QuickCheck/Property.hs:273)
Warning: Test.QuickCheck.Gen: could not find link destinations for: 
	- Test.QuickCheck.Random.QCGen
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: 
	- Test.QuickCheck.Arbitrary.GCoArbitrary
	- Test.QuickCheck.Arbitrary.GSubtermsIncl
	- Test.QuickCheck.Arbitrary.gSubterms
	- Test.QuickCheck.Arbitrary.grecursivelyShrink
Warning: Test.QuickCheck.Modifiers: could not find link destinations for: 
	- Test.QuickCheck.Modifiers.InfiniteListInternalData
Warning: Test.QuickCheck.Function: could not find link destinations for: 
	- Test.QuickCheck.Function.Shrunk
	- Test.QuickCheck.Function.GFunction
Warning: Test.QuickCheck: could not find link destinations for: 
	- Test.QuickCheck.Exception.AnException
	- Test.QuickCheck.Random.QCGen
	- Test.QuickCheck.Arbitrary.GCoArbitrary
	- Test.QuickCheck.Modifiers.InfiniteListInternalData
	- Test.QuickCheck.Function.Shrunk
	- Test.QuickCheck.Function.GFunction
	- Test.QuickCheck.Property.Result
Documentation created: dist/doc/html/QuickCheck/,
dist/doc/html/QuickCheck/QuickCheck.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.16.0.0-KAwywA1qBiHBj0KysskoJQ
Completed    QuickCheck-2.16.0.0
Configuring prettyprinter-ansi-terminal-1.1.3...
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Building library for prettyprinter-ansi-terminal-1.1.3..
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o )
Preprocessing library for prettyprinter-ansi-terminal-1.1.3..
Running Haddock on library for prettyprinter-ansi-terminal-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing )
[2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing )
[3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing )
[4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing )
Haddock coverage:
Warning: '...' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal'
  Missing documentation for:
    Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
    Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
    Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
Warning: 'SimpleDocStream' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Text' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  89% ( 25 / 28) in 'Prettyprinter.Render.Terminal'
  Missing documentation for:
    Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90)
    Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91)
    Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Terminal'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/prettyprinter-ansi-terminal/,
dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-3IKBFxwvUG73SAVQBEr9gK
Completed    prettyprinter-ansi-terminal-1.1.3
Configuring non-empty-0.3.5...
Preprocessing library for non-empty-0.3.5..
Building library for non-empty-0.3.5..
[ 1 of 14] Compiling Data.NonEmpty.Class ( src/Data/NonEmpty/Class.hs, dist/build/Data/NonEmpty/Class.o, dist/build/Data/NonEmpty/Class.dyn_o )

src/Data/NonEmpty/Class.hs:14:26: warning: [GHC-38856] [-Wunused-imports]
    The import of Traversable
    from module Data.Traversable is redundant
   |
14 | import Data.Traversable (Traversable, mapAccumL, mapAccumR)
   |                          ^^^^^^^^^^^
[ 2 of 14] Compiling Data.Empty       ( src/Data/Empty.hs, dist/build/Data/Empty.o, dist/build/Data/Empty.dyn_o )

src/Data/Empty.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
8 | import Control.Applicative (pure, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 14] Compiling Data.Append      ( src/Data/Append.hs, dist/build/Data/Append.o, dist/build/Data/Append.dyn_o )

src/Data/Append.hs:4:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
4 | import Control.Applicative (liftA2)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Append.hs:6:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
  |
6 | import Data.Traversable (Traversable, traverse)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Append.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
  |
7 | import Data.Foldable (Foldable, foldMap)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Append.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
8 | import Data.Monoid (mappend)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.NonEmpty.Foldable ( src/Data/NonEmpty/Foldable.hs, dist/build/Data/NonEmpty/Foldable.o, dist/build/Data/NonEmpty/Foldable.dyn_o )

src/Data/NonEmpty/Foldable.hs:4:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
  |
4 | import Data.Foldable (Foldable, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 14] Compiling Data.NonEmpty.Match ( src/Data/NonEmpty/Match.hs, dist/build/Data/NonEmpty/Match.o, dist/build/Data/NonEmpty/Match.dyn_o )
[ 6 of 14] Compiling Data.NonEmptyPrivate ( src/Data/NonEmptyPrivate.hs, dist/build/Data/NonEmptyPrivate.o, dist/build/Data/NonEmptyPrivate.dyn_o )

src/Data/NonEmptyPrivate.hs:152:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad (T f).
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
152 |    return = singleton
    |    ^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.NonEmpty    ( src/Data/NonEmpty.hs, dist/build/Data/NonEmpty.o, dist/build/Data/NonEmpty.dyn_o )
[ 8 of 14] Compiling Data.NonEmpty.Set ( src/Data/NonEmpty/Set.hs, dist/build/Data/NonEmpty/Set.o, dist/build/Data/NonEmpty/Set.dyn_o )

src/Data/NonEmpty/Set.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 14] Compiling Data.NonEmpty.Mixed ( src/Data/NonEmpty/Mixed.hs, dist/build/Data/NonEmpty/Mixed.o, dist/build/Data/NonEmpty/Mixed.dyn_o )

src/Data/NonEmpty/Mixed.hs:16:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Traversable, sequenceA
    from module Data.Traversable is redundant
   |
16 | import Data.Traversable (Traversable, mapAccumL, sequenceA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/NonEmpty/Mixed.hs:17:23: warning: [GHC-38856] [-Wunused-imports]
    The import of Foldable from module Data.Foldable is redundant
   |
17 | import Data.Foldable (Foldable, foldr, )
   |                       ^^^^^^^^
[10 of 14] Compiling Data.NonEmpty.Map ( src/Data/NonEmpty/Map.hs, dist/build/Data/NonEmpty/Map.o, dist/build/Data/NonEmpty/Map.dyn_o )

src/Data/NonEmpty/Map.hs:39:29: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
   |
39 | import Control.Applicative (liftA2, liftA3)
   |                             ^^^^^^

src/Data/NonEmpty/Map.hs:41:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
41 | import Data.Traversable (Traversable, traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/NonEmpty/Map.hs:42:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
42 | import Data.Foldable (Foldable, foldMap, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/NonEmpty/Map.hs:43:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
43 | import Data.Monoid (mappend, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 14] Compiling Data.FixedLengthList ( src/Data/FixedLengthList.hs, dist/build/Data/FixedLengthList.o, dist/build/Data/FixedLengthList.dyn_o )
[12 of 14] Compiling Data.NonEmptyTest ( src/Data/NonEmptyTest.hs, dist/build/Data/NonEmptyTest.o, dist/build/Data/NonEmptyTest.dyn_o )
[13 of 14] Compiling Data.Optional    ( src/Data/Optional.hs, dist/build/Data/Optional.o, dist/build/Data/Optional.dyn_o )
[14 of 14] Compiling Data.Zip         ( src/Data/Zip.hs, dist/build/Data/Zip.o, dist/build/Data/Zip.dyn_o )

src/Data/Zip.hs:6:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
  |
6 | import Data.Traversable (Traversable, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Zip.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
7 | import Control.Applicative (Applicative, pure, (<*>), )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for non-empty-0.3.5..
Running Haddock on library for non-empty-0.3.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.NonEmpty.Class ( src/Data/NonEmpty/Class.hs, nothing )

src/Data/NonEmpty/Class.hs:14:26: warning: [GHC-38856] [-Wunused-imports]
    The import of Traversable
    from module Data.Traversable is redundant
   |
14 | import Data.Traversable (Traversable, mapAccumL, mapAccumR)
   |                          ^^^^^^^^^^^
[ 2 of 14] Compiling Data.Empty       ( src/Data/Empty.hs, nothing )

src/Data/Empty.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
8 | import Control.Applicative (pure, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 3 of 14] Compiling Data.Append      ( src/Data/Append.hs, nothing )

src/Data/Append.hs:4:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
4 | import Control.Applicative (liftA2)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Append.hs:6:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
  |
6 | import Data.Traversable (Traversable, traverse)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Append.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
  |
7 | import Data.Foldable (Foldable, foldMap)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Append.hs:8:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
8 | import Data.Monoid (mappend)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.NonEmpty.Foldable ( src/Data/NonEmpty/Foldable.hs, nothing )

src/Data/NonEmpty/Foldable.hs:4:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
  |
4 | import Data.Foldable (Foldable, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 14] Compiling Data.NonEmpty.Match ( src/Data/NonEmpty/Match.hs, nothing )
[ 6 of 14] Compiling Data.NonEmptyPrivate ( src/Data/NonEmptyPrivate.hs, nothing )

src/Data/NonEmptyPrivate.hs:152:4: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad (T f).
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
152 |    return = singleton
    |    ^^^^^^^^^^^^^^^^^^
[ 7 of 14] Compiling Data.NonEmpty    ( src/Data/NonEmpty.hs, nothing )
[ 8 of 14] Compiling Data.NonEmpty.Set ( src/Data/NonEmpty/Set.hs, nothing )

src/Data/NonEmpty/Set.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 14] Compiling Data.NonEmpty.Mixed ( src/Data/NonEmpty/Mixed.hs, nothing )

src/Data/NonEmpty/Mixed.hs:16:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Traversable, sequenceA
    from module Data.Traversable is redundant
   |
16 | import Data.Traversable (Traversable, mapAccumL, sequenceA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/NonEmpty/Mixed.hs:17:23: warning: [GHC-38856] [-Wunused-imports]
    The import of Foldable from module Data.Foldable is redundant
   |
17 | import Data.Foldable (Foldable, foldr, )
   |                       ^^^^^^^^
[10 of 14] Compiling Data.NonEmpty.Map ( src/Data/NonEmpty/Map.hs, nothing )

src/Data/NonEmpty/Map.hs:39:29: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
   |
39 | import Control.Applicative (liftA2, liftA3)
   |                             ^^^^^^

src/Data/NonEmpty/Map.hs:41:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
41 | import Data.Traversable (Traversable, traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/NonEmpty/Map.hs:42:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
42 | import Data.Foldable (Foldable, foldMap, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/NonEmpty/Map.hs:43:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
43 | import Data.Monoid (mappend, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[11 of 14] Compiling Data.FixedLengthList ( src/Data/FixedLengthList.hs, nothing )
[12 of 14] Compiling Data.NonEmptyTest ( src/Data/NonEmptyTest.hs, nothing )
[13 of 14] Compiling Data.Optional    ( src/Data/Optional.hs, nothing )
[14 of 14] Compiling Data.Zip         ( src/Data/Zip.hs, nothing )

src/Data/Zip.hs:6:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
  |
6 | import Data.Traversable (Traversable, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/Zip.hs:7:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
  |
7 | import Control.Applicative (Applicative, pure, (<*>), )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
  10% (  3 / 30) in 'Data.NonEmpty.Class'
  Missing documentation for:
    Module header
    Empty (src/Data/NonEmpty/Class.hs:25)
    Cons (src/Data/NonEmpty/Class.hs:44)
    Snoc (src/Data/NonEmpty/Class.hs:54)
    snocDefault (src/Data/NonEmpty/Class.hs:64)
    ViewL (src/Data/NonEmpty/Class.hs:68)
    ViewR (src/Data/NonEmpty/Class.hs:88)
    View (src/Data/NonEmpty/Class.hs:107)
    viewRDefault (src/Data/NonEmpty/Class.hs:118)
    Singleton (src/Data/NonEmpty/Class.hs:122)
    Append (src/Data/NonEmpty/Class.hs:138)
    zipWith3 (src/Data/NonEmpty/Class.hs:170)
    zipWith4 (src/Data/NonEmpty/Class.hs:173)
    zip (src/Data/NonEmpty/Class.hs:176)
    zip3 (src/Data/NonEmpty/Class.hs:179)
    zip4 (src/Data/NonEmpty/Class.hs:182)
    Repeat (src/Data/NonEmpty/Class.hs:185)
    Iterate (src/Data/NonEmpty/Class.hs:201)
    SortBy (src/Data/NonEmpty/Class.hs:238)
    SortKey (src/Data/NonEmpty/Class.hs:251)
    sortKeyGen (src/Data/NonEmpty/Class.hs:264)
    Reverse (src/Data/NonEmpty/Class.hs:267)
    Show (src/Data/NonEmpty/Class.hs:275)
    Arbitrary (src/Data/NonEmpty/Class.hs:296)
    Gen (src/Data/NonEmpty/Class.hs:317)
    NFData (src/Data/NonEmpty/Class.hs:336)
    Ix (src/Data/NonEmpty/Class.hs:352)
   0% (  0 /  3) in 'Data.Empty'
  Missing documentation for:
    Module header
    T (src/Data/Empty.hs:14)
    switch (src/Data/Empty.hs:100)
   0% (  0 /  2) in 'Data.Append'
  Missing documentation for:
    Module header
    T (src/Data/Append.hs:13)
Warning: 'Mapped' is ambiguous. It is defined
    * at src/Data/NonEmpty/Foldable.hs:14:21
    * at src/Data/NonEmpty/Foldable.hs:14:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/NonEmpty/Foldable.hs:14:1
 100% (  3 /  3) in 'Data.NonEmpty.Match'
Warning: 'foldr1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Sequence' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  42% ( 21 / 50) in 'Data.NonEmpty'
  Missing documentation for:
    Module header
    !: (src/Data/NonEmptyPrivate.hs:114)
    toList (src/Data/NonEmptyPrivate.hs:203)
    flatten (src/Data/NonEmptyPrivate.hs:206)
    fetch (src/Data/NonEmptyPrivate.hs:209)
    snoc (src/Data/NonEmptyPrivate.hs:237)
    singleton (src/Data/NonEmptyPrivate.hs:264)
    reverse (src/Data/NonEmptyPrivate.hs:458)
    mapHead (src/Data/NonEmptyPrivate.hs:285)
    mapTail (src/Data/NonEmptyPrivate.hs:288)
    viewL (src/Data/NonEmptyPrivate.hs:268)
    viewR (src/Data/NonEmptyPrivate.hs:271)
    init (src/Data/NonEmptyPrivate.hs:291)
    last (src/Data/NonEmptyPrivate.hs:294)
    foldl1 (src/Data/NonEmptyPrivate.hs:297)
    foldBalancedStrict (src/Data/NonEmptyPrivate.hs:346)
    chop (src/Data/NonEmptyPrivate.hs:405)
    append (src/Data/NonEmptyPrivate.hs:414)
    appendLeft (src/Data/NonEmptyPrivate.hs:423)
    appendRight (src/Data/NonEmptyPrivate.hs:418)
    zipWith (src/Data/NonEmptyPrivate.hs:441)
    mapAdjacent (src/Data/NonEmptyPrivate.hs:737)
    Insert (src/Data/NonEmptyPrivate.hs:476)
    InsertBy (src/Data/NonEmptyPrivate.hs:528)
    scanl (src/Data/NonEmptyPrivate.hs:726)
    scanr (src/Data/NonEmptyPrivate.hs:731)
    tails (src/Data/NonEmptyPrivate.hs:627)
    initsRev (src/Data/NonEmptyPrivate.hs:645)
    removeEach (src/Data/NonEmptyPrivate.hs:601)
   4% (  1 / 23) in 'Data.NonEmpty.Set'
  Missing documentation for:
    Module header
    T (src/Data/NonEmpty/Set.hs:48)
    singleton (src/Data/NonEmpty/Set.hs:101)
    member (src/Data/NonEmpty/Set.hs:104)
    size (src/Data/NonEmpty/Set.hs:108)
    fromList (src/Data/NonEmpty/Set.hs:153)
    fromAscList (src/Data/NonEmpty/Set.hs:156)
    toAscList (src/Data/NonEmpty/Set.hs:159)
    fetch (src/Data/NonEmpty/Set.hs:162)
    flatten (src/Data/NonEmpty/Set.hs:165)
    union (src/Data/NonEmpty/Set.hs:168)
    unionLeft (src/Data/NonEmpty/Set.hs:178)
    unionRight (src/Data/NonEmpty/Set.hs:182)
    findMin (src/Data/NonEmpty/Set.hs:112)
    findMax (src/Data/NonEmpty/Set.hs:115)
    delete (src/Data/NonEmpty/Set.hs:120)
    deleteMin (src/Data/NonEmpty/Set.hs:124)
    deleteMax (src/Data/NonEmpty/Set.hs:127)
    deleteFindMin (src/Data/NonEmpty/Set.hs:132)
    deleteFindMax (src/Data/NonEmpty/Set.hs:135)
    minView (src/Data/NonEmpty/Set.hs:142)
    maxView (src/Data/NonEmpty/Set.hs:145)
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'c' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  10% (  2 / 20) in 'Data.NonEmpty.Mixed'
  Missing documentation for:
    groupBy (src/Data/NonEmpty/Mixed.hs:27)
    groupPairs (src/Data/NonEmpty/Mixed.hs:41)
    groupKey (src/Data/NonEmpty/Mixed.hs:46)
    groupEithers (src/Data/NonEmpty/Mixed.hs:51)
    segmentAfter (src/Data/NonEmpty/Mixed.hs:71)
    segmentBefore (src/Data/NonEmpty/Mixed.hs:85)
    filterToInfixes (src/Data/NonEmpty/Mixed.hs:96)
    mapAdjacent (src/Data/NonEmpty/Mixed.hs:108)
    take (src/Data/NonEmpty/Mixed.hs:115)
    splitAt (src/Data/NonEmpty/Mixed.hs:120)
    sliceVertical (src/Data/NonEmpty/Mixed.hs:133)
    init (src/Data/NonEmpty/Mixed.hs:152)
    last (src/Data/NonEmpty/Mixed.hs:155)
    tails (src/Data/NonEmpty/Mixed.hs:164)
    inits (src/Data/NonEmpty/Mixed.hs:173)
    appendLeft (src/Data/NonEmpty/Mixed.hs:181)
    iterate (src/Data/NonEmpty/Mixed.hs:185)
    Choose (src/Data/NonEmpty/Mixed.hs:189)
  46% ( 13 / 28) in 'Data.NonEmpty.Map'
  Missing documentation for:
    Module header
    T (src/Data/NonEmpty/Map.hs:69)
    singleton (src/Data/NonEmpty/Map.hs:139)
    member (src/Data/NonEmpty/Map.hs:142)
    size (src/Data/NonEmpty/Map.hs:146)
    elems (src/Data/NonEmpty/Map.hs:149)
    keys (src/Data/NonEmpty/Map.hs:152)
    keysSet (src/Data/NonEmpty/Map.hs:156)
    lookup (src/Data/NonEmpty/Map.hs:159)
    minViewWithKey (src/Data/NonEmpty/Map.hs:170)
    maxViewWithKey (src/Data/NonEmpty/Map.hs:173)
    fetch (src/Data/NonEmpty/Map.hs:198)
    flatten (src/Data/NonEmpty/Map.hs:201)
    map (src/Data/NonEmpty/Map.hs:254)
    mapWithKey (src/Data/NonEmpty/Map.hs:257)
Warning: 'NonEmpty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Empty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
   1% (  1 / 51) in 'Data.FixedLengthList'
  Missing documentation for:
    T0 (src/Data/FixedLengthList.hs:12)
    T1 (src/Data/FixedLengthList.hs:13)
    T2 (src/Data/FixedLengthList.hs:14)
    T3 (src/Data/FixedLengthList.hs:15)
    T4 (src/Data/FixedLengthList.hs:16)
    T5 (src/Data/FixedLengthList.hs:17)
    T6 (src/Data/FixedLengthList.hs:18)
    T7 (src/Data/FixedLengthList.hs:19)
    T8 (src/Data/FixedLengthList.hs:20)
    T9 (src/Data/FixedLengthList.hs:21)
    Func0 (src/Data/FixedLengthList.hs:23)
    Func1 (src/Data/FixedLengthList.hs:24)
    Func2 (src/Data/FixedLengthList.hs:25)
    Func3 (src/Data/FixedLengthList.hs:26)
    Func4 (src/Data/FixedLengthList.hs:27)
    Func5 (src/Data/FixedLengthList.hs:28)
    Func6 (src/Data/FixedLengthList.hs:29)
    Func7 (src/Data/FixedLengthList.hs:30)
    Func8 (src/Data/FixedLengthList.hs:31)
    Func9 (src/Data/FixedLengthList.hs:32)
    uncurry0 (src/Data/FixedLengthList.hs:37)
    uncurry1 (src/Data/FixedLengthList.hs:40)
    uncurry2 (src/Data/FixedLengthList.hs:43)
    uncurry3 (src/Data/FixedLengthList.hs:46)
    uncurry4 (src/Data/FixedLengthList.hs:49)
    uncurry5 (src/Data/FixedLengthList.hs:52)
    uncurry6 (src/Data/FixedLengthList.hs:55)
    uncurry7 (src/Data/FixedLengthList.hs:58)
    uncurry8 (src/Data/FixedLengthList.hs:61)
    uncurry9 (src/Data/FixedLengthList.hs:64)
    curry0 (src/Data/FixedLengthList.hs:69)
    curry1 (src/Data/FixedLengthList.hs:72)
    curry2 (src/Data/FixedLengthList.hs:75)
    curry3 (src/Data/FixedLengthList.hs:78)
    curry4 (src/Data/FixedLengthList.hs:81)
    curry5 (src/Data/FixedLengthList.hs:84)
    curry6 (src/Data/FixedLengthList.hs:87)
    curry7 (src/Data/FixedLengthList.hs:90)
    curry8 (src/Data/FixedLengthList.hs:93)
    curry9 (src/Data/FixedLengthList.hs:96)
    consAll0 (src/Data/FixedLengthList.hs:101)
    consAll1 (src/Data/FixedLengthList.hs:104)
    consAll2 (src/Data/FixedLengthList.hs:107)
    consAll3 (src/Data/FixedLengthList.hs:110)
    consAll4 (src/Data/FixedLengthList.hs:113)
    consAll5 (src/Data/FixedLengthList.hs:116)
    consAll6 (src/Data/FixedLengthList.hs:119)
    consAll7 (src/Data/FixedLengthList.hs:122)
    consAll8 (src/Data/FixedLengthList.hs:125)
    consAll9 (src/Data/FixedLengthList.hs:128)
   0% (  0 /  5) in 'Data.Optional'
  Missing documentation for:
    Module header
    T (src/Data/Optional.hs:28)
    ?: (src/Data/Optional.hs:59)
    fromEmpty (src/Data/Optional.hs:32)
    fromNonEmpty (src/Data/Optional.hs:35)
  66% (  2 /  3) in 'Data.Zip'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/non-empty/,
dist/doc/html/non-empty/non-empty.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/non-empty-0.3.5-Em6hBofl9fH3vH1Il1B9qo
Completed    non-empty-0.3.5
Configuring optparse-applicative-0.19.0.0...
Preprocessing library for optparse-applicative-0.19.0.0..
Building library for optparse-applicative-0.19.0.0..
[ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o )

src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
24 |       oneDiag a b (head uppers) (-1 : head lowers)
   |                    ^^^^

src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
24 |       oneDiag a b (head uppers) (-1 : head lowers)
   |                                       ^^^^

src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
40 |           = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
   |                                                     ^^^^

src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
40 |           = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
   |                                                              ^^^^

src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
48 |                 1 + min3 (head w) nw (head n)
   |                           ^^^^

src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
48 |                 1 + min3 (head w) nw (head n)
   |                                       ^^^^

src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
50 |             me : doDiag as bs me (tail n) (tail w)
   |                                   ^^^^

src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
50 |             me : doDiag as bs me (tail n) (tail w)
   |                                            ^^^^

src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
52 |         firstelt = 1 + head diagBelow
   |                        ^^^^

src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
53 |         thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow)
   |                                                                ^^^^

src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
59 |         nextDiag = head (tail diags)
   |                    ^^^^

src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
59 |         nextDiag = head (tail diags)
   |                          ^^^^
[ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o )
[ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o )
[ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o )
[ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o )

src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Semigroup does not export Option.
   |
59 | import Data.Semigroup hiding (Option)
   |                               ^^^^^^
[ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o )
[ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o )
[ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o )
[ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o )
[10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o )
[11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o )

src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Semigroup does not export Option.
   |
29 | import Data.Semigroup hiding (Option)
   |                               ^^^^^^
[12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o )
[13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o )
[14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o )

src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
16 | import Data.Foldable ( asum )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o )
[16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o )
[17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o )
Preprocessing library for optparse-applicative-0.19.0.0..
Running Haddock on library for optparse-applicative-0.19.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, nothing )

src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
24 |       oneDiag a b (head uppers) (-1 : head lowers)
   |                    ^^^^

src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
24 |       oneDiag a b (head uppers) (-1 : head lowers)
   |                                       ^^^^

src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
40 |           = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
   |                                                     ^^^^

src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
40 |           = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w)
   |                                                              ^^^^

src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
48 |                 1 + min3 (head w) nw (head n)
   |                           ^^^^

src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
48 |                 1 + min3 (head w) nw (head n)
   |                                       ^^^^

src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
50 |             me : doDiag as bs me (tail n) (tail w)
   |                                   ^^^^

src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
50 |             me : doDiag as bs me (tail n) (tail w)
   |                                            ^^^^

src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
52 |         firstelt = 1 + head diagBelow
   |                        ^^^^

src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
53 |         thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow)
   |                                                                ^^^^

src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
59 |         nextDiag = head (tail diags)
   |                    ^^^^

src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
59 |         nextDiag = head (tail diags)
   |                          ^^^^
[ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, nothing )
[ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, nothing )
[ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, nothing )
[ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, nothing )

src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Semigroup does not export Option.
   |
59 | import Data.Semigroup hiding (Option)
   |                               ^^^^^^
[ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, nothing )
[ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, nothing )
[ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, nothing )
[ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, nothing )
[10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, nothing )
[11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, nothing )

src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports]
    Module Data.Semigroup does not export Option.
   |
29 | import Data.Semigroup hiding (Option)
   |                               ^^^^^^
[12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, nothing )
[13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, nothing )
[14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, nothing )

src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
16 | import Data.Foldable ( asum )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, nothing )
[16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, nothing )
[17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, nothing )
Haddock coverage:
  50% (  1 /  2) in 'Options.Applicative.Help.Levenshtein'
  Missing documentation for:
    Module header
  93% ( 85 / 91) in 'Options.Applicative.Help.Pretty'
  Missing documentation for:
    Module header
    Doc (src/Options/Applicative/Help/Pretty.hs:29)
    SimpleDoc (src/Options/Applicative/Help/Pretty.hs:30)
    .$. (src/Options/Applicative/Help/Pretty.hs:36)
    </> (src/Options/Applicative/Help/Pretty.hs:38)
    prettyString (src/Options/Applicative/Help/Pretty.hs:113)
Warning: 'Chunk' is ambiguous. It is defined
    * at src/Options/Applicative/Help/Chunk.hs:26:19
    * at src/Options/Applicative/Help/Chunk.hs:26:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Help/Chunk.hs:26:1
  92% ( 12 / 13) in 'Options.Applicative.Help.Chunk'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'Options.Applicative.Help.Types'
  Missing documentation for:
    Module header
    ParserHelp (src/Options/Applicative/Help/Types.hs:12)
Warning: 'OptReader' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:254:5
    * at src/Options/Applicative/Types.hs:253:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:253:1
Warning: 'Completer' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:325:21
    * at src/Options/Applicative/Types.hs:325:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:325:1
  40% ( 18 / 45) in 'Options.Applicative.Types'
  Missing documentation for:
    Module header
    ParseError (src/Options/Applicative/Types.hs:69)
    OptName (src/Options/Applicative/Types.hs:134)
    isShortName (src/Options/Applicative/Types.hs:139)
    isLongName (src/Options/Applicative/Types.hs:143)
    Backtracking (src/Options/Applicative/Types.hs:105)
    CReader (src/Options/Applicative/Types.hs:245)
    ParserM (src/Options/Applicative/Types.hs:288)
    CompletionResult (src/Options/Applicative/Types.hs:340)
    ParserFailure (src/Options/Applicative/Types.hs:347)
    overFailure (src/Options/Applicative/Types.hs:374)
    Args (src/Options/Applicative/Types.hs:389)
    ArgumentReachability (src/Options/Applicative/Types.hs:416)
    OptTree (src/Options/Applicative/Types.hs:426)
    ParserHelp (src/Options/Applicative/Help/Types.hs:12)
    SomeParser (src/Options/Applicative/Types.hs:190)
    IsCmdStart (src/Options/Applicative/Types.hs:78)
    fromM (src/Options/Applicative/Types.hs:303)
    oneM (src/Options/Applicative/Types.hs:306)
    manyM (src/Options/Applicative/Types.hs:309)
    someM (src/Options/Applicative/Types.hs:316)
    filterOptional (src/Options/Applicative/Types.hs:434)
    optVisibility (src/Options/Applicative/Types.hs:447)
    optMetaVar (src/Options/Applicative/Types.hs:453)
    optHelp (src/Options/Applicative/Types.hs:450)
    optShowDefault (src/Options/Applicative/Types.hs:456)
    optDescMod (src/Options/Applicative/Types.hs:459)
  50% (  1 /  2) in 'Options.Applicative.NonEmpty'
  Missing documentation for:
    Module header
   4% (  1 / 22) in 'Options.Applicative.Internal'
  Missing documentation for:
    Module header
    P (src/Options/Applicative/Internal.hs:55)
    MonadP (src/Options/Applicative/Internal.hs:46)
    ParseError (src/Options/Applicative/Types.hs:69)
    uncons (src/Options/Applicative/Internal.hs:100)
    hoistMaybe (src/Options/Applicative/Internal.hs:91)
    hoistEither (src/Options/Applicative/Internal.hs:94)
    runReadM (src/Options/Applicative/Internal.hs:104)
    withReadM (src/Options/Applicative/Internal.hs:107)
    runP (src/Options/Applicative/Internal.hs:97)
    Completion (src/Options/Applicative/Internal.hs:131)
    runCompletion (src/Options/Applicative/Internal.hs:163)
    contextNames (src/Options/Applicative/Internal.hs:77)
    ListT (src/Options/Applicative/Internal.hs:170)
    takeListT (src/Options/Applicative/Internal.hs:182)
    runListT (src/Options/Applicative/Internal.hs:186)
    hoistList (src/Options/Applicative/Internal.hs:271)
    NondetT (src/Options/Applicative/Internal.hs:226)
    cut (src/Options/Applicative/Internal.hs:258)
    <!> (src/Options/Applicative/Internal.hs:252)
    disamb (src/Options/Applicative/Internal.hs:261)
  68% ( 13 / 19) in 'Options.Applicative.Common'
  Missing documentation for:
    Module header
    showOption (src/Options/Applicative/Common.hs:66)
    runParserInfo (src/Options/Applicative/Common.hs:240)
    runParserFully (src/Options/Applicative/Common.hs:243)
    runParserStep (src/Options/Applicative/Common.hs:230)
    optionNames (src/Options/Applicative/Common.hs:70)
  38% (  7 / 18) in 'Options.Applicative.Help.Core'
  Missing documentation for:
    Module header
    ParserHelp (src/Options/Applicative/Help/Types.hs:12)
    errorHelp (src/Options/Applicative/Help/Core.hs:362)
    headerHelp (src/Options/Applicative/Help/Core.hs:365)
    suggestionsHelp (src/Options/Applicative/Help/Core.hs:368)
    usageHelp (src/Options/Applicative/Help/Core.hs:374)
    descriptionHelp (src/Options/Applicative/Help/Core.hs:377)
    bodyHelp (src/Options/Applicative/Help/Core.hs:380)
    footerHelp (src/Options/Applicative/Help/Core.hs:383)
    globalsHelp (src/Options/Applicative/Help/Core.hs:371)
    parserGlobals (src/Options/Applicative/Help/Core.hs:405)
  91% ( 11 / 12) in 'Options.Applicative.Help'
  Missing documentation for:
    Module header
Warning: 'OptionFields' is ambiguous. It is defined
    * at src/Options/Applicative/Builder/Internal.hs:35:23
    * at src/Options/Applicative/Builder/Internal.hs:35:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:35:1
Warning: 'FlagFields' is ambiguous. It is defined
    * at src/Options/Applicative/Builder/Internal.hs:40:21
    * at src/Options/Applicative/Builder/Internal.hs:40:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:40:1
  23% (  5 / 21) in 'Options.Applicative.Builder.Internal'
  Missing documentation for:
    Module header
    HasName (src/Options/Applicative/Builder/Internal.hs:51)
    HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
    HasValue (src/Options/Applicative/Builder/Internal.hs:69)
    HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
    OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
    FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
    CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
    ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
    DefaultProp (src/Options/Applicative/Builder/Internal.hs:88)
    optionMod (src/Options/Applicative/Builder/Internal.hs:131)
    fieldMod (src/Options/Applicative/Builder/Internal.hs:134)
    mkCommand (src/Options/Applicative/Builder/Internal.hs:158)
    mkParser (src/Options/Applicative/Builder/Internal.hs:167)
    mkOption (src/Options/Applicative/Builder/Internal.hs:177)
    mkProps (src/Options/Applicative/Builder/Internal.hs:182)
Warning: 'Completer' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:325:21
    * at src/Options/Applicative/Types.hs:325:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:325:1
  85% (  6 /  7) in 'Options.Applicative.Builder.Completer'
  Missing documentation for:
    Module header
Warning: 'ParserInfo' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:90:21
    * at src/Options/Applicative/Types.hs:90:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:90:1
Warning: 'Option' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:185:17
    * at src/Options/Applicative/Types.hs:185:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:185:1
Warning: 'OptProperties' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:159:22
    * at src/Options/Applicative/Types.hs:159:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:159:1
Warning: 'ParserPrefs' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:112:20
    * at src/Options/Applicative/Types.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:112:1
  87% ( 74 / 85) in 'Options.Applicative.Builder'
  Missing documentation for:
    Module header
    ParseError (src/Options/Applicative/Types.hs:69)
    PrefsMod (src/Options/Applicative/Builder.hs:523)
    OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
    FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
    ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
    CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
    HasName (src/Options/Applicative/Builder/Internal.hs:51)
    HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
    HasValue (src/Options/Applicative/Builder/Internal.hs:69)
    HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
  80% (  4 /  5) in 'Options.Applicative.BashCompletion'
  Missing documentation for:
    bashCompletionParser (src/Options/Applicative/BashCompletion.hs:39)
Warning: 'ParserInfo' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:90:21
    * at src/Options/Applicative/Types.hs:90:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:90:1
Warning: 'ParserFailure' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:347:27
    * at src/Options/Applicative/Types.hs:347:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:347:1
Warning: 'Context' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:195:16
    * at src/Options/Applicative/Types.hs:195:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:195:1
  73% ( 14 / 19) in 'Options.Applicative.Extra'
  Missing documentation for:
    Module header
    renderFailure (src/Options/Applicative/Extra.hs:345)
    ParserFailure (src/Options/Applicative/Types.hs:347)
    overFailure (src/Options/Applicative/Types.hs:374)
    CompletionResult (src/Options/Applicative/Types.hs:340)
Warning: 'ParserInfo' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:90:21
    * at src/Options/Applicative/Types.hs:90:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:90:1
Warning: 'ParserPrefs' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:112:20
    * at src/Options/Applicative/Types.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:112:1
Warning: 'Completer' is ambiguous. It is defined
    * at src/Options/Applicative/Types.hs:325:21
    * at src/Options/Applicative/Types.hs:325:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Types.hs:325:1
  86% (107 /123) in 'Options.Applicative'
  Missing documentation for:
    Module header
    OptionFields (src/Options/Applicative/Builder/Internal.hs:35)
    FlagFields (src/Options/Applicative/Builder/Internal.hs:40)
    ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48)
    CommandFields (src/Options/Applicative/Builder/Internal.hs:44)
    HasName (src/Options/Applicative/Builder/Internal.hs:51)
    HasCompleter (src/Options/Applicative/Builder/Internal.hs:60)
    HasValue (src/Options/Applicative/Builder/Internal.hs:69)
    HasMetavar (src/Options/Applicative/Builder/Internal.hs:77)
    renderFailure (src/Options/Applicative/Extra.hs:345)
    overFailure (src/Options/Applicative/Types.hs:374)
    PrefsMod (src/Options/Applicative/Builder.hs:523)
    ParseError (src/Options/Applicative/Types.hs:69)
    ParserHelp (src/Options/Applicative/Help/Types.hs:12)
    ParserFailure (src/Options/Applicative/Types.hs:347)
    CompletionResult (src/Options/Applicative/Types.hs:340)
Warning: 'A' is ambiguous. It is defined
    * at src/Options/Applicative/Arrows.hs:47:19
    * at src/Options/Applicative/Arrows.hs:47:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Options/Applicative/Arrows.hs:47:1
 100% (  6 /  6) in 'Options.Applicative.Arrows'
Warning: Options.Applicative.Help.Pretty: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_SimpleDocStream
Documentation created: dist/doc/html/optparse-applicative/,
dist/doc/html/optparse-applicative/optparse-applicative.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-applicative-0.19.0.0-4ju4VZ9QyPqJx9sLs2Z6DG
Completed    optparse-applicative-0.19.0.0
Downloading  tagchup-0.4.1.2
Downloaded   tagchup-0.4.1.2
Configuring tagchup-0.4.1.2...
Preprocessing library for tagchup-0.4.1.2..
Building library for tagchup-0.4.1.2..
[ 1 of 12] Compiling Text.HTML.Tagchup.Character ( src/Text/HTML/Tagchup/Character.hs, dist/build/Text/HTML/Tagchup/Character.o, dist/build/Text/HTML/Tagchup/Character.dyn_o )
[ 2 of 12] Compiling Text.HTML.Tagchup.Parser.Stream ( src/Text/HTML/Tagchup/Parser/Stream.hs, dist/build/Text/HTML/Tagchup/Parser/Stream.o, dist/build/Text/HTML/Tagchup/Parser/Stream.dyn_o )
[ 3 of 12] Compiling Text.HTML.Tagchup.Parser.Status ( src/Text/HTML/Tagchup/Parser/Status.hs, dist/build/Text/HTML/Tagchup/Parser/Status.o, dist/build/Text/HTML/Tagchup/Parser/Status.dyn_o )
[ 4 of 12] Compiling Text.HTML.Tagchup.Parser.Core ( src/Text/HTML/Tagchup/Parser/Core.hs, dist/build/Text/HTML/Tagchup/Parser/Core.o, dist/build/Text/HTML/Tagchup/Parser/Core.dyn_o )

src/Text/HTML/Tagchup/Parser/Core.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
23 | import Data.Monoid (Monoid, mempty, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 12] Compiling Text.HTML.Tagchup.Parser.Combinator ( src/Text/HTML/Tagchup/Parser/Combinator.hs, dist/build/Text/HTML/Tagchup/Parser/Combinator.o, dist/build/Text/HTML/Tagchup/Parser/Combinator.dyn_o )

src/Text/HTML/Tagchup/Parser/Combinator.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
24 | import Data.Monoid (Monoid)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 12] Compiling Text.HTML.Tagchup.Tag ( src/Text/HTML/Tagchup/Tag.hs, dist/build/Text/HTML/Tagchup/Tag.o, dist/build/Text/HTML/Tagchup/Tag.dyn_o )

src/Text/HTML/Tagchup/Tag.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
30 | import Data.Monoid (Monoid, mempty, mappend, mconcat, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/Tag.hs:33:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
33 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/Tag.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
34 | import Data.Traversable (Traversable(sequenceA), traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/Tag.hs:35:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Applicative, pure
    from module Control.Applicative is redundant
   |
35 | import Control.Applicative (Applicative, pure, liftA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 12] Compiling Text.HTML.Tagchup.PositionTag ( src/Text/HTML/Tagchup/PositionTag.hs, dist/build/Text/HTML/Tagchup/PositionTag.o, dist/build/Text/HTML/Tagchup/PositionTag.dyn_o )

src/Text/HTML/Tagchup/PositionTag.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
9 | import Data.Monoid (Monoid, mempty, mappend, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/PositionTag.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
14 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/PositionTag.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
15 | import Data.Traversable (Traversable(sequenceA), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/PositionTag.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
16 | import Control.Applicative (Applicative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 12] Compiling Text.HTML.Tagchup.Parser.Tag ( src/Text/HTML/Tagchup/Parser/Tag.hs, dist/build/Text/HTML/Tagchup/Parser/Tag.o, dist/build/Text/HTML/Tagchup/Parser/Tag.dyn_o )

src/Text/HTML/Tagchup/Parser/Tag.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
35 | import Data.Monoid (Monoid, mempty, mconcat, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 12] Compiling Text.HTML.Tagchup.Parser ( src/Text/HTML/Tagchup/Parser.hs, dist/build/Text/HTML/Tagchup/Parser.o, dist/build/Text/HTML/Tagchup/Parser.dyn_o )
[10 of 12] Compiling Text.HTML.Tagchup.Format ( src/Text/HTML/Tagchup/Format.hs, dist/build/Text/HTML/Tagchup/Format.o, dist/build/Text/HTML/Tagchup/Format.dyn_o )
[11 of 12] Compiling Text.HTML.Tagchup.Tag.Match ( src/Text/HTML/Tagchup/Tag/Match.hs, dist/build/Text/HTML/Tagchup/Tag/Match.o, dist/build/Text/HTML/Tagchup/Tag/Match.dyn_o )
[12 of 12] Compiling Text.HTML.Tagchup.Process ( src/Text/HTML/Tagchup/Process.hs, dist/build/Text/HTML/Tagchup/Process.o, dist/build/Text/HTML/Tagchup/Process.dyn_o )

src/Text/HTML/Tagchup/Process.hs:36:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
36 | import Data.Traversable (traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for tagchup-0.4.1.2..
Running Haddock on library for tagchup-0.4.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 12] Compiling Text.HTML.Tagchup.Character ( src/Text/HTML/Tagchup/Character.hs, nothing )
[ 2 of 12] Compiling Text.HTML.Tagchup.Parser.Stream ( src/Text/HTML/Tagchup/Parser/Stream.hs, nothing )
[ 3 of 12] Compiling Text.HTML.Tagchup.Parser.Status ( src/Text/HTML/Tagchup/Parser/Status.hs, nothing )
[ 4 of 12] Compiling Text.HTML.Tagchup.Parser.Core ( src/Text/HTML/Tagchup/Parser/Core.hs, nothing )

src/Text/HTML/Tagchup/Parser/Core.hs:23:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
23 | import Data.Monoid (Monoid, mempty, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 12] Compiling Text.HTML.Tagchup.Parser.Combinator ( src/Text/HTML/Tagchup/Parser/Combinator.hs, nothing )

src/Text/HTML/Tagchup/Parser/Combinator.hs:24:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
24 | import Data.Monoid (Monoid)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 12] Compiling Text.HTML.Tagchup.Tag ( src/Text/HTML/Tagchup/Tag.hs, nothing )

src/Text/HTML/Tagchup/Tag.hs:30:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
30 | import Data.Monoid (Monoid, mempty, mappend, mconcat, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/Tag.hs:33:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
33 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/Tag.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
34 | import Data.Traversable (Traversable(sequenceA), traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/Tag.hs:35:1: warning: [GHC-38856] [-Wunused-imports]
    The import of Applicative, pure
    from module Control.Applicative is redundant
   |
35 | import Control.Applicative (Applicative, pure, liftA, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 12] Compiling Text.HTML.Tagchup.PositionTag ( src/Text/HTML/Tagchup/PositionTag.hs, nothing )

src/Text/HTML/Tagchup/PositionTag.hs:9:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
  |
9 | import Data.Monoid (Monoid, mempty, mappend, )
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/PositionTag.hs:14:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Foldable is redundant
      except perhaps to import instances from Data.Foldable
    To import instances alone, use: import Data.Foldable()
   |
14 | import Data.Foldable (Foldable(foldMap), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/PositionTag.hs:15:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
15 | import Data.Traversable (Traversable(sequenceA), )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/HTML/Tagchup/PositionTag.hs:16:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
16 | import Control.Applicative (Applicative, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 8 of 12] Compiling Text.HTML.Tagchup.Parser.Tag ( src/Text/HTML/Tagchup/Parser/Tag.hs, nothing )

src/Text/HTML/Tagchup/Parser/Tag.hs:35:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
35 | import Data.Monoid (Monoid, mempty, mconcat, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 12] Compiling Text.HTML.Tagchup.Parser ( src/Text/HTML/Tagchup/Parser.hs, nothing )
[10 of 12] Compiling Text.HTML.Tagchup.Format ( src/Text/HTML/Tagchup/Format.hs, nothing )
[11 of 12] Compiling Text.HTML.Tagchup.Tag.Match ( src/Text/HTML/Tagchup/Tag/Match.hs, nothing )
[12 of 12] Compiling Text.HTML.Tagchup.Process ( src/Text/HTML/Tagchup/Process.hs, nothing )

src/Text/HTML/Tagchup/Process.hs:36:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Traversable is redundant
      except perhaps to import instances from Data.Traversable
    To import instances alone, use: import Data.Traversable()
   |
36 | import Data.Traversable (traverse, )
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
  25% (  9 / 35) in 'Text.HTML.Tagchup.Tag'
  Missing documentation for:
    Module header
    Name
    mapName (src/Text/HTML/Tagchup/Tag.hs:110)
    open (src/Text/HTML/Tagchup/Tag.hs:168)
    maybeOpen (src/Text/HTML/Tagchup/Tag.hs:200)
    close (src/Text/HTML/Tagchup/Tag.hs:171)
    maybeClose (src/Text/HTML/Tagchup/Tag.hs:208)
    text (src/Text/HTML/Tagchup/Tag.hs:174)
    comment (src/Text/HTML/Tagchup/Tag.hs:177)
    isComment (src/Text/HTML/Tagchup/Tag.hs:226)
    maybeComment (src/Text/HTML/Tagchup/Tag.hs:229)
    special (src/Text/HTML/Tagchup/Tag.hs:180)
    isSpecial (src/Text/HTML/Tagchup/Tag.hs:233)
    maybeSpecial (src/Text/HTML/Tagchup/Tag.hs:236)
    cdata (src/Text/HTML/Tagchup/Tag.hs:183)
    isCData (src/Text/HTML/Tagchup/Tag.hs:242)
    maybeCData (src/Text/HTML/Tagchup/Tag.hs:247)
    processing (src/Text/HTML/Tagchup/Tag.hs:186)
    isProcessing (src/Text/HTML/Tagchup/Tag.hs:254)
    maybeProcessing (src/Text/HTML/Tagchup/Tag.hs:257)
    warning (src/Text/HTML/Tagchup/Tag.hs:189)
    isWarning (src/Text/HTML/Tagchup/Tag.hs:261)
    maybeWarning (src/Text/HTML/Tagchup/Tag.hs:264)
    formatOpen (src/Text/HTML/Tagchup/Tag.hs:152)
    formatClose (src/Text/HTML/Tagchup/Tag.hs:160)
    mapTextA (src/Text/HTML/Tagchup/Tag.hs:344)
  11% (  1 /  9) in 'Text.HTML.Tagchup.PositionTag'
  Missing documentation for:
    Module header
    T (src/Text/HTML/Tagchup/PositionTag.hs:19)
    cons (src/Text/HTML/Tagchup/PositionTag.hs:37)
    position (src/Text/HTML/Tagchup/PositionTag.hs:40)
    tag (src/Text/HTML/Tagchup/PositionTag.hs:43)
    lift (src/Text/HTML/Tagchup/PositionTag.hs:48)
    liftA (src/Text/HTML/Tagchup/PositionTag.hs:54)
    textFromCData (src/Text/HTML/Tagchup/PositionTag.hs:70)
  71% (  5 /  7) in 'Text.HTML.Tagchup.Parser'
  Missing documentation for:
    CharType (src/Text/HTML/Tagchup/Parser/Tag.hs:293)
    runSoupWithPositionsName (src/Text/HTML/Tagchup/Parser.hs:77)
 100% (  6 /  6) in 'Text.HTML.Tagchup.Format'
  61% (  8 / 13) in 'Text.HTML.Tagchup.Tag.Match'
  Missing documentation for:
    Module header
    ignore (src/Text/HTML/Tagchup/Tag/Match.hs:9)
    comment (src/Text/HTML/Tagchup/Tag/Match.hs:30)
    special (src/Text/HTML/Tagchup/Tag/Match.hs:34)
    openAttrLit (src/Text/HTML/Tagchup/Tag/Match.hs:53)
  66% ( 10 / 15) in 'Text.HTML.Tagchup.Process'
  Missing documentation for:
    Module header
    Encoding (src/Text/HTML/Tagchup/Process.hs:45)
    evalDecodeAdaptive (src/Text/HTML/Tagchup/Process.hs:51)
    getEmbeddedEncoding (src/Text/HTML/Tagchup/Process.hs:111)
    getHeadTags (src/Text/HTML/Tagchup/Process.hs:165)
Warning: Text.HTML.Tagchup.Tag: could not find link destinations for: 
	- Text.HTML.Tagchup.Character.C
Warning: Text.HTML.Tagchup.PositionTag: could not find link destinations for: 
	- Text.HTML.Tagchup.Character.C
Warning: Text.HTML.Tagchup.Parser: could not find link destinations for: 
	- Text.HTML.Tagchup.Character.C
	- Text.HTML.Tagchup.Parser.Stream.C
	- Text.HTML.Tagchup.Parser.Tag.StringType
	- Text.HTML.Tagchup.Parser.Tag.parseChar
	- Text.HTML.Tagchup.Parser.Tag.parseUnquotedValue
	- Text.HTML.Tagchup.Parser.Tag.ParserEmit
	- Text.HTML.Tagchup.Parser.Tag.Parser
Documentation created: dist/doc/html/tagchup/,
dist/doc/html/tagchup/tagchup.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagchup-0.4.1.2-4LAK4CDgFDk8F2p8UzX4na
Completed    tagchup-0.4.1.2
Downloading  ods2csv-0.1.0.2
Downloaded   ods2csv-0.1.0.2
Configuring ods2csv-0.1.0.2...
Preprocessing executable 'ods2csv' for ods2csv-0.1.0.2..
Building executable 'ods2csv' for ods2csv-0.1.0.2..
[1 of 1] Compiling Main             ( src/Main.hs, dist/build/ods2csv/ods2csv-tmp/Main.o )

src/Main.hs:31:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
31 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^

src/Main.hs:34:1: warning: [GHC-38856] [-Wunused-imports]
    The import of <*>, pure
    from module Control.Applicative is redundant
   |
34 | import Control.Applicative (pure, (<*>), (<|>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Linking dist/build/ods2csv/ods2csv
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests, --benchmarks or
--foreign-libraries flags.
Installing executable ods2csv in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed    ods2csv-0.1.0.2

Test log

[view raw]

Resolving dependencies...
No tests to run for all the packages in the project