Resolving dependencies... 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 Configuring containers-0.8... Preprocessing library for containers-0.8.. Building library for containers-0.8.. [ 1 of 35] Compiling Utils.Containers.Internal.BitUtil ( src/Utils/Containers/Internal/BitUtil.hs, dist/build/Utils/Containers/Internal/BitUtil.o, dist/build/Utils/Containers/Internal/BitUtil.dyn_o ) [ 2 of 35] Compiling Utils.Containers.Internal.BitQueue ( src/Utils/Containers/Internal/BitQueue.hs, dist/build/Utils/Containers/Internal/BitQueue.o, dist/build/Utils/Containers/Internal/BitQueue.dyn_o ) [ 3 of 35] Compiling Data.IntSet.Internal.IntTreeCommons ( src/Data/IntSet/Internal/IntTreeCommons.hs, dist/build/Data/IntSet/Internal/IntTreeCommons.o, dist/build/Data/IntSet/Internal/IntTreeCommons.dyn_o ) [ 4 of 35] Compiling Utils.Containers.Internal.Prelude ( src/Utils/Containers/Internal/Prelude.hs, dist/build/Utils/Containers/Internal/Prelude.o, dist/build/Utils/Containers/Internal/Prelude.dyn_o ) [ 5 of 35] Compiling Utils.Containers.Internal.PtrEquality ( src/Utils/Containers/Internal/PtrEquality.hs, dist/build/Utils/Containers/Internal/PtrEquality.o, dist/build/Utils/Containers/Internal/PtrEquality.dyn_o ) [ 6 of 35] Compiling Utils.Containers.Internal.State ( src/Utils/Containers/Internal/State.hs, dist/build/Utils/Containers/Internal/State.o, dist/build/Utils/Containers/Internal/State.dyn_o ) [ 7 of 35] Compiling Utils.Containers.Internal.StrictMaybe ( src/Utils/Containers/Internal/StrictMaybe.hs, dist/build/Utils/Containers/Internal/StrictMaybe.o, dist/build/Utils/Containers/Internal/StrictMaybe.dyn_o ) [ 8 of 35] Compiling Utils.Containers.Internal.StrictPair ( src/Utils/Containers/Internal/StrictPair.hs, dist/build/Utils/Containers/Internal/StrictPair.o, dist/build/Utils/Containers/Internal/StrictPair.dyn_o ) [ 9 of 35] Compiling Utils.Containers.Internal.EqOrdUtil ( src/Utils/Containers/Internal/EqOrdUtil.hs, dist/build/Utils/Containers/Internal/EqOrdUtil.o, dist/build/Utils/Containers/Internal/EqOrdUtil.dyn_o ) [10 of 35] Compiling Data.Set.Internal ( src/Data/Set/Internal.hs, dist/build/Data/Set/Internal.o, dist/build/Data/Set/Internal.dyn_o ) [11 of 35] Compiling Data.Set ( src/Data/Set.hs, dist/build/Data/Set.o, dist/build/Data/Set.dyn_o ) [12 of 35] Compiling Data.Sequence.Internal ( src/Data/Sequence/Internal.hs, dist/build/Data/Sequence/Internal.o, dist/build/Data/Sequence/Internal.dyn_o ) [13 of 35] Compiling Data.Sequence.Internal.Sorting ( src/Data/Sequence/Internal/Sorting.hs, dist/build/Data/Sequence/Internal/Sorting.o, dist/build/Data/Sequence/Internal/Sorting.dyn_o ) [14 of 35] Compiling Data.Sequence ( src/Data/Sequence.hs, dist/build/Data/Sequence.o, dist/build/Data/Sequence.dyn_o ) [15 of 35] Compiling Data.Tree ( src/Data/Tree.hs, dist/build/Data/Tree.o, dist/build/Data/Tree.dyn_o ) [16 of 35] Compiling Data.Graph ( src/Data/Graph.hs, dist/build/Data/Graph.o, dist/build/Data/Graph.dyn_o ) [17 of 35] Compiling Data.Map.Internal ( src/Data/Map/Internal.hs, dist/build/Data/Map/Internal.o, dist/build/Data/Map/Internal.dyn_o ) [18 of 35] Compiling Data.Map.Merge.Lazy ( src/Data/Map/Merge/Lazy.hs, dist/build/Data/Map/Merge/Lazy.o, dist/build/Data/Map/Merge/Lazy.dyn_o ) [19 of 35] Compiling Data.Map.Internal.Debug ( src/Data/Map/Internal/Debug.hs, dist/build/Data/Map/Internal/Debug.o, dist/build/Data/Map/Internal/Debug.dyn_o ) [20 of 35] Compiling Data.Map.Strict.Internal ( src/Data/Map/Strict/Internal.hs, dist/build/Data/Map/Strict/Internal.o, dist/build/Data/Map/Strict/Internal.dyn_o ) [21 of 35] Compiling Data.Map.Strict ( src/Data/Map/Strict.hs, dist/build/Data/Map/Strict.o, dist/build/Data/Map/Strict.dyn_o ) [22 of 35] Compiling Data.Map.Merge.Strict ( src/Data/Map/Merge/Strict.hs, dist/build/Data/Map/Merge/Strict.o, dist/build/Data/Map/Merge/Strict.dyn_o ) [23 of 35] Compiling Data.Map.Lazy ( src/Data/Map/Lazy.hs, dist/build/Data/Map/Lazy.o, dist/build/Data/Map/Lazy.dyn_o ) [24 of 35] Compiling Data.Map ( src/Data/Map.hs, dist/build/Data/Map.o, dist/build/Data/Map.dyn_o ) [25 of 35] Compiling Data.IntSet.Internal ( src/Data/IntSet/Internal.hs, dist/build/Data/IntSet/Internal.o, dist/build/Data/IntSet/Internal.dyn_o ) [26 of 35] Compiling Data.IntSet ( src/Data/IntSet.hs, dist/build/Data/IntSet.o, dist/build/Data/IntSet.dyn_o ) [27 of 35] Compiling Data.Containers.ListUtils ( src/Data/Containers/ListUtils.hs, dist/build/Data/Containers/ListUtils.o, dist/build/Data/Containers/ListUtils.dyn_o ) [28 of 35] Compiling Data.IntMap.Internal ( src/Data/IntMap/Internal.hs, dist/build/Data/IntMap/Internal.o, dist/build/Data/IntMap/Internal.dyn_o ) [29 of 35] Compiling Data.IntMap.Strict.Internal ( src/Data/IntMap/Strict/Internal.hs, dist/build/Data/IntMap/Strict/Internal.o, dist/build/Data/IntMap/Strict/Internal.dyn_o ) [30 of 35] Compiling Data.IntMap.Strict ( src/Data/IntMap/Strict.hs, dist/build/Data/IntMap/Strict.o, dist/build/Data/IntMap/Strict.dyn_o ) [31 of 35] Compiling Data.IntMap.Merge.Strict ( src/Data/IntMap/Merge/Strict.hs, dist/build/Data/IntMap/Merge/Strict.o, dist/build/Data/IntMap/Merge/Strict.dyn_o ) [32 of 35] Compiling Data.IntMap.Merge.Lazy ( src/Data/IntMap/Merge/Lazy.hs, dist/build/Data/IntMap/Merge/Lazy.o, dist/build/Data/IntMap/Merge/Lazy.dyn_o ) [33 of 35] Compiling Data.IntMap.Lazy ( src/Data/IntMap/Lazy.hs, dist/build/Data/IntMap/Lazy.o, dist/build/Data/IntMap/Lazy.dyn_o ) [34 of 35] Compiling Data.IntMap ( src/Data/IntMap.hs, dist/build/Data/IntMap.o, dist/build/Data/IntMap.dyn_o ) [35 of 35] Compiling Data.IntMap.Internal.Debug ( src/Data/IntMap/Internal/Debug.hs, dist/build/Data/IntMap/Internal/Debug.o, dist/build/Data/IntMap/Internal/Debug.dyn_o ) Preprocessing library for containers-0.8.. Running Haddock on library for containers-0.8.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 35] Compiling Utils.Containers.Internal.BitUtil ( src/Utils/Containers/Internal/BitUtil.hs, nothing ) [ 2 of 35] Compiling Utils.Containers.Internal.BitQueue ( src/Utils/Containers/Internal/BitQueue.hs, nothing ) [ 3 of 35] Compiling Data.IntSet.Internal.IntTreeCommons ( src/Data/IntSet/Internal/IntTreeCommons.hs, nothing ) [ 4 of 35] Compiling Utils.Containers.Internal.Prelude ( src/Utils/Containers/Internal/Prelude.hs, nothing ) [ 5 of 35] Compiling Utils.Containers.Internal.PtrEquality ( src/Utils/Containers/Internal/PtrEquality.hs, nothing ) [ 6 of 35] Compiling Utils.Containers.Internal.State ( src/Utils/Containers/Internal/State.hs, nothing ) [ 7 of 35] Compiling Utils.Containers.Internal.StrictMaybe ( src/Utils/Containers/Internal/StrictMaybe.hs, nothing ) [ 8 of 35] Compiling Utils.Containers.Internal.StrictPair ( src/Utils/Containers/Internal/StrictPair.hs, nothing ) [ 9 of 35] Compiling Utils.Containers.Internal.EqOrdUtil ( src/Utils/Containers/Internal/EqOrdUtil.hs, nothing ) [10 of 35] Compiling Data.Set.Internal ( src/Data/Set/Internal.hs, nothing ) [11 of 35] Compiling Data.Set ( src/Data/Set.hs, nothing ) [12 of 35] Compiling Data.Sequence.Internal ( src/Data/Sequence/Internal.hs, nothing ) [13 of 35] Compiling Data.Sequence.Internal.Sorting ( src/Data/Sequence/Internal/Sorting.hs, nothing ) [14 of 35] Compiling Data.Sequence ( src/Data/Sequence.hs, nothing ) [15 of 35] Compiling Data.Tree ( src/Data/Tree.hs, nothing ) [16 of 35] Compiling Data.Graph ( src/Data/Graph.hs, nothing ) [17 of 35] Compiling Data.Map.Internal ( src/Data/Map/Internal.hs, nothing ) [18 of 35] Compiling Data.Map.Merge.Lazy ( src/Data/Map/Merge/Lazy.hs, nothing ) [19 of 35] Compiling Data.Map.Internal.Debug ( src/Data/Map/Internal/Debug.hs, nothing ) [20 of 35] Compiling Data.Map.Strict.Internal ( src/Data/Map/Strict/Internal.hs, nothing ) [21 of 35] Compiling Data.Map.Strict ( src/Data/Map/Strict.hs, nothing ) [22 of 35] Compiling Data.Map.Merge.Strict ( src/Data/Map/Merge/Strict.hs, nothing ) [23 of 35] Compiling Data.Map.Lazy ( src/Data/Map/Lazy.hs, nothing ) [24 of 35] Compiling Data.Map ( src/Data/Map.hs, nothing ) [25 of 35] Compiling Data.IntSet.Internal ( src/Data/IntSet/Internal.hs, nothing ) [26 of 35] Compiling Data.IntSet ( src/Data/IntSet.hs, nothing ) [27 of 35] Compiling Data.Containers.ListUtils ( src/Data/Containers/ListUtils.hs, nothing ) [28 of 35] Compiling Data.IntMap.Internal ( src/Data/IntMap/Internal.hs, nothing ) [29 of 35] Compiling Data.IntMap.Strict.Internal ( src/Data/IntMap/Strict/Internal.hs, nothing ) [30 of 35] Compiling Data.IntMap.Strict ( src/Data/IntMap/Strict.hs, nothing ) [31 of 35] Compiling Data.IntMap.Merge.Strict ( src/Data/IntMap/Merge/Strict.hs, nothing ) [32 of 35] Compiling Data.IntMap.Merge.Lazy ( src/Data/IntMap/Merge/Lazy.hs, nothing ) [33 of 35] Compiling Data.IntMap.Lazy ( src/Data/IntMap/Lazy.hs, nothing ) [34 of 35] Compiling Data.IntMap ( src/Data/IntMap.hs, nothing ) [35 of 35] Compiling Data.IntMap.Internal.Debug ( src/Data/IntMap/Internal/Debug.hs, nothing ) Haddock coverage: 66% ( 8 / 12) in 'Data.IntSet.Internal.IntTreeCommons' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) treeTreeBranch (src/Data/IntSet/Internal/IntTreeCommons.hs:123) i2w (src/Data/IntSet/Internal/IntTreeCommons.hs:162) Order (src/Data/IntSet/Internal/IntTreeCommons.hs:166) Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 89 / 94) in 'Data.Set.Internal' Missing documentation for: Size (src/Data/Set/Internal.hs:283) bin (src/Data/Set/Internal.hs:1956) balanced (src/Data/Set/Internal.hs:2220) link (src/Data/Set/Internal.hs:1717) merge (src/Data/Set/Internal.hs:1743) 100% ( 90 / 90) in 'Data.Set' Warning: 'Seq' is ambiguous. It is defined * at src/Data/Sequence/Internal.hs:328:17 * at src/Data/Sequence/Internal.hs:328: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/Sequence/Internal.hs:328:1 Warning: 'Rigid' is ambiguous. It is defined * at src/Data/Sequence/Internal.hs:634:16 * at src/Data/Sequence/Internal.hs:634: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/Sequence/Internal.hs:634:1 Warning: 'liftAMiddle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 90 /102) in 'Data.Sequence.Internal' Missing documentation for: Elem (src/Data/Sequence/Internal.hs:1433) FingerTree (src/Data/Sequence/Internal.hs:1042) Node (src/Data/Sequence/Internal.hs:1354) Digit (src/Data/Sequence/Internal.hs:1241) Sized (src/Data/Sequence/Internal.hs:292) MaybeForce (src/Data/Sequence/Internal.hs:300) foldDigit (src/Data/Sequence/Internal.hs:1262) foldNode (src/Data/Sequence/Internal.hs:1373) foldWithIndexDigit (src/Data/Sequence/Internal.hs:3185) foldWithIndexNode (src/Data/Sequence/Internal.hs:3202) foldMapWithIndex (src/Data/Sequence/Internal.hs:3216) liftA2Seq (src/Data/Sequence/Internal.hs:595) Warning: 'Seq' is ambiguous. It is defined * at src/Data/Sequence/Internal.hs:328:17 * at src/Data/Sequence/Internal.hs:328: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/Sequence/Internal.hs:328:1 80% ( 32 / 40) in 'Data.Sequence.Internal.Sorting' Missing documentation for: QList (src/Data/Sequence/Internal/Sorting.hs:190) IQList (src/Data/Sequence/Internal/Sorting.hs:199) TQList (src/Data/Sequence/Internal/Sorting.hs:208) ITQList (src/Data/Sequence/Internal/Sorting.hs:217) buildQ (src/Data/Sequence/Internal/Sorting.hs:347) buildIQ (src/Data/Sequence/Internal/Sorting.hs:355) buildTQ (src/Data/Sequence/Internal/Sorting.hs:362) buildITQ (src/Data/Sequence/Internal/Sorting.hs:370) Warning: 'Seq' is ambiguous. It is defined * at src/Data/Sequence/Internal.hs:328:17 * at src/Data/Sequence/Internal.hs:328: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/Sequence/Internal.hs:328:1 Warning: 'Applicative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '<*>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '*>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '<*' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 99% ( 99 /100) in 'Data.Sequence' Missing documentation for: foldMapWithIndex (src/Data/Sequence/Internal.hs:3216) 100% ( 23 / 23) in 'Data.Tree' 100% ( 40 / 40) in 'Data.Graph' 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: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2203:28 * at src/Data/Map/Internal.hs:2203: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/Map/Internal.hs:2203:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2323:33 * at src/Data/Map/Internal.hs:2323: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/Map/Internal.hs:2323:1 Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Arg' is ambiguous. It is defined * in Data.Semigroup * in Data.Semigroup 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.Semigroup 88% (191 /215) in 'Data.Map.Internal' Missing documentation for: Size (src/Data/Map/Internal.hs:476) AreWeStrict (src/Data/Map/Internal.hs:1190) atKeyImpl (src/Data/Map/Internal.hs:1264) atKeyPlain (src/Data/Map/Internal.hs:1383) bin (src/Data/Map/Internal.hs:4327) balance (src/Data/Map/Internal.hs:4220) balanceL (src/Data/Map/Internal.hs:4265) balanceR (src/Data/Map/Internal.hs:4295) delta (src/Data/Map/Internal.hs:4185) insertMax (src/Data/Map/Internal.hs:4057) link (src/Data/Map/Internal.hs:4047) link2 (src/Data/Map/Internal.hs:4073) glue (src/Data/Map/Internal.hs:4085) ascLinkTop (src/Data/Map/Internal.hs:3805) ascLinkAll (src/Data/Map/Internal.hs:3812) descLinkTop (src/Data/Map/Internal.hs:3837) descLinkAll (src/Data/Map/Internal.hs:3845) MaybeS (src/Utils/Containers/Internal/StrictMaybe.hs:13) Stack (src/Data/Map/Internal.hs:3848) foldl'Stack (src/Data/Map/Internal.hs:3851) MapBuilder (src/Data/Map/Internal.hs:3976) emptyB (src/Data/Map/Internal.hs:3982) insertB (src/Data/Map/Internal.hs:3987) finishB (src/Data/Map/Internal.hs:4017) Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2203:28 * at src/Data/Map/Internal.hs:2203: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/Map/Internal.hs:2203:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2323:33 * at src/Data/Map/Internal.hs:2323: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/Map/Internal.hs:2323:1 100% ( 39 / 39) in 'Data.Map.Merge.Lazy' 42% ( 6 / 14) in 'Data.Map.Internal.Debug' Missing documentation for: Module header showsTree (src/Data/Map/Internal/Debug.hs:60) showsTreeHang (src/Data/Map/Internal/Debug.hs:73) showWide (src/Data/Map/Internal/Debug.hs:86) showsBars (src/Data/Map/Internal/Debug.hs:91) node (src/Data/Map/Internal/Debug.hs:97) withBar (src/Data/Map/Internal/Debug.hs:100) withEmpty (src/Data/Map/Internal/Debug.hs:101) 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: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const 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.Const Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2203:28 * at src/Data/Map/Internal.hs:2203: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/Map/Internal.hs:2203:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2323:33 * at src/Data/Map/Internal.hs:2323: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/Map/Internal.hs:2323:1 Warning: 'f' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Arg' is ambiguous. It is defined * in Data.Semigroup * in Data.Semigroup 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.Semigroup 99% (188 /189) in 'Data.Map.Strict.Internal' Missing documentation for: Size (src/Data/Map/Internal.hs:476) 100% (162 /162) in 'Data.Map.Strict' Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2203:28 * at src/Data/Map/Internal.hs:2203: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/Map/Internal.hs:2203:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/Map/Internal.hs:2323:33 * at src/Data/Map/Internal.hs:2323: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/Map/Internal.hs:2323:1 100% ( 36 / 36) in 'Data.Map.Merge.Strict' 100% (162 /162) in 'Data.Map.Lazy' Warning: 'lookup' is ambiguous. It is defined * in GHC.List * at src/Data/Map/Internal.hs:580: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/Map/Internal.hs:580:1 100% ( 2 / 2) in 'Data.Map' 93% ( 78 / 83) in 'Data.IntSet.Internal' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) BitMap (src/Data/IntSet/Internal.hs:260) suffixBitMask (src/Data/IntSet/Internal.hs:1749) prefixBitMask (src/Data/IntSet/Internal.hs:1753) bitmapOf (src/Data/IntSet/Internal.hs:1769) 98% ( 78 / 79) in 'Data.IntSet' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) 100% ( 5 / 5) in 'Data.Containers.ListUtils' Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/IntMap/Internal.hs:1506:26 * at src/Data/IntMap/Internal.hs:1506: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/IntMap/Internal.hs:1506:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/IntMap/Internal.hs:1648:31 * at src/Data/IntMap/Internal.hs:1648: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/IntMap/Internal.hs:1648:1 96% (180 /186) in 'Data.IntMap.Internal' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) mergeWithKey' (src/Data/IntMap/Internal.hs:1449) linkWithMask (src/Data/IntMap/Internal.hs:3676) bin (src/Data/IntMap/Internal.hs:3688) binCheckLeft (src/Data/IntMap/Internal.hs:3695) binCheckRight (src/Data/IntMap/Internal.hs:3701) 99% (142 /143) in 'Data.IntMap.Strict.Internal' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) Warning: 'Functor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Traversable' 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. 99% (142 /143) in 'Data.IntMap.Strict' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/IntMap/Internal.hs:1506:26 * at src/Data/IntMap/Internal.hs:1506: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/IntMap/Internal.hs:1506:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/IntMap/Internal.hs:1648:31 * at src/Data/IntMap/Internal.hs:1648: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/IntMap/Internal.hs:1648:1 100% ( 35 / 35) in 'Data.IntMap.Merge.Strict' Warning: 'WhenMissing' is ambiguous. It is defined * at src/Data/IntMap/Internal.hs:1506:26 * at src/Data/IntMap/Internal.hs:1506: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/IntMap/Internal.hs:1506:1 Warning: 'WhenMatched' is ambiguous. It is defined * at src/Data/IntMap/Internal.hs:1648:31 * at src/Data/IntMap/Internal.hs:1648: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/IntMap/Internal.hs:1648:1 100% ( 39 / 39) in 'Data.IntMap.Merge.Lazy' Warning: 'lookup' is ambiguous. It is defined * in GHC.List * at src/Data/IntMap/Internal.hs:621: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/IntMap/Internal.hs:621:1 99% (142 /143) in 'Data.IntMap.Lazy' Missing documentation for: Key (src/Data/IntSet/Internal/IntTreeCommons.hs:52) Warning: 'lookup' is ambiguous. It is defined * in GHC.List * at src/Data/IntMap/Internal.hs:621: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/IntMap/Internal.hs:621:1 100% ( 2 / 2) in 'Data.IntMap' 66% ( 2 / 3) in 'Data.IntMap.Internal.Debug' Missing documentation for: Module header Warning: Data.Set.Internal: could not find link destinations for: - Data.Set.Internal.D:R:ItemSet Warning: Data.Set: could not find link destinations for: - Data.Set.Internal.D:R:ItemSet Warning: Data.Sequence.Internal: could not find link destinations for: - Data.Sequence.Internal.maybeRwhnf - Data.Sequence.Internal.D:R:ItemSeq - Data.Sequence.Internal.Rep_ViewR - Data.Sequence.Internal.Rep1_ViewR - Data.Sequence.Internal.Rep_ViewL - Data.Sequence.Internal.Rep1_ViewL - Data.Sequence.Internal.Rep_Elem - Data.Sequence.Internal.Rep1_Elem - Data.Sequence.Internal.Rep_Node - Data.Sequence.Internal.Rep1_Node - Data.Sequence.Internal.Rep_Digit - Data.Sequence.Internal.Rep1_Digit - Data.Sequence.Internal.Rep_FingerTree - Data.Sequence.Internal.Rep1_FingerTree Warning: Data.Sequence: could not find link destinations for: - Data.Sequence.Internal.D:R:ItemSeq - Data.Sequence.Internal.Rep_ViewR - Data.Sequence.Internal.Rep1_ViewR - Data.Sequence.Internal.Rep_ViewL - Data.Sequence.Internal.Rep1_ViewL Warning: Data.Tree: could not find link destinations for: - Data.Tree.Rep_PostOrder - Data.Tree.Rep1_PostOrder - Data.Tree.Rep_Tree - Data.Tree.Rep1_Tree Warning: Data.Graph: could not find link destinations for: - Data.Tree.Rep_Tree - Data.Tree.Rep1_Tree - Data.Graph.Rep_SCC - Data.Graph.Rep1_SCC Warning: Data.Map.Internal: could not find link destinations for: - Data.Functor.Identity.Rep_Identity - Data.Functor.Identity.Rep1_Identity - Data.Map.Internal.D:R:ItemMap Warning: Data.Map.Strict.Internal: could not find link destinations for: - Data.Map.Internal.D:R:ItemMap Warning: Data.Map.Strict: could not find link destinations for: - Data.Map.Internal.D:R:ItemMap Warning: Data.Map.Lazy: could not find link destinations for: - Data.Map.Internal.D:R:ItemMap Warning: Data.IntSet.Internal: could not find link destinations for: - Data.IntSet.Internal.D:R:ItemIntSet Warning: Data.IntSet: could not find link destinations for: - Data.IntSet.Internal.D:R:ItemIntSet Warning: Data.IntMap.Internal: could not find link destinations for: - Data.IntMap.Internal.D:R:ItemIntMap Warning: Data.IntMap.Strict.Internal: could not find link destinations for: - Data.IntMap.Internal.D:R:ItemIntMap Warning: Data.IntMap.Strict: could not find link destinations for: - Data.IntMap.Internal.D:R:ItemIntMap Warning: Data.IntMap.Lazy: could not find link destinations for: - Data.IntMap.Internal.D:R:ItemIntMap Documentation created: dist/doc/html/containers/, dist/doc/html/containers/containers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/containers-0.8-5vGh6Qa3sEQG4jLh96PqBW Completed containers-0.8 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.2... Preprocessing library for splitmix-0.1.3.2.. Building library for splitmix-0.1.3.2.. [1 of 3] 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 ) [2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [3 of 3] 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.2.. Running Haddock on library for splitmix-0.1.3.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing ) [2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing ) [3 of 3] 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.2-2SXojlwG8icBs6A9ie9EH9 Completed splitmix-0.1.3.2 Configuring tagged-0.8.10... Preprocessing library for tagged-0.8.10.. Building library for tagged-0.8.10.. [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.10.. Running Haddock on library for tagged-0.8.10.. 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:83:22 * at src/Data/Tagged.hs:83: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:83: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:389) 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.10-AB5hoggHcu9Fkw7jqxEFs0 Completed tagged-0.8.10 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 bindings-GLFW-3.3.9.3... Preprocessing library for bindings-GLFW-3.3.9.3.. Building library for bindings-GLFW-3.3.9.3.. [1 of 1] Compiling Bindings.GLFW ( dist/build/Bindings/GLFW.hs, dist/build/Bindings/GLFW.o, dist/build/Bindings/GLFW.dyn_o ) In file included from glfw/src/x11_platform.h:33, from glfw/src/internal.h:188, from glfw/src/context.c:30:0: error: /nix/store/4lk7dvwsii9dcp11bxqbigj6549avnqy-libX11-1.8.12-dev/include/X11/Xlib.h:44:10: error: fatal error: X11/X.h: No such file or directory 44 | #include | ^~~~~~~~~ | 44 | #include | ^ compilation terminated. `cc' failed in phase `C Compiler'. (Exit code: 1) Failed to install bindings-GLFW-3.3.9.3 Error: cabal: Some packages failed to install: GLFW-b-3.3.9.1-J1LewLjXRDmAgqmswmE07f depends on GLFW-b-3.3.9.1 which failed to install. aztecs-glfw-0.2.0-AZNuiCskaRwGrzdN48atpn depends on aztecs-glfw-0.2.0 which failed to install. bindings-GLFW-3.3.9.3-Fo4qRBsFNVF4fwBJSR7bC9 failed during the building phase. The exception was: ExitFailure 1