Build #1 for hdf5-1.8.15

[all reports]

Package hdf5-1.8.15
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-09-04 07:50:01.717692098 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, bindings-DSL-1.0.25, bytestring-0.12.1.0, libffi-0.2.1, lifted-base-0.2.3.12, monad-control-1.0.3.1, primitive-0.9.1.0, tagged-0.8.9, transformers-0.6.1.0, vector-0.13.2.0
Flags -use-hdf5-serial

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring base-orphans-0.9.3...
Preprocessing library for base-orphans-0.9.3..
Building library for base-orphans-0.9.3..
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o )
[2 of 2] Compiling Data.Orphans     ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o )
Preprocessing library for base-orphans-0.9.3..
Running Haddock on library for base-orphans-0.9.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing )
[2 of 2] Compiling Data.Orphans     ( src/Data/Orphans.hs, nothing )
Haddock coverage:
 100% (  1 /  1) in 'Data.Orphans'
Documentation created: dist/doc/html/base-orphans/,
dist/doc/html/base-orphans/base-orphans.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9
Completed    base-orphans-0.9.3
Configuring bindings-DSL-1.0.25...
Preprocessing library for bindings-DSL-1.0.25..
Building library for bindings-DSL-1.0.25..
[1 of 1] Compiling Bindings.Utilities ( Bindings/Utilities.hs, dist/build/Bindings/Utilities.o, dist/build/Bindings/Utilities.dyn_o )

Bindings/Utilities.hs:2:1: warning: [GHC-94817] [-Wtabs]
    Tab character found here, and in 11 further locations.
    Suggested fix: Please use spaces instead.
  |
2 |         storableCast,
  | ^^^^^^^^

Bindings/Utilities.hs:15:54: 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."
   |
15 | storableCast a = storableCastArray [a] >>= (return . head)
   |                                                      ^^^^

Bindings/Utilities.hs:33: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."
   |
33 |         let (q,r) = divMod (length a * (sizeOf . head) a) (sizeOf u)
   |                                                  ^^^^
Preprocessing library for bindings-DSL-1.0.25..
Running Haddock on library for bindings-DSL-1.0.25..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Bindings.Utilities ( Bindings/Utilities.hs, nothing )

Bindings/Utilities.hs:2:1: warning: [GHC-94817] [-Wtabs]
    Tab character found here, and in 11 further locations.
    Suggested fix: Please use spaces instead.
  |
2 |         storableCast,
  | ^^^^^^^^

Bindings/Utilities.hs:15:54: 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."
   |
15 | storableCast a = storableCastArray [a] >>= (return . head)
   |                                                      ^^^^

Bindings/Utilities.hs:33: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."
   |
33 |         let (q,r) = divMod (length a * (sizeOf . head) a) (sizeOf u)
   |                                                  ^^^^
Haddock coverage:
  66% (  2 /  3) in 'Bindings.Utilities'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/bindings-DSL/,
dist/doc/html/bindings-DSL/bindings-DSL.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bindings-DSL-1.0.25-5zaP8LdvPgGGNP1Fee6vvL
Completed    bindings-DSL-1.0.25
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
Downloading  libffi-0.2.1
Downloaded   libffi-0.2.1
Configuring libffi-0.2.1...
Preprocessing library for libffi-0.2.1..
Building library for libffi-0.2.1..
[1 of 5] Compiling Foreign.LibFFI.Internal ( dist/build/Foreign/LibFFI/Internal.hs, dist/build/Foreign/LibFFI/Internal.o, dist/build/Foreign/LibFFI/Internal.dyn_o )
[2 of 5] Compiling Foreign.LibFFI.FFITypes ( Foreign/LibFFI/FFITypes.hs, dist/build/Foreign/LibFFI/FFITypes.o, dist/build/Foreign/LibFFI/FFITypes.dyn_o )
[3 of 5] Compiling Foreign.LibFFI.Base ( Foreign/LibFFI/Base.hs, dist/build/Foreign/LibFFI/Base.o, dist/build/Foreign/LibFFI/Base.dyn_o )
[4 of 5] Compiling Foreign.LibFFI.Types ( Foreign/LibFFI/Types.hs, dist/build/Foreign/LibFFI/Types.o, dist/build/Foreign/LibFFI/Types.dyn_o )
[5 of 5] Compiling Foreign.LibFFI   ( Foreign/LibFFI.hs, dist/build/Foreign/LibFFI.o, dist/build/Foreign/LibFFI.dyn_o )
Preprocessing library for libffi-0.2.1..
Running Haddock on library for libffi-0.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Foreign.LibFFI.Internal ( dist/build/Foreign/LibFFI/Internal.hs, nothing )
[2 of 5] Compiling Foreign.LibFFI.FFITypes ( Foreign/LibFFI/FFITypes.hs, nothing )
[3 of 5] Compiling Foreign.LibFFI.Base ( Foreign/LibFFI/Base.hs, nothing )
[4 of 5] Compiling Foreign.LibFFI.Types ( Foreign/LibFFI/Types.hs, nothing )
[5 of 5] Compiling Foreign.LibFFI   ( Foreign/LibFFI.hs, nothing )
Haddock coverage:
   7% (  1 / 14) in 'Foreign.LibFFI.Internal'
  Missing documentation for:
    CValue (Foreign/LibFFI/Internal.hsc:13)
    CType (Foreign/LibFFI/Internal.hsc:14)
    CIF (Foreign/LibFFI/Internal.hsc:15)
    C_ffi_status (Foreign/LibFFI/Internal.hsc:17)
    C_ffi_abi (Foreign/LibFFI/Internal.hsc:18)
    ffi_default_abi (Foreign/LibFFI/Internal.hsc:21)
    ffi_ok (Foreign/LibFFI/Internal.hsc:24)
    sizeOf_cif (Foreign/LibFFI/Internal.hsc:27)
    sizeOf_ffi_type (Foreign/LibFFI/Internal.hsc:30)
    init_ffi_type (Foreign/LibFFI/Internal.hsc:33)
    ffi_type_size_and_alignment (Foreign/LibFFI/Internal.hsc:40)
    ffi_prep_cif (Foreign/LibFFI/Internal.hsc:45)
    ffi_call (Foreign/LibFFI/Internal.hsc:48)
   4% (  1 / 24) in 'Foreign.LibFFI.FFITypes'
  Missing documentation for:
    ffi_type_void (Foreign/LibFFI/FFITypes.hs:13)
    ffi_type_sint8 (Foreign/LibFFI/FFITypes.hs:14)
    ffi_type_uint8 (Foreign/LibFFI/FFITypes.hs:15)
    ffi_type_uint16 (Foreign/LibFFI/FFITypes.hs:16)
    ffi_type_sint16 (Foreign/LibFFI/FFITypes.hs:17)
    ffi_type_uint32 (Foreign/LibFFI/FFITypes.hs:18)
    ffi_type_sint32 (Foreign/LibFFI/FFITypes.hs:19)
    ffi_type_uint64 (Foreign/LibFFI/FFITypes.hs:20)
    ffi_type_sint64 (Foreign/LibFFI/FFITypes.hs:21)
    ffi_type_float (Foreign/LibFFI/FFITypes.hs:22)
    ffi_type_double (Foreign/LibFFI/FFITypes.hs:23)
    ffi_type_pointer (Foreign/LibFFI/FFITypes.hs:24)
    ffi_type_uchar (Foreign/LibFFI/FFITypes.hs:27)
    ffi_type_schar (Foreign/LibFFI/FFITypes.hs:30)
    ffi_type_wchar (Foreign/LibFFI/FFITypes.hs:33)
    ffi_type_size (Foreign/LibFFI/FFITypes.hs:40)
    ffi_type_time (Foreign/LibFFI/FFITypes.hs:46)
    ffi_type_uint (Foreign/LibFFI/FFITypes.hs:52)
    ffi_type_sint (Foreign/LibFFI/FFITypes.hs:58)
    ffi_type_ulong (Foreign/LibFFI/FFITypes.hs:64)
    ffi_type_slong (Foreign/LibFFI/FFITypes.hs:70)
    ffi_type_hs_int (Foreign/LibFFI/FFITypes.hs:76)
    ffi_type_hs_word (Foreign/LibFFI/FFITypes.hs:82)
   9% (  1 / 11) in 'Foreign.LibFFI.Base'
  Missing documentation for:
    Arg (Foreign/LibFFI/Base.hs:15)
    customPointerArg (Foreign/LibFFI/Base.hs:18)
    mkStorableArg (Foreign/LibFFI/Base.hs:24)
    RetType (Foreign/LibFFI/Base.hs:28)
    withRetType (Foreign/LibFFI/Base.hs:34)
    mkStorableRetType (Foreign/LibFFI/Base.hs:37)
    newStorableStructArgRet (Foreign/LibFFI/Base.hs:41)
    newStructCType (Foreign/LibFFI/Base.hs:46)
    sizeAndAlignmentOfCType (Foreign/LibFFI/Base.hs:53)
    callFFI (Foreign/LibFFI/Base.hs:68)
  29% ( 18 / 61) in 'Foreign.LibFFI.Types'
  Missing documentation for:
    argCInt (Foreign/LibFFI/Types.hs:83)
    argCUInt (Foreign/LibFFI/Types.hs:85)
    argCLong (Foreign/LibFFI/Types.hs:87)
    argCULong (Foreign/LibFFI/Types.hs:89)
    argInt16 (Foreign/LibFFI/Types.hs:95)
    argInt32 (Foreign/LibFFI/Types.hs:97)
    argInt64 (Foreign/LibFFI/Types.hs:99)
    argWord8 (Foreign/LibFFI/Types.hs:102)
    argWord16 (Foreign/LibFFI/Types.hs:104)
    argWord32 (Foreign/LibFFI/Types.hs:106)
    argWord64 (Foreign/LibFFI/Types.hs:108)
    argCFloat (Foreign/LibFFI/Types.hs:111)
    argCDouble (Foreign/LibFFI/Types.hs:113)
    argCSize (Foreign/LibFFI/Types.hs:116)
    argCTime (Foreign/LibFFI/Types.hs:118)
    argCChar (Foreign/LibFFI/Types.hs:121)
    argCUChar (Foreign/LibFFI/Types.hs:123)
    argCWchar (Foreign/LibFFI/Types.hs:126)
    argPtr (Foreign/LibFFI/Types.hs:129)
    argFunPtr (Foreign/LibFFI/Types.hs:132)
    retVoid (Foreign/LibFFI/Types.hs:148)
    retCInt (Foreign/LibFFI/Types.hs:151)
    retCUInt (Foreign/LibFFI/Types.hs:153)
    retCLong (Foreign/LibFFI/Types.hs:155)
    retCULong (Foreign/LibFFI/Types.hs:157)
    retInt8 (Foreign/LibFFI/Types.hs:160)
    retInt16 (Foreign/LibFFI/Types.hs:162)
    retInt32 (Foreign/LibFFI/Types.hs:164)
    retInt64 (Foreign/LibFFI/Types.hs:166)
    retWord8 (Foreign/LibFFI/Types.hs:169)
    retWord16 (Foreign/LibFFI/Types.hs:171)
    retWord32 (Foreign/LibFFI/Types.hs:173)
    retWord64 (Foreign/LibFFI/Types.hs:175)
    retCFloat (Foreign/LibFFI/Types.hs:178)
    retCDouble (Foreign/LibFFI/Types.hs:180)
    retCSize (Foreign/LibFFI/Types.hs:183)
    retCTime (Foreign/LibFFI/Types.hs:185)
    retCChar (Foreign/LibFFI/Types.hs:188)
    retCUChar (Foreign/LibFFI/Types.hs:190)
    retCWchar (Foreign/LibFFI/Types.hs:193)
    retPtr (Foreign/LibFFI/Types.hs:199)
    retFunPtr (Foreign/LibFFI/Types.hs:196)
    retCString (Foreign/LibFFI/Types.hs:202)
  33% (  2 /  6) in 'Foreign.LibFFI'
  Missing documentation for:
    Arg (Foreign/LibFFI/Base.hs:15)
    RetType (Foreign/LibFFI/Base.hs:28)
    callFFI (Foreign/LibFFI/Base.hs:68)
    withRetType (Foreign/LibFFI/Base.hs:34)
Documentation created: dist/doc/html/libffi/, dist/doc/html/libffi/libffi.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libffi-0.2.1-AbGzb4HnWe56iZICq7NK8V
Completed    libffi-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 primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Preprocessing library for primitive-0.9.1.0..
Running Haddock on library for primitive-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing )
[13 of 14] Compiling Data.Primitive   ( Data/Primitive.hs, nothing )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing )
Haddock coverage:
   2% (  1 / 35) in 'Data.Primitive.MachDeps'
  Missing documentation for:
    sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68)
    aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69)
    sIZEOF_INT (Data/Primitive/MachDeps.hs:71)
    aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72)
    sIZEOF_WORD (Data/Primitive/MachDeps.hs:74)
    aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75)
    sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77)
    aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78)
    sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80)
    aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81)
    sIZEOF_PTR (Data/Primitive/MachDeps.hs:83)
    aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84)
    sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86)
    aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87)
    sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89)
    aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90)
    sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92)
    aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93)
    sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95)
    aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96)
    sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98)
    aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99)
    sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101)
    aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102)
    sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104)
    aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105)
    sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107)
    aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108)
    sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110)
    aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111)
    sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113)
    aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114)
    Word64_# (Data/Primitive/MachDeps.hs:117)
    Int64_# (Data/Primitive/MachDeps.hs:118)
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.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 GHC.Types
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
  89% ( 26 / 29) in 'Control.Monad.Primitive'
  Missing documentation for:
    unsafeInterleave (Control/Monad/Primitive.hs:408)
    unsafeDupableInterleave (Control/Monad/Primitive.hs:409)
    noDuplicate (Control/Monad/Primitive.hs:401)
Warning: 'MVar' is ambiguous. It is defined
    * at Data/Primitive/MVar.hs:41:17
    * at Data/Primitive/MVar.hs:41: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/Primitive/MVar.hs:41:1
 100% ( 11 / 11) in 'Data.Primitive.MVar'
Warning: 'Array' is ambiguous. It is defined
    * at Data/Primitive/Array.hs:65:16
    * at Data/Primitive/Array.hs:65: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/Primitive/Array.hs:65:1
Warning: 'MutableArray' is ambiguous. It is defined
    * at Data/Primitive/Array.hs:108:25
    * at Data/Primitive/Array.hs:108: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/Primitive/Array.hs:108:1
 100% ( 27 / 27) in 'Data.Primitive.Array'
Warning: 'MutVar' is ambiguous. It is defined
    * at Data/Primitive/MutVar.hs:44:19
    * at Data/Primitive/MutVar.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 Data/Primitive/MutVar.hs:44:1
Warning: 'IORef' is ambiguous. It is defined
    * in GHC.IORef
    * in GHC.IORef
    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.IORef
Warning: 'STRef' is ambiguous. It is defined
    * in GHC.STRef
    * in GHC.STRef
    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.STRef
 100% ( 15 / 15) in 'Data.Primitive.MutVar'
Warning: 'SmallArray' is ambiguous. It is defined
    * at Data/Primitive/SmallArray.hs:95:21
    * at Data/Primitive/SmallArray.hs:95: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/Primitive/SmallArray.hs:95:1
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    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.Functor.Identity
Warning: 'SmallMutableArray' is ambiguous. It is defined
    * at Data/Primitive/SmallArray.hs:106:30
    * at Data/Primitive/SmallArray.hs:106: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/Primitive/SmallArray.hs:106:1
  93% ( 27 / 29) in 'Data.Primitive.SmallArray'
  Missing documentation for:
    SmallArray (Data/Primitive/SmallArray.hs:95)
    SmallMutableArray (Data/Primitive/SmallArray.hs:106)
 100% ( 10 / 10) in 'Data.Primitive.Types'
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: '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
  98% ( 61 / 62) in 'Data.Primitive.ByteArray'
  Missing documentation for:
    createByteArray (Data/Primitive/ByteArray.hs:672)
Warning: 'PrimArray' is ambiguous. It is defined
    * at Data/Primitive/PrimArray.hs:144:20
    * at Data/Primitive/PrimArray.hs:144: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/Primitive/PrimArray.hs:144:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
    * at Data/Primitive/PrimArray.hs:167:29
    * at Data/Primitive/PrimArray.hs:167: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/Primitive/PrimArray.hs:167: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
 100% ( 78 / 78) in 'Data.Primitive.PrimArray'
Warning: 'Ptr' is ambiguous. It is defined
    * in GHC.Ptr
    * in GHC.Ptr
    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.Ptr
 100% ( 17 / 17) in 'Data.Primitive.Ptr'
 100% ( 10 / 10) in 'Data.Primitive'
Warning: 'PrimVar' is ambiguous. It is defined
    * at Data/Primitive/PrimVar.hs:49:23
    * at Data/Primitive/PrimVar.hs:49: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/Primitive/PrimVar.hs:49:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
    * at Data/Primitive/PrimArray.hs:167:29
    * at Data/Primitive/PrimArray.hs:167: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/Primitive/PrimArray.hs:167:1
 100% ( 22 / 22) in 'Data.Primitive.PrimVar'
Warning: Control.Monad.Primitive: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateIO
Warning: Data.Primitive.Array: could not find link destinations for: 
	- Data.Primitive.Array.D:R:ItemArray
Warning: Data.Primitive.SmallArray: could not find link destinations for: 
	- Data.Primitive.SmallArray.D:R:ItemSmallArray
Warning: Data.Primitive.Types: could not find link destinations for: 
	- GHC.Generics.D:R:UReckPtrp0
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
Warning: Data.Primitive.ByteArray: could not find link destinations for: 
	- Data.Array.Byte.D:R:ItemByteArray
Warning: Data.Primitive.PrimArray: could not find link destinations for: 
	- Data.Primitive.PrimArray.D:R:ItemPrimArray
Warning: Data.Primitive.Ptr: could not find link destinations for: 
	- GHC.Generics.D:R:UReckPtrp0
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
Documentation created: dist/doc/html/primitive/,
dist/doc/html/primitive/primitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv
Completed    primitive-0.9.1.0
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 tagged-0.8.9...
Preprocessing library for tagged-0.8.9..
Building library for tagged-0.8.9..
[1 of 2] Compiling Data.Proxy.TH    ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o )
[2 of 2] Compiling Data.Tagged      ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o )
Preprocessing library for tagged-0.8.9..
Running Haddock on library for tagged-0.8.9..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Proxy.TH    ( src/Data/Proxy/TH.hs, nothing )
[2 of 2] Compiling Data.Tagged      ( src/Data/Tagged.hs, nothing )
Haddock coverage:
Warning: 'Proxy' is ambiguous. It is defined
    * in Data.Proxy
    * in Data.Proxy
    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.Proxy
  66% (  2 /  3) in 'Data.Proxy.TH'
  Missing documentation for:
    Module header
Warning: 'Tagged' is ambiguous. It is defined
    * at src/Data/Tagged.hs:82:22
    * at src/Data/Tagged.hs:82: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/Tagged.hs:82:1
Warning: 'Proxy' is ambiguous. It is defined
    * in Data.Proxy
    * in Data.Proxy
    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.Proxy
  93% ( 14 / 15) in 'Data.Tagged'
  Missing documentation for:
    witness (src/Data/Tagged.hs:386)
Warning: Data.Tagged: could not find link destinations for: 
	- Data.Tagged.Rep_Tagged
	- Data.Tagged.Rep1_Tagged
Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.9-6aZuwRISGvIHng66Gvw0LY
Completed    tagged-0.8.9
Configuring transformers-compat-0.7.2...
Preprocessing library for transformers-compat-0.7.2..
Building library for transformers-compat-0.7.2..
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o )
Preprocessing library for transformers-compat-0.7.2..
Running Haddock on library for transformers-compat-0.7.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing )
Haddock coverage:
 100% (  1 /  1) in 'Control.Monad.Trans.Instances'
Warning: 'String' is ambiguous. It is defined
    * in Text.Read.Lex
    * in GHC.Base
    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.Base
Warning: 'Options' is ambiguous. It is defined
    * at generics/Data/Functor/Classes/Generic/Internal.hs:146:19
    * at generics/Data/Functor/Classes/Generic/Internal.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 generics/Data/Functor/Classes/Generic/Internal.hs:146:1
Warning: 'FunctorClassesDefault' is ambiguous. It is defined
    * at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3
    * at generics/Data/Functor/Classes/Generic/Internal.hs:1230: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 generics/Data/Functor/Classes/Generic/Internal.hs:1230:1
 100% ( 48 / 48) in 'Data.Functor.Classes.Generic.Internal'
Warning: 'Eq1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ord1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Read1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Show1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'GenericFunctorClasses' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsPrec1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 21 / 21) in 'Data.Functor.Classes.Generic'
Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for: 
	- Data.Functor.Classes.Generic.Internal.GShowCon
	- Data.Functor.Classes.Generic.Internal.GReadCon
Documentation created: dist/doc/html/transformers-compat/,
dist/doc/html/transformers-compat/transformers-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.7.2-Kjd0KzrkeU5ax708EytP3
Completed    transformers-compat-0.7.2
Configuring vector-stream-0.1.0.1...
Preprocessing library for vector-stream-0.1.0.1..
Building library for vector-stream-0.1.0.1..
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o )
Preprocessing library for vector-stream-0.1.0.1..
Running Haddock on library for vector-stream-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing )
Haddock coverage:
Warning: 'Stream' is ambiguous. It is defined
    * at src/Data/Stream/Monadic.hs:154:19
    * at src/Data/Stream/Monadic.hs:154: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/Stream/Monadic.hs:154:1
Warning: 'Bundle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  81% (110 /135) in 'Data.Stream.Monadic'
  Missing documentation for:
    liftBox (src/Data/Stream/Monadic.hs:130)
    generate (src/Data/Stream/Monadic.hs:210)
    unbox (src/Data/Stream/Monadic.hs:462)
    concatMap (src/Data/Stream/Monadic.hs:1070)
    zipWithM_ (src/Data/Stream/Monadic.hs:531)
    zipWith3M (src/Data/Stream/Monadic.hs:535)
    zipWith4M (src/Data/Stream/Monadic.hs:565)
    zipWith5M (src/Data/Stream/Monadic.hs:572)
    zipWith6M (src/Data/Stream/Monadic.hs:579)
    zipWith (src/Data/Stream/Monadic.hs:585)
    zipWith3 (src/Data/Stream/Monadic.hs:590)
    zipWith4 (src/Data/Stream/Monadic.hs:596)
    zipWith5 (src/Data/Stream/Monadic.hs:602)
    zipWith6 (src/Data/Stream/Monadic.hs:608)
    zip (src/Data/Stream/Monadic.hs:612)
    zip3 (src/Data/Stream/Monadic.hs:616)
    zip4 (src/Data/Stream/Monadic.hs:621)
    zip5 (src/Data/Stream/Monadic.hs:626)
    zip6 (src/Data/Stream/Monadic.hs:631)
    mapMaybe (src/Data/Stream/Monadic.hs:702)
    catMaybes (src/Data/Stream/Monadic.hs:716)
    and (src/Data/Stream/Monadic.hs:1044)
    or (src/Data/Stream/Monadic.hs:1057)
    concatMapM (src/Data/Stream/Monadic.hs:1074)
    unfoldrN (src/Data/Stream/Monadic.hs:1136)
Documentation created: dist/doc/html/vector-stream/,
dist/doc/html/vector-stream/vector-stream.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr
Completed    vector-stream-0.1.0.1
Configuring ansi-terminal-types-1.1.3...
Preprocessing library for ansi-terminal-types-1.1.3..
Building library for ansi-terminal-types-1.1.3..
[1 of 2] 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 )
[2 of 2] 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 )
Preprocessing library for ansi-terminal-types-1.1.3..
Running Haddock on library for ansi-terminal-types-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
Haddock coverage:
 100% ( 13 / 13) in 'System.Console.ANSI.Types'
  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)
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.3-FbCvCegLPPTJZH2c3Rw7yn
Completed    ansi-terminal-types-1.1.3
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 transformers-base-0.4.6...
Preprocessing library for transformers-base-0.4.6..
Building library for transformers-base-0.4.6..
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o, dist/build/Control/Monad/Base.dyn_o )
Preprocessing library for transformers-base-0.4.6..
Running Haddock on library for transformers-base-0.4.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, nothing )
Haddock coverage:
  33% (  1 /  3) in 'Control.Monad.Base'
  Missing documentation for:
    Module header
    MonadBase (src/Control/Monad/Base.hs:60)
Documentation created: dist/doc/html/transformers-base/,
dist/doc/html/transformers-base/transformers-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-base-0.4.6-IL0Wd7HO1bp151a2hrrU7W
Completed    transformers-base-0.4.6
Configuring ansi-terminal-1.1.3...
Preprocessing library for ansi-terminal-1.1.3..
Building library for ansi-terminal-1.1.3..
[1 of 2] 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 )
[2 of 2] 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.3..
Running Haddock on library for ansi-terminal-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[2 of 2] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
  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
    cursorDownCode
    cursorForwardCode
    cursorBackwardCode
    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
    cursorDownLineCode
    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
    clearFromCursorToScreenBeginningCode
    clearScreenCode
    clearFromCursorToLineEndCode
    clearFromCursorToLineBeginningCode
    clearLineCode
    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
    disableLineWrapCode
    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
    scrollPageDownCode
    hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508)
    hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511)
    useAlternateScreenBufferCode
    useNormalScreenBufferCode
    hReportLayerColor (src/System/Console/ANSI.hs:815)
    hSetSGR (src/System/Console/ANSI.hs:1016)
    setSGRCode
    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
    showCursorCode
    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.3-9wpti7DRjVIBzQawv4Tcnx
Completed    ansi-terminal-1.1.3
Configuring monad-control-1.0.3.1...
Preprocessing library for monad-control-1.0.3.1..
Building library for monad-control-1.0.3.1..
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o, dist/build/Control/Monad/Trans/Control.dyn_o )

src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
207 |   type StT t a :: *
    |                   ^

src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
546 |     type StM m a :: *
    |                     ^
Preprocessing library for monad-control-1.0.3.1..
Running Haddock on library for monad-control-1.0.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Trans.Control ( src/Control/Monad/Trans/Control.hs, nothing )

src/Control/Monad/Trans/Control.hs:207:19: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
207 |   type StT t a :: *
    |                   ^

src/Control/Monad/Trans/Control.hs:546:21: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
546 |     type StM m a :: *
    |                     ^
Haddock coverage:
Warning: 'IdentityT' is ambiguous. It is defined
    * in Control.Monad.Trans.Identity
    * in Control.Monad.Trans.Identity
    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.Identity
Warning: 'MaybeT' is ambiguous. It is defined
    * in Control.Monad.Trans.Maybe
    * in Control.Monad.Trans.Maybe
    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.Maybe
Warning: 'ErrorT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Error' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ExceptT' is ambiguous. It is defined
    * in Control.Monad.Trans.Except
    * in Control.Monad.Trans.Except
    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.Except
Warning: 'ListT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ReaderT' is ambiguous. It is defined
    * in Control.Monad.Trans.Reader
    * in Control.Monad.Trans.Reader
    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.Reader
Warning: 'StateT' is ambiguous. It is defined
    * in Control.Monad.Trans.State.Lazy
    * in Control.Monad.Trans.State.Lazy
    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.Lazy
Warning: 'WriterT' is ambiguous. It is defined
    * in Control.Monad.Trans.Writer.Lazy
    * in Control.Monad.Trans.Writer.Lazy
    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.Writer.Lazy
Warning: 'RWST' is ambiguous. It is defined
    * in Control.Monad.Trans.RWS.Lazy
    * in Control.Monad.Trans.RWS.Lazy
    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.RWS.Lazy
Warning: 'liftIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'liftBase' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lift' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withFile' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 35 / 35) in 'Control.Monad.Trans.Control'
Warning: Control.Monad.Trans.Control: could not find link destinations for: 
	- Control.Monad.Trans.Control.D:R:StTMaybeTa
	- Control.Monad.Trans.Control.D:R:StTIdentityTa
	- Control.Monad.Trans.Control.D:R:StMSTMa
	- Control.Monad.Trans.Control.D:R:StMIdentitya
	- Control.Monad.Trans.Control.D:R:StMLista
	- Control.Monad.Trans.Control.D:R:StMMaybea
	- Control.Monad.Trans.Control.D:R:StMIOa
Documentation created: dist/doc/html/monad-control/,
dist/doc/html/monad-control/monad-control.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monad-control-1.0.3.1-FAFT25wsmcjJZRoEoOcnof
Completed    monad-control-1.0.3.1
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-P0eAzEqDTa2D4YDfE4MGj
Completed    prettyprinter-ansi-terminal-1.1.3
Configuring lifted-base-0.2.3.12...
Preprocessing library for lifted-base-0.2.3.12..
Building library for lifted-base-0.2.3.12..
[1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o, dist/build/Control/Concurrent/Chan/Lifted.dyn_o )
[2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o, dist/build/Control/Concurrent/MVar/Lifted.dyn_o )
[3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o, dist/build/Control/Concurrent/QSem/Lifted.dyn_o )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o, dist/build/Control/Concurrent/QSemN/Lifted.dyn_o )
[5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o, dist/build/Control/Exception/Lifted.dyn_o )
[6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o, dist/build/Control/Concurrent/Lifted.dyn_o )
[7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o, dist/build/Data/IORef/Lifted.dyn_o )
[8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o, dist/build/Foreign/Marshal/Utils/Lifted.dyn_o )
[9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o, dist/build/System/Timeout/Lifted.dyn_o )
Preprocessing library for lifted-base-0.2.3.12..
Running Haddock on library for lifted-base-0.2.3.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, nothing )
[2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, nothing )
[3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, nothing )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, nothing )
[5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, nothing )
[6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, nothing )
[7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, nothing )
[8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, nothing )
[9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, nothing )
Haddock coverage:
 100% (  8 /  8) in 'Control.Concurrent.Chan.Lifted'
 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
 100% (  5 /  5) in 'Control.Concurrent.QSem.Lifted'
 100% (  5 /  5) in 'Control.Concurrent.QSemN.Lifted'
Warning: 'liftBaseOp' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 64 / 64) in 'Control.Exception.Lifted'
 100% ( 36 / 36) in 'Control.Concurrent.Lifted'
 100% ( 11 / 11) in 'Data.IORef.Lifted'
Warning: 'MonadBase' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  2 /  2) in 'Foreign.Marshal.Utils.Lifted'
 100% (  2 /  2) in 'System.Timeout.Lifted'
Warning: Control.Exception.Lifted: could not find link destinations for: 
	- GHC.IOPort.IOPortException
Documentation created: dist/doc/html/lifted-base/,
dist/doc/html/lifted-base/lifted-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/lifted-base-0.2.3.12-iHp5K1HUqL4vslGQBQOkt
Completed    lifted-base-0.2.3.12
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-5c46VkbBJNABJCSsMkcBhu
Completed    optparse-applicative-0.19.0.0
Configuring tasty-1.5.3...
Preprocessing library for tasty-1.5.3..
Building library for tasty-1.5.3..
[ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
[ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o )
[ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o )
[ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o )
[ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o )
[ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o )
[ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o )
[ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o )
[ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o )
[10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o )
[11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o )
[12 of 25] Compiling Test.Tasty.Core  ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o )
[13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o )
[14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o )
[15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o )
[16 of 25] Compiling Test.Tasty.Run   ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o )
[17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o )
[18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o )
[19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o )
[20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o )
[21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o )
[22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o )
[23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o )
[24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o )
[25 of 25] Compiling Test.Tasty       ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o )
Preprocessing library for tasty-1.5.3..
Running Haddock on library for tasty-1.5.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
[ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, nothing )
[ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, nothing )
[ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, nothing )
[ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, nothing )
[ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, nothing )
[ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, nothing )
[ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, nothing )
[ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, nothing )
[10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, nothing )
[11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, nothing )
[12 of 25] Compiling Test.Tasty.Core  ( Test/Tasty/Core.hs, nothing )
[13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, nothing )
[14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, nothing )
[15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, nothing )
[16 of 25] Compiling Test.Tasty.Run   ( Test/Tasty/Run.hs, nothing )
[17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, nothing )
[18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, nothing )
[19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, nothing )
[20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, nothing )
[21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, nothing )
[22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, nothing )
[23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, nothing )
[24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, nothing )
[25 of 25] Compiling Test.Tasty       ( Test/Tasty.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
    * in GHC.Conc.Sync
    * in GHC.Conc.Sync
    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.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
    * at Control/Concurrent/Async.hs:60:16
    * at Control/Concurrent/Async.hs:60: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 Control/Concurrent/Async.hs:60:1
Warning: 'OptionSet' is ambiguous. It is defined
    * at Test/Tasty/Options.hs:101:21
    * at Test/Tasty/Options.hs:101: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 Test/Tasty/Options.hs:101:1
 100% ( 17 / 17) in 'Test.Tasty.Options'
Warning: 'Action' is ambiguous. It is defined
    * at Test/Tasty/Parallel.hs:21:15
    * at Test/Tasty/Parallel.hs:21: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 Test/Tasty/Parallel.hs:21:1
 100% (  2 /  2) in 'Test.Tasty.Patterns.Types'
 100% (  2 /  2) in 'Test.Tasty.Patterns.Printer'
Warning: 'Parser' is ambiguous. It is defined
    * at Test/Tasty/Patterns/Parser.hs:32:20
    * at Test/Tasty/Patterns/Parser.hs:32: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 Test/Tasty/Patterns/Parser.hs:32:1
 100% (  6 /  6) in 'Test.Tasty.Patterns.Parser'
 100% (  5 /  5) in 'Test.Tasty.Patterns.Eval'
Warning: 'Timeout' is ambiguous. It is defined
    * at Test/Tasty/Options/Core.hs:56:5
    * at Test/Tasty/Options/Core.hs:55: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 Test/Tasty/Options/Core.hs:55:1
Warning: 'TestPattern' is ambiguous. It is defined
    * at Test/Tasty/Patterns.hs:33:3
    * at Test/Tasty/Patterns.hs:31: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 Test/Tasty/Patterns.hs:31:1
Warning: 'Map' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Test.Tasty.Providers.ConsoleFormat'
Warning: 'ResourceSpec' is ambiguous. It is defined
    * at Test/Tasty/Core.hs:226:23
    * at Test/Tasty/Core.hs:226: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 Test/Tasty/Core.hs:226:1
Warning: 'Result' is ambiguous. It is defined
    * at Test/Tasty/Core.hs:91:15
    * at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1
Warning: 'Result' is ambiguous. It is defined
    * at Test/Tasty/Core.hs:91:15
    * at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1
 100% ( 10 / 10) in 'Test.Tasty.Providers'
Warning: 'SignalException' is ambiguous. It is defined
    * at Test/Tasty/Runners/Utils.hs:104:27
    * at Test/Tasty/Runners/Utils.hs:104: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 Test/Tasty/Runners/Utils.hs:104:1
Warning: 'TestAction' is ambiguous. It is defined
    * at Test/Tasty/Run.hs:305:23
    * at Test/Tasty/Run.hs:305: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 Test/Tasty/Run.hs:305:1
Warning: 'Initializer' is ambiguous. It is defined
    * at Test/Tasty/Run.hs:96:5
    * at Test/Tasty/Run.hs:95: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 Test/Tasty/Run.hs:95:1
Warning: 'Finalizer' is ambiguous. It is defined
    * at Test/Tasty/Run.hs:100:5
    * at Test/Tasty/Run.hs:99: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 Test/Tasty/Run.hs:99:1
Warning: 'Action' is ambiguous. It is defined
    * at Test/Tasty/Parallel.hs:21:15
    * at Test/Tasty/Parallel.hs:21: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 Test/Tasty/Parallel.hs:21:1
Warning: 'Dependency' is ambiguous. It is defined
    * at Test/Tasty/Run.hs:282:19
    * at Test/Tasty/Run.hs:282: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 Test/Tasty/Run.hs:282:1
Warning: 'NumThreads' is ambiguous. It is defined
    * at Test/Tasty/Options/Core.hs:38:22
    * at Test/Tasty/Options/Core.hs:38: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 Test/Tasty/Options/Core.hs:38:1
Warning: 'NumThreads' is ambiguous. It is defined
    * at Test/Tasty/Options/Core.hs:38:22
    * at Test/Tasty/Options/Core.hs:38: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 Test/Tasty/Options/Core.hs:38:1
 100% (  7 /  7) in 'Test.Tasty.Ingredients'
Warning: 'Statistics' is ambiguous. It is defined
    * at Test/Tasty/Ingredients/ConsoleReporter.hs:382:19
    * at Test/Tasty/Ingredients/ConsoleReporter.hs:382: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 Test/Tasty/Ingredients/ConsoleReporter.hs:382:1
Warning: 'Result' is ambiguous. It is defined
    * at Test/Tasty/Core.hs:91:15
    * at Test/Tasty/Core.hs:91: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 Test/Tasty/Core.hs:91:1
 100% ( 22 / 22) in 'Test.Tasty.Ingredients.ConsoleReporter'
 100% ( 12 / 12) in 'Test.Tasty.Ingredients.Basic'
 100% ( 58 / 58) in 'Test.Tasty.Runners'
 100% ( 26 / 26) in 'Test.Tasty'
Warning: Test.Tasty.Patterns.Types: could not find link destinations for: 
	- Test.Tasty.Patterns.Types.Rep_Expr
Warning: Test.Tasty.Patterns.Eval: could not find link destinations for: 
	- Test.Tasty.Patterns.Eval.M
	- Test.Tasty.Patterns.Eval.Value
Warning: Test.Tasty.Runners: could not find link destinations for: 
	- Test.Tasty.Core.Rep_Outcome
Documentation created: dist/doc/html/tasty/, dist/doc/html/tasty/tasty.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-1.5.3-8bGipBEqvCZ29fR2jkj5jz
Completed    tasty-1.5.3
Configuring vector-0.13.2.0...
Preprocessing library for vector-0.13.2.0..
Building library for vector-0.13.2.0..
[ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o )
[ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o )
[ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o )
[ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o )
[ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o )
[ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o )
[ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o )
[ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o )
[ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o )
[10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o )
[11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o )
[12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o )
[13 of 23] Compiling Data.Vector      ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o )
[14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o )
[15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o )
[16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o )
[17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o )
[18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o )
[19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o )
[20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o )
[21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o )
[22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o )
[23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o )
Preprocessing library 'benchmarks-O2' for vector-0.13.2.0..
Building library 'benchmarks-O2' for vector-0.13.2.0..
[ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.dyn_o )
[ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.o, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.dyn_o )
[ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.dyn_o )
[ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.dyn_o )
[ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.o, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.dyn_o )
[ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.o, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.dyn_o )
[ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.o, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.dyn_o )
[ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.dyn_o )
[ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.dyn_o )
[10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.dyn_o )
[11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.dyn_o )
[12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, dist/build/benchmarks-O2/Bench/Vector/Tasty.o, dist/build/benchmarks-O2/Bench/Vector/Tasty.dyn_o )
[13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.o, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.dyn_o )
[14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.o, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.dyn_o )
Preprocessing library for vector-0.13.2.0..
Running Haddock on library for vector-0.13.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, nothing )
[ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, nothing )
[ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, nothing )
[ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, nothing )
[ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, nothing )
[ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, nothing )
[ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, nothing )
[ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, nothing )
[ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, nothing )
[10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, nothing )
[11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, nothing )
[12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, nothing )
[13 of 23] Compiling Data.Vector      ( src/Data/Vector.hs, nothing )
[14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, nothing )
[15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, nothing )
[16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, nothing )
[17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, nothing )
[18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, nothing )
[19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, nothing )
[20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, nothing )
[21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, nothing )
[22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, nothing )
[23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, nothing )
Haddock coverage:
 100% (  2 /  2) in 'Data.Vector.Fusion.Stream.Monadic'
  83% (  5 /  6) in 'Data.Vector.Fusion.Util'
  Missing documentation for:
    liftBox
 100% (  9 /  9) in 'Data.Vector.Fusion.Bundle.Size'
Warning: 'unsafeSlice' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'overlaps' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeNew' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeRead' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeWrite' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'clear' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'set' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeCopy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeMove' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'grow' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafeGrow' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  2 /  2) in 'Data.Vector.Generic.Mutable.Base'
Warning: 'basicUnsafeWrite' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Bundle' is ambiguous. It is defined
    * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:21
    * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121: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/Vector/Fusion/Bundle/Monadic.hs:121:1
  79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic'
  Missing documentation for:
    Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
    generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:207)
    unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:320)
    concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:629)
    zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:351)
    zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:355)
    zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:364)
    zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:371)
    zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:378)
    zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:384)
    zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:389)
    zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:395)
    zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:401)
    zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:407)
    zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:411)
    zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:415)
    zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:420)
    zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:425)
    zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:430)
    and (src/Data/Vector/Fusion/Bundle/Monadic.hs:621)
    or (src/Data/Vector/Fusion/Bundle/Monadic.hs:625)
    concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:633)
    fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1086)
    reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1166)
    fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1105)
    concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1133)
    fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:136)
    chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:143)
    elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:147)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  79% ( 90 /113) in 'Data.Vector.Fusion.Bundle'
  Missing documentation for:
    Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118)
    inplace (src/Data/Vector/Fusion/Bundle.hs:113)
    concatMap (src/Data/Vector/Fusion/Bundle.hs:256)
    unbox (src/Data/Vector/Fusion/Bundle.hs:252)
    zipWith4 (src/Data/Vector/Fusion/Bundle.hs:286)
    zipWith5 (src/Data/Vector/Fusion/Bundle.hs:292)
    zipWith6 (src/Data/Vector/Fusion/Bundle.hs:298)
    zip (src/Data/Vector/Fusion/Bundle.hs:302)
    zip3 (src/Data/Vector/Fusion/Bundle.hs:306)
    zip4 (src/Data/Vector/Fusion/Bundle.hs:311)
    zip5 (src/Data/Vector/Fusion/Bundle.hs:316)
    zip6 (src/Data/Vector/Fusion/Bundle.hs:321)
    and (src/Data/Vector/Fusion/Bundle.hs:406)
    or (src/Data/Vector/Fusion/Bundle.hs:410)
    unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:632)
    fromVector (src/Data/Vector/Fusion/Bundle.hs:636)
    reVector (src/Data/Vector/Fusion/Bundle.hs:640)
    fromVectors (src/Data/Vector/Fusion/Bundle.hs:644)
    concatVectors (src/Data/Vector/Fusion/Bundle.hs:648)
    zipWithM (src/Data/Vector/Fusion/Bundle.hs:535)
    zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:539)
    eqBy (src/Data/Vector/Fusion/Bundle.hs:492)
    cmpBy (src/Data/Vector/Fusion/Bundle.hs:501)
  86% ( 93 /108) in 'Data.Vector.Generic.Mutable'
  Missing documentation for:
    mstream (src/Data/Vector/Generic/Mutable.hs:139)
    mstreamR (src/Data/Vector/Generic/Mutable.hs:168)
    transform (src/Data/Vector/Generic/Mutable.hs:164)
    transformR (src/Data/Vector/Generic/Mutable.hs:199)
    fill (src/Data/Vector/Generic/Mutable.hs:151)
    fillR (src/Data/Vector/Generic/Mutable.hs:182)
    unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1020)
    accum (src/Data/Vector/Generic/Mutable.hs:997)
    unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1031)
    update (src/Data/Vector/Generic/Mutable.hs:1009)
    reverse (src/Data/Vector/Generic/Mutable.hs:1039)
    unstablePartition (src/Data/Vector/Generic/Mutable.hs:1049)
    unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1078)
    partitionBundle (src/Data/Vector/Generic/Mutable.hs:1105)
    partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1165)
  21% (  5 / 23) in 'Data.Vector.Generic.New'
  Missing documentation for:
    create (src/Data/Vector/Generic/New.hs:62)
    run (src/Data/Vector/Generic/New.hs:66)
    runPrim (src/Data/Vector/Generic/New.hs:70)
    apply (src/Data/Vector/Generic/New.hs:74)
    modify (src/Data/Vector/Generic/New.hs:78)
    modifyWithBundle (src/Data/Vector/Generic/New.hs:83)
    unstream (src/Data/Vector/Generic/New.hs:87)
    transform (src/Data/Vector/Generic/New.hs:93)
    unstreamR (src/Data/Vector/Generic/New.hs:113)
    transformR (src/Data/Vector/Generic/New.hs:119)
    slice (src/Data/Vector/Generic/New.hs:139)
    init (src/Data/Vector/Generic/New.hs:143)
    tail (src/Data/Vector/Generic/New.hs:147)
    take (src/Data/Vector/Generic/New.hs:151)
    drop (src/Data/Vector/Generic/New.hs:155)
    unsafeSlice (src/Data/Vector/Generic/New.hs:159)
    unsafeInit (src/Data/Vector/Generic/New.hs:163)
    unsafeTail (src/Data/Vector/Generic/New.hs:167)
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: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  93% (259 /278) in 'Data.Vector.Generic'
  Missing documentation for:
    zipWith4 (src/Data/Vector/Generic.hs:1190)
    zipWith5 (src/Data/Vector/Generic.hs:1201)
    zipWith6 (src/Data/Vector/Generic.hs:1213)
    izipWith4 (src/Data/Vector/Generic.hs:1242)
    izipWith5 (src/Data/Vector/Generic.hs:1253)
    izipWith6 (src/Data/Vector/Generic.hs:1265)
    zip4 (src/Data/Vector/Generic.hs:1287)
    zip5 (src/Data/Vector/Generic.hs:1293)
    zip6 (src/Data/Vector/Generic.hs:1299)
    unzip3 (src/Data/Vector/Generic.hs:1348)
    unzip4 (src/Data/Vector/Generic.hs:1356)
    unzip5 (src/Data/Vector/Generic.hs:1365)
    unzip6 (src/Data/Vector/Generic.hs:1375)
    liftShowsPrec (src/Data/Vector/Generic.hs:2686)
    gunfold (src/Data/Vector/Generic.hs:2728)
    dataCast (src/Data/Vector/Generic.hs:2735)
    mkVecType (src/Data/Vector/Generic.hs:2717)
    mkVecConstr (src/Data/Vector/Generic.hs:2713)
    mkType (src/Data/Vector/Generic.hs:2722)
Warning: 'IO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% ( 88 / 90) in 'Data.Vector.Mutable'
  Missing documentation for:
    IOVector (src/Data/Vector/Mutable.hs:101)
    STVector (src/Data/Vector/Mutable.hs:102)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' 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.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Array' is ambiguous. It is defined
    * in Data.Primitive.Array
    * in Data.Primitive.Array
    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.Primitive.Array
  94% (245 /258) in 'Data.Vector'
  Missing documentation for:
    zipWith4 (src/Data/Vector.hs:1173)
    zipWith5 (src/Data/Vector.hs:1179)
    zipWith6 (src/Data/Vector.hs:1185)
    izipWith4 (src/Data/Vector.hs:1202)
    izipWith5 (src/Data/Vector.hs:1208)
    izipWith6 (src/Data/Vector.hs:1214)
    zip4 (src/Data/Vector.hs:1229)
    zip5 (src/Data/Vector.hs:1234)
    zip6 (src/Data/Vector.hs:1239)
    unzip3 (src/Data/Vector.hs:1251)
    unzip4 (src/Data/Vector.hs:1255)
    unzip5 (src/Data/Vector.hs:1260)
    unzip6 (src/Data/Vector.hs:1265)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% ( 89 / 91) in 'Data.Vector.Primitive.Mutable'
  Missing documentation for:
    IOVector (src/Data/Vector/Primitive/Mutable.hs:117)
    STVector (src/Data/Vector/Primitive/Mutable.hs:118)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' 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.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% (228 /234) in 'Data.Vector.Primitive'
  Missing documentation for:
    zipWith4 (src/Data/Vector/Primitive.hs:967)
    zipWith5 (src/Data/Vector/Primitive.hs:975)
    zipWith6 (src/Data/Vector/Primitive.hs:983)
    izipWith4 (src/Data/Vector/Primitive.hs:1003)
    izipWith5 (src/Data/Vector/Primitive.hs:1011)
    izipWith6 (src/Data/Vector/Primitive.hs:1019)
Warning: 'Storable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% ( 95 / 97) in 'Data.Vector.Storable.Mutable'
  Missing documentation for:
    IOVector (src/Data/Vector/Storable/Mutable.hs:136)
    STVector (src/Data/Vector/Storable/Mutable.hs:137)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' 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.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% (239 /245) in 'Data.Vector.Storable'
  Missing documentation for:
    zipWith4 (src/Data/Vector/Storable.hs:978)
    zipWith5 (src/Data/Vector/Storable.hs:986)
    zipWith6 (src/Data/Vector/Storable.hs:994)
    izipWith4 (src/Data/Vector/Storable.hs:1014)
    izipWith5 (src/Data/Vector/Storable.hs:1022)
    izipWith6 (src/Data/Vector/Storable.hs:1030)
Warning: 'IO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% ( 91 / 93) in 'Data.Vector.Strict.Mutable'
  Missing documentation for:
    IOVector (src/Data/Vector/Strict/Mutable.hs:99)
    STVector (src/Data/Vector/Strict/Mutable.hs:100)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' 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.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Array' is ambiguous. It is defined
    * in Data.Primitive.Array
    * in Data.Primitive.Array
    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.Primitive.Array
  95% (248 /261) in 'Data.Vector.Strict'
  Missing documentation for:
    zipWith4 (src/Data/Vector/Strict.hs:1267)
    zipWith5 (src/Data/Vector/Strict.hs:1273)
    zipWith6 (src/Data/Vector/Strict.hs:1279)
    izipWith4 (src/Data/Vector/Strict.hs:1300)
    izipWith5 (src/Data/Vector/Strict.hs:1306)
    izipWith6 (src/Data/Vector/Strict.hs:1312)
    zip4 (src/Data/Vector/Strict.hs:1331)
    zip5 (src/Data/Vector/Strict.hs:1336)
    zip6 (src/Data/Vector/Strict.hs:1341)
    unzip3 (src/Data/Vector/Strict.hs:1355)
    unzip4 (src/Data/Vector/Strict.hs:1359)
    unzip5 (src/Data/Vector/Strict.hs:1364)
    unzip6 (src/Data/Vector/Strict.hs:1369)
Warning: 'DoNotUnboxLazy' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:810:28
    * at src/Data/Vector/Unboxed/Base.hs:810: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/Vector/Unboxed/Base.hs:810:1
Warning: 'DoNotUnboxStrict' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:895:30
    * at src/Data/Vector/Unboxed/Base.hs:895: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/Vector/Unboxed/Base.hs:895:1
Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:981:34
    * at src/Data/Vector/Unboxed/Base.hs:981: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/Vector/Unboxed/Base.hs:981:1
Warning: 'As' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:350:38
    * at src/Data/Vector/Unboxed/Base.hs:350: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/Vector/Unboxed/Base.hs:350:1
Warning: 'As' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:350:38
    * at src/Data/Vector/Unboxed/Base.hs:350: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/Vector/Unboxed/Base.hs:350:1
Warning: 'UnboxViaPrim' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:223:26
    * at src/Data/Vector/Unboxed/Base.hs:223: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/Vector/Unboxed/Base.hs:223:1
Warning: 'DoNotUnboxStrict' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:895:30
    * at src/Data/Vector/Unboxed/Base.hs:895: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/Vector/Unboxed/Base.hs:895:1
Warning: 'DoNotUnboxLazy' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:810:28
    * at src/Data/Vector/Unboxed/Base.hs:810: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/Vector/Unboxed/Base.hs:810:1
Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined
    * at src/Data/Vector/Unboxed/Base.hs:981:34
    * at src/Data/Vector/Unboxed/Base.hs:981: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/Vector/Unboxed/Base.hs:981:1
Warning: 'Complex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RealFloat' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' 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.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flip' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Foldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% (253 /262) in 'Data.Vector.Unboxed'
  Missing documentation for:
    Vector (src/Data/Vector/Unboxed/Base.hs:73)
    MVector (src/Data/Vector/Unboxed/Base.hs:72)
    Unbox (src/Data/Vector/Unboxed/Base.hs:80)
    zipWith4 (src/Data/Vector/Unboxed.hs:1027)
    zipWith5 (src/Data/Vector/Unboxed.hs:1034)
    zipWith6 (src/Data/Vector/Unboxed.hs:1041)
    izipWith4 (src/Data/Vector/Unboxed.hs:1061)
    izipWith5 (src/Data/Vector/Unboxed.hs:1068)
    izipWith6 (src/Data/Vector/Unboxed.hs:1075)
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 96 /100) in 'Data.Vector.Unboxed.Mutable'
  Missing documentation for:
    MVector (src/Data/Vector/Unboxed/Base.hs:72)
    IOVector (src/Data/Vector/Unboxed/Base.hs:75)
    STVector (src/Data/Vector/Unboxed/Base.hs:76)
    Unbox (src/Data/Vector/Unboxed/Base.hs:80)
Warning: Data.Vector.Generic.Mutable: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateIO
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Mutable: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateIO
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector: could not find link destinations for: 
	- Data.Vector.D:R:ItemVector
Warning: Data.Vector.Primitive.Mutable: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateIO
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Primitive: could not find link destinations for: 
	- Data.Vector.Primitive.D:R:ItemVector
Warning: Data.Vector.Storable.Mutable: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateIO
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Storable: could not find link destinations for: 
	- Data.Vector.Storable.D:R:ItemVector
Warning: Data.Vector.Strict.Mutable: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateIO
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
Warning: Data.Vector.Strict: could not find link destinations for: 
	- Data.Vector.Strict.D:R:ItemVector
Warning: Data.Vector.Unboxed: could not find link destinations for: 
	- Data.Vector.Unboxed.Base.V_6
	- Data.Vector.Unboxed.Base.V_5
	- Data.Vector.Unboxed.Base.V_4
	- Data.Vector.Unboxed.Base.V_3
	- Data.Vector.Unboxed.Base.V_2
	- Data.Vector.Unboxed.Base.V_Compose
	- Data.Vector.Unboxed.Base.V_Alt
	- Data.Vector.Unboxed.Base.V_Const
	- Data.Vector.Unboxed.Base.V_All
	- Data.Vector.Unboxed.Base.V_Any
	- Data.Vector.Unboxed.Base.V_DoNotUnboxNormalForm
	- Data.Vector.Unboxed.Base.V_DoNotUnboxStrict
	- Data.Vector.Unboxed.Base.V_DoNotUnboxLazy
	- Data.Vector.Unboxed.Base.V_Arg
	- Data.Vector.Unboxed.Base.V_WrappedMonoid
	- Data.Vector.Unboxed.Base.V_Last
	- Data.Vector.Unboxed.Base.V_First
	- Data.Vector.Unboxed.Base.V_Max
	- Data.Vector.Unboxed.Base.V_Min
	- Data.Vector.Unboxed.Base.V_Product
	- Data.Vector.Unboxed.Base.V_Sum
	- Data.Vector.Unboxed.Base.V_Dual
	- Data.Vector.Unboxed.Base.V_Down
	- Data.Vector.Unboxed.Base.V_Identity
	- Data.Vector.Unboxed.Base.V_Complex
	- Data.Vector.Unboxed.Base.V_Bool
	- Data.Vector.Unboxed.Base.V_Char
	- Data.Vector.Unboxed.Base.V_Double
	- Data.Vector.Unboxed.Base.V_Float
	- Data.Vector.Unboxed.Base.V_Word64
	- Data.Vector.Unboxed.Base.V_Word32
	- Data.Vector.Unboxed.Base.V_Word16
	- Data.Vector.Unboxed.Base.V_Word8
	- Data.Vector.Unboxed.Base.V_Word
	- Data.Vector.Unboxed.Base.V_Int64
	- Data.Vector.Unboxed.Base.V_Int32
	- Data.Vector.Unboxed.Base.V_Int16
	- Data.Vector.Unboxed.Base.V_Int8
	- Data.Vector.Unboxed.Base.V_Int
	- Data.Vector.Unboxed.Base.V_Unit
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple20
	- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
	- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
	- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
	- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
	- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
	- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
	- Data.Vector.Unboxed.Base.D:R:MVectorsMax0
	- Data.Vector.Unboxed.Base.D:R:MVectorsMin0
	- Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
	- Data.Vector.Unboxed.Base.D:R:MVectorsSum0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
	- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
	- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
	- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
	- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
	- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
	- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
	- Data.Vector.Unboxed.Base.D:R:VectorTuple60
	- Data.Vector.Unboxed.Base.D:R:VectorTuple50
	- Data.Vector.Unboxed.Base.D:R:VectorTuple40
	- Data.Vector.Unboxed.Base.D:R:VectorTuple30
	- Data.Vector.Unboxed.Base.D:R:VectorTuple20
	- Data.Vector.Unboxed.Base.D:R:VectorCompose0
	- Data.Vector.Unboxed.Base.D:R:VectorAlt0
	- Data.Vector.Unboxed.Base.D:R:VectorConst0
	- Data.Vector.Unboxed.Base.D:R:VectorAll0
	- Data.Vector.Unboxed.Base.D:R:VectorAny0
	- Data.Vector.Unboxed.Base.D:R:VectorArg0
	- Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0
	- Data.Vector.Unboxed.Base.D:R:VectorLast0
	- Data.Vector.Unboxed.Base.D:R:VectorFirst0
	- Data.Vector.Unboxed.Base.D:R:VectorMax0
	- Data.Vector.Unboxed.Base.D:R:VectorMin0
	- Data.Vector.Unboxed.Base.D:R:VectorProduct0
	- Data.Vector.Unboxed.Base.D:R:VectorSum0
	- Data.Vector.Unboxed.Base.D:R:VectorDual0
	- Data.Vector.Unboxed.Base.D:R:VectorDown0
	- Data.Vector.Unboxed.Base.D:R:VectorIdentity0
	- Data.Vector.Unboxed.Base.D:R:VectorComplex0
	- Data.Vector.Unboxed.Base.D:R:VectorBool0
	- Data.Vector.Unboxed.Base.D:R:VectorChar0
	- Data.Vector.Unboxed.Base.D:R:VectorDouble0
	- Data.Vector.Unboxed.Base.D:R:VectorFloat0
	- Data.Vector.Unboxed.Base.D:R:VectorWord640
	- Data.Vector.Unboxed.Base.D:R:VectorWord320
	- Data.Vector.Unboxed.Base.D:R:VectorWord160
	- Data.Vector.Unboxed.Base.D:R:VectorWord80
	- Data.Vector.Unboxed.Base.D:R:VectorWord0
	- Data.Vector.Unboxed.Base.D:R:VectorInt640
	- Data.Vector.Unboxed.Base.D:R:VectorInt320
	- Data.Vector.Unboxed.Base.D:R:VectorInt160
	- Data.Vector.Unboxed.Base.D:R:VectorInt80
	- Data.Vector.Unboxed.Base.D:R:VectorInt0
	- Data.Vector.Unboxed.Base.D:R:VectorUnit0
	- Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0
	- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
	- Data.Vector.Unboxed.Base.D:R:VectorAs0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
	- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
	- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
	- Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
	- Data.Vector.Unboxed.D:R:ItemVector
Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateIO
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple60
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple50
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple40
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple30
	- Data.Vector.Unboxed.Base.D:R:MVectorsTuple20
	- Data.Vector.Unboxed.Base.D:R:MVectorsCompose0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAlt0
	- Data.Vector.Unboxed.Base.D:R:MVectorsConst0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAll0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAny0
	- Data.Vector.Unboxed.Base.D:R:MVectorsArg0
	- Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0
	- Data.Vector.Unboxed.Base.D:R:MVectorsLast0
	- Data.Vector.Unboxed.Base.D:R:MVectorsFirst0
	- Data.Vector.Unboxed.Base.D:R:MVectorsMax0
	- Data.Vector.Unboxed.Base.D:R:MVectorsMin0
	- Data.Vector.Unboxed.Base.D:R:MVectorsProduct0
	- Data.Vector.Unboxed.Base.D:R:MVectorsSum0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDual0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDown0
	- Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0
	- Data.Vector.Unboxed.Base.D:R:MVectorsComplex0
	- Data.Vector.Unboxed.Base.D:R:MVectorsBool0
	- Data.Vector.Unboxed.Base.D:R:MVectorsChar0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDouble0
	- Data.Vector.Unboxed.Base.D:R:MVectorsFloat0
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord640
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord320
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord160
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord80
	- Data.Vector.Unboxed.Base.D:R:MVectorsWord0
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt640
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt320
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt160
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt80
	- Data.Vector.Unboxed.Base.D:R:MVectorsInt0
	- Data.Vector.Unboxed.Base.D:R:MVectorsUnit0
	- Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0
	- Data.Vector.Unboxed.Base.D:R:MVectorsAs0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0
	- Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0
Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt
Preprocessing library 'benchmarks-O2' for vector-0.13.2.0..
Running Haddock on library 'benchmarks-O2' for vector-0.13.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, nothing )
[ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, nothing )
[ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, nothing )
[ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, nothing )
[ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, nothing )
[ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, nothing )
[ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, nothing )
[ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, nothing )
[ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, nothing )
[10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, nothing )
[11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, nothing )
[12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, nothing )
[13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, nothing )
[14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, nothing )
Haddock coverage:
   0% (  0 /  2) in 'Bench.Vector.Algo.AwShCC'
  Missing documentation for:
    Module header
    awshcc (benchlib/Bench/Vector/Algo/AwShCC.hs:8)
   0% (  0 /  4) in 'Bench.Vector.Algo.FindIndexR'
  Missing documentation for:
    Module header
    findIndexR (benchlib/Bench/Vector/Algo/FindIndexR.hs:9)
    findIndexR_naive (benchlib/Bench/Vector/Algo/FindIndexR.hs:13)
    findIndexR_manual (benchlib/Bench/Vector/Algo/FindIndexR.hs:20)
   0% (  0 /  2) in 'Bench.Vector.Algo.HybCC'
  Missing documentation for:
    Module header
    hybcc (benchlib/Bench/Vector/Algo/HybCC.hs:7)
   0% (  0 /  2) in 'Bench.Vector.Algo.Leaffix'
  Missing documentation for:
    Module header
    leaffix (benchlib/Bench/Vector/Algo/Leaffix.hs:7)
   0% (  0 /  2) in 'Bench.Vector.Algo.ListRank'
  Missing documentation for:
    Module header
    listRank (benchlib/Bench/Vector/Algo/ListRank.hs:8)
   0% (  0 /  2) in 'Bench.Vector.Algo.MutableSet'
  Missing documentation for:
    Module header
    mutableSet (benchlib/Bench/Vector/Algo/MutableSet.hs:12)
Warning: 'Int32' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  1 /  2) in 'Bench.Vector.Algo.NextPermutation'
  Missing documentation for:
    Module header
   0% (  0 /  2) in 'Bench.Vector.Algo.Quickhull'
  Missing documentation for:
    Module header
    quickhull (benchlib/Bench/Vector/Algo/Quickhull.hs:7)
   0% (  0 /  2) in 'Bench.Vector.Algo.Rootfix'
  Missing documentation for:
    Module header
    rootfix (benchlib/Bench/Vector/Algo/Rootfix.hs:7)
   0% (  0 /  2) in 'Bench.Vector.Algo.Spectral'
  Missing documentation for:
    Module header
    spectral (benchlib/Bench/Vector/Algo/Spectral.hs:9)
   0% (  0 /  2) in 'Bench.Vector.Algo.Tridiag'
  Missing documentation for:
    Module header
    tridiag (benchlib/Bench/Vector/Algo/Tridiag.hs:8)
 100% (  3 /  3) in 'Bench.Vector.Tasty'
   0% (  0 /  2) in 'Bench.Vector.TestData.Graph'
  Missing documentation for:
    Module header
    randomGraph (benchlib/Bench/Vector/TestData/Graph.hs:15)
   0% (  0 /  2) in 'Bench.Vector.TestData.ParenTree'
  Missing documentation for:
    Module header
    parenTree (benchlib/Bench/Vector/TestData/ParenTree.hs:6)
Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-Gv6yXNwqQAj3b8A12fweIW
Installing internal library benchmarks-O2 in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-Gv6yXNwqQAj3b8A12fweIW
Completed    vector-0.13.2.0
Downloading  hdf5-1.8.15
Downloaded   hdf5-1.8.15
Configuring hdf5-1.8.15...
Preprocessing library for hdf5-1.8.15..
Building library for hdf5-1.8.15..
[ 1 of 60] Compiling Bindings.HDF5.Raw.H5C ( dist/build/Bindings/HDF5/Raw/H5C.hs, dist/build/Bindings/HDF5/Raw/H5C.o, dist/build/Bindings/HDF5/Raw/H5C.dyn_o )
[ 2 of 60] Compiling Bindings.HDF5.Raw.H5FD.MPI ( dist/build/Bindings/HDF5/Raw/H5FD/MPI.hs, dist/build/Bindings/HDF5/Raw/H5FD/MPI.o, dist/build/Bindings/HDF5/Raw/H5FD/MPI.dyn_o )
[ 3 of 60] Compiling Bindings.HDF5.Raw.H5MM ( dist/build/Bindings/HDF5/Raw/H5MM.hs, dist/build/Bindings/HDF5/Raw/H5MM.o, dist/build/Bindings/HDF5/Raw/H5MM.dyn_o )
[ 4 of 60] Compiling Foreign.Ptr.Conventions ( src/Foreign/Ptr/Conventions.hs, dist/build/Foreign/Ptr/Conventions.o, dist/build/Foreign/Ptr/Conventions.dyn_o )
[ 5 of 60] Compiling Bindings.HDF5.Raw.H5 ( dist/build/Bindings/HDF5/Raw/H5.hs, dist/build/Bindings/HDF5/Raw/H5.o, dist/build/Bindings/HDF5/Raw/H5.dyn_o )
[ 6 of 60] Compiling Bindings.HDF5.Raw.H5I ( dist/build/Bindings/HDF5/Raw/H5I.hs, dist/build/Bindings/HDF5/Raw/H5I.o, dist/build/Bindings/HDF5/Raw/H5I.dyn_o )
[ 7 of 60] Compiling Bindings.HDF5.Raw.H5Z ( dist/build/Bindings/HDF5/Raw/H5Z.hs, dist/build/Bindings/HDF5/Raw/H5Z.o, dist/build/Bindings/HDF5/Raw/H5Z.dyn_o )
[ 8 of 60] Compiling Bindings.HDF5.Raw.H5T ( dist/build/Bindings/HDF5/Raw/H5T.hs, dist/build/Bindings/HDF5/Raw/H5T.o, dist/build/Bindings/HDF5/Raw/H5T.dyn_o )
[ 9 of 60] Compiling Bindings.HDF5.Raw.H5S ( dist/build/Bindings/HDF5/Raw/H5S.hs, dist/build/Bindings/HDF5/Raw/H5S.o, dist/build/Bindings/HDF5/Raw/H5S.dyn_o )
[10 of 60] Compiling Bindings.HDF5.Raw.H5O ( dist/build/Bindings/HDF5/Raw/H5O.hs, dist/build/Bindings/HDF5/Raw/H5O.o, dist/build/Bindings/HDF5/Raw/H5O.dyn_o )
[11 of 60] Compiling Bindings.HDF5.Raw.H5L ( dist/build/Bindings/HDF5/Raw/H5L.hs, dist/build/Bindings/HDF5/Raw/H5L.o, dist/build/Bindings/HDF5/Raw/H5L.dyn_o )
[12 of 60] Compiling Bindings.HDF5.Raw.H5FD.Direct ( dist/build/Bindings/HDF5/Raw/H5FD/Direct.hs, dist/build/Bindings/HDF5/Raw/H5FD/Direct.o, dist/build/Bindings/HDF5/Raw/H5FD/Direct.dyn_o )
[13 of 60] Compiling Bindings.HDF5.Core.HId ( src/Bindings/HDF5/Core/HId.hs, dist/build/Bindings/HDF5/Core/HId.o, dist/build/Bindings/HDF5/Core/HId.dyn_o )
[14 of 60] Compiling Bindings.HDF5.Raw.H5G ( dist/build/Bindings/HDF5/Raw/H5G.hs, dist/build/Bindings/HDF5/Raw/H5G.o, dist/build/Bindings/HDF5/Raw/H5G.dyn_o )
[15 of 60] Compiling Bindings.HDF5.Raw.H5R ( dist/build/Bindings/HDF5/Raw/H5R.hs, dist/build/Bindings/HDF5/Raw/H5R.o, dist/build/Bindings/HDF5/Raw/H5R.dyn_o )
[16 of 60] Compiling Bindings.HDF5.Raw.H5FD.StdIO ( dist/build/Bindings/HDF5/Raw/H5FD/StdIO.hs, dist/build/Bindings/HDF5/Raw/H5FD/StdIO.o, dist/build/Bindings/HDF5/Raw/H5FD/StdIO.dyn_o )
[17 of 60] Compiling Bindings.HDF5.Raw.H5FD.Sec2 ( dist/build/Bindings/HDF5/Raw/H5FD/Sec2.hs, dist/build/Bindings/HDF5/Raw/H5FD/Sec2.o, dist/build/Bindings/HDF5/Raw/H5FD/Sec2.dyn_o )
[18 of 60] Compiling Bindings.HDF5.Raw.H5FD.Log ( dist/build/Bindings/HDF5/Raw/H5FD/Log.hs, dist/build/Bindings/HDF5/Raw/H5FD/Log.o, dist/build/Bindings/HDF5/Raw/H5FD/Log.dyn_o )
[19 of 60] Compiling Bindings.HDF5.Raw.H5FD.Family ( dist/build/Bindings/HDF5/Raw/H5FD/Family.hs, dist/build/Bindings/HDF5/Raw/H5FD/Family.o, dist/build/Bindings/HDF5/Raw/H5FD/Family.dyn_o )
[20 of 60] Compiling Bindings.HDF5.Raw.H5FD.Core ( dist/build/Bindings/HDF5/Raw/H5FD/Core.hs, dist/build/Bindings/HDF5/Raw/H5FD/Core.o, dist/build/Bindings/HDF5/Raw/H5FD/Core.dyn_o )
[21 of 60] Compiling Bindings.HDF5.Raw.H5E ( dist/build/Bindings/HDF5/Raw/H5E.hs, dist/build/Bindings/HDF5/Raw/H5E.o, dist/build/Bindings/HDF5/Raw/H5E.dyn_o )
[22 of 60] Compiling Bindings.HDF5.ErrorCodes ( dist/build/Bindings/HDF5/ErrorCodes.hs, dist/build/Bindings/HDF5/ErrorCodes.o, dist/build/Bindings/HDF5/ErrorCodes.dyn_o )
[23 of 60] Compiling Bindings.HDF5.Raw.H5D ( dist/build/Bindings/HDF5/Raw/H5D.hs, dist/build/Bindings/HDF5/Raw/H5D.o, dist/build/Bindings/HDF5/Raw/H5D.dyn_o )
[24 of 60] Compiling Bindings.HDF5.Raw.H5AC ( dist/build/Bindings/HDF5/Raw/H5AC.hs, dist/build/Bindings/HDF5/Raw/H5AC.o, dist/build/Bindings/HDF5/Raw/H5AC.dyn_o )
[25 of 60] Compiling Bindings.HDF5.Raw.H5F ( dist/build/Bindings/HDF5/Raw/H5F.hs, dist/build/Bindings/HDF5/Raw/H5F.o, dist/build/Bindings/HDF5/Raw/H5F.dyn_o )
[26 of 60] Compiling Bindings.HDF5.Raw.H5FD ( dist/build/Bindings/HDF5/Raw/H5FD.hs, dist/build/Bindings/HDF5/Raw/H5FD.o, dist/build/Bindings/HDF5/Raw/H5FD.dyn_o )
[27 of 60] Compiling Bindings.HDF5.Raw.H5P ( dist/build/Bindings/HDF5/Raw/H5P.hs, dist/build/Bindings/HDF5/Raw/H5P.o, dist/build/Bindings/HDF5/Raw/H5P.dyn_o )
[28 of 60] Compiling Bindings.HDF5.Raw.H5FD.Multi ( dist/build/Bindings/HDF5/Raw/H5FD/Multi.hs, dist/build/Bindings/HDF5/Raw/H5FD/Multi.o, dist/build/Bindings/HDF5/Raw/H5FD/Multi.dyn_o )
[29 of 60] Compiling Bindings.HDF5.Raw.H5A ( dist/build/Bindings/HDF5/Raw/H5A.hs, dist/build/Bindings/HDF5/Raw/H5A.o, dist/build/Bindings/HDF5/Raw/H5A.dyn_o )
[30 of 60] Compiling Bindings.HDF5.Raw ( src/Bindings/HDF5/Raw.hs, dist/build/Bindings/HDF5/Raw.o, dist/build/Bindings/HDF5/Raw.dyn_o )
[31 of 60] Compiling Bindings.HDF5.Raw.Util ( src/Bindings/HDF5/Raw/Util.hs, dist/build/Bindings/HDF5/Raw/Util.o, dist/build/Bindings/HDF5/Raw/Util.dyn_o )
[32 of 60] Compiling Bindings.HDF5.Core.HDFResultType ( src/Bindings/HDF5/Core/HDFResultType.hs, dist/build/Bindings/HDF5/Core/HDFResultType.o, dist/build/Bindings/HDF5/Core/HDFResultType.dyn_o )
[33 of 60] Compiling Bindings.HDF5.Core ( src/Bindings/HDF5/Core.hs, dist/build/Bindings/HDF5/Core.o, dist/build/Bindings/HDF5/Core.dyn_o )
[34 of 60] Compiling Bindings.HDF5.Error ( src/Bindings/HDF5/Error.hs, dist/build/Bindings/HDF5/Error.o, dist/build/Bindings/HDF5/Error.dyn_o )
[35 of 60] Compiling Bindings.HDF5.PropertyList ( src/Bindings/HDF5/PropertyList.hs, dist/build/Bindings/HDF5/PropertyList.o, dist/build/Bindings/HDF5/PropertyList.dyn_o )
[36 of 60] Compiling Bindings.HDF5.PropertyList.STRCPL ( src/Bindings/HDF5/PropertyList/STRCPL.hs, dist/build/Bindings/HDF5/PropertyList/STRCPL.o, dist/build/Bindings/HDF5/PropertyList/STRCPL.dyn_o )
[37 of 60] Compiling Bindings.HDF5.PropertyList.LCPL ( src/Bindings/HDF5/PropertyList/LCPL.hs, dist/build/Bindings/HDF5/PropertyList/LCPL.o, dist/build/Bindings/HDF5/PropertyList/LCPL.dyn_o )
[38 of 60] Compiling Bindings.HDF5.PropertyList.OCPYPL ( src/Bindings/HDF5/PropertyList/OCPYPL.hs, dist/build/Bindings/HDF5/PropertyList/OCPYPL.o, dist/build/Bindings/HDF5/PropertyList/OCPYPL.dyn_o )
[39 of 60] Compiling Bindings.HDF5.PropertyList.OCPL ( src/Bindings/HDF5/PropertyList/OCPL.hs, dist/build/Bindings/HDF5/PropertyList/OCPL.o, dist/build/Bindings/HDF5/PropertyList/OCPL.dyn_o )
[40 of 60] Compiling Bindings.HDF5.PropertyList.TCPL ( src/Bindings/HDF5/PropertyList/TCPL.hs, dist/build/Bindings/HDF5/PropertyList/TCPL.o, dist/build/Bindings/HDF5/PropertyList/TCPL.dyn_o )
[41 of 60] Compiling Bindings.HDF5.PropertyList.GCPL ( src/Bindings/HDF5/PropertyList/GCPL.hs, dist/build/Bindings/HDF5/PropertyList/GCPL.o, dist/build/Bindings/HDF5/PropertyList/GCPL.dyn_o )
[42 of 60] Compiling Bindings.HDF5.PropertyList.FCPL ( src/Bindings/HDF5/PropertyList/FCPL.hs, dist/build/Bindings/HDF5/PropertyList/FCPL.o, dist/build/Bindings/HDF5/PropertyList/FCPL.dyn_o )
[43 of 60] Compiling Bindings.HDF5.PropertyList.FMPL ( src/Bindings/HDF5/PropertyList/FMPL.hs, dist/build/Bindings/HDF5/PropertyList/FMPL.o, dist/build/Bindings/HDF5/PropertyList/FMPL.dyn_o )
[44 of 60] Compiling Bindings.HDF5.PropertyList.FAPL ( src/Bindings/HDF5/PropertyList/FAPL.hs, dist/build/Bindings/HDF5/PropertyList/FAPL.o, dist/build/Bindings/HDF5/PropertyList/FAPL.dyn_o )
[45 of 60] Compiling Bindings.HDF5.PropertyList.LAPL ( src/Bindings/HDF5/PropertyList/LAPL.hs, dist/build/Bindings/HDF5/PropertyList/LAPL.o, dist/build/Bindings/HDF5/PropertyList/LAPL.dyn_o )
[46 of 60] Compiling Bindings.HDF5.PropertyList.TAPL ( src/Bindings/HDF5/PropertyList/TAPL.hs, dist/build/Bindings/HDF5/PropertyList/TAPL.o, dist/build/Bindings/HDF5/PropertyList/TAPL.dyn_o )
[47 of 60] Compiling Bindings.HDF5.PropertyList.GAPL ( src/Bindings/HDF5/PropertyList/GAPL.hs, dist/build/Bindings/HDF5/PropertyList/GAPL.o, dist/build/Bindings/HDF5/PropertyList/GAPL.dyn_o )
[48 of 60] Compiling Bindings.HDF5.PropertyList.DAPL ( src/Bindings/HDF5/PropertyList/DAPL.hs, dist/build/Bindings/HDF5/PropertyList/DAPL.o, dist/build/Bindings/HDF5/PropertyList/DAPL.dyn_o )
[49 of 60] Compiling Bindings.HDF5.PropertyList.DXPL ( src/Bindings/HDF5/PropertyList/DXPL.hs, dist/build/Bindings/HDF5/PropertyList/DXPL.o, dist/build/Bindings/HDF5/PropertyList/DXPL.dyn_o )
[50 of 60] Compiling Bindings.HDF5.Object ( src/Bindings/HDF5/Object.hs, dist/build/Bindings/HDF5/Object.o, dist/build/Bindings/HDF5/Object.dyn_o )
[51 of 60] Compiling Bindings.HDF5.Datatype.Internal ( src/Bindings/HDF5/Datatype/Internal.hs, dist/build/Bindings/HDF5/Datatype/Internal.o, dist/build/Bindings/HDF5/Datatype/Internal.dyn_o )
[52 of 60] Compiling Bindings.HDF5.PropertyList.DCPL ( src/Bindings/HDF5/PropertyList/DCPL.hs, dist/build/Bindings/HDF5/PropertyList/DCPL.o, dist/build/Bindings/HDF5/PropertyList/DCPL.dyn_o )
[53 of 60] Compiling Bindings.HDF5.Group ( src/Bindings/HDF5/Group.hs, dist/build/Bindings/HDF5/Group.o, dist/build/Bindings/HDF5/Group.dyn_o )
[54 of 60] Compiling Bindings.HDF5.Link ( dist/build/Bindings/HDF5/Link.hs, dist/build/Bindings/HDF5/Link.o, dist/build/Bindings/HDF5/Link.dyn_o )
[55 of 60] Compiling Bindings.HDF5.File ( dist/build/Bindings/HDF5/File.hs, dist/build/Bindings/HDF5/File.o, dist/build/Bindings/HDF5/File.dyn_o )
[56 of 60] Compiling Bindings.HDF5.Datatype ( src/Bindings/HDF5/Datatype.hs, dist/build/Bindings/HDF5/Datatype.o, dist/build/Bindings/HDF5/Datatype.dyn_o )
[57 of 60] Compiling Bindings.HDF5.Dataspace ( dist/build/Bindings/HDF5/Dataspace.hs, dist/build/Bindings/HDF5/Dataspace.o, dist/build/Bindings/HDF5/Dataspace.dyn_o )
[58 of 60] Compiling Bindings.HDF5.Dataset ( src/Bindings/HDF5/Dataset.hs, dist/build/Bindings/HDF5/Dataset.o, dist/build/Bindings/HDF5/Dataset.dyn_o )
[59 of 60] Compiling Bindings.HDF5.Attribute ( src/Bindings/HDF5/Attribute.hs, dist/build/Bindings/HDF5/Attribute.o, dist/build/Bindings/HDF5/Attribute.dyn_o )
[60 of 60] Compiling Bindings.HDF5    ( src/Bindings/HDF5.hs, dist/build/Bindings/HDF5.o, dist/build/Bindings/HDF5.dyn_o )
Preprocessing library for hdf5-1.8.15..
Running Haddock on library for hdf5-1.8.15..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 60] Compiling Bindings.HDF5.Raw.H5C ( dist/build/Bindings/HDF5/Raw/H5C.hs, /tmp/ghc1507937_0/ghc_46.o, /tmp/ghc1507937_0/ghc_46.dyn_o )
[ 2 of 60] Compiling Bindings.HDF5.Raw.H5FD.MPI ( dist/build/Bindings/HDF5/Raw/H5FD/MPI.hs, /tmp/ghc1507937_0/ghc_64.o, /tmp/ghc1507937_0/ghc_64.dyn_o )
[ 3 of 60] Compiling Bindings.HDF5.Raw.H5MM ( dist/build/Bindings/HDF5/Raw/H5MM.hs, /tmp/ghc1507937_0/ghc_78.o, /tmp/ghc1507937_0/ghc_78.dyn_o )
[ 4 of 60] Compiling Foreign.Ptr.Conventions ( src/Foreign/Ptr/Conventions.hs, /tmp/ghc1507937_0/ghc_92.o, /tmp/ghc1507937_0/ghc_92.dyn_o )
[ 5 of 60] Compiling Bindings.HDF5.Raw.H5 ( dist/build/Bindings/HDF5/Raw/H5.hs, /tmp/ghc1507937_0/ghc_40.o, /tmp/ghc1507937_0/ghc_40.dyn_o )
[ 6 of 60] Compiling Bindings.HDF5.Raw.H5I ( dist/build/Bindings/HDF5/Raw/H5I.hs, /tmp/ghc1507937_0/ghc_74.o, /tmp/ghc1507937_0/ghc_74.dyn_o )
[ 7 of 60] Compiling Bindings.HDF5.Raw.H5Z ( dist/build/Bindings/HDF5/Raw/H5Z.hs, /tmp/ghc1507937_0/ghc_90.o, /tmp/ghc1507937_0/ghc_90.dyn_o )
[ 8 of 60] Compiling Bindings.HDF5.Raw.H5T ( dist/build/Bindings/HDF5/Raw/H5T.hs, /tmp/ghc1507937_0/ghc_88.o, /tmp/ghc1507937_0/ghc_88.dyn_o )
[ 9 of 60] Compiling Bindings.HDF5.Raw.H5S ( dist/build/Bindings/HDF5/Raw/H5S.hs, /tmp/ghc1507937_0/ghc_86.o, /tmp/ghc1507937_0/ghc_86.dyn_o )
[10 of 60] Compiling Bindings.HDF5.Raw.H5O ( dist/build/Bindings/HDF5/Raw/H5O.hs, /tmp/ghc1507937_0/ghc_80.o, /tmp/ghc1507937_0/ghc_80.dyn_o )
[11 of 60] Compiling Bindings.HDF5.Raw.H5L ( dist/build/Bindings/HDF5/Raw/H5L.hs, /tmp/ghc1507937_0/ghc_76.o, /tmp/ghc1507937_0/ghc_76.dyn_o )
[12 of 60] Compiling Bindings.HDF5.Raw.H5FD.Direct ( dist/build/Bindings/HDF5/Raw/H5FD/Direct.hs, /tmp/ghc1507937_0/ghc_58.o, /tmp/ghc1507937_0/ghc_58.dyn_o )
[13 of 60] Compiling Bindings.HDF5.Core.HId ( src/Bindings/HDF5/Core/HId.hs, /tmp/ghc1507937_0/ghc_18.o, /tmp/ghc1507937_0/ghc_18.dyn_o )
[14 of 60] Compiling Bindings.HDF5.Raw.H5G ( dist/build/Bindings/HDF5/Raw/H5G.hs, /tmp/ghc1507937_0/ghc_72.o, /tmp/ghc1507937_0/ghc_72.dyn_o )
[15 of 60] Compiling Bindings.HDF5.Raw.H5R ( dist/build/Bindings/HDF5/Raw/H5R.hs, /tmp/ghc1507937_0/ghc_84.o, /tmp/ghc1507937_0/ghc_84.dyn_o )
[16 of 60] Compiling Bindings.HDF5.Raw.H5FD.StdIO ( dist/build/Bindings/HDF5/Raw/H5FD/StdIO.hs, /tmp/ghc1507937_0/ghc_70.o, /tmp/ghc1507937_0/ghc_70.dyn_o )
[17 of 60] Compiling Bindings.HDF5.Raw.H5FD.Sec2 ( dist/build/Bindings/HDF5/Raw/H5FD/Sec2.hs, /tmp/ghc1507937_0/ghc_68.o, /tmp/ghc1507937_0/ghc_68.dyn_o )
[18 of 60] Compiling Bindings.HDF5.Raw.H5FD.Log ( dist/build/Bindings/HDF5/Raw/H5FD/Log.hs, /tmp/ghc1507937_0/ghc_62.o, /tmp/ghc1507937_0/ghc_62.dyn_o )
[19 of 60] Compiling Bindings.HDF5.Raw.H5FD.Family ( dist/build/Bindings/HDF5/Raw/H5FD/Family.hs, /tmp/ghc1507937_0/ghc_60.o, /tmp/ghc1507937_0/ghc_60.dyn_o )
[20 of 60] Compiling Bindings.HDF5.Raw.H5FD.Core ( dist/build/Bindings/HDF5/Raw/H5FD/Core.hs, /tmp/ghc1507937_0/ghc_56.o, /tmp/ghc1507937_0/ghc_56.dyn_o )
[21 of 60] Compiling Bindings.HDF5.Raw.H5E ( dist/build/Bindings/HDF5/Raw/H5E.hs, /tmp/ghc1507937_0/ghc_50.o, /tmp/ghc1507937_0/ghc_50.dyn_o )
[22 of 60] Compiling Bindings.HDF5.ErrorCodes ( dist/build/Bindings/HDF5/ErrorCodes.hs, /tmp/ghc1507937_0/ghc_22.o, /tmp/ghc1507937_0/ghc_22.dyn_o )
[23 of 60] Compiling Bindings.HDF5.Raw.H5D ( dist/build/Bindings/HDF5/Raw/H5D.hs, /tmp/ghc1507937_0/ghc_48.o, /tmp/ghc1507937_0/ghc_48.dyn_o )
[24 of 60] Compiling Bindings.HDF5.Raw.H5AC ( dist/build/Bindings/HDF5/Raw/H5AC.hs, /tmp/ghc1507937_0/ghc_44.o, /tmp/ghc1507937_0/ghc_44.dyn_o )
[25 of 60] Compiling Bindings.HDF5.Raw.H5F ( dist/build/Bindings/HDF5/Raw/H5F.hs, /tmp/ghc1507937_0/ghc_52.o, /tmp/ghc1507937_0/ghc_52.dyn_o )
[26 of 60] Compiling Bindings.HDF5.Raw.H5FD ( dist/build/Bindings/HDF5/Raw/H5FD.hs, /tmp/ghc1507937_0/ghc_54.o, /tmp/ghc1507937_0/ghc_54.dyn_o )
[27 of 60] Compiling Bindings.HDF5.Raw.H5P ( dist/build/Bindings/HDF5/Raw/H5P.hs, /tmp/ghc1507937_0/ghc_82.o, /tmp/ghc1507937_0/ghc_82.dyn_o )
[28 of 60] Compiling Bindings.HDF5.Raw.H5FD.Multi ( dist/build/Bindings/HDF5/Raw/H5FD/Multi.hs, /tmp/ghc1507937_0/ghc_66.o, /tmp/ghc1507937_0/ghc_66.dyn_o )
[29 of 60] Compiling Bindings.HDF5.Raw.H5A ( dist/build/Bindings/HDF5/Raw/H5A.hs, /tmp/ghc1507937_0/ghc_42.o, /tmp/ghc1507937_0/ghc_42.dyn_o )
[30 of 60] Compiling Bindings.HDF5.Raw ( src/Bindings/HDF5/Raw.hs, /tmp/ghc1507937_0/ghc_38.o, /tmp/ghc1507937_0/ghc_38.dyn_o )
[31 of 60] Compiling Bindings.HDF5.Raw.Util ( src/Bindings/HDF5/Raw/Util.hs, nothing )
[32 of 60] Compiling Bindings.HDF5.Core.HDFResultType ( src/Bindings/HDF5/Core/HDFResultType.hs, /tmp/ghc1507937_0/ghc_16.o, /tmp/ghc1507937_0/ghc_16.dyn_o )
[33 of 60] Compiling Bindings.HDF5.Core ( src/Bindings/HDF5/Core.hs, /tmp/ghc1507937_0/ghc_14.o, /tmp/ghc1507937_0/ghc_14.dyn_o )
[34 of 60] Compiling Bindings.HDF5.Error ( src/Bindings/HDF5/Error.hs, /tmp/ghc1507937_0/ghc_20.o, /tmp/ghc1507937_0/ghc_20.dyn_o )
[35 of 60] Compiling Bindings.HDF5.PropertyList ( src/Bindings/HDF5/PropertyList.hs, /tmp/ghc1507937_0/ghc_26.o, /tmp/ghc1507937_0/ghc_26.dyn_o )
[36 of 60] Compiling Bindings.HDF5.PropertyList.STRCPL ( src/Bindings/HDF5/PropertyList/STRCPL.hs, /tmp/ghc1507937_0/ghc_36.o, /tmp/ghc1507937_0/ghc_36.dyn_o )
[37 of 60] Compiling Bindings.HDF5.PropertyList.LCPL ( src/Bindings/HDF5/PropertyList/LCPL.hs, /tmp/ghc1507937_0/ghc_32.o, /tmp/ghc1507937_0/ghc_32.dyn_o )
[38 of 60] Compiling Bindings.HDF5.PropertyList.OCPYPL ( src/Bindings/HDF5/PropertyList/OCPYPL.hs, /tmp/ghc1507937_0/ghc_34.o, /tmp/ghc1507937_0/ghc_34.dyn_o )
[39 of 60] Compiling Bindings.HDF5.PropertyList.OCPL ( src/Bindings/HDF5/PropertyList/OCPL.hs, nothing )
[40 of 60] Compiling Bindings.HDF5.PropertyList.TCPL ( src/Bindings/HDF5/PropertyList/TCPL.hs, nothing )
[41 of 60] Compiling Bindings.HDF5.PropertyList.GCPL ( src/Bindings/HDF5/PropertyList/GCPL.hs, nothing )
[42 of 60] Compiling Bindings.HDF5.PropertyList.FCPL ( src/Bindings/HDF5/PropertyList/FCPL.hs, nothing )
[43 of 60] Compiling Bindings.HDF5.PropertyList.FMPL ( src/Bindings/HDF5/PropertyList/FMPL.hs, nothing )
[44 of 60] Compiling Bindings.HDF5.PropertyList.FAPL ( src/Bindings/HDF5/PropertyList/FAPL.hs, /tmp/ghc1507937_0/ghc_28.o, /tmp/ghc1507937_0/ghc_28.dyn_o )
[45 of 60] Compiling Bindings.HDF5.PropertyList.LAPL ( src/Bindings/HDF5/PropertyList/LAPL.hs, /tmp/ghc1507937_0/ghc_30.o, /tmp/ghc1507937_0/ghc_30.dyn_o )
[46 of 60] Compiling Bindings.HDF5.PropertyList.TAPL ( src/Bindings/HDF5/PropertyList/TAPL.hs, nothing )
[47 of 60] Compiling Bindings.HDF5.PropertyList.GAPL ( src/Bindings/HDF5/PropertyList/GAPL.hs, nothing )
[48 of 60] Compiling Bindings.HDF5.PropertyList.DAPL ( src/Bindings/HDF5/PropertyList/DAPL.hs, nothing )
[49 of 60] Compiling Bindings.HDF5.PropertyList.DXPL ( src/Bindings/HDF5/PropertyList/DXPL.hs, nothing )
[50 of 60] Compiling Bindings.HDF5.Object ( src/Bindings/HDF5/Object.hs, /tmp/ghc1507937_0/ghc_24.o, /tmp/ghc1507937_0/ghc_24.dyn_o )
[51 of 60] Compiling Bindings.HDF5.Datatype.Internal ( src/Bindings/HDF5/Datatype/Internal.hs, nothing )
[52 of 60] Compiling Bindings.HDF5.PropertyList.DCPL ( src/Bindings/HDF5/PropertyList/DCPL.hs, nothing )
[53 of 60] Compiling Bindings.HDF5.Group ( src/Bindings/HDF5/Group.hs, nothing )
[54 of 60] Compiling Bindings.HDF5.Link ( dist/build/Bindings/HDF5/Link.hs, nothing )
[55 of 60] Compiling Bindings.HDF5.File ( dist/build/Bindings/HDF5/File.hs, nothing )
[56 of 60] Compiling Bindings.HDF5.Datatype ( src/Bindings/HDF5/Datatype.hs, nothing )
[57 of 60] Compiling Bindings.HDF5.Dataspace ( dist/build/Bindings/HDF5/Dataspace.hs, nothing )
[58 of 60] Compiling Bindings.HDF5.Dataset ( src/Bindings/HDF5/Dataset.hs, nothing )
[59 of 60] Compiling Bindings.HDF5.Attribute ( src/Bindings/HDF5/Attribute.hs, nothing )
[60 of 60] Compiling Bindings.HDF5    ( src/Bindings/HDF5.hs, nothing )
Haddock coverage:
   0% (  0 / 12) in 'Bindings.HDF5.Raw.H5C'
  Missing documentation for:
    Module header
    H5C_cache_incr_mode (src/Bindings/HDF5/Raw/H5C.hsc:9)
    h5c_incr__off (src/Bindings/HDF5/Raw/H5C.hsc:11)
    h5c_incr__threshold (src/Bindings/HDF5/Raw/H5C.hsc:12)
    H5C_cache_flash_incr_mode (src/Bindings/HDF5/Raw/H5C.hsc:14)
    h5c_flash_incr__off (src/Bindings/HDF5/Raw/H5C.hsc:16)
    h5c_flash_incr__add_space (src/Bindings/HDF5/Raw/H5C.hsc:17)
    H5C_cache_decr_mode (src/Bindings/HDF5/Raw/H5C.hsc:19)
    h5c_decr__off (src/Bindings/HDF5/Raw/H5C.hsc:21)
    h5c_decr__threshold (src/Bindings/HDF5/Raw/H5C.hsc:22)
    h5c_decr__age_out (src/Bindings/HDF5/Raw/H5C.hsc:23)
    h5c_decr__age_out_with_threshold (src/Bindings/HDF5/Raw/H5C.hsc:24)
   0% (  0 / 13) in 'Bindings.HDF5.Raw.H5FD.MPI'
  Missing documentation for:
    Module header
    h5d_ONE_LINK_CHUNK_IO_THRESHOLD (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:14)
    h5d_MULTI_CHUNK_IO_COL_THRESHOLD (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:15)
    H5FD_mpio_xfer_t (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:17)
    h5fd_MPIO_INDEPENDENT (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:19)
    h5fd_MPIO_COLLECTIVE (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:20)
    H5FD_mpio_chunk_opt_t (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:21)
    h5fd_MPIO_CHUNK_DEFAULT (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:23)
    h5fd_MPIO_CHUNK_ONE_IO (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:24)
    h5fd_MPIO_CHUNK_MULTI_IO (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:25)
    H5FD_mpio_collective_opt_t (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:26)
    h5fd_MPIO_COLLECTIVE_IO (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:28)
    h5fd_MPIO_INDIVIDUAL_IO (src/Bindings/HDF5/Raw/H5FD/MPI.hsc:29)
   0% (  0 /  3) in 'Bindings.HDF5.Raw.H5MM'
  Missing documentation for:
    Module header
    H5MM_allocate_t (src/Bindings/HDF5/Raw/H5MM.hsc:9)
    H5MM_free_t (src/Bindings/HDF5/Raw/H5MM.hsc:10)
  37% ( 12 / 32) in 'Foreign.Ptr.Conventions'
  Missing documentation for:
    WrappedPtr (src/Foreign/Ptr/Conventions.hs:22)
    withIn (src/Foreign/Ptr/Conventions.hs:45)
    withInList (src/Foreign/Ptr/Conventions.hs:48)
    withInVector (src/Foreign/Ptr/Conventions.hs:51)
    withInMVector (src/Foreign/Ptr/Conventions.hs:54)
    withOut (src/Foreign/Ptr/Conventions.hs:66)
    withMaybeOut (src/Foreign/Ptr/Conventions.hs:72)
    withOut_ (src/Foreign/Ptr/Conventions.hs:81)
    withOutMVector (src/Foreign/Ptr/Conventions.hs:86)
    withOutVector (src/Foreign/Ptr/Conventions.hs:90)
    withOutVector_ (src/Foreign/Ptr/Conventions.hs:99)
    withOutVector' (src/Foreign/Ptr/Conventions.hs:105)
    withOutList (src/Foreign/Ptr/Conventions.hs:111)
    withOutList_ (src/Foreign/Ptr/Conventions.hs:119)
    withOutList' (src/Foreign/Ptr/Conventions.hs:127)
    InOutArray (src/Foreign/Ptr/Conventions.hs:179)
    withInOut (src/Foreign/Ptr/Conventions.hs:182)
    withInOut_ (src/Foreign/Ptr/Conventions.hs:189)
    withInOutList (src/Foreign/Ptr/Conventions.hs:195)
    withInOutList_ (src/Foreign/Ptr/Conventions.hs:212)
Warning: 'H5O_info_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5F_info_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'htri_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
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
  61% ( 35 / 57) in 'Bindings.HDF5.Raw.H5'
  Missing documentation for:
    Module header
    HTri_t (src/Bindings/HDF5/Raw/H5.hsc:81)
    h5_SIZEOF_SSIZE_T (src/Bindings/HDF5/Raw/H5.hsc:93)
    HSize_t (src/Bindings/HDF5/Raw/H5.hsc:95)
    HSSize_t (src/Bindings/HDF5/Raw/H5.hsc:96)
    h5_SIZEOF_HSIZE_T (src/Bindings/HDF5/Raw/H5.hsc:99)
    h5_SIZEOF_HSSIZE_T (src/Bindings/HDF5/Raw/H5.hsc:100)
    hSIZE_UNDEF (src/Bindings/HDF5/Raw/H5.hsc:103)
    HAddr_t (src/Bindings/HDF5/Raw/H5.hsc:105)
    hADDR_UNDEF (src/Bindings/HDF5/Raw/H5.hsc:108)
    h5_SIZEOF_HADDR_T (src/Bindings/HDF5/Raw/H5.hsc:111)
    h5_PRINTF_HADDR_FMT (src/Bindings/HDF5/Raw/H5.hsc:114)
    hADDR_MAX (src/Bindings/HDF5/Raw/H5.hsc:116)
    p'H5_ih_info_t'heap_size (src/Bindings/HDF5/Raw/H5.hsc:177)
    h5_open (src/Bindings/HDF5/Raw/H5.hsc:182)
    p_H5open (src/Bindings/HDF5/Raw/H5.hsc:184)
    p_H5close (src/Bindings/HDF5/Raw/H5.hsc:191)
    p_H5dont_atexit (src/Bindings/HDF5/Raw/H5.hsc:208)
    p_H5garbage_collect (src/Bindings/HDF5/Raw/H5.hsc:221)
    p_H5set_free_list_limits (src/Bindings/HDF5/Raw/H5.hsc:252)
    p_H5get_libversion (src/Bindings/HDF5/Raw/H5.hsc:267)
    p_H5check_version (src/Bindings/HDF5/Raw/H5.hsc:279)
Warning: 'func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'key' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reserved' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hash_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'free_func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5i_object' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'object' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  65% ( 39 / 60) in 'Bindings.HDF5.Raw.H5I'
  Missing documentation for:
    Module header
    h5_SIZEOF_HID_T (src/Bindings/HDF5/Raw/H5I.hsc:85)
    p_H5Iregister (src/Bindings/HDF5/Raw/H5I.hsc:114)
    p_H5Iobject_verify (src/Bindings/HDF5/Raw/H5I.hsc:124)
    p_H5Iremove_verify (src/Bindings/HDF5/Raw/H5I.hsc:134)
    p_H5Iget_type (src/Bindings/HDF5/Raw/H5I.hsc:140)
    p_H5Iget_file_id (src/Bindings/HDF5/Raw/H5I.hsc:146)
    p_H5Iget_name (src/Bindings/HDF5/Raw/H5I.hsc:160)
    p_H5Iinc_ref (src/Bindings/HDF5/Raw/H5I.hsc:168)
    p_H5Idec_ref (src/Bindings/HDF5/Raw/H5I.hsc:178)
    p_H5Iget_ref (src/Bindings/HDF5/Raw/H5I.hsc:184)
    p_H5Iregister_type (src/Bindings/HDF5/Raw/H5I.hsc:198)
    p_H5Iclear_type (src/Bindings/HDF5/Raw/H5I.hsc:206)
    p_H5Idestroy_type (src/Bindings/HDF5/Raw/H5I.hsc:216)
    p_H5Iinc_type_ref (src/Bindings/HDF5/Raw/H5I.hsc:224)
    p_H5Idec_type_ref (src/Bindings/HDF5/Raw/H5I.hsc:239)
    p_H5Iget_type_ref (src/Bindings/HDF5/Raw/H5I.hsc:245)
    p_H5Isearch (src/Bindings/HDF5/Raw/H5I.hsc:261)
    p_H5Inmembers (src/Bindings/HDF5/Raw/H5I.hsc:270)
    p_H5Itype_exists (src/Bindings/HDF5/Raw/H5I.hsc:275)
    p_H5Iis_valid (src/Bindings/HDF5/Raw/H5I.hsc:281)
Warning: 'buf_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_remove_filter' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'filter_config_flags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  59% ( 52 / 87) in 'Bindings.HDF5.Raw.H5Z'
  Missing documentation for:
    Module header
    h5_SZIP_ALLOW_K13_OPTION_MASK (src/Bindings/HDF5/Raw/H5Z.hsc:93)
    h5_SZIP_CHIP_OPTION_MASK (src/Bindings/HDF5/Raw/H5Z.hsc:94)
    h5_SZIP_EC_OPTION_MASK (src/Bindings/HDF5/Raw/H5Z.hsc:95)
    h5_SZIP_NN_OPTION_MASK (src/Bindings/HDF5/Raw/H5Z.hsc:96)
    h5_SZIP_MAX_PIXELS_PER_BLOCK (src/Bindings/HDF5/Raw/H5Z.hsc:97)
    h5z_SO_INT_MINBITS_DEFAULT (src/Bindings/HDF5/Raw/H5Z.hsc:138)
    H5Z_SO_scale_type_t (src/Bindings/HDF5/Raw/H5Z.hsc:139)
    h5z_SO_FLOAT_DSCALE (src/Bindings/HDF5/Raw/H5Z.hsc:141)
    h5z_SO_FLOAT_ESCALE (src/Bindings/HDF5/Raw/H5Z.hsc:142)
    h5z_SO_INT (src/Bindings/HDF5/Raw/H5Z.hsc:143)
    h5z_ERROR_EDC (src/Bindings/HDF5/Raw/H5Z.hsc:150)
    h5z_DISABLE_EDC (src/Bindings/HDF5/Raw/H5Z.hsc:151)
    h5z_ENABLE_EDC (src/Bindings/HDF5/Raw/H5Z.hsc:152)
    h5z_NO_EDC (src/Bindings/HDF5/Raw/H5Z.hsc:153)
    h5z_FILTER_CONFIG_ENCODE_ENABLED (src/Bindings/HDF5/Raw/H5Z.hsc:155)
    h5z_FILTER_CONFIG_DECODE_ENABLED (src/Bindings/HDF5/Raw/H5Z.hsc:156)
    h5z_CB_ERROR (src/Bindings/HDF5/Raw/H5Z.hsc:162)
    h5z_CB_NO (src/Bindings/HDF5/Raw/H5Z.hsc:170)
    mk_H5Z_can_apply_func_t (src/Bindings/HDF5/Raw/H5Z.hsc:198)
    H5Z_set_local_func_t (src/Bindings/HDF5/Raw/H5Z.hsc:220)
    mk_H5Z_set_local_func_t (src/Bindings/HDF5/Raw/H5Z.hsc:221)
    H5Z_func_t (src/Bindings/HDF5/Raw/H5Z.hsc:239)
    p_H5Zregister (src/Bindings/HDF5/Raw/H5Z.hsc:278)
    p'H5Z_class2_t'id (src/Bindings/HDF5/Raw/H5Z.hsc:281)
    p'H5Z_class2_t'encoder_present (src/Bindings/HDF5/Raw/H5Z.hsc:283)
    h5z_unregister (src/Bindings/HDF5/Raw/H5Z.hsc:283)
    p_H5Zunregister (src/Bindings/HDF5/Raw/H5Z.hsc:285)
    p'H5Z_class2_t'name (src/Bindings/HDF5/Raw/H5Z.hsc:287)
    h5z_filter_avail (src/Bindings/HDF5/Raw/H5Z.hsc:288)
    p'H5Z_class2_t'can_apply (src/Bindings/HDF5/Raw/H5Z.hsc:289)
    p_H5Zfilter_avail (src/Bindings/HDF5/Raw/H5Z.hsc:290)
    p'H5Z_class2_t'filter (src/Bindings/HDF5/Raw/H5Z.hsc:293)
    h5z_get_filter_info (src/Bindings/HDF5/Raw/H5Z.hsc:296)
    p_H5Zget_filter_info (src/Bindings/HDF5/Raw/H5Z.hsc:298)
Warning: 'h5p_set_type_conv_cb' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5t_conv_except_func_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bkg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'base_type' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ndims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5s_MAX_RANK' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nelmts' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'src_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dst_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'buf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'background' 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.
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.
Warning: 'd' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'plist_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'pcdata' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'offset' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5T_NATIVE_FLOAT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5T_NATIVE_DOUBLE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5T_NATIVE_LDOUBLE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5t_get_member_dims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'malloc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'free' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'type_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5s_max_rank' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'value' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'parent_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'member_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5o_link' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5T_str_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5T.hsc:176:21
    * at src/Bindings/HDF5/Raw/H5T.hsc:176: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/Bindings/HDF5/Raw/H5T.hsc:176:1
Warning: 'H5T_pad_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5T.hsc:233:21
    * at src/Bindings/HDF5/Raw/H5T.hsc:233: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/Bindings/HDF5/Raw/H5T.hsc:233:1
  49% (199 /404) in 'Bindings.HDF5.Raw.H5T'
  Missing documentation for:
    Module header
    p'hvl_t'len (src/Bindings/HDF5/Raw/H5T.hsc:381)
    p'hvl_t'p (src/Bindings/HDF5/Raw/H5T.hsc:383)
    H5T_conv_t (src/Bindings/HDF5/Raw/H5T.hsc:387)
    h5t_IEEE_F32BE (src/Bindings/HDF5/Raw/H5T.hsc:402)
    h5t_IEEE_F32LE (src/Bindings/HDF5/Raw/H5T.hsc:403)
    h5t_IEEE_F64BE (src/Bindings/HDF5/Raw/H5T.hsc:404)
    h5t_IEEE_F64LE (src/Bindings/HDF5/Raw/H5T.hsc:405)
    h5t_STD_I8BE (src/Bindings/HDF5/Raw/H5T.hsc:411)
    h5t_STD_I8LE (src/Bindings/HDF5/Raw/H5T.hsc:412)
    h5t_STD_I16BE (src/Bindings/HDF5/Raw/H5T.hsc:413)
    h5t_STD_I16LE (src/Bindings/HDF5/Raw/H5T.hsc:414)
    h5t_STD_I32BE (src/Bindings/HDF5/Raw/H5T.hsc:415)
    h5t_STD_I32LE (src/Bindings/HDF5/Raw/H5T.hsc:416)
    h5t_STD_I64BE (src/Bindings/HDF5/Raw/H5T.hsc:417)
    h5t_STD_I64LE (src/Bindings/HDF5/Raw/H5T.hsc:418)
    h5t_STD_U8BE (src/Bindings/HDF5/Raw/H5T.hsc:419)
    h5t_STD_U8LE (src/Bindings/HDF5/Raw/H5T.hsc:420)
    h5t_STD_U16BE (src/Bindings/HDF5/Raw/H5T.hsc:421)
    h5t_STD_U16LE (src/Bindings/HDF5/Raw/H5T.hsc:422)
    h5t_STD_U32BE (src/Bindings/HDF5/Raw/H5T.hsc:423)
    h5t_STD_U32LE (src/Bindings/HDF5/Raw/H5T.hsc:424)
    h5t_STD_U64BE (src/Bindings/HDF5/Raw/H5T.hsc:425)
    h5t_STD_U64LE (src/Bindings/HDF5/Raw/H5T.hsc:426)
    h5t_STD_B8BE (src/Bindings/HDF5/Raw/H5T.hsc:427)
    h5t_STD_B8LE (src/Bindings/HDF5/Raw/H5T.hsc:428)
    h5t_STD_B16BE (src/Bindings/HDF5/Raw/H5T.hsc:429)
    h5t_STD_B16LE (src/Bindings/HDF5/Raw/H5T.hsc:430)
    h5t_STD_B32BE (src/Bindings/HDF5/Raw/H5T.hsc:431)
    h5t_STD_B32LE (src/Bindings/HDF5/Raw/H5T.hsc:432)
    h5t_STD_B64BE (src/Bindings/HDF5/Raw/H5T.hsc:433)
    h5t_STD_B64LE (src/Bindings/HDF5/Raw/H5T.hsc:434)
    h5t_STD_REF_OBJ (src/Bindings/HDF5/Raw/H5T.hsc:435)
    h5t_STD_REF_DSETREG (src/Bindings/HDF5/Raw/H5T.hsc:436)
    h5t_UNIX_D32BE (src/Bindings/HDF5/Raw/H5T.hsc:440)
    h5t_UNIX_D32LE (src/Bindings/HDF5/Raw/H5T.hsc:441)
    h5t_UNIX_D64BE (src/Bindings/HDF5/Raw/H5T.hsc:442)
    h5t_UNIX_D64LE (src/Bindings/HDF5/Raw/H5T.hsc:443)
    h5t_C_S1 (src/Bindings/HDF5/Raw/H5T.hsc:448)
    h5t_FORTRAN_S1 (src/Bindings/HDF5/Raw/H5T.hsc:452)
    h5t_INTEL_I8 (src/Bindings/HDF5/Raw/H5T.hsc:461)
    h5t_INTEL_I16 (src/Bindings/HDF5/Raw/H5T.hsc:462)
    h5t_INTEL_I32 (src/Bindings/HDF5/Raw/H5T.hsc:463)
    h5t_INTEL_I64 (src/Bindings/HDF5/Raw/H5T.hsc:464)
    h5t_INTEL_U8 (src/Bindings/HDF5/Raw/H5T.hsc:465)
    h5t_INTEL_U16 (src/Bindings/HDF5/Raw/H5T.hsc:466)
    h5t_INTEL_U32 (src/Bindings/HDF5/Raw/H5T.hsc:467)
    h5t_INTEL_U64 (src/Bindings/HDF5/Raw/H5T.hsc:468)
    h5t_INTEL_B8 (src/Bindings/HDF5/Raw/H5T.hsc:469)
    h5t_INTEL_B16 (src/Bindings/HDF5/Raw/H5T.hsc:470)
    h5t_INTEL_B32 (src/Bindings/HDF5/Raw/H5T.hsc:471)
    h5t_INTEL_B64 (src/Bindings/HDF5/Raw/H5T.hsc:472)
    h5t_INTEL_F32 (src/Bindings/HDF5/Raw/H5T.hsc:473)
    h5t_INTEL_F64 (src/Bindings/HDF5/Raw/H5T.hsc:474)
    h5t_ALPHA_I8 (src/Bindings/HDF5/Raw/H5T.hsc:484)
    h5t_ALPHA_I16 (src/Bindings/HDF5/Raw/H5T.hsc:485)
    h5t_ALPHA_I32 (src/Bindings/HDF5/Raw/H5T.hsc:486)
    h5t_ALPHA_I64 (src/Bindings/HDF5/Raw/H5T.hsc:487)
    h5t_ALPHA_U8 (src/Bindings/HDF5/Raw/H5T.hsc:488)
    h5t_ALPHA_U16 (src/Bindings/HDF5/Raw/H5T.hsc:489)
    h5t_ALPHA_U32 (src/Bindings/HDF5/Raw/H5T.hsc:490)
    h5t_ALPHA_U64 (src/Bindings/HDF5/Raw/H5T.hsc:491)
    h5t_ALPHA_B8 (src/Bindings/HDF5/Raw/H5T.hsc:492)
    h5t_ALPHA_B16 (src/Bindings/HDF5/Raw/H5T.hsc:493)
    h5t_ALPHA_B32 (src/Bindings/HDF5/Raw/H5T.hsc:494)
    h5t_ALPHA_B64 (src/Bindings/HDF5/Raw/H5T.hsc:495)
    h5t_ALPHA_F32 (src/Bindings/HDF5/Raw/H5T.hsc:496)
    h5t_ALPHA_F64 (src/Bindings/HDF5/Raw/H5T.hsc:497)
    h5t_MIPS_I8 (src/Bindings/HDF5/Raw/H5T.hsc:507)
    h5t_MIPS_I16 (src/Bindings/HDF5/Raw/H5T.hsc:508)
    h5t_MIPS_I32 (src/Bindings/HDF5/Raw/H5T.hsc:509)
    h5t_MIPS_I64 (src/Bindings/HDF5/Raw/H5T.hsc:510)
    h5t_MIPS_U8 (src/Bindings/HDF5/Raw/H5T.hsc:511)
    h5t_MIPS_U16 (src/Bindings/HDF5/Raw/H5T.hsc:512)
    h5t_MIPS_U32 (src/Bindings/HDF5/Raw/H5T.hsc:513)
    h5t_MIPS_U64 (src/Bindings/HDF5/Raw/H5T.hsc:514)
    h5t_MIPS_B8 (src/Bindings/HDF5/Raw/H5T.hsc:515)
    h5t_MIPS_B16 (src/Bindings/HDF5/Raw/H5T.hsc:516)
    h5t_MIPS_B32 (src/Bindings/HDF5/Raw/H5T.hsc:517)
    h5t_MIPS_B64 (src/Bindings/HDF5/Raw/H5T.hsc:518)
    h5t_MIPS_F32 (src/Bindings/HDF5/Raw/H5T.hsc:519)
    h5t_MIPS_F64 (src/Bindings/HDF5/Raw/H5T.hsc:520)
    h5t_VAX_F32 (src/Bindings/HDF5/Raw/H5T.hsc:524)
    h5t_VAX_F64 (src/Bindings/HDF5/Raw/H5T.hsc:525)
    h5t_NATIVE_CHAR (src/Bindings/HDF5/Raw/H5T.hsc:536)
    h5t_NATIVE_SCHAR (src/Bindings/HDF5/Raw/H5T.hsc:537)
    h5t_NATIVE_UCHAR (src/Bindings/HDF5/Raw/H5T.hsc:538)
    h5t_NATIVE_SHORT (src/Bindings/HDF5/Raw/H5T.hsc:539)
    h5t_NATIVE_USHORT (src/Bindings/HDF5/Raw/H5T.hsc:540)
    h5t_NATIVE_INT (src/Bindings/HDF5/Raw/H5T.hsc:541)
    h5t_NATIVE_UINT (src/Bindings/HDF5/Raw/H5T.hsc:542)
    h5t_NATIVE_LONG (src/Bindings/HDF5/Raw/H5T.hsc:543)
    h5t_NATIVE_ULONG (src/Bindings/HDF5/Raw/H5T.hsc:544)
    h5t_NATIVE_LLONG (src/Bindings/HDF5/Raw/H5T.hsc:545)
    h5t_NATIVE_ULLONG (src/Bindings/HDF5/Raw/H5T.hsc:546)
    h5t_NATIVE_FLOAT (src/Bindings/HDF5/Raw/H5T.hsc:547)
    h5t_NATIVE_DOUBLE (src/Bindings/HDF5/Raw/H5T.hsc:548)
    h5t_NATIVE_LDOUBLE (src/Bindings/HDF5/Raw/H5T.hsc:550)
    h5t_NATIVE_B8 (src/Bindings/HDF5/Raw/H5T.hsc:552)
    h5t_NATIVE_B16 (src/Bindings/HDF5/Raw/H5T.hsc:553)
    h5t_NATIVE_B32 (src/Bindings/HDF5/Raw/H5T.hsc:554)
    h5t_NATIVE_B64 (src/Bindings/HDF5/Raw/H5T.hsc:555)
    h5t_NATIVE_OPAQUE (src/Bindings/HDF5/Raw/H5T.hsc:556)
    h5t_NATIVE_HADDR (src/Bindings/HDF5/Raw/H5T.hsc:557)
    h5t_NATIVE_HSIZE (src/Bindings/HDF5/Raw/H5T.hsc:558)
    h5t_NATIVE_HSSIZE (src/Bindings/HDF5/Raw/H5T.hsc:559)
    h5t_NATIVE_HERR (src/Bindings/HDF5/Raw/H5T.hsc:560)
    h5t_NATIVE_HBOOL (src/Bindings/HDF5/Raw/H5T.hsc:561)
    h5t_NATIVE_INT8 (src/Bindings/HDF5/Raw/H5T.hsc:565)
    h5t_NATIVE_UINT8 (src/Bindings/HDF5/Raw/H5T.hsc:566)
    h5t_NATIVE_INT_LEAST8 (src/Bindings/HDF5/Raw/H5T.hsc:567)
    h5t_NATIVE_UINT_LEAST8 (src/Bindings/HDF5/Raw/H5T.hsc:568)
    h5t_NATIVE_INT_FAST8 (src/Bindings/HDF5/Raw/H5T.hsc:569)
    h5t_NATIVE_UINT_FAST8 (src/Bindings/HDF5/Raw/H5T.hsc:570)
    h5t_NATIVE_INT16 (src/Bindings/HDF5/Raw/H5T.hsc:572)
    h5t_NATIVE_UINT16 (src/Bindings/HDF5/Raw/H5T.hsc:573)
    h5t_NATIVE_INT_LEAST16 (src/Bindings/HDF5/Raw/H5T.hsc:574)
    h5t_NATIVE_UINT_LEAST16 (src/Bindings/HDF5/Raw/H5T.hsc:575)
    h5t_NATIVE_INT_FAST16 (src/Bindings/HDF5/Raw/H5T.hsc:576)
    h5t_NATIVE_UINT_FAST16 (src/Bindings/HDF5/Raw/H5T.hsc:577)
    h5t_NATIVE_INT32 (src/Bindings/HDF5/Raw/H5T.hsc:579)
    h5t_NATIVE_UINT32 (src/Bindings/HDF5/Raw/H5T.hsc:580)
    h5t_NATIVE_INT_LEAST32 (src/Bindings/HDF5/Raw/H5T.hsc:581)
    h5t_NATIVE_UINT_LEAST32 (src/Bindings/HDF5/Raw/H5T.hsc:582)
    h5t_NATIVE_INT_FAST32 (src/Bindings/HDF5/Raw/H5T.hsc:583)
    h5t_NATIVE_UINT_FAST32 (src/Bindings/HDF5/Raw/H5T.hsc:584)
    h5t_NATIVE_INT64 (src/Bindings/HDF5/Raw/H5T.hsc:586)
    h5t_NATIVE_UINT64 (src/Bindings/HDF5/Raw/H5T.hsc:587)
    h5t_NATIVE_INT_LEAST64 (src/Bindings/HDF5/Raw/H5T.hsc:588)
    h5t_NATIVE_UINT_LEAST64 (src/Bindings/HDF5/Raw/H5T.hsc:589)
    h5t_NATIVE_INT_FAST64 (src/Bindings/HDF5/Raw/H5T.hsc:590)
    h5t_NATIVE_UINT_FAST64 (src/Bindings/HDF5/Raw/H5T.hsc:591)
    p_H5Tcreate (src/Bindings/HDF5/Raw/H5T.hsc:604)
    p_H5Tcopy (src/Bindings/HDF5/Raw/H5T.hsc:613)
    p_H5Tclose (src/Bindings/HDF5/Raw/H5T.hsc:620)
    p_H5Tequal (src/Bindings/HDF5/Raw/H5T.hsc:625)
    p_H5Tlock (src/Bindings/HDF5/Raw/H5T.hsc:642)
    p_H5Tcommit2 (src/Bindings/HDF5/Raw/H5T.hsc:651)
    p_H5Topen2 (src/Bindings/HDF5/Raw/H5T.hsc:660)
    p_H5Tcommit_anon (src/Bindings/HDF5/Raw/H5T.hsc:674)
    p_H5Tget_create_plist (src/Bindings/HDF5/Raw/H5T.hsc:680)
    p_H5Tcommitted (src/Bindings/HDF5/Raw/H5T.hsc:685)
    p_H5Tencode (src/Bindings/HDF5/Raw/H5T.hsc:693)
    p_H5Tdecode (src/Bindings/HDF5/Raw/H5T.hsc:699)
    h5t_flush (src/Bindings/HDF5/Raw/H5T.hsc:700)
    p_H5Tflush (src/Bindings/HDF5/Raw/H5T.hsc:702)
    h5t_refresh (src/Bindings/HDF5/Raw/H5T.hsc:703)
    p_H5Trefresh (src/Bindings/HDF5/Raw/H5T.hsc:705)
    p_H5Tinsert (src/Bindings/HDF5/Raw/H5T.hsc:719)
    p_H5Tpack (src/Bindings/HDF5/Raw/H5T.hsc:727)
    p_H5Tenum_create (src/Bindings/HDF5/Raw/H5T.hsc:738)
    p_H5Tenum_insert (src/Bindings/HDF5/Raw/H5T.hsc:750)
    p_H5Tenum_nameof (src/Bindings/HDF5/Raw/H5T.hsc:770)
    p_H5Tenum_valueof (src/Bindings/HDF5/Raw/H5T.hsc:781)
    p_H5Tvlen_create (src/Bindings/HDF5/Raw/H5T.hsc:790)
    p_H5Tarray_create2 (src/Bindings/HDF5/Raw/H5T.hsc:806)
    p_H5Tget_array_ndims (src/Bindings/HDF5/Raw/H5T.hsc:812)
    p_H5Tget_array_dims2 (src/Bindings/HDF5/Raw/H5T.hsc:820)
    p_H5Tset_tag (src/Bindings/HDF5/Raw/H5T.hsc:829)
    p_H5Tget_tag (src/Bindings/HDF5/Raw/H5T.hsc:837)
    p_H5Tget_super (src/Bindings/HDF5/Raw/H5T.hsc:848)
    p_H5Tget_class (src/Bindings/HDF5/Raw/H5T.hsc:856)
    p_H5Tdetect_class (src/Bindings/HDF5/Raw/H5T.hsc:862)
    p_H5Tget_size (src/Bindings/HDF5/Raw/H5T.hsc:870)
    p_H5Tget_order (src/Bindings/HDF5/Raw/H5T.hsc:879)
    p_H5Tget_precision (src/Bindings/HDF5/Raw/H5T.hsc:890)
    p_H5Tget_offset (src/Bindings/HDF5/Raw/H5T.hsc:913)
    p_H5Tget_pad (src/Bindings/HDF5/Raw/H5T.hsc:923)
    p_H5Tget_sign (src/Bindings/HDF5/Raw/H5T.hsc:929)
    p_H5Tget_fields (src/Bindings/HDF5/Raw/H5T.hsc:943)
    p_H5Tget_ebias (src/Bindings/HDF5/Raw/H5T.hsc:948)
    p_H5Tget_norm (src/Bindings/HDF5/Raw/H5T.hsc:954)
    p_H5Tget_inpad (src/Bindings/HDF5/Raw/H5T.hsc:962)
    p_H5Tget_strpad (src/Bindings/HDF5/Raw/H5T.hsc:973)
    p_H5Tget_nmembers (src/Bindings/HDF5/Raw/H5T.hsc:982)
    p_H5Tget_member_name (src/Bindings/HDF5/Raw/H5T.hsc:993)
    p_H5Tget_member_index (src/Bindings/HDF5/Raw/H5T.hsc:1004)
    p_H5Tget_member_offset (src/Bindings/HDF5/Raw/H5T.hsc:1015)
    p_H5Tget_member_class (src/Bindings/HDF5/Raw/H5T.hsc:1022)
    p_H5Tget_member_type (src/Bindings/HDF5/Raw/H5T.hsc:1029)
    p_H5Tget_member_value (src/Bindings/HDF5/Raw/H5T.hsc:1036)
    p_H5Tget_cset (src/Bindings/HDF5/Raw/H5T.hsc:1046)
    p_H5Tis_variable_str (src/Bindings/HDF5/Raw/H5T.hsc:1051)
    p_H5Tget_native_type (src/Bindings/HDF5/Raw/H5T.hsc:1075)
    p_H5Tset_size (src/Bindings/HDF5/Raw/H5T.hsc:1096)
    p_H5Tset_order (src/Bindings/HDF5/Raw/H5T.hsc:1115)
    p_H5Tset_precision (src/Bindings/HDF5/Raw/H5T.hsc:1135)
    p_H5Tset_offset (src/Bindings/HDF5/Raw/H5T.hsc:1165)
    p_H5Tset_pad (src/Bindings/HDF5/Raw/H5T.hsc:1172)
    p_H5Tset_sign (src/Bindings/HDF5/Raw/H5T.hsc:1179)
    p_H5Tset_fields (src/Bindings/HDF5/Raw/H5T.hsc:1193)
    p_H5Tset_ebias (src/Bindings/HDF5/Raw/H5T.hsc:1200)
    p_H5Tset_norm (src/Bindings/HDF5/Raw/H5T.hsc:1208)
    p_H5Tset_inpad (src/Bindings/HDF5/Raw/H5T.hsc:1218)
    p_H5Tset_cset (src/Bindings/HDF5/Raw/H5T.hsc:1227)
    p_H5Tset_strpad (src/Bindings/HDF5/Raw/H5T.hsc:1247)
    p_H5Tregister (src/Bindings/HDF5/Raw/H5T.hsc:1264)
    p_H5Tunregister (src/Bindings/HDF5/Raw/H5T.hsc:1274)
    p_H5Tfind (src/Bindings/HDF5/Raw/H5T.hsc:1284)
    p_H5Tcompiler_conv (src/Bindings/HDF5/Raw/H5T.hsc:1292)
    p_H5Tconvert (src/Bindings/HDF5/Raw/H5T.hsc:1309)
    p_H5Tcommit1 (src/Bindings/HDF5/Raw/H5T.hsc:1323)
    p_H5Topen1 (src/Bindings/HDF5/Raw/H5T.hsc:1330)
    p_H5Tarray_create1 (src/Bindings/HDF5/Raw/H5T.hsc:1346)
    p_H5Tget_array_dims1 (src/Bindings/HDF5/Raw/H5T.hsc:1354)
Warning: 'nalloc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HId_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5I.hsc:67:17
    * at src/Bindings/HDF5/Raw/H5I.hsc: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/Bindings/HDF5/Raw/H5I.hsc:67:1
Warning: 'OutArray' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:63:22
    * at src/Foreign/Ptr/Conventions.hs:63: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/Foreign/Ptr/Conventions.hs:63:1
Warning: 'HSize_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5.hsc:95:19
    * at src/Bindings/HDF5/Raw/H5.hsc:95: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/Bindings/HDF5/Raw/H5.hsc:95:1
Warning: 'startpoint' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'numpoints' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'startblock' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'numblocks' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HSsize_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'InArray' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:42:22
    * at src/Foreign/Ptr/Conventions.hs:42: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/Foreign/Ptr/Conventions.hs:42:1
Warning: 'n5s_NO_CLASS' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'coord' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'num_elem' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'op' 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.
Warning: 'H5S_seloper_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5S.hsc:38:25
    * at src/Bindings/HDF5/Raw/H5S.hsc:38: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/Bindings/HDF5/Raw/H5S.hsc:38:1
Warning: 'CSize' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'stride' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'block' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'maxdims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5S_type_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  56% ( 51 / 90) in 'Bindings.HDF5.Raw.H5S'
  Missing documentation for:
    Module header
    h5s_ALL (src/Bindings/HDF5/Raw/H5S.hsc:17)
    h5s_UNLIMITED (src/Bindings/HDF5/Raw/H5S.hsc:17)
    p_H5Screate (src/Bindings/HDF5/Raw/H5S.hsc:123)
    p_H5Screate_simple (src/Bindings/HDF5/Raw/H5S.hsc:139)
    p_H5Sset_extent_simple (src/Bindings/HDF5/Raw/H5S.hsc:150)
    p_H5Scopy (src/Bindings/HDF5/Raw/H5S.hsc:158)
    p_H5Sclose (src/Bindings/HDF5/Raw/H5S.hsc:165)
    p_H5Sdecode (src/Bindings/HDF5/Raw/H5S.hsc:174)
    p_H5Sget_simple_extent_npoints (src/Bindings/HDF5/Raw/H5S.hsc:182)
    p_H5Sget_simple_extent_ndims (src/Bindings/HDF5/Raw/H5S.hsc:190)
    p_H5Sget_simple_extent_dims (src/Bindings/HDF5/Raw/H5S.hsc:200)
    p_H5Sis_simple (src/Bindings/HDF5/Raw/H5S.hsc:209)
    p_H5Sget_select_npoints (src/Bindings/HDF5/Raw/H5S.hsc:219)
    p_H5Sselect_hyperslab (src/Bindings/HDF5/Raw/H5S.hsc:248)
    p_H5Sselect_elements (src/Bindings/HDF5/Raw/H5S.hsc:351)
    p_H5Sget_simple_extent_type (src/Bindings/HDF5/Raw/H5S.hsc:359)
    p_H5Sset_extent_none (src/Bindings/HDF5/Raw/H5S.hsc:367)
    p_H5Sextent_copy (src/Bindings/HDF5/Raw/H5S.hsc:371)
    p_H5Sextent_equal (src/Bindings/HDF5/Raw/H5S.hsc:376)
    p_H5Sselect_all (src/Bindings/HDF5/Raw/H5S.hsc:383)
    p_H5Sselect_none (src/Bindings/HDF5/Raw/H5S.hsc:390)
    p_H5Soffset_simple (src/Bindings/HDF5/Raw/H5S.hsc:403)
    p_H5Sselect_valid (src/Bindings/HDF5/Raw/H5S.hsc:412)
    h5s_is_regular_hyperslab (src/Bindings/HDF5/Raw/H5S.hsc:413)
    p_H5Sis_regular_hyperslab (src/Bindings/HDF5/Raw/H5S.hsc:415)
    h5s_get_regular_hyperslab (src/Bindings/HDF5/Raw/H5S.hsc:416)
    p_H5Sget_regular_hyperslab (src/Bindings/HDF5/Raw/H5S.hsc:418)
    p_H5Sget_select_hyper_nblocks (src/Bindings/HDF5/Raw/H5S.hsc:425)
    p_H5Sget_select_elem_npoints (src/Bindings/HDF5/Raw/H5S.hsc:432)
    p_H5Sget_select_hyper_blocklist (src/Bindings/HDF5/Raw/H5S.hsc:462)
    p_H5Sget_select_elem_pointlist (src/Bindings/HDF5/Raw/H5S.hsc:491)
    p_H5Sget_select_bounds (src/Bindings/HDF5/Raw/H5S.hsc:520)
    h5s_get_select_type (src/Bindings/HDF5/Raw/H5S.hsc:521)
    p_H5Sget_select_type (src/Bindings/HDF5/Raw/H5S.hsc:523)
    h5s_encode2 (src/Bindings/HDF5/Raw/H5S.hsc:540)
    p_H5Sencode1 (src/Bindings/HDF5/Raw/H5S.hsc:541)
    p_H5Sencode2 (src/Bindings/HDF5/Raw/H5S.hsc:542)
    h5s_encode (src/Bindings/HDF5/Raw/H5S.hsc:543)
Warning: 'h5g_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5d_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5t_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comment' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'plist_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dst_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'new_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'obj_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lcpl' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'new_loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5g_open' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5t_open' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5d_open' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5g_open2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5t_open2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5d_open2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% ( 52 /155) in 'Bindings.HDF5.Raw.H5O'
  Missing documentation for:
    Module header
    h5o_SHMESG_ALL_FLAG (src/Bindings/HDF5/Raw/H5O.hsc:68)
    h5o_HDR_ALL_FLAGS (src/Bindings/HDF5/Raw/H5O.hsc:87)
    h5o_SHMESG_MAX_NINDEXES (src/Bindings/HDF5/Raw/H5O.hsc:91)
    h5o_SHMESG_MAX_LIST_SIZE (src/Bindings/HDF5/Raw/H5O.hsc:92)
    H5O_hdr_info_t (src/Bindings/HDF5/Raw/H5O.hsc:125)
    H5O_stat_t (src/Bindings/HDF5/Raw/H5O.hsc:132)
    p'H5O_hdr_info_t'version (src/Bindings/HDF5/Raw/H5O.hsc:137)
    H5O_mcdt_search_ret_t (src/Bindings/HDF5/Raw/H5O.hsc:137)
    p'H5O_stat_t'size (src/Bindings/HDF5/Raw/H5O.hsc:138)
    p'H5O_stat_t'free (src/Bindings/HDF5/Raw/H5O.hsc:140)
    p'H5O_hdr_info_t'nchunks (src/Bindings/HDF5/Raw/H5O.hsc:141)
    h5o_MCDT_SEARCH_ERROR (src/Bindings/HDF5/Raw/H5O.hsc:141)
    p'H5O_stat_t'nmesgs (src/Bindings/HDF5/Raw/H5O.hsc:142)
    p'H5O_stat_t'nchunks (src/Bindings/HDF5/Raw/H5O.hsc:144)
    h5o_MCDT_SEARCH_CONT (src/Bindings/HDF5/Raw/H5O.hsc:144)
    p'H5O_hdr_info_t'space'total (src/Bindings/HDF5/Raw/H5O.hsc:145)
    p'H5O_hdr_info_t'space'meta (src/Bindings/HDF5/Raw/H5O.hsc:147)
    p'H5O_hdr_info_t'space'free (src/Bindings/HDF5/Raw/H5O.hsc:151)
    H5O_mcdt_search_cb_t (src/Bindings/HDF5/Raw/H5O.hsc:151)
    p'H5O_hdr_info_t'mesg'present (src/Bindings/HDF5/Raw/H5O.hsc:153)
    h5o_open (src/Bindings/HDF5/Raw/H5O.hsc:170)
    p_H5Oopen (src/Bindings/HDF5/Raw/H5O.hsc:172)
    p_H5Oopen_by_addr (src/Bindings/HDF5/Raw/H5O.hsc:203)
    p_H5Oopen_by_idx (src/Bindings/HDF5/Raw/H5O.hsc:222)
    p_H5Oexists_by_name (src/Bindings/HDF5/Raw/H5O.hsc:227)
    p_H5Olink (src/Bindings/HDF5/Raw/H5O.hsc:243)
    p_H5Oincr_refcount (src/Bindings/HDF5/Raw/H5O.hsc:257)
    p_H5Odecr_refcount (src/Bindings/HDF5/Raw/H5O.hsc:271)
    p_H5Ocopy (src/Bindings/HDF5/Raw/H5O.hsc:357)
    p_H5Oset_comment (src/Bindings/HDF5/Raw/H5O.hsc:367)
    p_H5Oset_comment_by_name (src/Bindings/HDF5/Raw/H5O.hsc:380)
    p_H5Oget_comment (src/Bindings/HDF5/Raw/H5O.hsc:389)
    p_H5Oget_comment_by_name (src/Bindings/HDF5/Raw/H5O.hsc:399)
    p_H5Oclose (src/Bindings/HDF5/Raw/H5O.hsc:411)
    h5o_are_mdc_flushes_disabled (src/Bindings/HDF5/Raw/H5O.hsc:411)
    h5o_disable_mdc_flushes (src/Bindings/HDF5/Raw/H5O.hsc:412)
    h5o_enable_mdc_flushes (src/Bindings/HDF5/Raw/H5O.hsc:413)
    p_H5Oare_mdc_flushes_disabled (src/Bindings/HDF5/Raw/H5O.hsc:413)
    h5o_flush (src/Bindings/HDF5/Raw/H5O.hsc:414)
    p_H5Odisable_mdc_flushes (src/Bindings/HDF5/Raw/H5O.hsc:414)
    h5o_refresh (src/Bindings/HDF5/Raw/H5O.hsc:415)
    p_H5Oenable_mdc_flushes (src/Bindings/HDF5/Raw/H5O.hsc:415)
    p_H5Oflush (src/Bindings/HDF5/Raw/H5O.hsc:416)
    p_H5Orefresh (src/Bindings/HDF5/Raw/H5O.hsc:417)
    h5o_INFO_BASIC (src/Bindings/HDF5/Raw/H5O.hsc:419)
    h5o_INFO_TIME (src/Bindings/HDF5/Raw/H5O.hsc:420)
    h5o_INFO_NUM_ATTRS (src/Bindings/HDF5/Raw/H5O.hsc:421)
    h5o_INFO_HDR (src/Bindings/HDF5/Raw/H5O.hsc:422)
    h5o_INFO_META_SIZE (src/Bindings/HDF5/Raw/H5O.hsc:423)
    h5o_INFO_ALL (src/Bindings/HDF5/Raw/H5O.hsc:424)
    H5O_info1_t (src/Bindings/HDF5/Raw/H5O.hsc:449)
    H5O_token_t (src/Bindings/HDF5/Raw/H5O.hsc:453)
    p'H5O_token_t'__data (src/Bindings/HDF5/Raw/H5O.hsc:456)
    p'H5O_info1_t'fileno (src/Bindings/HDF5/Raw/H5O.hsc:463)
    p'H5O_info1_t'addr (src/Bindings/HDF5/Raw/H5O.hsc:465)
    H5O_info2_t (src/Bindings/HDF5/Raw/H5O.hsc:465)
    p'H5O_info1_t'type (src/Bindings/HDF5/Raw/H5O.hsc:467)
    H5O_info_t (src/Bindings/HDF5/Raw/H5O.hsc:469)
    p'H5O_info1_t'rc (src/Bindings/HDF5/Raw/H5O.hsc:469)
    p'H5O_info1_t'atime (src/Bindings/HDF5/Raw/H5O.hsc:471)
    p'H5O_info1_t'mtime (src/Bindings/HDF5/Raw/H5O.hsc:473)
    p'H5O_info1_t'ctime (src/Bindings/HDF5/Raw/H5O.hsc:475)
    p'H5O_info2_t'fileno (src/Bindings/HDF5/Raw/H5O.hsc:476)
    p'H5O_info1_t'btime (src/Bindings/HDF5/Raw/H5O.hsc:477)
    p'H5O_info2_t'token (src/Bindings/HDF5/Raw/H5O.hsc:478)
    p'H5O_info1_t'num_attrs (src/Bindings/HDF5/Raw/H5O.hsc:479)
    p'H5O_info2_t'type (src/Bindings/HDF5/Raw/H5O.hsc:480)
    p'H5O_info1_t'hdr (src/Bindings/HDF5/Raw/H5O.hsc:481)
    p'H5O_info2_t'rc (src/Bindings/HDF5/Raw/H5O.hsc:482)
    p'H5O_info1_t'meta_size'obj (src/Bindings/HDF5/Raw/H5O.hsc:483)
    p'H5O_info2_t'atime (src/Bindings/HDF5/Raw/H5O.hsc:484)
    p'H5O_info1_t'meta_size'attr (src/Bindings/HDF5/Raw/H5O.hsc:485)
    p'H5O_info2_t'mtime (src/Bindings/HDF5/Raw/H5O.hsc:486)
    p'H5O_info2_t'ctime (src/Bindings/HDF5/Raw/H5O.hsc:488)
    p'H5O_info2_t'btime (src/Bindings/HDF5/Raw/H5O.hsc:490)
    p'H5O_info2_t'num_attrs (src/Bindings/HDF5/Raw/H5O.hsc:492)
    H5O_iterate1_t (src/Bindings/HDF5/Raw/H5O.hsc:499)
    H5O_iterate2_t (src/Bindings/HDF5/Raw/H5O.hsc:500)
    H5O_iterate_t (src/Bindings/HDF5/Raw/H5O.hsc:502)
    h5o_get_info1 (src/Bindings/HDF5/Raw/H5O.hsc:516)
    h5o_get_info2 (src/Bindings/HDF5/Raw/H5O.hsc:517)
    p_H5Oget_info1 (src/Bindings/HDF5/Raw/H5O.hsc:518)
    p_H5Oget_info2 (src/Bindings/HDF5/Raw/H5O.hsc:519)
    h5o_get_info (src/Bindings/HDF5/Raw/H5O.hsc:520)
    h5o_get_info_by_idx1 (src/Bindings/HDF5/Raw/H5O.hsc:541)
    h5o_get_info_by_idx2 (src/Bindings/HDF5/Raw/H5O.hsc:542)
    p_H5Oget_info_by_idx1 (src/Bindings/HDF5/Raw/H5O.hsc:543)
    p_H5Oget_info_by_idx2 (src/Bindings/HDF5/Raw/H5O.hsc:544)
    h5o_get_info_by_idx (src/Bindings/HDF5/Raw/H5O.hsc:545)
    h5o_get_info_by_name1 (src/Bindings/HDF5/Raw/H5O.hsc:565)
    h5o_get_info_by_name2 (src/Bindings/HDF5/Raw/H5O.hsc:566)
    p_H5Oget_info_by_name1 (src/Bindings/HDF5/Raw/H5O.hsc:567)
    p_H5Oget_info_by_name2 (src/Bindings/HDF5/Raw/H5O.hsc:568)
    h5o_get_info_by_name (src/Bindings/HDF5/Raw/H5O.hsc:569)
    h5o_visit2 (src/Bindings/HDF5/Raw/H5O.hsc:616)
    p_H5Ovisit1 (src/Bindings/HDF5/Raw/H5O.hsc:617)
    p_H5Ovisit2 (src/Bindings/HDF5/Raw/H5O.hsc:618)
    h5o_visit (src/Bindings/HDF5/Raw/H5O.hsc:619)
    h5o_visit_by_name2 (src/Bindings/HDF5/Raw/H5O.hsc:667)
    p_H5Ovisit_by_name1 (src/Bindings/HDF5/Raw/H5O.hsc:668)
    p_H5Ovisit_by_name2 (src/Bindings/HDF5/Raw/H5O.hsc:669)
    h5o_visit_by_name (src/Bindings/HDF5/Raw/H5O.hsc:670)
Warning: 'link_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'obj_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'file_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'link_loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'filename' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'obj_path' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ext_linkval' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'udata' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5L_class_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5L.hsc:142:20
    * at src/Bindings/HDF5/Raw/H5L.hsc:142: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/Bindings/HDF5/Raw/H5L.hsc:142:1
Warning: 'link_type' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'udata_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lcpl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'buf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'link_target' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'new_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cur_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cur_loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'new_loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'src' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dst' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'src_loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dst_loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  29% ( 35 /117) in 'Bindings.HDF5.Raw.H5L'
  Missing documentation for:
    Module header
    p'H5L_class_t'version (src/Bindings/HDF5/Raw/H5L.hsc:153)
    p'H5L_class_t'id (src/Bindings/HDF5/Raw/H5L.hsc:155)
    p'H5L_class_t'create_func (src/Bindings/HDF5/Raw/H5L.hsc:159)
    p'H5L_class_t'move_func (src/Bindings/HDF5/Raw/H5L.hsc:161)
    p'H5L_class_t'copy_func (src/Bindings/HDF5/Raw/H5L.hsc:163)
    p'H5L_class_t'trav_func (src/Bindings/HDF5/Raw/H5L.hsc:165)
    p'H5L_class_t'del_func (src/Bindings/HDF5/Raw/H5L.hsc:167)
    h5l_move (src/Bindings/HDF5/Raw/H5L.hsc:168)
    p'H5L_class_t'query_func (src/Bindings/HDF5/Raw/H5L.hsc:169)
    p_H5Lmove (src/Bindings/HDF5/Raw/H5L.hsc:170)
    h5l_copy (src/Bindings/HDF5/Raw/H5L.hsc:178)
    p_H5Lcopy (src/Bindings/HDF5/Raw/H5L.hsc:180)
    p_H5Lcreate_hard (src/Bindings/HDF5/Raw/H5L.hsc:192)
    p_H5Lcreate_soft (src/Bindings/HDF5/Raw/H5L.hsc:206)
    p_H5Ldelete (src/Bindings/HDF5/Raw/H5L.hsc:218)
    p_H5Ldelete_by_idx (src/Bindings/HDF5/Raw/H5L.hsc:233)
    p_H5Lget_val (src/Bindings/HDF5/Raw/H5L.hsc:246)
    p_H5Lget_val_by_idx (src/Bindings/HDF5/Raw/H5L.hsc:260)
    p_H5Lexists (src/Bindings/HDF5/Raw/H5L.hsc:265)
    p_H5Lget_name_by_idx (src/Bindings/HDF5/Raw/H5L.hsc:278)
    p_H5Lcreate_ud (src/Bindings/HDF5/Raw/H5L.hsc:299)
    p_H5Lregister (src/Bindings/HDF5/Raw/H5L.hsc:313)
    p_H5Lunregister (src/Bindings/HDF5/Raw/H5L.hsc:323)
    p_H5Lis_registered (src/Bindings/HDF5/Raw/H5L.hsc:329)
    p_H5Lunpack_elink_val (src/Bindings/HDF5/Raw/H5L.hsc:348)
    p_H5Lcreate_external (src/Bindings/HDF5/Raw/H5L.hsc:364)
    H5L_info1_t (src/Bindings/HDF5/Raw/H5L.hsc:380)
    p'H5L_info1_t'type (src/Bindings/HDF5/Raw/H5L.hsc:388)
    H5L_info2_t (src/Bindings/HDF5/Raw/H5L.hsc:389)
    p'H5L_info1_t'corder_valid (src/Bindings/HDF5/Raw/H5L.hsc:390)
    p'H5L_info1_t'corder (src/Bindings/HDF5/Raw/H5L.hsc:392)
    H5L_info_t (src/Bindings/HDF5/Raw/H5L.hsc:393)
    p'H5L_info1_t'cset (src/Bindings/HDF5/Raw/H5L.hsc:394)
    p'H5L_info1_t'u'address (src/Bindings/HDF5/Raw/H5L.hsc:396)
    p'H5L_info2_t'type (src/Bindings/HDF5/Raw/H5L.hsc:397)
    p'H5L_info1_t'u'val_size (src/Bindings/HDF5/Raw/H5L.hsc:398)
    p'H5L_info2_t'corder_valid (src/Bindings/HDF5/Raw/H5L.hsc:399)
    p'H5L_info2_t'corder (src/Bindings/HDF5/Raw/H5L.hsc:401)
    u_H5L_info1_t'u'address (src/Bindings/HDF5/Raw/H5L.hsc:401)
    p'H5L_info2_t'cset (src/Bindings/HDF5/Raw/H5L.hsc:403)
    p'H5L_info2_t'u'token (src/Bindings/HDF5/Raw/H5L.hsc:405)
    p'H5L_info2_t'u'val_size (src/Bindings/HDF5/Raw/H5L.hsc:407)
    u_H5L_info1_t'u'val_size (src/Bindings/HDF5/Raw/H5L.hsc:409)
    u_H5L_info2_t'u'token (src/Bindings/HDF5/Raw/H5L.hsc:410)
    h5l_get_info1 (src/Bindings/HDF5/Raw/H5L.hsc:417)
    h5l_get_info2 (src/Bindings/HDF5/Raw/H5L.hsc:418)
    u_H5L_info2_t'u'val_size (src/Bindings/HDF5/Raw/H5L.hsc:418)
    p_H5Lget_info1 (src/Bindings/HDF5/Raw/H5L.hsc:419)
    p_H5Lget_info2 (src/Bindings/HDF5/Raw/H5L.hsc:420)
    h5l_get_info (src/Bindings/HDF5/Raw/H5L.hsc:421)
    h5l_get_info_by_idx1 (src/Bindings/HDF5/Raw/H5L.hsc:435)
    h5l_get_info_by_idx2 (src/Bindings/HDF5/Raw/H5L.hsc:436)
    p_H5Lget_info_by_idx1 (src/Bindings/HDF5/Raw/H5L.hsc:437)
    p_H5Lget_info_by_idx2 (src/Bindings/HDF5/Raw/H5L.hsc:438)
    h5l_get_info_by_idx (src/Bindings/HDF5/Raw/H5L.hsc:439)
    H5L_iterate1_t (src/Bindings/HDF5/Raw/H5L.hsc:454)
    mk'H5L_iterate1_t (src/Bindings/HDF5/Raw/H5L.hsc:456)
    H5L_iterate2_t (src/Bindings/HDF5/Raw/H5L.hsc:460)
    mk'H5L_iterate2_t (src/Bindings/HDF5/Raw/H5L.hsc:462)
    H5L_iterate_t (src/Bindings/HDF5/Raw/H5L.hsc:467)
    mk'H5L_iterate_t (src/Bindings/HDF5/Raw/H5L.hsc:468)
    h5l_iterate1 (src/Bindings/HDF5/Raw/H5L.hsc:495)
    h5l_iterate2 (src/Bindings/HDF5/Raw/H5L.hsc:496)
    p_H5Literate1 (src/Bindings/HDF5/Raw/H5L.hsc:497)
    p_H5Literate2 (src/Bindings/HDF5/Raw/H5L.hsc:498)
    h5l_iterate (src/Bindings/HDF5/Raw/H5L.hsc:499)
    h5l_iterate_by_name1 (src/Bindings/HDF5/Raw/H5L.hsc:516)
    h5l_iterate_by_name2 (src/Bindings/HDF5/Raw/H5L.hsc:517)
    p_H5Literate_by_name1 (src/Bindings/HDF5/Raw/H5L.hsc:518)
    p_H5Literate_by_name2 (src/Bindings/HDF5/Raw/H5L.hsc:519)
    h5l_iterate_by_name (src/Bindings/HDF5/Raw/H5L.hsc:520)
    h5l_visit1 (src/Bindings/HDF5/Raw/H5L.hsc:537)
    h5l_visit2 (src/Bindings/HDF5/Raw/H5L.hsc:538)
    p_H5Lvisit1 (src/Bindings/HDF5/Raw/H5L.hsc:539)
    p_H5Lvisit2 (src/Bindings/HDF5/Raw/H5L.hsc:540)
    h5l_visit (src/Bindings/HDF5/Raw/H5L.hsc:541)
    h5l_visit_by_name1 (src/Bindings/HDF5/Raw/H5L.hsc:558)
    h5l_visit_by_name2 (src/Bindings/HDF5/Raw/H5L.hsc:559)
    p_H5Lvisit_by_name1 (src/Bindings/HDF5/Raw/H5L.hsc:560)
    p_H5Lvisit_by_name2 (src/Bindings/HDF5/Raw/H5L.hsc:561)
    h5l_visit_by_name (src/Bindings/HDF5/Raw/H5L.hsc:562)
  50% (  1 /  2) in 'Bindings.HDF5.Raw.H5FD.Direct'
  Missing documentation for:
    h5fd_DIRECT (src/Bindings/HDF5/Raw/H5FD/Direct.hsc:16)
Warning: 'HId_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5I.hsc:67:17
    * at src/Bindings/HDF5/Raw/H5I.hsc: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/Bindings/HDF5/Raw/H5I.hsc:67:1
 100% (  4 /  4) in 'Bindings.HDF5.Core.HId'
Warning: 'isa' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'follow_link' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'statbuf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'idx' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'operator' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'op_data' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bufsize' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comment' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'gcpl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'gapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HId_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5I.hsc:67:17
    * at src/Bindings/HDF5/Raw/H5I.hsc: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/Bindings/HDF5/Raw/H5I.hsc:67:1
Warning: 'lcpl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size_hint' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  46% ( 41 / 89) in 'Bindings.HDF5.Raw.H5G'
  Missing documentation for:
    Module header
    p'H5G_info_t'nlinks (src/Bindings/HDF5/Raw/H5G.hsc:58)
    p'H5G_info_t'max_corder (src/Bindings/HDF5/Raw/H5G.hsc:60)
    p'H5G_info_t'mounted (src/Bindings/HDF5/Raw/H5G.hsc:62)
    h5g_create2 (src/Bindings/HDF5/Raw/H5G.hsc:76)
    p_H5Gcreate2 (src/Bindings/HDF5/Raw/H5G.hsc:78)
    p_H5Gcreate_anon (src/Bindings/HDF5/Raw/H5G.hsc:112)
    p_H5Gopen2 (src/Bindings/HDF5/Raw/H5G.hsc:124)
    p_H5Gget_create_plist (src/Bindings/HDF5/Raw/H5G.hsc:133)
    p_H5Gget_info (src/Bindings/HDF5/Raw/H5G.hsc:140)
    p_H5Gget_info_by_name (src/Bindings/HDF5/Raw/H5G.hsc:148)
    p_H5Gget_info_by_idx (src/Bindings/HDF5/Raw/H5G.hsc:157)
    p_H5Gclose (src/Bindings/HDF5/Raw/H5G.hsc:165)
    h5g_flush (src/Bindings/HDF5/Raw/H5G.hsc:166)
    p_H5Gflush (src/Bindings/HDF5/Raw/H5G.hsc:168)
    h5g_refresh (src/Bindings/HDF5/Raw/H5G.hsc:169)
    p_H5Grefresh (src/Bindings/HDF5/Raw/H5G.hsc:171)
    h5g_SAME_LOC (src/Bindings/HDF5/Raw/H5G.hsc:173)
    h5g_LINK_ERROR (src/Bindings/HDF5/Raw/H5G.hsc:175)
    h5g_LINK_HARD (src/Bindings/HDF5/Raw/H5G.hsc:176)
    H5G_link_t (src/Bindings/HDF5/Raw/H5G.hsc:177)
    h5g_LINK_SOFT (src/Bindings/HDF5/Raw/H5G.hsc:177)
    h5g_NTYPES (src/Bindings/HDF5/Raw/H5G.hsc:180)
    h5g_NLIBTYPES (src/Bindings/HDF5/Raw/H5G.hsc:181)
    h5g_NUSERTYPES (src/Bindings/HDF5/Raw/H5G.hsc:182)
    h5g_USERTYPE (src/Bindings/HDF5/Raw/H5G.hsc:183)
    p'H5G_stat_t'objno (src/Bindings/HDF5/Raw/H5G.hsc:257)
    p'H5G_stat_t'nlink (src/Bindings/HDF5/Raw/H5G.hsc:259)
    p'H5G_stat_t'type (src/Bindings/HDF5/Raw/H5G.hsc:261)
    p'H5G_stat_t'mtime (src/Bindings/HDF5/Raw/H5G.hsc:263)
    p'H5G_stat_t'linklen (src/Bindings/HDF5/Raw/H5G.hsc:265)
    h5g_create1 (src/Bindings/HDF5/Raw/H5G.hsc:265)
    p_H5Gcreate1 (src/Bindings/HDF5/Raw/H5G.hsc:267)
    h5g_open1 (src/Bindings/HDF5/Raw/H5G.hsc:276)
    p_H5Gopen1 (src/Bindings/HDF5/Raw/H5G.hsc:278)
    p_H5Glink (src/Bindings/HDF5/Raw/H5G.hsc:285)
    p_H5Glink2 (src/Bindings/HDF5/Raw/H5G.hsc:292)
    p_H5Gmove (src/Bindings/HDF5/Raw/H5G.hsc:298)
    p_H5Gmove2 (src/Bindings/HDF5/Raw/H5G.hsc:304)
    p_H5Gunlink (src/Bindings/HDF5/Raw/H5G.hsc:309)
    p_H5Gget_linkval (src/Bindings/HDF5/Raw/H5G.hsc:315)
    p_H5Gset_comment (src/Bindings/HDF5/Raw/H5G.hsc:327)
    p_H5Gget_comment (src/Bindings/HDF5/Raw/H5G.hsc:344)
    p_H5Giterate (src/Bindings/HDF5/Raw/H5G.hsc:367)
    p_H5Gget_num_objs (src/Bindings/HDF5/Raw/H5G.hsc:377)
    p_H5Gget_objinfo (src/Bindings/HDF5/Raw/H5G.hsc:390)
    p_H5Gget_objname_by_idx (src/Bindings/HDF5/Raw/H5G.hsc:408)
    p_H5Gget_objtype_by_idx (src/Bindings/HDF5/Raw/H5G.hsc:418)
Warning: 'HId_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5I.hsc:67:17
    * at src/Bindings/HDF5/Raw/H5I.hsc: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/Bindings/HDF5/Raw/H5I.hsc:67:1
Warning: 'H5R_type_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5R.hsc:23:22
    * at src/Bindings/HDF5/Raw/H5R.hsc:23: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/Bindings/HDF5/Raw/H5R.hsc:23:1
Warning: 'In' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:39:22
    * at src/Foreign/Ptr/Conventions.hs:39: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/Foreign/Ptr/Conventions.hs:39:1
Warning: 'Out' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:59:22
    * at src/Foreign/Ptr/Conventions.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/Foreign/Ptr/Conventions.hs:59:1
Warning: 'CChar' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'CSize' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'H5O_type_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5O.hsc:97:22
    * at src/Bindings/HDF5/Raw/H5O.hsc:97: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/Bindings/HDF5/Raw/H5O.hsc:97:1
Warning: 'ref_type' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ref' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  48% ( 12 / 25) in 'Bindings.HDF5.Raw.H5R'
  Missing documentation for:
    Module header
    h5r_OBJ_REF_BUF_SIZE (src/Bindings/HDF5/Raw/H5R.hsc:39)
    HObj_ref_t (src/Bindings/HDF5/Raw/H5R.hsc:42)
    h5r_DSET_REG_REF_BUF_SIZE (src/Bindings/HDF5/Raw/H5R.hsc:46)
    p_H5Rcreate (src/Bindings/HDF5/Raw/H5R.hsc:80)
    p_H5Rget_region (src/Bindings/HDF5/Raw/H5R.hsc:98)
    p_H5Rget_obj_type2 (src/Bindings/HDF5/Raw/H5R.hsc:117)
    p_H5Rget_name (src/Bindings/HDF5/Raw/H5R.hsc:140)
    h5r_dereference2 (src/Bindings/HDF5/Raw/H5R.hsc:165)
    p_H5Rdereference1 (src/Bindings/HDF5/Raw/H5R.hsc:166)
    p_H5Rdereference2 (src/Bindings/HDF5/Raw/H5R.hsc:167)
    h5r_dereference (src/Bindings/HDF5/Raw/H5R.hsc:168)
    p_H5Rget_obj_type1 (src/Bindings/HDF5/Raw/H5R.hsc:203)
  33% (  2 /  6) in 'Bindings.HDF5.Raw.H5FD.StdIO'
  Missing documentation for:
    Module header
    h5fd_STDIO (src/Bindings/HDF5/Raw/H5FD/StdIO.hsc:14)
    p_H5FD_stdio_init (src/Bindings/HDF5/Raw/H5FD/StdIO.hsc:22)
    p_H5Pset_fapl_stdio (src/Bindings/HDF5/Raw/H5FD/StdIO.hsc:37)
  50% (  3 /  6) in 'Bindings.HDF5.Raw.H5FD.Sec2'
  Missing documentation for:
    h5fd_SEC2 (src/Bindings/HDF5/Raw/H5FD/Sec2.hsc:20)
    p_H5FD_sec2_init (src/Bindings/HDF5/Raw/H5FD/Sec2.hsc:28)
    p_H5Pset_fapl_sec2 (src/Bindings/HDF5/Raw/H5FD/Sec2.hsc:41)
  32% ( 11 / 34) in 'Bindings.HDF5.Raw.H5FD.Log'
  Missing documentation for:
    h5fd_LOG (src/Bindings/HDF5/Raw/H5FD/Log.hsc:23)
    h5fd_LOG_LOC_READ (src/Bindings/HDF5/Raw/H5FD/Log.hsc:29)
    h5fd_LOG_LOC_WRITE (src/Bindings/HDF5/Raw/H5FD/Log.hsc:30)
    h5fd_LOG_LOC_SEEK (src/Bindings/HDF5/Raw/H5FD/Log.hsc:31)
    h5fd_LOG_LOC_IO (src/Bindings/HDF5/Raw/H5FD/Log.hsc:32)
    h5fd_LOG_FILE_READ (src/Bindings/HDF5/Raw/H5FD/Log.hsc:35)
    h5fd_LOG_FILE_WRITE (src/Bindings/HDF5/Raw/H5FD/Log.hsc:36)
    h5fd_LOG_FILE_IO (src/Bindings/HDF5/Raw/H5FD/Log.hsc:37)
    h5fd_LOG_FLAVOR (src/Bindings/HDF5/Raw/H5FD/Log.hsc:40)
    h5fd_LOG_NUM_READ (src/Bindings/HDF5/Raw/H5FD/Log.hsc:43)
    h5fd_LOG_NUM_WRITE (src/Bindings/HDF5/Raw/H5FD/Log.hsc:44)
    h5fd_LOG_NUM_SEEK (src/Bindings/HDF5/Raw/H5FD/Log.hsc:45)
    h5fd_LOG_NUM_IO (src/Bindings/HDF5/Raw/H5FD/Log.hsc:46)
    h5fd_LOG_TIME_OPEN (src/Bindings/HDF5/Raw/H5FD/Log.hsc:49)
    h5fd_LOG_TIME_READ (src/Bindings/HDF5/Raw/H5FD/Log.hsc:50)
    h5fd_LOG_TIME_WRITE (src/Bindings/HDF5/Raw/H5FD/Log.hsc:51)
    h5fd_LOG_TIME_SEEK (src/Bindings/HDF5/Raw/H5FD/Log.hsc:52)
    h5fd_LOG_TIME_CLOSE (src/Bindings/HDF5/Raw/H5FD/Log.hsc:53)
    h5fd_LOG_TIME_IO (src/Bindings/HDF5/Raw/H5FD/Log.hsc:54)
    h5fd_LOG_ALLOC (src/Bindings/HDF5/Raw/H5FD/Log.hsc:57)
    h5fd_LOG_ALL (src/Bindings/HDF5/Raw/H5FD/Log.hsc:58)
    p_H5FD_log_init (src/Bindings/HDF5/Raw/H5FD/Log.hsc:67)
    p_H5Pset_fapl_log (src/Bindings/HDF5/Raw/H5FD/Log.hsc:81)
Warning: 'fapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'memb_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'memb_fapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  4 /  8) in 'Bindings.HDF5.Raw.H5FD.Family'
  Missing documentation for:
    h5fd_FAMILY (src/Bindings/HDF5/Raw/H5FD/Family.hsc:30)
    p_H5FD_family_init (src/Bindings/HDF5/Raw/H5FD/Family.hsc:38)
    p_H5Pset_fapl_family (src/Bindings/HDF5/Raw/H5FD/Family.hsc:55)
    p_H5Pget_fapl_family (src/Bindings/HDF5/Raw/H5FD/Family.hsc:62)
Warning: 'increment' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  4 /  8) in 'Bindings.HDF5.Raw.H5FD.Core'
  Missing documentation for:
    h5fd_CORE (src/Bindings/HDF5/Raw/H5FD/Core.hsc:20)
    p_H5FD_core_init (src/Bindings/HDF5/Raw/H5FD/Core.hsc:28)
    p_H5Pset_fapl_core (src/Bindings/HDF5/Raw/H5FD/Core.hsc:43)
    p_H5Pget_fapl_core (src/Bindings/HDF5/Raw/H5FD/Core.hsc:49)
Warning: 'func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'client_data' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stderr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'InOut' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:177:22
    * at src/Foreign/Ptr/Conventions.hs:177: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/Foreign/Ptr/Conventions.hs:177:1
Warning: 'H5E_auto_stack_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5E_auto_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'is_stack' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5e_walk' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'maj_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'min_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  43% (113 /261) in 'Bindings.HDF5.Raw.H5E'
  Missing documentation for:
    Module header
    h5e_MAJOR (src/Bindings/HDF5/Raw/H5E.hsc:27)
    h5e_MINOR (src/Bindings/HDF5/Raw/H5E.hsc:28)
    p'H5E_error2_t'maj_num (src/Bindings/HDF5/Raw/H5E.hsc:63)
    h5e_FUNC (src/Bindings/HDF5/Raw/H5E.hsc:63)
    h5e_STORAGE (src/Bindings/HDF5/Raw/H5E.hsc:66)
    p'H5E_error2_t'func_name (src/Bindings/HDF5/Raw/H5E.hsc:69)
    h5e_FILE (src/Bindings/HDF5/Raw/H5E.hsc:69)
    h5e_SOHM (src/Bindings/HDF5/Raw/H5E.hsc:72)
    h5e_SYM (src/Bindings/HDF5/Raw/H5E.hsc:75)
    h5e_CANTRESTORE (src/Bindings/HDF5/Raw/H5E.hsc:204)
    h5e_CANTCOMPUTE (src/Bindings/HDF5/Raw/H5E.hsc:205)
    h5e_CANTEXTEND (src/Bindings/HDF5/Raw/H5E.hsc:206)
    h5e_CANTATTACH (src/Bindings/HDF5/Raw/H5E.hsc:207)
    h5e_CANTUPDATE (src/Bindings/HDF5/Raw/H5E.hsc:208)
    h5e_CANTOPERATE (src/Bindings/HDF5/Raw/H5E.hsc:209)
    h5e_CANTINIT (src/Bindings/HDF5/Raw/H5E.hsc:212)
    h5e_ALREADYINIT (src/Bindings/HDF5/Raw/H5E.hsc:213)
    h5e_CANTRELEASE (src/Bindings/HDF5/Raw/H5E.hsc:214)
    h5e_CANTGET (src/Bindings/HDF5/Raw/H5E.hsc:217)
    h5e_CANTSET (src/Bindings/HDF5/Raw/H5E.hsc:218)
    h5e_DUPCLASS (src/Bindings/HDF5/Raw/H5E.hsc:219)
    h5e_SETDISALLOWED (src/Bindings/HDF5/Raw/H5E.hsc:221)
    h5e_CANTMERGE (src/Bindings/HDF5/Raw/H5E.hsc:224)
    h5e_CANTREVIVE (src/Bindings/HDF5/Raw/H5E.hsc:225)
    h5e_CANTSHRINK (src/Bindings/HDF5/Raw/H5E.hsc:226)
    h5e_LINKCOUNT (src/Bindings/HDF5/Raw/H5E.hsc:229)
    h5e_VERSION (src/Bindings/HDF5/Raw/H5E.hsc:230)
    h5e_ALIGNMENT (src/Bindings/HDF5/Raw/H5E.hsc:231)
    h5e_BADMESG (src/Bindings/HDF5/Raw/H5E.hsc:232)
    h5e_CANTDELETE (src/Bindings/HDF5/Raw/H5E.hsc:233)
    h5e_BADITER (src/Bindings/HDF5/Raw/H5E.hsc:234)
    h5e_CANTPACK (src/Bindings/HDF5/Raw/H5E.hsc:235)
    h5e_CANTRESET (src/Bindings/HDF5/Raw/H5E.hsc:236)
    h5e_CANTRENAME (src/Bindings/HDF5/Raw/H5E.hsc:237)
    h5e_SYSERRSTR (src/Bindings/HDF5/Raw/H5E.hsc:240)
    h5e_NOFILTER (src/Bindings/HDF5/Raw/H5E.hsc:243)
    h5e_CALLBACK (src/Bindings/HDF5/Raw/H5E.hsc:244)
    h5e_CANAPPLY (src/Bindings/HDF5/Raw/H5E.hsc:245)
    h5e_SETLOCAL (src/Bindings/HDF5/Raw/H5E.hsc:246)
    h5e_NOENCODER (src/Bindings/HDF5/Raw/H5E.hsc:247)
    h5e_CANTFILTER (src/Bindings/HDF5/Raw/H5E.hsc:248)
    h5e_CANTOPENOBJ (src/Bindings/HDF5/Raw/H5E.hsc:251)
    h5e_CANTCLOSEOBJ (src/Bindings/HDF5/Raw/H5E.hsc:252)
    h5e_COMPLEN (src/Bindings/HDF5/Raw/H5E.hsc:253)
    h5e_PATH (src/Bindings/HDF5/Raw/H5E.hsc:254)
    h5e_NONE_MINOR (src/Bindings/HDF5/Raw/H5E.hsc:257)
    h5e_OPENERROR (src/Bindings/HDF5/Raw/H5E.hsc:260)
    h5e_FILEEXISTS (src/Bindings/HDF5/Raw/H5E.hsc:263)
    h5e_FILEOPEN (src/Bindings/HDF5/Raw/H5E.hsc:264)
    h5e_CANTCREATE (src/Bindings/HDF5/Raw/H5E.hsc:265)
    h5e_CANTOPENFILE (src/Bindings/HDF5/Raw/H5E.hsc:266)
    h5e_CANTCLOSEFILE (src/Bindings/HDF5/Raw/H5E.hsc:267)
    h5e_NOTHDF5 (src/Bindings/HDF5/Raw/H5E.hsc:268)
    h5e_BADFILE (src/Bindings/HDF5/Raw/H5E.hsc:269)
    h5e_TRUNCATED (src/Bindings/HDF5/Raw/H5E.hsc:270)
    h5e_MOUNT (src/Bindings/HDF5/Raw/H5E.hsc:271)
    h5e_BADGROUP (src/Bindings/HDF5/Raw/H5E.hsc:274)
    h5e_CANTREGISTER (src/Bindings/HDF5/Raw/H5E.hsc:275)
    h5e_CANTINC (src/Bindings/HDF5/Raw/H5E.hsc:276)
    h5e_CANTDEC (src/Bindings/HDF5/Raw/H5E.hsc:277)
    h5e_NOIDS (src/Bindings/HDF5/Raw/H5E.hsc:278)
    h5e_CANTFLUSH (src/Bindings/HDF5/Raw/H5E.hsc:281)
    h5e_CANTSERIALIZE (src/Bindings/HDF5/Raw/H5E.hsc:282)
    h5e_CANTLOAD (src/Bindings/HDF5/Raw/H5E.hsc:283)
    h5e_PROTECT (src/Bindings/HDF5/Raw/H5E.hsc:284)
    h5e_NOTCACHED (src/Bindings/HDF5/Raw/H5E.hsc:285)
    h5e_SYSTEM (src/Bindings/HDF5/Raw/H5E.hsc:286)
    h5e_CANTINS (src/Bindings/HDF5/Raw/H5E.hsc:287)
    h5e_CANTPROTECT (src/Bindings/HDF5/Raw/H5E.hsc:288)
    h5e_CANTUNPROTECT (src/Bindings/HDF5/Raw/H5E.hsc:289)
    h5e_CANTPIN (src/Bindings/HDF5/Raw/H5E.hsc:290)
    h5e_CANTUNPIN (src/Bindings/HDF5/Raw/H5E.hsc:291)
    h5e_CANTMARKDIRTY (src/Bindings/HDF5/Raw/H5E.hsc:292)
    h5e_CANTDIRTY (src/Bindings/HDF5/Raw/H5E.hsc:293)
    h5e_CANTEXPUNGE (src/Bindings/HDF5/Raw/H5E.hsc:294)
    h5e_CANTRESIZE (src/Bindings/HDF5/Raw/H5E.hsc:295)
    h5e_TRAVERSE (src/Bindings/HDF5/Raw/H5E.hsc:298)
    h5e_NLINKS (src/Bindings/HDF5/Raw/H5E.hsc:299)
    h5e_NOTREGISTERED (src/Bindings/HDF5/Raw/H5E.hsc:300)
    h5e_CANTMOVE (src/Bindings/HDF5/Raw/H5E.hsc:301)
    h5e_CANTSORT (src/Bindings/HDF5/Raw/H5E.hsc:302)
    h5e_MPI (src/Bindings/HDF5/Raw/H5E.hsc:305)
    h5e_MPIERRSTR (src/Bindings/HDF5/Raw/H5E.hsc:306)
    h5e_CANTRECV (src/Bindings/HDF5/Raw/H5E.hsc:307)
    h5e_CANTCLIP (src/Bindings/HDF5/Raw/H5E.hsc:310)
    h5e_CANTCOUNT (src/Bindings/HDF5/Raw/H5E.hsc:311)
    h5e_CANTSELECT (src/Bindings/HDF5/Raw/H5E.hsc:312)
    h5e_CANTNEXT (src/Bindings/HDF5/Raw/H5E.hsc:313)
    h5e_BADSELECT (src/Bindings/HDF5/Raw/H5E.hsc:314)
    h5e_CANTCOMPARE (src/Bindings/HDF5/Raw/H5E.hsc:315)
    h5e_UNINITIALIZED (src/Bindings/HDF5/Raw/H5E.hsc:318)
    h5e_UNSUPPORTED (src/Bindings/HDF5/Raw/H5E.hsc:319)
    h5e_BADTYPE (src/Bindings/HDF5/Raw/H5E.hsc:320)
    h5e_BADRANGE (src/Bindings/HDF5/Raw/H5E.hsc:321)
    h5e_BADVALUE (src/Bindings/HDF5/Raw/H5E.hsc:322)
    h5e_NOTFOUND (src/Bindings/HDF5/Raw/H5E.hsc:325)
    h5e_EXISTS (src/Bindings/HDF5/Raw/H5E.hsc:326)
    h5e_CANTENCODE (src/Bindings/HDF5/Raw/H5E.hsc:327)
    h5e_CANTDECODE (src/Bindings/HDF5/Raw/H5E.hsc:328)
    h5e_CANTSPLIT (src/Bindings/HDF5/Raw/H5E.hsc:329)
    h5e_CANTREDISTRIBUTE (src/Bindings/HDF5/Raw/H5E.hsc:330)
    h5e_CANTSWAP (src/Bindings/HDF5/Raw/H5E.hsc:331)
    h5e_CANTINSERT (src/Bindings/HDF5/Raw/H5E.hsc:332)
    h5e_CANTLIST (src/Bindings/HDF5/Raw/H5E.hsc:333)
    h5e_CANTMODIFY (src/Bindings/HDF5/Raw/H5E.hsc:334)
    h5e_CANTREMOVE (src/Bindings/HDF5/Raw/H5E.hsc:335)
    h5e_CANTCONVERT (src/Bindings/HDF5/Raw/H5E.hsc:338)
    h5e_BADSIZE (src/Bindings/HDF5/Raw/H5E.hsc:339)
    H5E_TRY_STATE (src/Bindings/HDF5/Raw/H5E.hsc:341)
    h5e_BEGIN_TRY (src/Bindings/HDF5/Raw/H5E.hsc:345)
    h5e_END_TRY (src/Bindings/HDF5/Raw/H5E.hsc:367)
    p_H5Eregister_class (src/Bindings/HDF5/Raw/H5E.hsc:436)
    p_H5Eunregister_class (src/Bindings/HDF5/Raw/H5E.hsc:443)
    p_H5Eclose_msg (src/Bindings/HDF5/Raw/H5E.hsc:450)
    p_H5Ecreate_msg (src/Bindings/HDF5/Raw/H5E.hsc:457)
    p_H5Ecreate_stack (src/Bindings/HDF5/Raw/H5E.hsc:464)
    p_H5Eget_current_stack (src/Bindings/HDF5/Raw/H5E.hsc:471)
    p_H5Eclose_stack (src/Bindings/HDF5/Raw/H5E.hsc:478)
    p_H5Eget_class_name (src/Bindings/HDF5/Raw/H5E.hsc:491)
    p_H5Eset_current_stack (src/Bindings/HDF5/Raw/H5E.hsc:499)
    h5e_push2_no_varargs (src/Bindings/HDF5/Raw/H5E.hsc:529)
    p_H5Epush2 (src/Bindings/HDF5/Raw/H5E.hsc:531)
    p_H5Epop (src/Bindings/HDF5/Raw/H5E.hsc:541)
    p_H5Eprint2 (src/Bindings/HDF5/Raw/H5E.hsc:551)
    p_H5Ewalk2 (src/Bindings/HDF5/Raw/H5E.hsc:560)
    p_H5Eget_auto2 (src/Bindings/HDF5/Raw/H5E.hsc:573)
    p_H5Eset_auto2 (src/Bindings/HDF5/Raw/H5E.hsc:588)
    p_H5Eclear2 (src/Bindings/HDF5/Raw/H5E.hsc:595)
    p_H5Eauto_is_v2 (src/Bindings/HDF5/Raw/H5E.hsc:606)
    p_H5Eget_msg (src/Bindings/HDF5/Raw/H5E.hsc:615)
    p_H5Eget_num (src/Bindings/HDF5/Raw/H5E.hsc:622)
    H5E_major_t (src/Bindings/HDF5/Raw/H5E.hsc:626)
    H5E_minor_t (src/Bindings/HDF5/Raw/H5E.hsc:627)
    p'H5E_error1_t'min_num (src/Bindings/HDF5/Raw/H5E.hsc:659)
    H5E_auto1_t (src/Bindings/HDF5/Raw/H5E.hsc:660)
    p'H5E_error1_t'func_name (src/Bindings/HDF5/Raw/H5E.hsc:661)
    p'H5E_error1_t'file_name (src/Bindings/HDF5/Raw/H5E.hsc:663)
    p'H5E_error1_t'desc (src/Bindings/HDF5/Raw/H5E.hsc:667)
    h5e_clear1 (src/Bindings/HDF5/Raw/H5E.hsc:670)
    p_H5Eclear1 (src/Bindings/HDF5/Raw/H5E.hsc:672)
    p_H5Eget_auto1 (src/Bindings/HDF5/Raw/H5E.hsc:686)
    p_H5Epush1 (src/Bindings/HDF5/Raw/H5E.hsc:697)
    p_H5Eprint1 (src/Bindings/HDF5/Raw/H5E.hsc:711)
    p_H5Eset_auto1 (src/Bindings/HDF5/Raw/H5E.hsc:729)
    p_H5Ewalk1 (src/Bindings/HDF5/Raw/H5E.hsc:739)
    p_H5Eget_major (src/Bindings/HDF5/Raw/H5E.hsc:746)
    p_H5Eget_minor (src/Bindings/HDF5/Raw/H5E.hsc:753)
   0% (  0 /  7) in 'Bindings.HDF5.ErrorCodes'
  Missing documentation for:
    Module header
    MajorErrCode (src/Bindings/HDF5/ErrorCodes.hsc:18)
    majorErrorCode (src/Bindings/HDF5/ErrorCodes.hsc:119)
    majorErrorFromCode (src/Bindings/HDF5/ErrorCodes.hsc:123)
    MinorErrCode (src/Bindings/HDF5/ErrorCodes.hsc:136)
    minorErrorCode (src/Bindings/HDF5/ErrorCodes.hsc:487)
    minorErrorFromCode (src/Bindings/HDF5/ErrorCodes.hsc:491)
Warning: 'InOut' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:177:22
    * at src/Foreign/Ptr/Conventions.hs:177: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/Foreign/Ptr/Conventions.hs:177:1
Warning: 'HId_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5I.hsc:67:17
    * at src/Bindings/HDF5/Raw/H5I.hsc: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/Bindings/HDF5/Raw/H5I.hsc:67:1
Warning: 'CUInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'InArray' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:42:22
    * at src/Foreign/Ptr/Conventions.hs:42: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/Foreign/Ptr/Conventions.hs:42:1
Warning: 'HSize_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5.hsc:95:19
    * at src/Bindings/HDF5/Raw/H5.hsc:95: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/Bindings/HDF5/Raw/H5.hsc:95:1
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'type_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dcpl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'In' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:39:22
    * at src/Foreign/Ptr/Conventions.hs:39: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/Foreign/Ptr/Conventions.hs:39:1
Warning: 'buf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mem_space_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'file_space_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mem_type_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'plist_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5s_ALL' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_DEFAULT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5t_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5s_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dset_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5o_link' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  41% ( 46 /110) in 'Bindings.HDF5.Raw.H5D'
  Missing documentation for:
    Module header
    h5d_CHUNK_CACHE_NSLOTS_DEFAULT (src/Bindings/HDF5/Raw/H5D.hsc:17)
    h5d_CHUNK_CACHE_NBYTES_DEFAULT (src/Bindings/HDF5/Raw/H5D.hsc:18)
    h5d_CHUNK_CACHE_W0_DEFAULT (src/Bindings/HDF5/Raw/H5D.hsc:19)
    h5d_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME (src/Bindings/HDF5/Raw/H5D.hsc:24)
    h5d_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME (src/Bindings/HDF5/Raw/H5D.hsc:25)
    h5d_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME (src/Bindings/HDF5/Raw/H5D.hsc:26)
    h5d_LAYOUT_ERROR (src/Bindings/HDF5/Raw/H5D.hsc:31)
    h5d_NLAYOUTS (src/Bindings/HDF5/Raw/H5D.hsc:41)
    h5d_ALLOC_TIME_ERROR (src/Bindings/HDF5/Raw/H5D.hsc:53)
    h5d_ALLOC_TIME_DEFAULT (src/Bindings/HDF5/Raw/H5D.hsc:54)
    h5d_ALLOC_TIME_EARLY (src/Bindings/HDF5/Raw/H5D.hsc:55)
    h5d_ALLOC_TIME_LATE (src/Bindings/HDF5/Raw/H5D.hsc:56)
    h5d_ALLOC_TIME_INCR (src/Bindings/HDF5/Raw/H5D.hsc:57)
    h5d_SPACE_STATUS_ERROR (src/Bindings/HDF5/Raw/H5D.hsc:61)
    h5d_SPACE_STATUS_NOT_ALLOCATED (src/Bindings/HDF5/Raw/H5D.hsc:62)
    h5d_SPACE_STATUS_PART_ALLOCATED (src/Bindings/HDF5/Raw/H5D.hsc:63)
    h5d_SPACE_STATUS_ALLOCATED (src/Bindings/HDF5/Raw/H5D.hsc:64)
    h5d_FILL_TIME_ERROR (src/Bindings/HDF5/Raw/H5D.hsc:68)
    h5d_FILL_TIME_ALLOC (src/Bindings/HDF5/Raw/H5D.hsc:69)
    h5d_FILL_TIME_NEVER (src/Bindings/HDF5/Raw/H5D.hsc:70)
    h5d_FILL_TIME_IFSET (src/Bindings/HDF5/Raw/H5D.hsc:71)
    h5d_FILL_VALUE_ERROR (src/Bindings/HDF5/Raw/H5D.hsc:75)
    h5d_FILL_VALUE_UNDEFINED (src/Bindings/HDF5/Raw/H5D.hsc:76)
    h5d_FILL_VALUE_DEFAULT (src/Bindings/HDF5/Raw/H5D.hsc:77)
    h5d_FILL_VALUE_USER_DEFINED (src/Bindings/HDF5/Raw/H5D.hsc:78)
    H5D_scatter_func_t (src/Bindings/HDF5/Raw/H5D.hsc:118)
    H5D_gather_func_t (src/Bindings/HDF5/Raw/H5D.hsc:124)
    p_H5Dcreate2 (src/Bindings/HDF5/Raw/H5D.hsc:150)
    p_H5Dcreate_anon (src/Bindings/HDF5/Raw/H5D.hsc:178)
    p_H5Dopen2 (src/Bindings/HDF5/Raw/H5D.hsc:190)
    p_H5Dclose (src/Bindings/HDF5/Raw/H5D.hsc:199)
    p_H5Dget_space (src/Bindings/HDF5/Raw/H5D.hsc:207)
    p_H5Dget_space_status (src/Bindings/HDF5/Raw/H5D.hsc:214)
    p_H5Dget_type (src/Bindings/HDF5/Raw/H5D.hsc:223)
    p_H5Dget_create_plist (src/Bindings/HDF5/Raw/H5D.hsc:231)
    p_H5Dget_access_plist (src/Bindings/HDF5/Raw/H5D.hsc:255)
    p_H5Dget_storage_size (src/Bindings/HDF5/Raw/H5D.hsc:268)
    p_H5Dget_offset (src/Bindings/HDF5/Raw/H5D.hsc:273)
    p_H5Dread (src/Bindings/HDF5/Raw/H5D.hsc:299)
    p_H5Dwrite (src/Bindings/HDF5/Raw/H5D.hsc:326)
    p_H5Diterate (src/Bindings/HDF5/Raw/H5D.hsc:358)
    p_H5Dvlen_reclaim (src/Bindings/HDF5/Raw/H5D.hsc:368)
    p_H5Dvlen_get_buf_size (src/Bindings/HDF5/Raw/H5D.hsc:387)
    p_H5Dfill (src/Bindings/HDF5/Raw/H5D.hsc:406)
    p_H5Dset_extent (src/Bindings/HDF5/Raw/H5D.hsc:413)
    p_H5Dscatter (src/Bindings/HDF5/Raw/H5D.hsc:425)
    p_H5Dgather (src/Bindings/HDF5/Raw/H5D.hsc:437)
    h5d_CHUNK_DONT_FILTER_PARTIAL_CHUNKS (src/Bindings/HDF5/Raw/H5D.hsc:446)
    h5d_CHUNK_IDX_BT2 (src/Bindings/HDF5/Raw/H5D.hsc:463)
    h5d_CHUNK_IDX_NTYPES (src/Bindings/HDF5/Raw/H5D.hsc:464)
    h5d_VDS_ERROR (src/Bindings/HDF5/Raw/H5D.hsc:469)
    h5d_VDS_FIRST_MISSING (src/Bindings/HDF5/Raw/H5D.hsc:470)
    h5d_VDS_LAST_AVAILABLE (src/Bindings/HDF5/Raw/H5D.hsc:471)
    p_H5Dformat_convert (src/Bindings/HDF5/Raw/H5D.hsc:477)
    h5d_get_chunk_index_type (src/Bindings/HDF5/Raw/H5D.hsc:478)
    p_H5Dget_chunk_index_type (src/Bindings/HDF5/Raw/H5D.hsc:480)
    h5d_flush (src/Bindings/HDF5/Raw/H5D.hsc:485)
    p_H5Dflush (src/Bindings/HDF5/Raw/H5D.hsc:487)
    h5d_refresh (src/Bindings/HDF5/Raw/H5D.hsc:488)
    p_H5Drefresh (src/Bindings/HDF5/Raw/H5D.hsc:490)
    p_H5Dcreate1 (src/Bindings/HDF5/Raw/H5D.hsc:518)
    p_H5Dopen1 (src/Bindings/HDF5/Raw/H5D.hsc:530)
    p_H5Dextend (src/Bindings/HDF5/Raw/H5D.hsc:541)
Warning: 'H5AC_cache_config_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5AC.hsc:358:28
    * at src/Bindings/HDF5/Raw/H5AC.hsc:358: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/Bindings/HDF5/Raw/H5AC.hsc:358:1
Warning: 'H5C_auto_size_ctl_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'report_fcn' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dirty_bytes_threshold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C_t' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'open_trace_file' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'close_trace_file' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'trace_file_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'incr_mode' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'decr_mode' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'set_initial_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'initial_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'min_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'max_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MIN_MAX_CACHE_SIZE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MAX_MAX_CACHE_SIZE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C__MIN_MAX_CACHE_SIZE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C__MAX_MAX_CACHE_SIZE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C__MIN_AR_EPOCH_LENGTH' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C__MAX_AR_EPOCH_LENGTH' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C_cache_incr_mode' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5C.hsc:9:31
    * at src/Bindings/HDF5/Raw/H5C.hsc:9: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/Bindings/HDF5/Raw/H5C.hsc:9:1
Warning: 'size_increment' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'max_increment' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'upper_hr_threshold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'apply_max_increment' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C_cache_flash_incr_mode' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5C.hsc:14:37
    * at src/Bindings/HDF5/Raw/H5C.hsc: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/Bindings/HDF5/Raw/H5C.hsc:14:1
Warning: 'flash_incr_mode' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'add_space' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C_cache_decr_mode' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5C.hsc:19:31
    * at src/Bindings/HDF5/Raw/H5C.hsc:19: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/Bindings/HDF5/Raw/H5C.hsc:19:1
Warning: 'epochs_before_eviction' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'max_decrement' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'empty_reserve' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'age_out' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size_decrement' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'upper_threshold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5C__MAX_EPOCH_MARKERS' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'metadata_write_strategy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
   8% (  3 / 36) in 'Bindings.HDF5.Raw.H5AC'
  Missing documentation for:
    Module header
    h5ac__CURR_CACHE_CONFIG_VERSION (src/Bindings/HDF5/Raw/H5AC.hsc:360)
    h5ac__MAX_TRACE_FILE_NAME_LEN (src/Bindings/HDF5/Raw/H5AC.hsc:361)
    p'H5AC_cache_config_t'rpt_fcn_enabled (src/Bindings/HDF5/Raw/H5AC.hsc:392)
    p'H5AC_cache_config_t'open_trace_file (src/Bindings/HDF5/Raw/H5AC.hsc:394)
    p'H5AC_cache_config_t'close_trace_file (src/Bindings/HDF5/Raw/H5AC.hsc:396)
    p'H5AC_cache_config_t'trace_file_name (src/Bindings/HDF5/Raw/H5AC.hsc:398)
    p'H5AC_cache_config_t'evictions_enabled (src/Bindings/HDF5/Raw/H5AC.hsc:400)
    p'H5AC_cache_config_t'set_initial_size (src/Bindings/HDF5/Raw/H5AC.hsc:402)
    p'H5AC_cache_config_t'initial_size (src/Bindings/HDF5/Raw/H5AC.hsc:404)
    h5ac_METADATA_WRITE_STRATEGY__DISTRIBUTED (src/Bindings/HDF5/Raw/H5AC.hsc:406)
    p'H5AC_cache_config_t'min_clean_fraction (src/Bindings/HDF5/Raw/H5AC.hsc:406)
    p'H5AC_cache_config_t'max_size (src/Bindings/HDF5/Raw/H5AC.hsc:408)
    p'H5AC_cache_config_t'min_size (src/Bindings/HDF5/Raw/H5AC.hsc:410)
    p'H5AC_cache_config_t'epoch_length (src/Bindings/HDF5/Raw/H5AC.hsc:412)
    p'H5AC_cache_config_t'incr_mode (src/Bindings/HDF5/Raw/H5AC.hsc:414)
    p'H5AC_cache_config_t'lower_hr_threshold (src/Bindings/HDF5/Raw/H5AC.hsc:416)
    p'H5AC_cache_config_t'increment (src/Bindings/HDF5/Raw/H5AC.hsc:418)
    p'H5AC_cache_config_t'apply_max_increment (src/Bindings/HDF5/Raw/H5AC.hsc:420)
    p'H5AC_cache_config_t'max_increment (src/Bindings/HDF5/Raw/H5AC.hsc:422)
    p'H5AC_cache_config_t'flash_incr_mode (src/Bindings/HDF5/Raw/H5AC.hsc:424)
    p'H5AC_cache_config_t'flash_multiple (src/Bindings/HDF5/Raw/H5AC.hsc:426)
    p'H5AC_cache_config_t'flash_threshold (src/Bindings/HDF5/Raw/H5AC.hsc:428)
    p'H5AC_cache_config_t'decr_mode (src/Bindings/HDF5/Raw/H5AC.hsc:430)
    p'H5AC_cache_config_t'upper_hr_threshold (src/Bindings/HDF5/Raw/H5AC.hsc:432)
    p'H5AC_cache_config_t'decrement (src/Bindings/HDF5/Raw/H5AC.hsc:434)
    p'H5AC_cache_config_t'apply_max_decrement (src/Bindings/HDF5/Raw/H5AC.hsc:436)
    p'H5AC_cache_config_t'max_decrement (src/Bindings/HDF5/Raw/H5AC.hsc:438)
    p'H5AC_cache_config_t'epochs_before_eviction (src/Bindings/HDF5/Raw/H5AC.hsc:440)
    p'H5AC_cache_config_t'apply_empty_reserve (src/Bindings/HDF5/Raw/H5AC.hsc:442)
    p'H5AC_cache_config_t'empty_reserve (src/Bindings/HDF5/Raw/H5AC.hsc:444)
    p'H5AC_cache_config_t'dirty_bytes_threshold (src/Bindings/HDF5/Raw/H5AC.hsc:446)
    p'H5AC_cache_config_t'metadata_write_strategy (src/Bindings/HDF5/Raw/H5AC.hsc:448)
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5AC_cache_config_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5AC.hsc:358:28
    * at src/Bindings/HDF5/Raw/H5AC.hsc:358: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/Bindings/HDF5/Raw/H5AC.hsc:358:1
Warning: 'config_ptr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'version' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'child_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'plist_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'intent' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'file_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'object_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_DEFAULT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_set_elink_acc_flags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_set_external' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  48% ( 69 /141) in 'Bindings.HDF5.Raw.H5F'
  Missing documentation for:
    Module header
    h5f_OBJ_ALL (src/Bindings/HDF5/Raw/H5F.hsc:69)
    h5f_FAMILY_DEFAULT (src/Bindings/HDF5/Raw/H5F.hsc:75)
    h5fd_MEM_BTREE (src/Bindings/HDF5/Raw/H5F.hsc:130)
    h5fd_MEM_OHDR (src/Bindings/HDF5/Raw/H5F.hsc:138)
    p_H5Fis_hdf5 (src/Bindings/HDF5/Raw/H5F.hsc:162)
    p_H5Fcreate (src/Bindings/HDF5/Raw/H5F.hsc:185)
    p_H5Fopen (src/Bindings/HDF5/Raw/H5F.hsc:201)
    p_H5Freopen (src/Bindings/HDF5/Raw/H5F.hsc:212)
    p_H5Fflush (src/Bindings/HDF5/Raw/H5F.hsc:221)
    p_H5Fclose (src/Bindings/HDF5/Raw/H5F.hsc:233)
    p_H5Fget_create_plist (src/Bindings/HDF5/Raw/H5F.hsc:243)
    p_H5Fget_access_plist (src/Bindings/HDF5/Raw/H5F.hsc:256)
    p_H5Fget_intent (src/Bindings/HDF5/Raw/H5F.hsc:264)
    p_H5Fget_obj_count (src/Bindings/HDF5/Raw/H5F.hsc:272)
    p_H5Fget_obj_ids (src/Bindings/HDF5/Raw/H5F.hsc:279)
    p_H5Fget_vfd_handle (src/Bindings/HDF5/Raw/H5F.hsc:286)
    p_H5Fmount (src/Bindings/HDF5/Raw/H5F.hsc:294)
    p_H5Funmount (src/Bindings/HDF5/Raw/H5F.hsc:308)
    p_H5Fget_freespace (src/Bindings/HDF5/Raw/H5F.hsc:314)
    p_H5Fget_filesize (src/Bindings/HDF5/Raw/H5F.hsc:323)
    p_H5Fget_file_image (src/Bindings/HDF5/Raw/H5F.hsc:359)
    p_H5Fget_mdc_config (src/Bindings/HDF5/Raw/H5F.hsc:372)
    p_H5Fset_mdc_config (src/Bindings/HDF5/Raw/H5F.hsc:382)
    p_H5Fget_mdc_hit_rate (src/Bindings/HDF5/Raw/H5F.hsc:392)
    p_H5Fget_mdc_size (src/Bindings/HDF5/Raw/H5F.hsc:407)
    p_H5Freset_mdc_hit_rate_stats (src/Bindings/HDF5/Raw/H5F.hsc:421)
    p_H5Fget_name (src/Bindings/HDF5/Raw/H5F.hsc:438)
    p_H5Fclear_elink_file_cache (src/Bindings/HDF5/Raw/H5F.hsc:455)
    H5F_info1_t (src/Bindings/HDF5/Raw/H5F.hsc:487)
    p'H5F_info1_t'super_ext_size (src/Bindings/HDF5/Raw/H5F.hsc:492)
    p'H5F_info1_t'sohm'hdr_size (src/Bindings/HDF5/Raw/H5F.hsc:494)
    p'H5F_info1_t'sohm'msgs_info (src/Bindings/HDF5/Raw/H5F.hsc:496)
    H5F_info2_t (src/Bindings/HDF5/Raw/H5F.hsc:499)
    H5F_sect_info_t (src/Bindings/HDF5/Raw/H5F.hsc:510)
    H5F_file_space_type_t (src/Bindings/HDF5/Raw/H5F.hsc:513)
    p'H5F_info2_t'super'super_ext_size (src/Bindings/HDF5/Raw/H5F.hsc:514)
    p'H5F_sect_info_t'size (src/Bindings/HDF5/Raw/H5F.hsc:516)
    p'H5F_info2_t'free'version (src/Bindings/HDF5/Raw/H5F.hsc:516)
    h5f_FILE_SPACE_DEFAULT (src/Bindings/HDF5/Raw/H5F.hsc:517)
    p'H5F_info2_t'free'meta_size (src/Bindings/HDF5/Raw/H5F.hsc:518)
    p'H5F_info2_t'free'tot_space (src/Bindings/HDF5/Raw/H5F.hsc:520)
    h5f_FILE_SPACE_ALL_PERSIST (src/Bindings/HDF5/Raw/H5F.hsc:520)
    h5f_FILE_SPACE_ALL (src/Bindings/HDF5/Raw/H5F.hsc:524)
    p'H5F_info2_t'sohm'msgs_info (src/Bindings/HDF5/Raw/H5F.hsc:526)
    h5f_FILE_SPACE_AGGR_VFD (src/Bindings/HDF5/Raw/H5F.hsc:527)
    h5f_FILE_SPACE_VFD (src/Bindings/HDF5/Raw/H5F.hsc:530)
    h5f_FILE_SPACE_NTYPES (src/Bindings/HDF5/Raw/H5F.hsc:531)
    H5F_retry_info_t (src/Bindings/HDF5/Raw/H5F.hsc:541)
    H5F_flush_cb_t (src/Bindings/HDF5/Raw/H5F.hsc:543)
    p'H5F_retry_info_t'nbins (src/Bindings/HDF5/Raw/H5F.hsc:545)
    h5f_format_convert (src/Bindings/HDF5/Raw/H5F.hsc:545)
    h5f_get_mdc_logging_status (src/Bindings/HDF5/Raw/H5F.hsc:546)
    p'H5F_retry_info_t'retries (src/Bindings/HDF5/Raw/H5F.hsc:547)
    p_H5Fformat_convert (src/Bindings/HDF5/Raw/H5F.hsc:547)
    h5f_get_metadata_read_retry_info (src/Bindings/HDF5/Raw/H5F.hsc:547)
    p_H5Fget_mdc_logging_status (src/Bindings/HDF5/Raw/H5F.hsc:548)
    h5f_get_free_sections (src/Bindings/HDF5/Raw/H5F.hsc:548)
    h5f_start_mdc_logging (src/Bindings/HDF5/Raw/H5F.hsc:549)
    p_H5Fget_metadata_read_retry_info (src/Bindings/HDF5/Raw/H5F.hsc:549)
    h5f_start_swmr_write (src/Bindings/HDF5/Raw/H5F.hsc:550)
    p_H5Fget_free_sections (src/Bindings/HDF5/Raw/H5F.hsc:550)
    h5f_stop_mdc_logging (src/Bindings/HDF5/Raw/H5F.hsc:551)
    p_H5Fstart_mdc_logging (src/Bindings/HDF5/Raw/H5F.hsc:551)
    p_H5Fstart_swmr_write (src/Bindings/HDF5/Raw/H5F.hsc:552)
    p_H5Fstop_mdc_logging (src/Bindings/HDF5/Raw/H5F.hsc:553)
    H5F_info_t (src/Bindings/HDF5/Raw/H5F.hsc:562)
    h5f_get_info1 (src/Bindings/HDF5/Raw/H5F.hsc:572)
    h5f_get_info2 (src/Bindings/HDF5/Raw/H5F.hsc:573)
    p_H5Fget_info1 (src/Bindings/HDF5/Raw/H5F.hsc:574)
    p_H5Fget_info2 (src/Bindings/HDF5/Raw/H5F.hsc:575)
    h5f_get_info (src/Bindings/HDF5/Raw/H5F.hsc:576)
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'file' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'addr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dxpl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_DEFAULT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'buf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'free' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'alloc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5FD_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5FD.hsc:225:15
    * at src/Bindings/HDF5/Raw/H5FD.hsc:225: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/Bindings/HDF5/Raw/H5FD.hsc:225:1
Warning: 'open' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ohdr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lheap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'huge' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'draw' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'btree' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'write' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_FEAT_DIRTY_SBLK_LOAD' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'get_handle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'int' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5FD_FEAT_ALLOW_FILE_IMAGE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5FD_FEAT_CAN_USE_FILE_IMAGE_CALLBACKS' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'serial' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'maxaddr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5FD_FEAT_SUPPORTS_SWMR_IO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  39% ( 50 /126) in 'Bindings.HDF5.Raw.H5FD'
  Missing documentation for:
    h5fd_FEAT_ACCUMULATE_METADATA_WRITE (src/Bindings/HDF5/Raw/H5FD.hsc:108)
    h5fd_FEAT_ACCUMULATE_METADATA_READ (src/Bindings/HDF5/Raw/H5FD.hsc:109)
    p'H5FD_class_t'fc_degree (src/Bindings/HDF5/Raw/H5FD.hsc:224)
    H5FD_t (src/Bindings/HDF5/Raw/H5FD.hsc:225)
    p'H5FD_class_t'sb_size (src/Bindings/HDF5/Raw/H5FD.hsc:228)
    H5FD_file_image_op_t (src/Bindings/HDF5/Raw/H5FD.hsc:228)
    p'H5FD_class_t'sb_encode (src/Bindings/HDF5/Raw/H5FD.hsc:230)
    h5fd_FILE_IMAGE_OP_NO_OP (src/Bindings/HDF5/Raw/H5FD.hsc:231)
    p'H5FD_class_t'sb_decode (src/Bindings/HDF5/Raw/H5FD.hsc:232)
    h5fd_FILE_IMAGE_OP_PROPERTY_LIST_SET (src/Bindings/HDF5/Raw/H5FD.hsc:232)
    h5fd_FILE_IMAGE_OP_PROPERTY_LIST_COPY (src/Bindings/HDF5/Raw/H5FD.hsc:233)
    p'H5FD_class_t'fapl_size (src/Bindings/HDF5/Raw/H5FD.hsc:234)
    h5fd_FILE_IMAGE_OP_PROPERTY_LIST_GET (src/Bindings/HDF5/Raw/H5FD.hsc:234)
    p'H5FD_t'driver_id (src/Bindings/HDF5/Raw/H5FD.hsc:235)
    h5fd_FILE_IMAGE_OP_PROPERTY_LIST_CLOSE (src/Bindings/HDF5/Raw/H5FD.hsc:235)
    p'H5FD_class_t'fapl_get (src/Bindings/HDF5/Raw/H5FD.hsc:236)
    h5fd_FILE_IMAGE_OP_FILE_OPEN (src/Bindings/HDF5/Raw/H5FD.hsc:236)
    p'H5FD_t'cls (src/Bindings/HDF5/Raw/H5FD.hsc:237)
    h5fd_FILE_IMAGE_OP_FILE_RESIZE (src/Bindings/HDF5/Raw/H5FD.hsc:237)
    p'H5FD_class_t'fapl_copy (src/Bindings/HDF5/Raw/H5FD.hsc:238)
    h5fd_FILE_IMAGE_OP_FILE_CLOSE (src/Bindings/HDF5/Raw/H5FD.hsc:238)
    p'H5FD_t'fileno (src/Bindings/HDF5/Raw/H5FD.hsc:239)
    p'H5FD_t'feature_flags (src/Bindings/HDF5/Raw/H5FD.hsc:241)
    H5FD_file_image_callbacks_t (src/Bindings/HDF5/Raw/H5FD.hsc:241)
    p'H5FD_class_t'dxpl_size (src/Bindings/HDF5/Raw/H5FD.hsc:242)
    p'H5FD_t'maxaddr (src/Bindings/HDF5/Raw/H5FD.hsc:243)
    p'H5FD_class_t'dxpl_copy (src/Bindings/HDF5/Raw/H5FD.hsc:244)
    p'H5FD_t'base_addr (src/Bindings/HDF5/Raw/H5FD.hsc:245)
    p'H5FD_class_t'dxpl_free (src/Bindings/HDF5/Raw/H5FD.hsc:246)
    p'H5FD_t'threshold (src/Bindings/HDF5/Raw/H5FD.hsc:247)
    p'H5FD_class_t'open (src/Bindings/HDF5/Raw/H5FD.hsc:248)
    p'H5FD_t'alignment (src/Bindings/HDF5/Raw/H5FD.hsc:249)
    p'H5FD_class_t'close (src/Bindings/HDF5/Raw/H5FD.hsc:250)
    p'H5FD_class_t'cmp (src/Bindings/HDF5/Raw/H5FD.hsc:252)
    p'H5FD_class_t'query (src/Bindings/HDF5/Raw/H5FD.hsc:254)
    p'H5FD_class_t'get_type_map (src/Bindings/HDF5/Raw/H5FD.hsc:256)
    p'H5FD_class_t'alloc (src/Bindings/HDF5/Raw/H5FD.hsc:258)
    p'H5FD_class_t'get_eoa (src/Bindings/HDF5/Raw/H5FD.hsc:262)
    p'H5FD_class_t'set_eoa (src/Bindings/HDF5/Raw/H5FD.hsc:264)
    p'H5FD_class_t'get_eof (src/Bindings/HDF5/Raw/H5FD.hsc:266)
    p'H5FD_class_t'get_handle (src/Bindings/HDF5/Raw/H5FD.hsc:268)
    h5fd_register (src/Bindings/HDF5/Raw/H5FD.hsc:269)
    p'H5FD_class_t'read (src/Bindings/HDF5/Raw/H5FD.hsc:270)
    p_H5FDregister (src/Bindings/HDF5/Raw/H5FD.hsc:271)
    p'H5FD_class_t'flush (src/Bindings/HDF5/Raw/H5FD.hsc:274)
    p'H5FD_class_t'truncate (src/Bindings/HDF5/Raw/H5FD.hsc:276)
    p'H5FD_class_t'lock (src/Bindings/HDF5/Raw/H5FD.hsc:278)
    h5fd_unregister (src/Bindings/HDF5/Raw/H5FD.hsc:279)
    p'H5FD_class_t'unlock (src/Bindings/HDF5/Raw/H5FD.hsc:280)
    p_H5FDunregister (src/Bindings/HDF5/Raw/H5FD.hsc:281)
    h5fd_open (src/Bindings/HDF5/Raw/H5FD.hsc:331)
    p_H5FDopen (src/Bindings/HDF5/Raw/H5FD.hsc:333)
    p_H5FDclose (src/Bindings/HDF5/Raw/H5FD.hsc:344)
    p_H5FDcmp (src/Bindings/HDF5/Raw/H5FD.hsc:360)
    p_H5FDquery (src/Bindings/HDF5/Raw/H5FD.hsc:368)
    p_H5FDalloc (src/Bindings/HDF5/Raw/H5FD.hsc:401)
    p_H5FDfree (src/Bindings/HDF5/Raw/H5FD.hsc:414)
    p_H5FDget_eoa (src/Bindings/HDF5/Raw/H5FD.hsc:420)
    p_H5FDset_eoa (src/Bindings/HDF5/Raw/H5FD.hsc:439)
    p_H5FDget_vfd_handle (src/Bindings/HDF5/Raw/H5FD.hsc:462)
    p_H5FDread (src/Bindings/HDF5/Raw/H5FD.hsc:477)
    p_H5FDwrite (src/Bindings/HDF5/Raw/H5FD.hsc:488)
    p_H5FDflush (src/Bindings/HDF5/Raw/H5FD.hsc:496)
    p_H5FDtruncate (src/Bindings/HDF5/Raw/H5FD.hsc:503)
    h5fd_MEM_EARRAY_IBLOCK (src/Bindings/HDF5/Raw/H5FD.hsc:518)
    h5fd_MEM_EARRAY_SBLOCK (src/Bindings/HDF5/Raw/H5FD.hsc:519)
    h5fd_MEM_EARRAY_DBLOCK (src/Bindings/HDF5/Raw/H5FD.hsc:520)
    h5fd_MEM_EARRAY_DBLK_PAGE (src/Bindings/HDF5/Raw/H5FD.hsc:521)
    h5fd_MEM_FARRAY_DBLOCK (src/Bindings/HDF5/Raw/H5FD.hsc:531)
    h5fd_MEM_FARRAY_DBLK_PAGE (src/Bindings/HDF5/Raw/H5FD.hsc:532)
    h5fd_lock (src/Bindings/HDF5/Raw/H5FD.hsc:539)
    p_H5FDlock (src/Bindings/HDF5/Raw/H5FD.hsc:541)
    h5fd_unlock (src/Bindings/HDF5/Raw/H5FD.hsc:542)
    p_H5FDunlock (src/Bindings/HDF5/Raw/H5FD.hsc:544)
    h5fd_get_eof (src/Bindings/HDF5/Raw/H5FD.hsc:545)
    p_H5FDget_eof (src/Bindings/HDF5/Raw/H5FD.hsc:547)
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iter_data' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CSize' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'In' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:39:22
    * at src/Foreign/Ptr/Conventions.hs:39: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/Foreign/Ptr/Conventions.hs:39:1
Warning: 'value1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'value2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'InOut' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:177:22
    * at src/Foreign/Ptr/Conventions.hs:177: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/Foreign/Ptr/Conventions.hs:177:1
Warning: 'copy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HId_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5I.hsc:67:17
    * at src/Bindings/HDF5/Raw/H5I.hsc: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/Bindings/HDF5/Raw/H5I.hsc:67:1
Warning: 'delete' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'get' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'set' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'plist_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cd_nelmts' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cd_values' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'idx' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CUInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'cpy_option' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'est_num_entries' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'max_compact' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'crt_intmd_group' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'alloc_info' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'free_info' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'alloc_func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'free_func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'middle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'tconv' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bkg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'expression' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'rdcc_w0' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5d_CHUNK_CACHE_NCHUNKS_DEFAULT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5d_NEVER' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5d_ALLOC' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'value' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.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 Foreign.C.Types
Warning: 'H5Z_SO_scale_type_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5Z.hsc:139:31
    * at src/Bindings/HDF5/Raw/H5Z.hsc:139: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/Bindings/HDF5/Raw/H5Z.hsc:139:1
Warning: 'name_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'offset' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'max_ndims' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'dim' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'low' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'high' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5f_FORMAT_EARLIEST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5f_FORMAT_LATEST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5F_libver_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5F.hsc:143:24
    * at src/Bindings/HDF5/Raw/H5F.hsc:143: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/Bindings/HDF5/Raw/H5F.hsc:143:1
Warning: 'h5f_FORMAT_1_2_0' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5f_FORMAT_1_4_2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5f_FORMAT_1_6_0' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'config_ptr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'version' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H5AC_cache_config_t' is ambiguous. It is defined
    * at src/Bindings/HDF5/Raw/H5AC.hsc:358:28
    * at src/Bindings/HDF5/Raw/H5AC.hsc:358: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/Bindings/HDF5/Raw/H5AC.hsc:358:1
Warning: 'driver_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'driver_info' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'threshold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'max_list' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'min_btree' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'index_num' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_set_shared_mesg_phase_chage' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sizeof_addr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sizeof_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Out' is ambiguous. It is defined
    * at src/Foreign/Ptr/Conventions.hs:59:22
    * at src/Foreign/Ptr/Conventions.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/Foreign/Ptr/Conventions.hs:59:1
Warning: 'level' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'filter_config' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'plist' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'flags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'min_dense' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'create' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iter_func' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'nprops' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_register' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'free' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  42% (184 /432) in 'Bindings.HDF5.Raw.H5P'
  Missing documentation for:
    Module header
    h5p_ROOT (src/Bindings/HDF5/Raw/H5P.hsc:26)
    h5p_OBJECT_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:27)
    h5p_FILE_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:28)
    h5p_FILE_ACCESS (src/Bindings/HDF5/Raw/H5P.hsc:29)
    h5p_DATASET_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:30)
    h5p_DATASET_ACCESS (src/Bindings/HDF5/Raw/H5P.hsc:31)
    h5p_DATASET_XFER (src/Bindings/HDF5/Raw/H5P.hsc:32)
    h5p_FILE_MOUNT (src/Bindings/HDF5/Raw/H5P.hsc:33)
    h5p_GROUP_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:34)
    h5p_GROUP_ACCESS (src/Bindings/HDF5/Raw/H5P.hsc:35)
    h5p_DATATYPE_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:36)
    h5p_DATATYPE_ACCESS (src/Bindings/HDF5/Raw/H5P.hsc:37)
    h5p_STRING_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:38)
    h5p_ATTRIBUTE_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:39)
    h5p_OBJECT_COPY (src/Bindings/HDF5/Raw/H5P.hsc:40)
    h5p_LINK_CREATE (src/Bindings/HDF5/Raw/H5P.hsc:41)
    h5p_LINK_ACCESS (src/Bindings/HDF5/Raw/H5P.hsc:42)
    h5p_FILE_CREATE_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:44)
    h5p_FILE_ACCESS_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:45)
    h5p_DATASET_CREATE_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:46)
    h5p_DATASET_ACCESS_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:47)
    h5p_DATASET_XFER_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:48)
    h5p_FILE_MOUNT_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:49)
    h5p_GROUP_CREATE_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:50)
    h5p_GROUP_ACCESS_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:51)
    h5p_DATATYPE_CREATE_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:53)
    h5p_DATATYPE_ACCESS_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:54)
    h5p_ATTRIBUTE_CREATE_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:55)
    h5p_OBJECT_COPY_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:56)
    h5p_LINK_CREATE_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:57)
    h5p_LINK_ACCESS_DEFAULT (src/Bindings/HDF5/Raw/H5P.hsc:58)
    h5p_CRT_ORDER_TRACKED (src/Bindings/HDF5/Raw/H5P.hsc:63)
    h5p_CRT_ORDER_INDEXED (src/Bindings/HDF5/Raw/H5P.hsc:64)
    h5d_MPIO_LINK_CHUNK (src/Bindings/HDF5/Raw/H5P.hsc:226)
    h5d_MPIO_MULTI_CHUNK (src/Bindings/HDF5/Raw/H5P.hsc:227)
    h5d_MPIO_CHUNK_COLLECTIVE (src/Bindings/HDF5/Raw/H5P.hsc:241)
    h5d_MPIO_CHUNK_MIXED (src/Bindings/HDF5/Raw/H5P.hsc:242)
    h5d_MPIO_COLLECTIVE (src/Bindings/HDF5/Raw/H5P.hsc:250)
    h5d_MPIO_SET_INDEPENDENT (src/Bindings/HDF5/Raw/H5P.hsc:251)
    h5d_MPIO_DATATYPE_CONVERSION (src/Bindings/HDF5/Raw/H5P.hsc:252)
    h5d_MPIO_DATA_TRANSFORMS (src/Bindings/HDF5/Raw/H5P.hsc:253)
    h5d_MPIO_NOT_SIMPLE_OR_SCALAR_DATASPACES (src/Bindings/HDF5/Raw/H5P.hsc:254)
    h5d_MPIO_NOT_CONTIGUOUS_OR_CHUNKED_DATASET (src/Bindings/HDF5/Raw/H5P.hsc:255)
    p_H5Pcreate_class (src/Bindings/HDF5/Raw/H5P.hsc:292)
    p_H5Pget_class_name (src/Bindings/HDF5/Raw/H5P.hsc:305)
    p_H5Pcreate (src/Bindings/HDF5/Raw/H5P.hsc:322)
    p_H5Pregister2 (src/Bindings/HDF5/Raw/H5P.hsc:434)
    p_H5Pinsert2 (src/Bindings/HDF5/Raw/H5P.hsc:462)
    p_H5Pset (src/Bindings/HDF5/Raw/H5P.hsc:490)
    p_H5Pexist (src/Bindings/HDF5/Raw/H5P.hsc:501)
    p_H5Pget_size (src/Bindings/HDF5/Raw/H5P.hsc:520)
    p_H5Pget_nprops (src/Bindings/HDF5/Raw/H5P.hsc:538)
    p_H5Pget_class (src/Bindings/HDF5/Raw/H5P.hsc:553)
    p_H5Pget_class_parent (src/Bindings/HDF5/Raw/H5P.hsc:564)
    p_H5Pget (src/Bindings/HDF5/Raw/H5P.hsc:590)
    p_H5Pequal (src/Bindings/HDF5/Raw/H5P.hsc:601)
    p_H5Pisa_class (src/Bindings/HDF5/Raw/H5P.hsc:613)
    p_H5Piterate (src/Bindings/HDF5/Raw/H5P.hsc:646)
    p_H5Pcopy_prop (src/Bindings/HDF5/Raw/H5P.hsc:678)
    p_H5Premove (src/Bindings/HDF5/Raw/H5P.hsc:698)
    p_H5Punregister (src/Bindings/HDF5/Raw/H5P.hsc:711)
    p_H5Pclose_class (src/Bindings/HDF5/Raw/H5P.hsc:722)
    p_H5Pclose (src/Bindings/HDF5/Raw/H5P.hsc:735)
    p_H5Pcopy (src/Bindings/HDF5/Raw/H5P.hsc:747)
    p_H5Pset_attr_phase_change (src/Bindings/HDF5/Raw/H5P.hsc:767)
    p_H5Pget_attr_phase_change (src/Bindings/HDF5/Raw/H5P.hsc:774)
    p_H5Pset_attr_creation_order (src/Bindings/HDF5/Raw/H5P.hsc:781)
    p_H5Pget_attr_creation_order (src/Bindings/HDF5/Raw/H5P.hsc:789)
    p_H5Pset_obj_track_times (src/Bindings/HDF5/Raw/H5P.hsc:810)
    p_H5Pget_obj_track_times (src/Bindings/HDF5/Raw/H5P.hsc:817)
    p_H5Pmodify_filter (src/Bindings/HDF5/Raw/H5P.hsc:849)
    p_H5Pset_filter (src/Bindings/HDF5/Raw/H5P.hsc:878)
    p_H5Pget_nfilters (src/Bindings/HDF5/Raw/H5P.hsc:891)
    p_H5Pget_filter2 (src/Bindings/HDF5/Raw/H5P.hsc:914)
    p_H5Pget_filter_by_id2 (src/Bindings/HDF5/Raw/H5P.hsc:933)
    p_H5Pall_filters_avail (src/Bindings/HDF5/Raw/H5P.hsc:939)
    p_H5Premove_filter (src/Bindings/HDF5/Raw/H5P.hsc:947)
    p_H5Pset_deflate (src/Bindings/HDF5/Raw/H5P.hsc:960)
    p_H5Pset_fletcher32 (src/Bindings/HDF5/Raw/H5P.hsc:968)
    p_H5Pget_version (src/Bindings/HDF5/Raw/H5P.hsc:995)
    p_H5Pset_userblock (src/Bindings/HDF5/Raw/H5P.hsc:1002)
    p_H5Pget_userblock (src/Bindings/HDF5/Raw/H5P.hsc:1009)
    p_H5Pset_sizes (src/Bindings/HDF5/Raw/H5P.hsc:1019)
    p_H5Pget_sizes (src/Bindings/HDF5/Raw/H5P.hsc:1029)
    p_H5Pset_sym_k (src/Bindings/HDF5/Raw/H5P.hsc:1049)
    p_H5Pget_sym_k (src/Bindings/HDF5/Raw/H5P.hsc:1059)
    p_H5Pset_istore_k (src/Bindings/HDF5/Raw/H5P.hsc:1068)
    p_H5Pget_istore_k (src/Bindings/HDF5/Raw/H5P.hsc:1077)
    p_H5Pset_shared_mesg_nindexes (src/Bindings/HDF5/Raw/H5P.hsc:1091)
    p_H5Pget_shared_mesg_nindexes (src/Bindings/HDF5/Raw/H5P.hsc:1099)
    p_H5Pset_shared_mesg_index (src/Bindings/HDF5/Raw/H5P.hsc:1111)
    p_H5Pget_shared_mesg_index (src/Bindings/HDF5/Raw/H5P.hsc:1120)
    p_H5Pset_shared_mesg_phase_change (src/Bindings/HDF5/Raw/H5P.hsc:1134)
    p_H5Pget_shared_mesg_phase_change (src/Bindings/HDF5/Raw/H5P.hsc:1142)
    p_H5Pset_alignment (src/Bindings/HDF5/Raw/H5P.hsc:1164)
    p_H5Pget_alignment (src/Bindings/HDF5/Raw/H5P.hsc:1174)
    p_H5Pset_driver (src/Bindings/HDF5/Raw/H5P.hsc:1188)
    p_H5Pget_driver (src/Bindings/HDF5/Raw/H5P.hsc:1201)
    p_H5Pget_driver_info (src/Bindings/HDF5/Raw/H5P.hsc:1214)
    p_H5Pset_family_offset (src/Bindings/HDF5/Raw/H5P.hsc:1223)
    p_H5Pget_family_offset (src/Bindings/HDF5/Raw/H5P.hsc:1232)
    p_H5Pset_multi_type (src/Bindings/HDF5/Raw/H5P.hsc:1241)
    p_H5Pget_multi_type (src/Bindings/HDF5/Raw/H5P.hsc:1250)
    p_H5Pset_cache (src/Bindings/HDF5/Raw/H5P.hsc:1269)
    p_H5Pget_cache (src/Bindings/HDF5/Raw/H5P.hsc:1283)
    p_H5Pset_mdc_config (src/Bindings/HDF5/Raw/H5P.hsc:1292)
    p_H5Pget_mdc_config (src/Bindings/HDF5/Raw/H5P.hsc:1305)
    p_H5Pset_gc_references (src/Bindings/HDF5/Raw/H5P.hsc:1324)
    p_H5Pget_gc_references (src/Bindings/HDF5/Raw/H5P.hsc:1332)
    p_H5Pset_fclose_degree (src/Bindings/HDF5/Raw/H5P.hsc:1339)
    p_H5Pget_fclose_degree (src/Bindings/HDF5/Raw/H5P.hsc:1346)
    p_H5Pset_meta_block_size (src/Bindings/HDF5/Raw/H5P.hsc:1363)
    p_H5Pget_meta_block_size (src/Bindings/HDF5/Raw/H5P.hsc:1371)
    p_H5Pset_sieve_buf_size (src/Bindings/HDF5/Raw/H5P.hsc:1388)
    p_H5Pget_sieve_buf_size (src/Bindings/HDF5/Raw/H5P.hsc:1396)
    p_H5Pset_small_data_block_size (src/Bindings/HDF5/Raw/H5P.hsc:1413)
    p_H5Pget_small_data_block_size (src/Bindings/HDF5/Raw/H5P.hsc:1421)
    p_H5Pset_libver_bounds (src/Bindings/HDF5/Raw/H5P.hsc:1504)
    p_H5Pget_libver_bounds (src/Bindings/HDF5/Raw/H5P.hsc:1513)
    p_H5Pset_elink_file_cache_size (src/Bindings/HDF5/Raw/H5P.hsc:1524)
    p_H5Pget_elink_file_cache_size (src/Bindings/HDF5/Raw/H5P.hsc:1535)
    p_H5Pset_file_image (src/Bindings/HDF5/Raw/H5P.hsc:1543)
    p_H5Pget_file_image (src/Bindings/HDF5/Raw/H5P.hsc:1567)
    p_H5Pset_file_image_callbacks (src/Bindings/HDF5/Raw/H5P.hsc:1579)
    p_H5Pget_file_image_callbacks (src/Bindings/HDF5/Raw/H5P.hsc:1590)
    p_H5Pset_layout (src/Bindings/HDF5/Raw/H5P.hsc:1599)
    p_H5Pget_layout (src/Bindings/HDF5/Raw/H5P.hsc:1606)
    p_H5Pset_chunk (src/Bindings/HDF5/Raw/H5P.hsc:1618)
    p_H5Pget_chunk (src/Bindings/HDF5/Raw/H5P.hsc:1628)
    p_H5Pset_external (src/Bindings/HDF5/Raw/H5P.hsc:1645)
    p_H5Pget_external_count (src/Bindings/HDF5/Raw/H5P.hsc:1651)
    p_H5Pget_external (src/Bindings/HDF5/Raw/H5P.hsc:1672)
    p_H5Pset_szip (src/Bindings/HDF5/Raw/H5P.hsc:1683)
    p_H5Pset_shuffle (src/Bindings/HDF5/Raw/H5P.hsc:1692)
    p_H5Pset_nbit (src/Bindings/HDF5/Raw/H5P.hsc:1699)
    p_H5Pset_scaleoffset (src/Bindings/HDF5/Raw/H5P.hsc:1724)
    p_H5Pset_fill_value (src/Bindings/HDF5/Raw/H5P.hsc:1737)
    p_H5Pget_fill_value (src/Bindings/HDF5/Raw/H5P.hsc:1749)
    p_H5Pfill_value_defined (src/Bindings/HDF5/Raw/H5P.hsc:1756)
    p_H5Pset_alloc_time (src/Bindings/HDF5/Raw/H5P.hsc:1766)
    p_H5Pget_alloc_time (src/Bindings/HDF5/Raw/H5P.hsc:1776)
    p_H5Pset_fill_time (src/Bindings/HDF5/Raw/H5P.hsc:1784)
    p_H5Pget_fill_time (src/Bindings/HDF5/Raw/H5P.hsc:1793)
    p_H5Pset_chunk_cache (src/Bindings/HDF5/Raw/H5P.hsc:1819)
    p_H5Pget_chunk_cache (src/Bindings/HDF5/Raw/H5P.hsc:1835)
    p_H5Pset_data_transform (src/Bindings/HDF5/Raw/H5P.hsc:1844)
    p_H5Pget_data_transform (src/Bindings/HDF5/Raw/H5P.hsc:1860)
    p_H5Pset_buffer (src/Bindings/HDF5/Raw/H5P.hsc:1877)
    p_H5Pget_buffer (src/Bindings/HDF5/Raw/H5P.hsc:1885)
    p_H5Pset_preserve (src/Bindings/HDF5/Raw/H5P.hsc:1896)
    p_H5Pget_preserve (src/Bindings/HDF5/Raw/H5P.hsc:1903)
    p_H5Pset_edc_check (src/Bindings/HDF5/Raw/H5P.hsc:1913)
    p_H5Pget_edc_check (src/Bindings/HDF5/Raw/H5P.hsc:1917)
    p_H5Pset_filter_callback (src/Bindings/HDF5/Raw/H5P.hsc:1927)
    p_H5Pset_btree_ratios (src/Bindings/HDF5/Raw/H5P.hsc:1943)
    p_H5Pget_btree_ratios (src/Bindings/HDF5/Raw/H5P.hsc:1952)
    p_H5Pset_vlen_mem_manager (src/Bindings/HDF5/Raw/H5P.hsc:1969)
    p_H5Pget_vlen_mem_manager (src/Bindings/HDF5/Raw/H5P.hsc:1980)
    p_H5Pset_hyper_vector_size (src/Bindings/HDF5/Raw/H5P.hsc:1996)
    p_H5Pget_hyper_vector_size (src/Bindings/HDF5/Raw/H5P.hsc:2003)
    p_H5Pset_type_conv_cb (src/Bindings/HDF5/Raw/H5P.hsc:2012)
    p_H5Pget_type_conv_cb (src/Bindings/HDF5/Raw/H5P.hsc:2021)
    p_H5Pset_create_intermediate_group (src/Bindings/HDF5/Raw/H5P.hsc:2046)
    p_H5Pget_create_intermediate_group (src/Bindings/HDF5/Raw/H5P.hsc:2054)
    p_H5Pset_local_heap_size_hint (src/Bindings/HDF5/Raw/H5P.hsc:2063)
    p_H5Pget_local_heap_size_hint (src/Bindings/HDF5/Raw/H5P.hsc:2070)
    p_H5Pset_link_phase_change (src/Bindings/HDF5/Raw/H5P.hsc:2081)
    p_H5Pget_link_phase_change (src/Bindings/HDF5/Raw/H5P.hsc:2089)
    p_H5Pset_est_link_info (src/Bindings/HDF5/Raw/H5P.hsc:2102)
    p_H5Pget_est_link_info (src/Bindings/HDF5/Raw/H5P.hsc:2110)
    p_H5Pset_link_creation_order (src/Bindings/HDF5/Raw/H5P.hsc:2117)
    p_H5Pget_link_creation_order (src/Bindings/HDF5/Raw/H5P.hsc:2125)
    p_H5Pset_char_encoding (src/Bindings/HDF5/Raw/H5P.hsc:2134)
    p_H5Pget_char_encoding (src/Bindings/HDF5/Raw/H5P.hsc:2141)
    p_H5Pset_nlinks (src/Bindings/HDF5/Raw/H5P.hsc:2160)
    p_H5Pget_nlinks (src/Bindings/HDF5/Raw/H5P.hsc:2171)
    p_H5Pset_elink_prefix (src/Bindings/HDF5/Raw/H5P.hsc:2180)
    p_H5Pget_elink_prefix (src/Bindings/HDF5/Raw/H5P.hsc:2191)
    p_H5Pget_elink_fapl (src/Bindings/HDF5/Raw/H5P.hsc:2199)
    p_H5Pset_elink_fapl (src/Bindings/HDF5/Raw/H5P.hsc:2206)
    p_H5Pset_elink_acc_flags (src/Bindings/HDF5/Raw/H5P.hsc:2215)
    p_H5Pget_elink_acc_flags (src/Bindings/HDF5/Raw/H5P.hsc:2223)
    p_H5Pset_elink_cb (src/Bindings/HDF5/Raw/H5P.hsc:2232)
    p_H5Pget_elink_cb (src/Bindings/HDF5/Raw/H5P.hsc:2240)
    p_H5Pset_copy_object (src/Bindings/HDF5/Raw/H5P.hsc:2268)
    p_H5Pget_copy_object (src/Bindings/HDF5/Raw/H5P.hsc:2275)
    p_H5Padd_merge_committed_dtype_path (src/Bindings/HDF5/Raw/H5P.hsc:2293)
    p_H5Pfree_merge_committed_dtype_paths (src/Bindings/HDF5/Raw/H5P.hsc:2305)
    p_H5Pset_mcdt_search_cb (src/Bindings/HDF5/Raw/H5P.hsc:2320)
    p_H5Pget_mcdt_search_cb (src/Bindings/HDF5/Raw/H5P.hsc:2333)
    h5p_encode2 (src/Bindings/HDF5/Raw/H5P.hsc:2335)
    p_H5Pencode2 (src/Bindings/HDF5/Raw/H5P.hsc:2337)
    h5p_decode (src/Bindings/HDF5/Raw/H5P.hsc:2338)
    p_H5Pdecode (src/Bindings/HDF5/Raw/H5P.hsc:2340)
    H5P_prp_encode_func_t (src/Bindings/HDF5/Raw/H5P.hsc:2341)
    H5P_prp_decode_func_t (src/Bindings/HDF5/Raw/H5P.hsc:2344)
    h5p_set_file_space (src/Bindings/HDF5/Raw/H5P.hsc:2347)
    p_H5Pset_file_space (src/Bindings/HDF5/Raw/H5P.hsc:2349)
    h5p_get_file_space (src/Bindings/HDF5/Raw/H5P.hsc:2350)
    p_H5Pget_file_space (src/Bindings/HDF5/Raw/H5P.hsc:2352)
    h5p_get_metadata_read_attempts (src/Bindings/HDF5/Raw/H5P.hsc:2353)
    p_H5Pget_metadata_read_attempts (src/Bindings/HDF5/Raw/H5P.hsc:2355)
    h5p_set_object_flush_cb (src/Bindings/HDF5/Raw/H5P.hsc:2355)
    h5p_get_object_flush_cb (src/Bindings/HDF5/Raw/H5P.hsc:2357)
    p_H5Pset_object_flush_cb (src/Bindings/HDF5/Raw/H5P.hsc:2357)
    h5p_set_mdc_log_options (src/Bindings/HDF5/Raw/H5P.hsc:2359)
    p_H5Pget_object_flush_cb (src/Bindings/HDF5/Raw/H5P.hsc:2359)
    p_H5Pset_mdc_log_options (src/Bindings/HDF5/Raw/H5P.hsc:2361)
    h5p_get_mdc_log_options (src/Bindings/HDF5/Raw/H5P.hsc:2361)
    p_H5Pget_mdc_log_options (src/Bindings/HDF5/Raw/H5P.hsc:2363)
    h5p_set_virtual (src/Bindings/HDF5/Raw/H5P.hsc:2365)
    h5p_get_virtual_count (src/Bindings/HDF5/Raw/H5P.hsc:2367)
    p_H5Pset_virtual (src/Bindings/HDF5/Raw/H5P.hsc:2367)
    h5p_get_virtual_vspace (src/Bindings/HDF5/Raw/H5P.hsc:2369)
    p_H5Pget_virtual_count (src/Bindings/HDF5/Raw/H5P.hsc:2369)
    h5p_get_virtual_srcspace (src/Bindings/HDF5/Raw/H5P.hsc:2371)
    p_H5Pget_virtual_vspace (src/Bindings/HDF5/Raw/H5P.hsc:2371)
    p_H5Pget_virtual_srcspace (src/Bindings/HDF5/Raw/H5P.hsc:2373)
    h5p_get_virtual_filename (src/Bindings/HDF5/Raw/H5P.hsc:2374)
    p_H5Pget_virtual_filename (src/Bindings/HDF5/Raw/H5P.hsc:2376)
    h5p_get_virtual_dsetname (src/Bindings/HDF5/Raw/H5P.hsc:2377)
    p_H5Pget_virtual_dsetname (src/Bindings/HDF5/Raw/H5P.hsc:2379)
    h5p_set_chunk_opts (src/Bindings/HDF5/Raw/H5P.hsc:2380)
    h5p_get_chunk_opts (src/Bindings/HDF5/Raw/H5P.hsc:2382)
    p_H5Pset_chunk_opts (src/Bindings/HDF5/Raw/H5P.hsc:2382)
    p_H5Pget_chunk_opts (src/Bindings/HDF5/Raw/H5P.hsc:2384)
    h5p_set_virtual_view (src/Bindings/HDF5/Raw/H5P.hsc:2385)
    h5p_get_virtual_view (src/Bindings/HDF5/Raw/H5P.hsc:2387)
    p_H5Pset_virtual_view (src/Bindings/HDF5/Raw/H5P.hsc:2387)
    h5p_set_virtual_printf_gap (src/Bindings/HDF5/Raw/H5P.hsc:2389)
    p_H5Pget_virtual_view (src/Bindings/HDF5/Raw/H5P.hsc:2389)
    h5p_get_virtual_printf_gap (src/Bindings/HDF5/Raw/H5P.hsc:2391)
    p_H5Pset_virtual_printf_gap (src/Bindings/HDF5/Raw/H5P.hsc:2391)
    p_H5Pget_virtual_printf_gap (src/Bindings/HDF5/Raw/H5P.hsc:2393)
    h5p_set_append_flush (src/Bindings/HDF5/Raw/H5P.hsc:2394)
    p_H5Pset_append_flush (src/Bindings/HDF5/Raw/H5P.hsc:2396)
    h5p_get_append_flush (src/Bindings/HDF5/Raw/H5P.hsc:2397)
    h5p_set_efile_prefix (src/Bindings/HDF5/Raw/H5P.hsc:2399)
    p_H5Pget_append_flush (src/Bindings/HDF5/Raw/H5P.hsc:2399)
    p_H5Pset_efile_prefix (src/Bindings/HDF5/Raw/H5P.hsc:2401)
    h5p_get_efile_prefix (src/Bindings/HDF5/Raw/H5P.hsc:2401)
    p_H5Pget_efile_prefix (src/Bindings/HDF5/Raw/H5P.hsc:2403)
    h5d_MPIO_NO_COLLECTIVE_MAX_CAUSE (src/Bindings/HDF5/Raw/H5P.hsc:2418)
    p_H5Pregister1 (src/Bindings/HDF5/Raw/H5P.hsc:2441)
    p_H5Pinsert1 (src/Bindings/HDF5/Raw/H5P.hsc:2449)
    p_H5Pget_filter1 (src/Bindings/HDF5/Raw/H5P.hsc:2465)
    p_H5Pget_filter_by_id1 (src/Bindings/HDF5/Raw/H5P.hsc:2480)
Warning: 'h5f_open' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5f_create' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'memb_map' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_NTYPES' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_DEFAULT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'memb_fapl' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'memb_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'relax' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_DEFAULT' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_SUPER' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_BTREE' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_DRAW' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_GHEAP' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_LHEAP' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5fd_MEM_OHDR' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'memb_addr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  5 / 10) in 'Bindings.HDF5.Raw.H5FD.Multi'
  Missing documentation for:
    h5fd_MULTI (src/Bindings/HDF5/Raw/H5FD/Multi.hsc:21)
    p_H5FD_multi_init (src/Bindings/HDF5/Raw/H5FD/Multi.hsc:32)
    p_H5Pset_fapl_multi (src/Bindings/HDF5/Raw/H5FD/Multi.hsc:115)
    p_H5Pget_fapl_multi (src/Bindings/HDF5/Raw/H5FD/Multi.hsc:126)
    p_H5Pset_fapl_split (src/Bindings/HDF5/Raw/H5FD/Multi.hsc:163)
Warning: 'loc_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'op_data' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'op' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'attr_num' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'attr_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'location_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'type_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'idx_type' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'n' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'order' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'obj_name' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ainfo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'buf_size' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'buf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5p_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'h5s_close' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'aapl_id' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  46% ( 33 / 71) in 'Bindings.HDF5.Raw.H5A'
  Missing documentation for:
    Module header
    p'H5A_info_t'corder (src/Bindings/HDF5/Raw/H5A.hsc:34)
    H5A_operator2_t (src/Bindings/HDF5/Raw/H5A.hsc:35)
    p'H5A_info_t'cset (src/Bindings/HDF5/Raw/H5A.hsc:36)
    p'H5A_info_t'data_size (src/Bindings/HDF5/Raw/H5A.hsc:38)
    h5a_create2 (src/Bindings/HDF5/Raw/H5A.hsc:68)
    p_H5Acreate2 (src/Bindings/HDF5/Raw/H5A.hsc:70)
    p_H5Acreate_by_name (src/Bindings/HDF5/Raw/H5A.hsc:98)
    p_H5Aopen (src/Bindings/HDF5/Raw/H5A.hsc:118)
    p_H5Aopen_by_name (src/Bindings/HDF5/Raw/H5A.hsc:143)
    h5a_open_by_idx (src/Bindings/HDF5/Raw/H5A.hsc:146)
    p_H5Aopen_by_idx (src/Bindings/HDF5/Raw/H5A.hsc:148)
    p_H5Awrite (src/Bindings/HDF5/Raw/H5A.hsc:166)
    p_H5Aread (src/Bindings/HDF5/Raw/H5A.hsc:183)
    p_H5Aclose (src/Bindings/HDF5/Raw/H5A.hsc:197)
    p_H5Aget_space (src/Bindings/HDF5/Raw/H5A.hsc:212)
    p_H5Aget_type (src/Bindings/HDF5/Raw/H5A.hsc:227)
    p_H5Aget_create_plist (src/Bindings/HDF5/Raw/H5A.hsc:240)
    p_H5Aget_name (src/Bindings/HDF5/Raw/H5A.hsc:263)
    p_H5Aget_name_by_idx (src/Bindings/HDF5/Raw/H5A.hsc:275)
    p_H5Aget_storage_size (src/Bindings/HDF5/Raw/H5A.hsc:281)
    p_H5Aget_info (src/Bindings/HDF5/Raw/H5A.hsc:288)
    p_H5Aget_info_by_name (src/Bindings/HDF5/Raw/H5A.hsc:296)
    p_H5Aget_info_by_idx (src/Bindings/HDF5/Raw/H5A.hsc:305)
    p_H5Arename (src/Bindings/HDF5/Raw/H5A.hsc:312)
    p_H5Arename_by_name (src/Bindings/HDF5/Raw/H5A.hsc:320)
    p_H5Aiterate2 (src/Bindings/HDF5/Raw/H5A.hsc:368)
    p_H5Aiterate_by_name (src/Bindings/HDF5/Raw/H5A.hsc:421)
    p_H5Adelete (src/Bindings/HDF5/Raw/H5A.hsc:436)
    p_H5Adelete_by_name (src/Bindings/HDF5/Raw/H5A.hsc:456)
    p_H5Adelete_by_idx (src/Bindings/HDF5/Raw/H5A.hsc:486)
    p_H5Aexists (src/Bindings/HDF5/Raw/H5A.hsc:491)
    p_H5Aexists_by_name (src/Bindings/HDF5/Raw/H5A.hsc:497)
    p_H5Acreate1 (src/Bindings/HDF5/Raw/H5A.hsc:533)
    p_H5Aopen_name (src/Bindings/HDF5/Raw/H5A.hsc:556)
    p_H5Aopen_idx (src/Bindings/HDF5/Raw/H5A.hsc:579)
    p_H5Aget_num_attrs (src/Bindings/HDF5/Raw/H5A.hsc:595)
    p_H5Aiterate1 (src/Bindings/HDF5/Raw/H5A.hsc:639)
  96% ( 26 / 27) in 'Bindings.HDF5.Raw'
  Missing documentation for:
    Module header
   0% (  0 /  4) in 'Bindings.HDF5.Raw.Util'
  Missing documentation for:
    Module header
    hboolToBool (src/Bindings/HDF5/Raw/Util.hs:6)
    boolToHBool (src/Bindings/HDF5/Raw/Util.hs:9)
    test_htri_t (src/Bindings/HDF5/Raw/Util.hs:13)
  50% (  1 /  2) in 'Bindings.HDF5.Core.HDFResultType'
  Missing documentation for:
    Module header
Warning: Bindings.HDF5.Core: Could not find documentation for exported module: Bindings.HDF5.Core
  14% (  2 / 14) in 'Bindings.HDF5.Core'
  Missing documentation for:
    Module header
    IndexType (src/Bindings/HDF5/Core.hs:68)
    IterOrder (src/Bindings/HDF5/Core.hs:77)
    IH_Info (src/Bindings/HDF5/Core.hs:63)
    HSize (src/Bindings/HDF5/Core.hs:18)
    hSize (src/Bindings/HDF5/Core.hs:22)
    HSSize (src/Bindings/HDF5/Core.hs:33)
    hSSize (src/Bindings/HDF5/Core.hs:37)
    HAddr (src/Bindings/HDF5/Core.hs:48)
    hAddr (src/Bindings/HDF5/Core.hs:52)
    indexTypeCode (src/Bindings/HDF5/Core.hs:74)
    iterOrderCode (src/Bindings/HDF5/Core.hs:84)
   4% (  1 / 23) in 'Bindings.HDF5.Error'
  Missing documentation for:
    Module header
    ErrorClassID (src/Bindings/HDF5/Error.hs:35)
    hdfError (src/Bindings/HDF5/Error.hs:45)
    HDF5Exception (src/Bindings/HDF5/Error.hs:73)
    errorStack (src/Bindings/HDF5/Error.hs:78)
    HDF5Error (src/Bindings/HDF5/Error.hs:47)
    withErrorWhen (src/Bindings/HDF5/Error.hs:81)
    withErrorWhen_ (src/Bindings/HDF5/Error.hs:105)
    withErrorCheck (src/Bindings/HDF5/Error.hs:109)
    withErrorCheck_ (src/Bindings/HDF5/Error.hs:112)
    htriToBool (src/Bindings/HDF5/Error.hs:115)
    registerErrorClass (src/Bindings/HDF5/Error.hs:119)
    unregisterErrorClass (src/Bindings/HDF5/Error.hs:128)
    createMajorErrCode (src/Bindings/HDF5/Error.hs:132)
    releaseMajorErrCode (src/Bindings/HDF5/Error.hs:139)
    createMinorErrCode (src/Bindings/HDF5/Error.hs:149)
    releaseMinorErrCode (src/Bindings/HDF5/Error.hs:156)
    ErrorStack (src/Bindings/HDF5/Error.hs:165)
    createErrorStack (src/Bindings/HDF5/Error.hs:169)
    closeErrorStack (src/Bindings/HDF5/Error.hs:183)
    getCurrentErrorStack (src/Bindings/HDF5/Error.hs:174)
    setCurrentErrorStack (src/Bindings/HDF5/Error.hs:179)
   2% (  1 / 36) in 'Bindings.HDF5.PropertyList'
  Missing documentation for:
    Module header
    PropertyListClassID (src/Bindings/HDF5/PropertyList.hs:64)
    root (src/Bindings/HDF5/PropertyList.hs:74)
    objectCreate (src/Bindings/HDF5/PropertyList.hs:75)
    fileCreate (src/Bindings/HDF5/PropertyList.hs:76)
    fileAccess (src/Bindings/HDF5/PropertyList.hs:77)
    datasetCreate (src/Bindings/HDF5/PropertyList.hs:78)
    datasetAccess (src/Bindings/HDF5/PropertyList.hs:79)
    datasetXfer (src/Bindings/HDF5/PropertyList.hs:80)
    fileMount (src/Bindings/HDF5/PropertyList.hs:81)
    groupCreate (src/Bindings/HDF5/PropertyList.hs:82)
    groupAccess (src/Bindings/HDF5/PropertyList.hs:83)
    datatypeCreate (src/Bindings/HDF5/PropertyList.hs:84)
    datatypeAccess (src/Bindings/HDF5/PropertyList.hs:85)
    stringCreate (src/Bindings/HDF5/PropertyList.hs:86)
    attributeCreate (src/Bindings/HDF5/PropertyList.hs:87)
    objectCopy (src/Bindings/HDF5/PropertyList.hs:88)
    linkCreate (src/Bindings/HDF5/PropertyList.hs:89)
    linkAccess (src/Bindings/HDF5/PropertyList.hs:90)
    getClassName (src/Bindings/HDF5/PropertyList.hs:93)
    PropertyListID (src/Bindings/HDF5/PropertyList.hs:102)
    PropertyListOrClass (src/Bindings/HDF5/PropertyList.hs:105)
    PropertyList (src/Bindings/HDF5/PropertyList.hs:106)
    castPropertyList (src/Bindings/HDF5/PropertyList.hs:119)
    createPropertyList (src/Bindings/HDF5/PropertyList.hs:130)
    createPropertyListWithClass (src/Bindings/HDF5/PropertyList.hs:138)
    propertyExists (src/Bindings/HDF5/PropertyList.hs:144)
    getPropertySize (src/Bindings/HDF5/PropertyList.hs:150)
    getNProps (src/Bindings/HDF5/PropertyList.hs:157)
    getPropertyListClass (src/Bindings/HDF5/PropertyList.hs:163)
    getPropertyListClassParent (src/Bindings/HDF5/PropertyList.hs:169)
    propertyListsEqual (src/Bindings/HDF5/PropertyList.hs:175)
    propertyListIsA (src/Bindings/HDF5/PropertyList.hs:180)
    closePropertyListClass (src/Bindings/HDF5/PropertyList.hs:185)
    closePropertyList (src/Bindings/HDF5/PropertyList.hs:190)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.STRCPL'
  Missing documentation for:
    Module header
    STRCPL (src/Bindings/HDF5/PropertyList/STRCPL.hs:14)
    StringCreationPropertyList (src/Bindings/HDF5/PropertyList/STRCPL.hs:13)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.LCPL'
  Missing documentation for:
    Module header
    LCPL (src/Bindings/HDF5/PropertyList/LCPL.hs:14)
    LinkCreationPropertyList (src/Bindings/HDF5/PropertyList/LCPL.hs:13)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.OCPYPL'
  Missing documentation for:
    Module header
    OCPYPL (src/Bindings/HDF5/PropertyList/OCPYPL.hs:13)
    ObjectCopyPropertyList (src/Bindings/HDF5/PropertyList/OCPYPL.hs:12)
   5% (  1 / 17) in 'Bindings.HDF5.PropertyList.OCPL'
  Missing documentation for:
    Module header
    OCPL (src/Bindings/HDF5/PropertyList/OCPL.hs:43)
    ObjectCreationPropertyList (src/Bindings/HDF5/PropertyList/OCPL.hs:42)
    setAttrPhaseChange (src/Bindings/HDF5/PropertyList/OCPL.hs:50)
    getAttrPhaseChange (src/Bindings/HDF5/PropertyList/OCPL.hs:55)
    setAttrCreationOrder (src/Bindings/HDF5/PropertyList/OCPL.hs:62)
    getAttrCreationOrder (src/Bindings/HDF5/PropertyList/OCPL.hs:67)
    setObjTrackTimes (src/Bindings/HDF5/PropertyList/OCPL.hs:73)
    getObjTrackTimes (src/Bindings/HDF5/PropertyList/OCPL.hs:78)
    modifyFilter (src/Bindings/HDF5/PropertyList/OCPL.hs:85)
    setFilter (src/Bindings/HDF5/PropertyList/OCPL.hs:96)
    getNFilters (src/Bindings/HDF5/PropertyList/OCPL.hs:107)
    allFiltersAvail (src/Bindings/HDF5/PropertyList/OCPL.hs:115)
    removeFilter (src/Bindings/HDF5/PropertyList/OCPL.hs:120)
    setDeflate (src/Bindings/HDF5/PropertyList/OCPL.hs:125)
    setFletcher32 (src/Bindings/HDF5/PropertyList/OCPL.hs:130)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.TCPL'
  Missing documentation for:
    Module header
    TCPL (src/Bindings/HDF5/PropertyList/TCPL.hs:13)
    DatatypeCreationPropertyList (src/Bindings/HDF5/PropertyList/TCPL.hs:19)
   7% (  1 / 13) in 'Bindings.HDF5.PropertyList.GCPL'
  Missing documentation for:
    Module header
    GCPL (src/Bindings/HDF5/PropertyList/GCPL.hs:29)
    GroupCreationPropertyList (src/Bindings/HDF5/PropertyList/GCPL.hs:35)
    setLocalHeapSizeHint (src/Bindings/HDF5/PropertyList/GCPL.hs:39)
    getLocalHeapSizeHint (src/Bindings/HDF5/PropertyList/GCPL.hs:44)
    setLinkPhaseChange (src/Bindings/HDF5/PropertyList/GCPL.hs:50)
    getLinkPhaseChange (src/Bindings/HDF5/PropertyList/GCPL.hs:55)
    getEstLinkInfo (src/Bindings/HDF5/PropertyList/GCPL.hs:67)
    setEstLinkInfo (src/Bindings/HDF5/PropertyList/GCPL.hs:62)
    CreationOrder (src/Bindings/HDF5/PropertyList/GCPL.hs:73)
    setLinkCreationOrder (src/Bindings/HDF5/PropertyList/GCPL.hs:89)
    getLinkCreationOrder (src/Bindings/HDF5/PropertyList/GCPL.hs:94)
   5% (  1 / 18) in 'Bindings.HDF5.PropertyList.FCPL'
  Missing documentation for:
    Module header
    FCPL (src/Bindings/HDF5/PropertyList/FCPL.hs:38)
    FileCreationPropertyList (src/Bindings/HDF5/PropertyList/FCPL.hs:44)
    setUserblock (src/Bindings/HDF5/PropertyList/FCPL.hs:51)
    getUserblock (src/Bindings/HDF5/PropertyList/FCPL.hs:56)
    setSizes (src/Bindings/HDF5/PropertyList/FCPL.hs:63)
    getSizes (src/Bindings/HDF5/PropertyList/FCPL.hs:68)
    setSymK (src/Bindings/HDF5/PropertyList/FCPL.hs:75)
    getSymK (src/Bindings/HDF5/PropertyList/FCPL.hs:80)
    setIstoreK (src/Bindings/HDF5/PropertyList/FCPL.hs:87)
    getIstoreK (src/Bindings/HDF5/PropertyList/FCPL.hs:92)
    setSharedMesgNIndexes (src/Bindings/HDF5/PropertyList/FCPL.hs:98)
    getSharedMesgNIndexes (src/Bindings/HDF5/PropertyList/FCPL.hs:103)
    setSharedMesgIndex (src/Bindings/HDF5/PropertyList/FCPL.hs:110)
    getSharedMesgIndex (src/Bindings/HDF5/PropertyList/FCPL.hs:115)
    setSharedMesgPhaseChange (src/Bindings/HDF5/PropertyList/FCPL.hs:122)
    getSharedMesgPhaseChange (src/Bindings/HDF5/PropertyList/FCPL.hs:127)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.FMPL'
  Missing documentation for:
    Module header
    FMPL (src/Bindings/HDF5/PropertyList/FMPL.hs:13)
    FileMountPropertyList (src/Bindings/HDF5/PropertyList/FMPL.hs:12)
  10% (  1 / 10) in 'Bindings.HDF5.PropertyList.FAPL'
  Missing documentation for:
    Module header
    FAPL (src/Bindings/HDF5/PropertyList/FAPL.hs:28)
    FileAccessPropertyList (src/Bindings/HDF5/PropertyList/FAPL.hs:27)
    setAlignment (src/Bindings/HDF5/PropertyList/FAPL.hs:35)
    getAlignment (src/Bindings/HDF5/PropertyList/FAPL.hs:40)
    setFamilyOffset (src/Bindings/HDF5/PropertyList/FAPL.hs:54)
    getFamilyOffset (src/Bindings/HDF5/PropertyList/FAPL.hs:59)
    setFCloseDegree (src/Bindings/HDF5/PropertyList/FAPL.hs:66)
    getFCloseDegree (src/Bindings/HDF5/PropertyList/FAPL.hs:71)
   8% (  1 / 12) in 'Bindings.HDF5.PropertyList.LAPL'
  Missing documentation for:
    Module header
    LAPL (src/Bindings/HDF5/PropertyList/LAPL.hs:32)
    LinkAccessPropertyList (src/Bindings/HDF5/PropertyList/LAPL.hs:31)
    setNLinks (src/Bindings/HDF5/PropertyList/LAPL.hs:39)
    getNLinks (src/Bindings/HDF5/PropertyList/LAPL.hs:44)
    setELinkPrefix (src/Bindings/HDF5/PropertyList/LAPL.hs:50)
    getELinkPrefix (src/Bindings/HDF5/PropertyList/LAPL.hs:56)
    setELinkFAPL (src/Bindings/HDF5/PropertyList/LAPL.hs:68)
    getELinkFAPL (src/Bindings/HDF5/PropertyList/LAPL.hs:62)
    setELinkAccFlags (src/Bindings/HDF5/PropertyList/LAPL.hs:74)
    getELinkAccFlags (src/Bindings/HDF5/PropertyList/LAPL.hs:79)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.TAPL'
  Missing documentation for:
    Module header
    TAPL (src/Bindings/HDF5/PropertyList/TAPL.hs:13)
    DatatypeAccessPropertyList (src/Bindings/HDF5/PropertyList/TAPL.hs:19)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.GAPL'
  Missing documentation for:
    Module header
    GAPL (src/Bindings/HDF5/PropertyList/GAPL.hs:14)
    GroupAccessPropertyList (src/Bindings/HDF5/PropertyList/GAPL.hs:13)
  16% (  1 /  6) in 'Bindings.HDF5.PropertyList.DAPL'
  Missing documentation for:
    Module header
    DAPL (src/Bindings/HDF5/PropertyList/DAPL.hs:19)
    DatasetAccessPropertyList (src/Bindings/HDF5/PropertyList/DAPL.hs:25)
    setChunkCache (src/Bindings/HDF5/PropertyList/DAPL.hs:29)
    getChunkCache (src/Bindings/HDF5/PropertyList/DAPL.hs:34)
  25% (  1 /  4) in 'Bindings.HDF5.PropertyList.DXPL'
  Missing documentation for:
    Module header
    DXPL (src/Bindings/HDF5/PropertyList/DXPL.hs:14)
    DatasetTransferPropertyList (src/Bindings/HDF5/PropertyList/DXPL.hs:13)
   0% (  0 / 14) in 'Bindings.HDF5.Object'
  Missing documentation for:
    Module header
    ObjectId (src/Bindings/HDF5/Object.hs:36)
    Object (src/Bindings/HDF5/Object.hs:39)
    ObjectType (src/Bindings/HDF5/Object.hs:78)
    objectTypeOf (src/Bindings/HDF5/Object.hs:46)
    objectTypeOf1 (src/Bindings/HDF5/Object.hs:52)
    uncheckedCastObject (src/Bindings/HDF5/Object.hs:58)
    castObject (src/Bindings/HDF5/Object.hs:61)
    openObject (src/Bindings/HDF5/Object.hs:72)
    getObjectType (src/Bindings/HDF5/Object.hs:103)
    linkObject (src/Bindings/HDF5/Object.hs:109)
    closeObject (src/Bindings/HDF5/Object.hs:115)
    copyObject (src/Bindings/HDF5/Object.hs:120)
    doesObjectExist (src/Bindings/HDF5/Object.hs:129)
   0% (  0 / 24) in 'Bindings.HDF5.Datatype.Internal'
  Missing documentation for:
    Module header
    Datatype (src/Bindings/HDF5/Datatype/Internal.hs:15)
    NativeType (src/Bindings/HDF5/Datatype/Internal.hs:21)
    nativeTypeOf (src/Bindings/HDF5/Datatype/Internal.hs:154)
    nativeTypeOf1 (src/Bindings/HDF5/Datatype/Internal.hs:160)
    hdfTypeOf (src/Bindings/HDF5/Datatype/Internal.hs:166)
    hdfTypeOf1 (src/Bindings/HDF5/Datatype/Internal.hs:169)
    Class (src/Bindings/HDF5/Datatype/Internal.hs:172)
    classCode (src/Bindings/HDF5/Datatype/Internal.hs:187)
    classFromCode (src/Bindings/HDF5/Datatype/Internal.hs:200)
    CSet (src/Bindings/HDF5/Datatype/Internal.hs:214)
    cSetCode (src/Bindings/HDF5/Datatype/Internal.hs:234)
    cSetFromCode (src/Bindings/HDF5/Datatype/Internal.hs:252)
    ByteOrder (src/Bindings/HDF5/Datatype/Internal.hs:257)
    byteOrderCode (src/Bindings/HDF5/Datatype/Internal.hs:265)
    byteOrder (src/Bindings/HDF5/Datatype/Internal.hs:272)
    Pad (src/Bindings/HDF5/Datatype/Internal.hs:280)
    padCode (src/Bindings/HDF5/Datatype/Internal.hs:287)
    padFromCode (src/Bindings/HDF5/Datatype/Internal.hs:292)
    Normalization (src/Bindings/HDF5/Datatype/Internal.hs:298)
    normalization (src/Bindings/HDF5/Datatype/Internal.hs:304)
    StringPad (src/Bindings/HDF5/Datatype/Internal.hs:310)
    stringPadCode (src/Bindings/HDF5/Datatype/Internal.hs:330)
    stringPadFromCode (src/Bindings/HDF5/Datatype/Internal.hs:348)
   3% (  1 / 28) in 'Bindings.HDF5.PropertyList.DCPL'
  Missing documentation for:
    Module header
    DCPL (src/Bindings/HDF5/PropertyList/DCPL.hs:60)
    DatasetCreationPropertyList (src/Bindings/HDF5/PropertyList/DCPL.hs:66)
    Layout (src/Bindings/HDF5/PropertyList/DCPL.hs:69)
    setLayout (src/Bindings/HDF5/PropertyList/DCPL.hs:88)
    getLayout (src/Bindings/HDF5/PropertyList/DCPL.hs:93)
    setChunk (src/Bindings/HDF5/PropertyList/DCPL.hs:99)
    getChunk (src/Bindings/HDF5/PropertyList/DCPL.hs:106)
    setExternal (src/Bindings/HDF5/PropertyList/DCPL.hs:116)
    getExternalCount (src/Bindings/HDF5/PropertyList/DCPL.hs:122)
    getExternalN (src/Bindings/HDF5/PropertyList/DCPL.hs:127)
    getExternal (src/Bindings/HDF5/PropertyList/DCPL.hs:142)
    setSZip (src/Bindings/HDF5/PropertyList/DCPL.hs:155)
    setShuffle (src/Bindings/HDF5/PropertyList/DCPL.hs:160)
    setNBit (src/Bindings/HDF5/PropertyList/DCPL.hs:165)
    ScaleType (src/Bindings/HDF5/PropertyList/DCPL.hs:169)
    setScaleOffset (src/Bindings/HDF5/PropertyList/DCPL.hs:181)
    setFillValue (src/Bindings/HDF5/PropertyList/DCPL.hs:186)
    getFillValue (src/Bindings/HDF5/PropertyList/DCPL.hs:192)
    FillValueDefaultType (src/Bindings/HDF5/PropertyList/DCPL.hs:197)
    fillValueDefined (src/Bindings/HDF5/PropertyList/DCPL.hs:212)
    AllocTime (src/Bindings/HDF5/PropertyList/DCPL.hs:218)
    setAllocTime (src/Bindings/HDF5/PropertyList/DCPL.hs:241)
    getAllocTime (src/Bindings/HDF5/PropertyList/DCPL.hs:246)
    FillTime (src/Bindings/HDF5/PropertyList/DCPL.hs:252)
    setFillTime (src/Bindings/HDF5/PropertyList/DCPL.hs:271)
    getFillTime (src/Bindings/HDF5/PropertyList/DCPL.hs:276)
  50% (  5 / 10) in 'Bindings.HDF5.Group'
  Missing documentation for:
    Group (src/Bindings/HDF5/Group.hs:64)
    GroupStorageType (src/Bindings/HDF5/Group.hs:122)
    GroupInfo (src/Bindings/HDF5/Group.hs:136)
    getGroupInfo (src/Bindings/HDF5/Group.hs:147)
    getGroupInfoByName (src/Bindings/HDF5/Group.hs:154)
   0% (  0 / 17) in 'Bindings.HDF5.Link'
  Missing documentation for:
    Module header
    createHardLink (src/Bindings/HDF5/Link.hsc:82)
    createSoftLink (src/Bindings/HDF5/Link.hsc:91)
    createExternalLink (src/Bindings/HDF5/Link.hsc:100)
    getLinkNameByIdx (src/Bindings/HDF5/Link.hsc:108)
    doesLinkExist (src/Bindings/HDF5/Link.hsc:114)
    moveLink (src/Bindings/HDF5/Link.hsc:120)
    copyLink (src/Bindings/HDF5/Link.hsc:129)
    deleteLink (src/Bindings/HDF5/Link.hsc:138)
    LinkType (src/Bindings/HDF5/Link.hsc:143)
    LinkInfo (src/Bindings/HDF5/Link.hsc:159)
    getLinkInfo (src/Bindings/HDF5/Link.hsc:207)
    getSymLinkVal (src/Bindings/HDF5/Link.hsc:215)
    iterateLinks (src/Bindings/HDF5/Link.hsc:259)
    iterateLinksByName (src/Bindings/HDF5/Link.hsc:267)
    visitLinks (src/Bindings/HDF5/Link.hsc:276)
    visitLinksByName (src/Bindings/HDF5/Link.hsc:282)
   0% (  0 / 23) in 'Bindings.HDF5.File'
  Missing documentation for:
    Module header
    AccFlags (src/Bindings/HDF5/File.hsc:64)
    ObjType (src/Bindings/HDF5/File.hsc:97)
    Scope (src/Bindings/HDF5/File.hsc:130)
    isHDF5 (src/Bindings/HDF5/File.hsc:170)
    File (src/Bindings/HDF5/File.hsc:172)
    createFile (src/Bindings/HDF5/File.hsc:180)
    openFile (src/Bindings/HDF5/File.hsc:187)
    reopenFile (src/Bindings/HDF5/File.hsc:194)
    flushFile (src/Bindings/HDF5/File.hsc:200)
    closeFile (src/Bindings/HDF5/File.hsc:205)
    mountFile (src/Bindings/HDF5/File.hsc:209)
    unmountFile (src/Bindings/HDF5/File.hsc:215)
    getFileSize (src/Bindings/HDF5/File.hsc:221)
    getFileCreatePlist (src/Bindings/HDF5/File.hsc:228)
    getFileAccessPlist (src/Bindings/HDF5/File.hsc:234)
    FileInfo (src/Bindings/HDF5/File.hsc:239)
    getFileInfo (src/Bindings/HDF5/File.hsc:249)
    getFileIntent (src/Bindings/HDF5/File.hsc:256)
    getFileName (src/Bindings/HDF5/File.hsc:263)
    getFileObjCount (src/Bindings/HDF5/File.hsc:269)
    getOpenObjects (src/Bindings/HDF5/File.hsc:275)
    getFileFreespace (src/Bindings/HDF5/File.hsc:283)
Warning: Bindings.HDF5.Datatype: Could not find documentation for exported module: Bindings.HDF5.Datatype
   0% (  0 / 54) in 'Bindings.HDF5.Datatype'
  Missing documentation for:
    Module header
    Datatype (src/Bindings/HDF5/Datatype/Internal.hs:15)
    Class (src/Bindings/HDF5/Datatype/Internal.hs:172)
    CSet (src/Bindings/HDF5/Datatype/Internal.hs:214)
    ByteOrder (src/Bindings/HDF5/Datatype/Internal.hs:257)
    Normalization (src/Bindings/HDF5/Datatype/Internal.hs:298)
    Pad (src/Bindings/HDF5/Datatype/Internal.hs:280)
    StringPad (src/Bindings/HDF5/Datatype/Internal.hs:310)
    NativeType (src/Bindings/HDF5/Datatype/Internal.hs:21)
    nativeTypeOf (src/Bindings/HDF5/Datatype/Internal.hs:154)
    nativeTypeOf1 (src/Bindings/HDF5/Datatype/Internal.hs:160)
    createTypeID (src/Bindings/HDF5/Datatype.hs:117)
    copyTypeID (src/Bindings/HDF5/Datatype.hs:123)
    closeTypeID (src/Bindings/HDF5/Datatype.hs:129)
    typeIDsEqual (src/Bindings/HDF5/Datatype.hs:134)
    lockTypeID (src/Bindings/HDF5/Datatype.hs:139)
    commitTypeID (src/Bindings/HDF5/Datatype.hs:144)
    openTypeID (src/Bindings/HDF5/Datatype.hs:150)
    commitTypeIDAnonymously (src/Bindings/HDF5/Datatype.hs:157)
    getTypeCreationPList (src/Bindings/HDF5/Datatype.hs:162)
    committedTypeID (src/Bindings/HDF5/Datatype.hs:168)
    encodeTypeID (src/Bindings/HDF5/Datatype.hs:173)
    decodeTypeID (src/Bindings/HDF5/Datatype.hs:180)
    insertCompoundTypeMember (src/Bindings/HDF5/Datatype.hs:188)
    packCompoundType (src/Bindings/HDF5/Datatype.hs:194)
    createVLenType (src/Bindings/HDF5/Datatype.hs:214)
    createArrayType (src/Bindings/HDF5/Datatype.hs:222)
    getArrayTypeNDims (src/Bindings/HDF5/Datatype.hs:230)
    getArrayTypeDims (src/Bindings/HDF5/Datatype.hs:235)
    setOpaqueTypeTag (src/Bindings/HDF5/Datatype.hs:248)
    getOpaqueTypeTag (src/Bindings/HDF5/Datatype.hs:254)
    getSuperType (src/Bindings/HDF5/Datatype.hs:262)
    getTypeClass (src/Bindings/HDF5/Datatype.hs:268)
    detectTypeClass (src/Bindings/HDF5/Datatype.hs:274)
    getTypeSize (src/Bindings/HDF5/Datatype.hs:279)
    getByteOrder (src/Bindings/HDF5/Datatype.hs:284)
    getTypePrecision (src/Bindings/HDF5/Datatype.hs:290)
    getTypeOffset (src/Bindings/HDF5/Datatype.hs:295)
    getTypePad (src/Bindings/HDF5/Datatype.hs:300)
    getFloatTypeFields (src/Bindings/HDF5/Datatype.hs:309)
    getFloatTypeEBias (src/Bindings/HDF5/Datatype.hs:321)
    getFloatTypeNormalization (src/Bindings/HDF5/Datatype.hs:325)
    getFloatTypeInternalPad (src/Bindings/HDF5/Datatype.hs:331)
    getStringPad (src/Bindings/HDF5/Datatype.hs:337)
    getTypeNMembers (src/Bindings/HDF5/Datatype.hs:344)
    getMemberName (src/Bindings/HDF5/Datatype.hs:350)
    getMemberIndex (src/Bindings/HDF5/Datatype.hs:358)
    setTypeSize (src/Bindings/HDF5/Datatype.hs:379)
    setByteOrder (src/Bindings/HDF5/Datatype.hs:384)
    setTypePrecision (src/Bindings/HDF5/Datatype.hs:389)
    setTypeOffset (src/Bindings/HDF5/Datatype.hs:394)
    setTypePad (src/Bindings/HDF5/Datatype.hs:399)
    setFloatTypeFields (src/Bindings/HDF5/Datatype.hs:404)
    setFloatTypeEBias (src/Bindings/HDF5/Datatype.hs:409)
   0% (  0 / 35) in 'Bindings.HDF5.Dataspace'
  Missing documentation for:
    Module header
    Dataspace (src/Bindings/HDF5/Dataspace.hsc:79)
    DataspaceClass (src/Bindings/HDF5/Dataspace.hsc:85)
    SelectionOperator (src/Bindings/HDF5/Dataspace.hsc:189)
    SelectionType (src/Bindings/HDF5/Dataspace.hsc:361)
    createDataspace (src/Bindings/HDF5/Dataspace.hsc:104)
    createSimpleDataspace (src/Bindings/HDF5/Dataspace.hsc:110)
    createExpandableDataspace (src/Bindings/HDF5/Dataspace.hsc:118)
    copyDataspace (src/Bindings/HDF5/Dataspace.hsc:129)
    closeDataspace (src/Bindings/HDF5/Dataspace.hsc:135)
    encodeDataspace (src/Bindings/HDF5/Dataspace.hsc:140)
    decodeDataspace (src/Bindings/HDF5/Dataspace.hsc:147)
    getSimpleDataspaceExtentNPoints (src/Bindings/HDF5/Dataspace.hsc:153)
    getSimpleDataspaceExtentNDims (src/Bindings/HDF5/Dataspace.hsc:159)
    getSimpleDataspaceExtent (src/Bindings/HDF5/Dataspace.hsc:164)
    isSimpleDataspace (src/Bindings/HDF5/Dataspace.hsc:179)
    getDataspaceSelectionNPoints (src/Bindings/HDF5/Dataspace.hsc:184)
    selectHyperslab (src/Bindings/HDF5/Dataspace.hsc:211)
    selectElements (src/Bindings/HDF5/Dataspace.hsc:235)
    getSimpleDataspaceExtentType (src/Bindings/HDF5/Dataspace.hsc:250)
    setDataspaceExtentNone (src/Bindings/HDF5/Dataspace.hsc:256)
    copyDataspaceExtent (src/Bindings/HDF5/Dataspace.hsc:261)
    dataspaceExtentsEqual (src/Bindings/HDF5/Dataspace.hsc:266)
    selectAll (src/Bindings/HDF5/Dataspace.hsc:271)
    selectNone (src/Bindings/HDF5/Dataspace.hsc:276)
    offsetSimpleDataspaceSelection (src/Bindings/HDF5/Dataspace.hsc:281)
    selectionValid (src/Bindings/HDF5/Dataspace.hsc:292)
    getHyperslabSelection (src/Bindings/HDF5/Dataspace.hsc:297)
    getHyperslabSelectionNBlocks (src/Bindings/HDF5/Dataspace.hsc:300)
    getHyperslabSelectionBlockList (src/Bindings/HDF5/Dataspace.hsc:306)
    getElementSelection (src/Bindings/HDF5/Dataspace.hsc:325)
    getElementSelectionNPoints (src/Bindings/HDF5/Dataspace.hsc:328)
    getElementSelectionPointList (src/Bindings/HDF5/Dataspace.hsc:334)
    getSelectionBounds (src/Bindings/HDF5/Dataspace.hsc:350)
    getSelectionType (src/Bindings/HDF5/Dataspace.hsc:374)
   0% (  0 / 19) in 'Bindings.HDF5.Dataset'
  Missing documentation for:
    Module header
    Dataset (src/Bindings/HDF5/Dataset.hs:53)
    createDataset (src/Bindings/HDF5/Dataset.hs:61)
    createAnonymousDataset (src/Bindings/HDF5/Dataset.hs:69)
    openDataset (src/Bindings/HDF5/Dataset.hs:76)
    closeDataset (src/Bindings/HDF5/Dataset.hs:83)
    getDatasetSpace (src/Bindings/HDF5/Dataset.hs:87)
    SpaceStatus (src/Bindings/HDF5/Dataset.hs:91)
    getDatasetSpaceStatus (src/Bindings/HDF5/Dataset.hs:105)
    getDatasetType (src/Bindings/HDF5/Dataset.hs:111)
    getDatasetCreatePList (src/Bindings/HDF5/Dataset.hs:117)
    getDatasetAccessPList (src/Bindings/HDF5/Dataset.hs:123)
    getDatasetStorageSize (src/Bindings/HDF5/Dataset.hs:129)
    getDatasetOffset (src/Bindings/HDF5/Dataset.hs:134)
    readDataset (src/Bindings/HDF5/Dataset.hs:141)
    readDatasetInto (src/Bindings/HDF5/Dataset.hs:151)
    writeDataset (src/Bindings/HDF5/Dataset.hs:163)
    setDatasetExtent (src/Bindings/HDF5/Dataset.hs:219)
    fillSelection (src/Bindings/HDF5/Dataset.hs:226)
  41% (  5 / 12) in 'Bindings.HDF5.Attribute'
  Missing documentation for:
    Attribute (src/Bindings/HDF5/Attribute.hs:56)
    getAttributeType (src/Bindings/HDF5/Attribute.hs:70)
    getAttributeInfo (src/Bindings/HDF5/Attribute.hs:151)
    getAttributeSpace (src/Bindings/HDF5/Attribute.hs:82)
    doesAttributeExist (src/Bindings/HDF5/Attribute.hs:132)
    iterateAttributes (src/Bindings/HDF5/Attribute.hs:188)
    iterateAttributesByName (src/Bindings/HDF5/Attribute.hs:196)
  84% ( 21 / 25) in 'Bindings.HDF5'
  Missing documentation for:
    Module header
    IndexType (src/Bindings/HDF5/Core.hs:68)
    IterOrder (src/Bindings/HDF5/Core.hs:77)
    IH_Info (src/Bindings/HDF5/Core.hs:63)
Warning: Foreign.Ptr.Conventions: could not find link destinations for: 
	- Data.Vector.Storable.Vector
	- Data.Vector.Storable.Mutable.IOVector
Warning: Bindings.HDF5.PropertyList: could not find link destinations for: 
	- Data.Tagged.Rep1_Tagged
	- Data.Tagged.Rep_Tagged
Warning: Bindings.HDF5.PropertyList.OCPL: could not find link destinations for: 
	- Data.Vector.Storable.Vector
Warning: Bindings.HDF5.File: could not find link destinations for: 
	- Data.Vector.Storable.Vector
Warning: Bindings.HDF5.Dataspace: could not find link destinations for: 
	- Data.Vector.Storable.Vector
	- Data.Vector.Vector
Warning: Bindings.HDF5.Dataset: could not find link destinations for: 
	- Data.Vector.Storable.Vector
	- Data.Vector.Storable.Mutable.MVector
Warning: Bindings.HDF5.Attribute: could not find link destinations for: 
	- Data.Vector.Storable.Vector
	- Bindings.HDF5.Attribute.AttributeInfo
Documentation created: dist/doc/html/hdf5/, dist/doc/html/hdf5/hdf5.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hdf5-1.8.15-7AgV9QJMWMPHXQOyWSgmkP
Completed    hdf5-1.8.15

Test log

[view raw]

Resolving dependencies...
Error:
    Internal libraries only supported with per-component builds.
    Per-component builds were disabled because program coverage is enabled
    In the package 'vector-0.13.2.0'