Resolving dependencies... Configuring call-stack-0.4.0... Preprocessing library for call-stack-0.4.0.. Building library for call-stack-0.4.0.. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o ) Preprocessing library for call-stack-0.4.0.. Running Haddock on library for call-stack-0.4.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.SrcLoc ( src/Data/SrcLoc.hs, nothing ) [2 of 3] Compiling Data.CallStack ( src/Data/CallStack.hs, nothing ) [3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, nothing ) Haddock coverage: 33% ( 2 / 6) in 'Data.CallStack' Missing documentation for: Module header CallStack (src/Data/CallStack.hs:42) callStack (src/Data/CallStack.hs:45) callSite (src/Data/CallStack.hs:55) Warning: Data.CallStack: could not find link destinations for: - GHC.Generics.Rep_SrcLoc Documentation created: dist/doc/html/call-stack/, dist/doc/html/call-stack/call-stack.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/call-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn Completed call-stack-0.4.0 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 /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx Completed colour-2.3.6 Configuring haskell-lexer-1.2.1... Preprocessing library for haskell-lexer-1.2.1.. Building library for haskell-lexer-1.2.1.. [1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o ) [2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o ) [3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o ) [4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o ) [5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o ) [6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o ) Preprocessing library for haskell-lexer-1.2.1.. Running Haddock on library for haskell-lexer-1.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, nothing ) [2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, nothing ) [3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, nothing ) [4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, nothing ) [5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, nothing ) [6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, nothing ) Haddock coverage: Warning: Language.Haskell.Lexer.Utils: Could not find documentation for exported module: Language.Haskell.Lexer.Utils 84% ( 11 / 13) in 'Language.Haskell.Lexer' Missing documentation for: Module header PosToken (Language/Haskell/Lexer/Layout.hs:6) Documentation created: dist/doc/html/haskell-lexer/, dist/doc/html/haskell-lexer/haskell-lexer.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-lexer-1.2.1-5D7BleVUwq58CSz4mUgrgH Completed haskell-lexer-1.2.1 Configuring hspec-discover-2.11.12... Preprocessing library for hspec-discover-2.11.12.. Building library for hspec-discover-2.11.12.. [1 of 4] Compiling Paths_hspec_discover ( dist/build/autogen/Paths_hspec_discover.hs, dist/build/Paths_hspec_discover.o, dist/build/Paths_hspec_discover.dyn_o ) [2 of 4] Compiling Test.Hspec.Discover.Config ( src/Test/Hspec/Discover/Config.hs, dist/build/Test/Hspec/Discover/Config.o, dist/build/Test/Hspec/Discover/Config.dyn_o ) [3 of 4] Compiling Test.Hspec.Discover.Sort ( src/Test/Hspec/Discover/Sort.hs, dist/build/Test/Hspec/Discover/Sort.o, dist/build/Test/Hspec/Discover/Sort.dyn_o ) [4 of 4] Compiling Test.Hspec.Discover.Run ( src/Test/Hspec/Discover/Run.hs, dist/build/Test/Hspec/Discover/Run.o, dist/build/Test/Hspec/Discover/Run.dyn_o ) Preprocessing executable 'hspec-discover' for hspec-discover-2.11.12.. Building executable 'hspec-discover' for hspec-discover-2.11.12.. [1 of 2] Compiling Main ( driver/hspec-discover.hs, dist/build/hspec-discover/hspec-discover-tmp/Main.o ) [2 of 2] Compiling Paths_hspec_discover ( dist/build/hspec-discover/autogen/Paths_hspec_discover.hs, dist/build/hspec-discover/hspec-discover-tmp/Paths_hspec_discover.o ) [3 of 3] Linking dist/build/hspec-discover/hspec-discover Preprocessing library for hspec-discover-2.11.12.. Running Haddock on library for hspec-discover-2.11.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Paths_hspec_discover ( dist/build/autogen/Paths_hspec_discover.hs, nothing ) [2 of 4] Compiling Test.Hspec.Discover.Config ( src/Test/Hspec/Discover/Config.hs, nothing ) [3 of 4] Compiling Test.Hspec.Discover.Sort ( src/Test/Hspec/Discover/Sort.hs, nothing ) [4 of 4] Compiling Test.Hspec.Discover.Run ( src/Test/Hspec/Discover/Run.hs, nothing ) Haddock coverage: 20% ( 1 / 5) in 'Test.Hspec.Discover.Config' Missing documentation for: Config (src/Test/Hspec/Discover/Config.hs:14) defaultConfig (src/Test/Hspec/Discover/Config.hs:22) parseConfig (src/Test/Hspec/Discover/Config.hs:36) usage (src/Test/Hspec/Discover/Config.hs:33) 25% ( 1 / 4) in 'Test.Hspec.Discover.Sort' Missing documentation for: sortNaturallyBy (src/Test/Hspec/Discover/Sort.hs:16) NaturalSortKey (src/Test/Hspec/Discover/Sort.hs:18) naturalSortKey (src/Test/Hspec/Discover/Sort.hs:25) 36% ( 4 / 11) in 'Test.Hspec.Discover.Run' Missing documentation for: run (src/Test/Hspec/Discover/Run.hs:43) Spec (src/Test/Hspec/Discover/Run.hs:39) driverWithFormatter (src/Test/Hspec/Discover/Run.hs:92) Tree (src/Test/Hspec/Discover/Run.hs:160) Forest (src/Test/Hspec/Discover/Run.hs:163) Hook (src/Test/Hspec/Discover/Run.hs:166) discover (src/Test/Hspec/Discover/Run.hs:175) Documentation created: dist/doc/html/hspec-discover/, dist/doc/html/hspec-discover/hspec-discover.txt Preprocessing executable 'hspec-discover' for hspec-discover-2.11.12.. Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-discover-2.11.12-DjbJlyBKXpFn8zEALz0GU Installing executable hspec-discover in /home/bgamari/build-cache/tmp-install/bin Warning: The directory /home/bgamari/build-cache/tmp-install/bin is not in the system search path. Completed hspec-discover-2.11.12 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 /home/bgamari/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.1... Preprocessing library for splitmix-0.1.1.. Building library for splitmix-0.1.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.1.. Running Haddock on library for splitmix-0.1.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 /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.1-2dkWbDg3EPmIridMVkE3HU Completed splitmix-0.1.1 Downloading validity-0.12.1.0 Downloaded validity-0.12.1.0 Configuring validity-0.12.1.0... Preprocessing library for validity-0.12.1.0.. Building library for validity-0.12.1.0.. [1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, dist/build/Data/Validity.o, dist/build/Data/Validity.dyn_o ) [2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, dist/build/Paths_validity.o, dist/build/Paths_validity.dyn_o ) Preprocessing library for validity-0.12.1.0.. Running Haddock on library for validity-0.12.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, nothing ) [2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, nothing ) Haddock coverage: Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Validation' is ambiguous. It is defined * at src/Data/Validity.hs:221:22 * at src/Data/Validity.hs:221: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/Validity.hs:221:1 68% ( 31 / 45) in 'Data.Validity' Missing documentation for: genericValidate (src/Data/Validity.hs:204) valid (src/Data/Validity.hs:311) validateCharNotUtf16SurrogateCodePoint (src/Data/Validity.hs:430) isUtf16SurrogateCodePoint (src/Data/Validity.hs:434) validateCharNotLineSeparator (src/Data/Validity.hs:437) isLineSeparator (src/Data/Validity.hs:441) validateStringSingleLine (src/Data/Validity.hs:447) isSingleLine (src/Data/Validity.hs:450) validateNotNaN (src/Data/Validity.hs:552) validateNotInfinite (src/Data/Validity.hs:555) validateRatioNotNaN (src/Data/Validity.hs:558) validateRatioNotInfinite (src/Data/Validity.hs:564) validateRatioNormalised (src/Data/Validity.hs:571) ValidationChain (src/Data/Validity.hs:206) Warning: Data.Validity: could not find link destinations for: - Data.Foldable1.JoinWith - Data.Foldable1.FromMaybe - Data.Foldable1.NonEmptyDList - Data.Validity.GValidity - Data.Validity.Rep_Validation - Data.Validity.Rep_ValidationChain Documentation created: dist/doc/html/validity/, dist/doc/html/validity/validity.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/validity-0.12.1.0-4mMwmtpMHGI80KV3KKmPEI Completed validity-0.12.1.0 Configuring HUnit-1.6.2.0... Preprocessing library for HUnit-1.6.2.0.. Building library for HUnit-1.6.2.0.. [1 of 6] Compiling Paths_HUnit ( dist/build/autogen/Paths_HUnit.hs, dist/build/Paths_HUnit.o, dist/build/Paths_HUnit.dyn_o ) [2 of 6] Compiling Test.HUnit.Lang ( src/Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o, dist/build/Test/HUnit/Lang.dyn_o ) [3 of 6] Compiling Test.HUnit.Base ( src/Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o, dist/build/Test/HUnit/Base.dyn_o ) [4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o, dist/build/Test/HUnit/Terminal.dyn_o ) src/Test/HUnit/Terminal.hs:41:41: 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." | 41 | | otherwise = ta f (c:bs) (tail as) cs | ^^^^ [5 of 6] Compiling Test.HUnit.Text ( src/Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o, dist/build/Test/HUnit/Text.dyn_o ) [6 of 6] Compiling Test.HUnit ( src/Test/HUnit.hs, dist/build/Test/HUnit.o, dist/build/Test/HUnit.dyn_o ) Preprocessing library for HUnit-1.6.2.0.. Running Haddock on library for HUnit-1.6.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Paths_HUnit ( dist/build/autogen/Paths_HUnit.hs, nothing ) [2 of 6] Compiling Test.HUnit.Lang ( src/Test/HUnit/Lang.hs, nothing ) [3 of 6] Compiling Test.HUnit.Base ( src/Test/HUnit/Base.hs, nothing ) [4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, nothing ) src/Test/HUnit/Terminal.hs:41:41: 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." | 41 | | otherwise = ta f (c:bs) (tail as) cs | ^^^^ [5 of 6] Compiling Test.HUnit.Text ( src/Test/HUnit/Text.hs, nothing ) [6 of 6] Compiling Test.HUnit ( src/Test/HUnit.hs, nothing ) Haddock coverage: 54% ( 6 / 11) in 'Test.HUnit.Lang' Missing documentation for: Module header Result (src/Test/HUnit/Lang.hs:86) HUnitFailure (src/Test/HUnit/Lang.hs:41) FailureReason (src/Test/HUnit/Lang.hs:46) formatFailureReason (src/Test/HUnit/Lang.hs:83) 100% ( 33 / 33) in 'Test.HUnit.Base' 100% ( 2 / 2) in 'Test.HUnit.Terminal' Warning: 'PutText' is ambiguous. It is defined * at src/Test/HUnit/Text.hs:40:19 * at src/Test/HUnit/Text.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/Test/HUnit/Text.hs:40:1 Warning: 'st' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 9 / 9) in 'Test.HUnit.Text' 100% ( 3 / 3) in 'Test.HUnit' Documentation created: dist/doc/html/HUnit/, dist/doc/html/HUnit/HUnit.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/HUnit-1.6.2.0-I4Li6SX3p2jHu37LTSBLSu Completed HUnit-1.6.2.0 Configuring ansi-terminal-types-1.1... Preprocessing library for ansi-terminal-types-1.1.. Building library for ansi-terminal-types-1.1.. [1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o ) Preprocessing library for ansi-terminal-types-1.1.. Running Haddock on library for ansi-terminal-types-1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing ) Haddock coverage: 100% ( 13 / 13) in 'System.Console.ANSI.Types' Documentation created: dist/doc/html/ansi-terminal-types/, dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1-HAQdkxzoxfTLgP68NcEWOX Completed ansi-terminal-types-1.1 Configuring pretty-show-1.10... Preprocessing library for pretty-show-1.10.. Building library for pretty-show-1.10.. [1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o, dist/build/Paths_pretty_show.dyn_o ) [2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.o, dist/build/Text/Show/Value.dyn_o ) Text/Show/Value.hs:84:27: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Value] not matched: [] | 84 | | otherwise -> do ~(v1:vs1) <- delMany (v:vs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/Show/Value.hs:93:25: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Value] not matched: [] [_] (_:_:_:_) | 93 | Ratio v1 v2 -> do ~[a,b] <- delMany [v1,v2] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o, dist/build/Text/Show/PrettyVal.dyn_o ) [4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o, dist/build/Text/Show/Parser.dyn_o ) [5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.o, dist/build/Text/Show/Html.dyn_o ) Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: tallTuple | 112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | ^^^^^^^^^ [6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o, dist/build/Text/Show/Pretty.dyn_o ) Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports] The import of Foldable from module Data.Foldable is redundant | 52 | import Data.Foldable(Foldable,toList) | ^^^^^^^^ Preprocessing executable 'ppsh' for pretty-show-1.10.. Building executable 'ppsh' for pretty-show-1.10.. [1 of 2] Compiling Main ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.o ) [2 of 2] Compiling Paths_pretty_show ( dist/build/ppsh/autogen/Paths_pretty_show.hs, dist/build/ppsh/ppsh-tmp/Paths_pretty_show.o ) [3 of 3] Linking dist/build/ppsh/ppsh Preprocessing library for pretty-show-1.10.. Running Haddock on library for pretty-show-1.10.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, nothing ) [2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, nothing ) [3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, nothing ) [4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, nothing ) [5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, nothing ) Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: tallTuple | 112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | ^^^^^^^^^ [6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, nothing ) Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports] The import of Foldable from module Data.Foldable is redundant | 52 | import Data.Foldable(Foldable,toList) | ^^^^^^^^ Haddock coverage: Warning: 'NaN' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Infinity' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at Text/Show/Value.hs:42:17 * 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 at Text/Show/Value.hs:42:17 Warning: 'Generics' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'style' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'String' is ambiguous. It is defined * at Text/Show/Value.hs:42:17 * 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 at Text/Show/Value.hs:42:17 86% ( 32 / 37) in 'Text.Show.Pretty' Missing documentation for: parseValue (Text/Show/Pretty.hs:70) reify (Text/Show/Pretty.hs:67) Html (Text/Show/Html.hs:150) getDataDir (dist/build/autogen/Paths_pretty_show.hs:59) ppValue (Text/Show/Pretty.hs:64) Warning: Text.Show.Pretty: could not find link destinations for: - Text.Show.PrettyVal.GDump - Text.Show.PrettyVal.listValue Documentation created: dist/doc/html/pretty-show/, dist/doc/html/pretty-show/pretty-show.txt Preprocessing executable 'ppsh' for pretty-show-1.10.. Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pretty-show-1.10-sGnR4WIUd48kcgB55k0jW Installing executable ppsh in /home/bgamari/build-cache/tmp-install/bin Warning: The directory /home/bgamari/build-cache/tmp-install/bin is not in the system search path. Completed pretty-show-1.10 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 /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-3nGGvXhY3csIF4EfWKRQXs Completed random-1.3.1 Configuring hspec-expectations-0.8.4... Preprocessing library for hspec-expectations-0.8.4.. Building library for hspec-expectations-0.8.4.. [1 of 4] Compiling Paths_hspec_expectations ( dist/build/autogen/Paths_hspec_expectations.hs, dist/build/Paths_hspec_expectations.o, dist/build/Paths_hspec_expectations.dyn_o ) [2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, dist/build/Test/Hspec/Expectations/Contrib.o, dist/build/Test/Hspec/Expectations/Contrib.dyn_o ) [3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, dist/build/Test/Hspec/Expectations/Matcher.o, dist/build/Test/Hspec/Expectations/Matcher.dyn_o ) [4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, dist/build/Test/Hspec/Expectations.o, dist/build/Test/Hspec/Expectations.dyn_o ) Preprocessing library for hspec-expectations-0.8.4.. Running Haddock on library for hspec-expectations-0.8.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Paths_hspec_expectations ( dist/build/autogen/Paths_hspec_expectations.hs, nothing ) [2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, nothing ) [3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, nothing ) [4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, nothing ) Haddock coverage: Warning: 'Expectation' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'shouldBe' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'shouldSatisfy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 7 / 7) in 'Test.Hspec.Expectations.Contrib' Warning: 'ErrorCall' is ambiguous. It is defined * in GHC.Exception * in GHC.Exception 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.Exception 76% ( 23 / 30) in 'Test.Hspec.Expectations' Missing documentation for: Expectation (src/Test/Hspec/Expectations.hs:76) expectationFailure (src/Test/Hspec/Expectations.hs:79) anyException (src/Test/Hspec/Expectations.hs:183) anyErrorCall (src/Test/Hspec/Expectations.hs:186) anyIOException (src/Test/Hspec/Expectations.hs:196) anyArithException (src/Test/Hspec/Expectations.hs:199) errorCall (src/Test/Hspec/Expectations.hs:190) Documentation created: dist/doc/html/hspec-expectations/, dist/doc/html/hspec-expectations/hspec-expectations.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-expectations-0.8.4-HhwaltKFPw86SDondIAVYY Completed hspec-expectations-0.8.4 Configuring ansi-terminal-1.1.2... Preprocessing library for ansi-terminal-1.1.2.. Building library for ansi-terminal-1.1.2.. [1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o ) [2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o ) [3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o ) Preprocessing library for ansi-terminal-1.1.2.. Running Haddock on library for ansi-terminal-1.1.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing ) [2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing ) [3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing ) Haddock coverage: 66% ( 41 / 62) in 'System.Console.ANSI.Codes' Missing documentation for: cursorUpCode (src/System/Console/ANSI/Codes.hs:236) cursorDownCode (src/System/Console/ANSI/Codes.hs:237) cursorForwardCode (src/System/Console/ANSI/Codes.hs:238) cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239) cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245) cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244) clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312) clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313) clearScreenCode (src/System/Console/ANSI/Codes.hs:314) clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315) clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316) clearLineCode (src/System/Console/ANSI/Codes.hs:317) enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320) disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321) scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326) scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327) useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330) useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331) setSGRCode (src/System/Console/ANSI/Codes.hs:339) hideCursorCode (src/System/Console/ANSI/Codes.hs:344) showCursorCode (src/System/Console/ANSI/Codes.hs:345) 54% ( 85 /155) in 'System.Console.ANSI' Missing documentation for: cursorUp (src/System/Console/ANSI.hs:415) cursorDown (src/System/Console/ANSI.hs:416) cursorForward (src/System/Console/ANSI.hs:417) cursorBackward (src/System/Console/ANSI.hs:418) hCursorUp (src/System/Console/ANSI.hs:407) hCursorDown (src/System/Console/ANSI.hs:408) hCursorForward (src/System/Console/ANSI.hs:409) hCursorBackward (src/System/Console/ANSI.hs:410) cursorUpCode (src/System/Console/ANSI/Codes.hs:236) cursorDownCode (src/System/Console/ANSI/Codes.hs:237) cursorForwardCode (src/System/Console/ANSI/Codes.hs:238) cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239) cursorUpLine (src/System/Console/ANSI.hs:431) cursorDownLine (src/System/Console/ANSI.hs:430) hCursorUpLine (src/System/Console/ANSI.hs:425) hCursorDownLine (src/System/Console/ANSI.hs:424) cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245) cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244) hSetCursorColumn (src/System/Console/ANSI.hs:437) hSetCursorPosition (src/System/Console/ANSI.hs:451) hSaveCursor (src/System/Console/ANSI.hs:462) hRestoreCursor (src/System/Console/ANSI.hs:463) hReportCursorPosition (src/System/Console/ANSI.hs:464) clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036) clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037) clearScreen (src/System/Console/ANSI.hs:1038) clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048) clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049) clearLine (src/System/Console/ANSI.hs:1050) hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030) hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031) hClearScreen (src/System/Console/ANSI.hs:1033) hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043) hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044) hClearLine (src/System/Console/ANSI.hs:1045) clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312) clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313) clearScreenCode (src/System/Console/ANSI/Codes.hs:314) clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315) clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316) clearLineCode (src/System/Console/ANSI/Codes.hs:317) enableLineWrap (src/System/Console/ANSI.hs:1059) disableLineWrap (src/System/Console/ANSI.hs:1060) hEnableLineWrap (src/System/Console/ANSI.hs:1055) hDisableLineWrap (src/System/Console/ANSI.hs:1056) enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320) disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321) scrollPageUp (src/System/Console/ANSI.hs:1072) scrollPageDown (src/System/Console/ANSI.hs:1073) hScrollPageUp (src/System/Console/ANSI.hs:1066) hScrollPageDown (src/System/Console/ANSI.hs:1067) scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326) scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327) hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508) hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511) useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330) useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331) hReportLayerColor (src/System/Console/ANSI.hs:815) hSetSGR (src/System/Console/ANSI.hs:1016) setSGRCode (src/System/Console/ANSI/Codes.hs:339) hideCursor (src/System/Console/ANSI.hs:504) showCursor (src/System/Console/ANSI.hs:505) hHideCursor (src/System/Console/ANSI.hs:500) hShowCursor (src/System/Console/ANSI.hs:501) hideCursorCode (src/System/Console/ANSI/Codes.hs:344) showCursorCode (src/System/Console/ANSI/Codes.hs:345) hHyperlink (src/System/Console/ANSI.hs:570) hHyperlinkWithId (src/System/Console/ANSI.hs:592) hHyperlinkWithParams (src/System/Console/ANSI.hs:547) hSetTitle (src/System/Console/ANSI.hs:612) Documentation created: dist/doc/html/ansi-terminal/, dist/doc/html/ansi-terminal/ansi-terminal.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.2-KWBmkVsQRP67S2vyas6OZS Completed ansi-terminal-1.1.2 Configuring tf-random-0.5... Preprocessing library for tf-random-0.5.. Building library for tf-random-0.5.. [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o, dist/build/System/Random/TF/Gen.dyn_o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o, dist/build/System/Random/TF/Init.dyn_o ) src/System/Random/TF/Init.hs:94:5: warning: [GHC-68441] [-Wdeprecations] In the use of bitSize (imported from Data.Bits, but defined in GHC.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" | 94 | | bitSize n > 64 = error "mkTFGen: case where size of Int > 64 not implemented" | ^^^^^^^ [3 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o, dist/build/System/Random/TF.dyn_o ) [4 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o, dist/build/System/Random/TF/Instances.dyn_o ) Preprocessing library for tf-random-0.5.. Running Haddock on library for tf-random-0.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, nothing ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, nothing ) src/System/Random/TF/Init.hs:94:5: warning: [GHC-68441] [-Wdeprecations] In the use of bitSize (imported from Data.Bits, but defined in GHC.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" | 94 | | bitSize n > 64 = error "mkTFGen: case where size of Int > 64 not implemented" | ^^^^^^^ [3 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, nothing ) [4 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, nothing ) Haddock coverage: Warning: 'TFGen' is ambiguous. It is defined * at src/System/Random/TF/Gen.hs:58:3 * at src/System/Random/TF/Gen.hs:57: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/TF/Gen.hs:57:1 100% ( 4 / 4) in 'System.Random.TF.Gen' 83% ( 5 / 6) in 'System.Random.TF.Init' Missing documentation for: Module header 100% ( 7 / 7) in 'System.Random.TF' 33% ( 1 / 3) in 'System.Random.TF.Instances' Missing documentation for: Random (src/System/Random/TF/Instances.hs:37) randomEnum (src/System/Random/TF/Instances.hs:206) Documentation created: dist/doc/html/tf-random/, dist/doc/html/tf-random/tf-random.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tf-random-0.5-48HDvrXffJTGjuknHDMw0T Completed tf-random-0.5 Configuring QuickCheck-2.15.0.1... Preprocessing library for QuickCheck-2.15.0.1.. Building library for QuickCheck-2.15.0.1.. [ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o ) [ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 16] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o ) [ 5 of 16] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o ) [ 6 of 16] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o ) [ 7 of 16] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o ) [ 8 of 16] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o ) [ 9 of 16] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o ) [10 of 16] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o ) [11 of 16] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o ) [12 of 16] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o ) [14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o ) [15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o ) [16 of 16] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o ) Preprocessing library for QuickCheck-2.15.0.1.. Running Haddock on library for QuickCheck-2.15.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing ) [ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing ) src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations] In the use of genShortByteString (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `System.Random.uniformShortByteString`" | 50 | genShortByteString n = wrapQCGen (genShortByteString n) | ^^^^^^^^^^^^^^^^^^ src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 83 | left = fst . split | ^^^^^ src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 84 | right = snd . split | ^^^^^ [ 3 of 16] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, nothing ) src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 92 | case split r of | ^^^^^ [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, nothing ) [ 5 of 16] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, nothing ) [ 6 of 16] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, nothing ) [ 7 of 16] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, nothing ) [ 8 of 16] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, nothing ) [ 9 of 16] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, nothing ) [10 of 16] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, nothing ) [11 of 16] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, nothing ) [12 of 16] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, nothing ) src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations] In the use of split (imported from System.Random, but defined in System.Random.Internal): Deprecated: "In favor of `splitGen`" | 501 | (rnd1,rnd2) = split (randomSeed st) | ^^^^^ [13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing ) [14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing ) [15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing ) [16 of 16] Compiling Test.QuickCheck ( src/Test/QuickCheck.hs, nothing ) Haddock coverage: Warning: 'a' 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. 92% ( 35 / 38) in 'Test.QuickCheck.Gen' Missing documentation for: chooseWord64 (src/Test/QuickCheck/Gen.hs:211) chooseInt64 (src/Test/QuickCheck/Gen.hs:220) chooseUpTo (src/Test/QuickCheck/Gen.hs:230) 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' Missing documentation for: Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52) Warning: '(:*:)' is ambiguous. It is defined * in GHC.Generics * in GHC.Generics You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Generics Warning: 'label' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'classify' 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 88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297) shrink1 (src/Test/QuickCheck/Arbitrary.hs:300) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309) shrink2 (src/Test/QuickCheck/Arbitrary.hs:312) RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:324) GSubterms (src/Test/QuickCheck/Arbitrary.hs:355) Warning: 'A' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:29:13 * at src/Test/QuickCheck/Poly.hs:29:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:29:1 Warning: 'B' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:44:13 * at src/Test/QuickCheck/Poly.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:44:1 Warning: 'C' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:59:13 * at src/Test/QuickCheck/Poly.hs:59:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:59:1 Warning: 'OrdA' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:77:16 * at src/Test/QuickCheck/Poly.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:77:1 Warning: 'OrdB' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:112:16 * at src/Test/QuickCheck/Poly.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:112:1 Warning: 'OrdC' is ambiguous. It is defined * at src/Test/QuickCheck/Poly.hs:146:16 * at src/Test/QuickCheck/Poly.hs:146:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:146:1 14% ( 1 / 7) in 'Test.QuickCheck.Poly' Missing documentation for: A (src/Test/QuickCheck/Poly.hs:29) B (src/Test/QuickCheck/Poly.hs:44) C (src/Test/QuickCheck/Poly.hs:59) OrdA (src/Test/QuickCheck/Poly.hs:77) OrdB (src/Test/QuickCheck/Poly.hs:112) OrdC (src/Test/QuickCheck/Poly.hs:146) Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:93:19 * at src/Test/QuickCheck/Modifiers.hs:93:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:93:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:311:25 * at src/Test/QuickCheck/Modifiers.hs:311:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:311:1 Warning: 'forAll' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OrdA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Large' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:350:19 * at src/Test/QuickCheck/Modifiers.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/Test/QuickCheck/Modifiers.hs:350:1 95% ( 21 / 22) in 'Test.QuickCheck.Modifiers' Missing documentation for: ShrinkState (src/Test/QuickCheck/Modifiers.hs:468) Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:545:16 * at src/Test/QuickCheck/Function.hs:545:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Function.hs:545:1 100% ( 21 / 21) in 'Test.QuickCheck.Function' Warning: 'checkCoverage' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cover' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Discard' is ambiguous. It is defined * at src/Test/QuickCheck/Property.hs:111:16 * at src/Test/QuickCheck/Property.hs:111:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Property.hs:111:1 Warning: 'witnesses' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'quickCheckResult' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Confidence' is ambiguous. It is defined * at src/Test/QuickCheck/State.hs:68:3 * at src/Test/QuickCheck/State.hs:67:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/State.hs:67:1 Warning: 'table' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'tabular' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'p2' 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. 83% ( 20 / 24) in 'Test.QuickCheck.Monadic' Missing documentation for: stop (src/Test/QuickCheck/Monadic.hs:163) monadic (src/Test/QuickCheck/Monadic.hs:272) monadic' (src/Test/QuickCheck/Monadic.hs:275) runSTGen (src/Test/QuickCheck/Monadic.hs:314) 100% ( 10 / 10) in 'Test.QuickCheck.All' Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fun' is ambiguous. It is defined * at src/Test/QuickCheck/Function.hs:545:16 * at src/Test/QuickCheck/Function.hs:545:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Function.hs:545:1 Warning: 'Blind' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:93:19 * at src/Test/QuickCheck/Modifiers.hs:93:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:93:1 Warning: 'A' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonNegative' is ambiguous. It is defined * at src/Test/QuickCheck/Modifiers.hs:311:25 * at src/Test/QuickCheck/Modifiers.hs:311:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:311:1 Warning: 'OrdA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% (199 /207) in 'Test.QuickCheck' Missing documentation for: arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297) shrink1 (src/Test/QuickCheck/Arbitrary.hs:300) arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309) shrink2 (src/Test/QuickCheck/Arbitrary.hs:312) ShrinkState (src/Test/QuickCheck/Modifiers.hs:468) Witness (src/Test/QuickCheck/Property.hs:259) coerceWitness (src/Test/QuickCheck/Property.hs:265) castWitness (src/Test/QuickCheck/Property.hs:270) Warning: Test.QuickCheck.Gen: could not find link destinations for: - Test.QuickCheck.Random.QCGen Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Arbitrary.GSubtermsIncl - Test.QuickCheck.Arbitrary.gSubterms - Test.QuickCheck.Arbitrary.grecursivelyShrink Warning: Test.QuickCheck.Modifiers: could not find link destinations for: - Test.QuickCheck.Modifiers.InfiniteListInternalData Warning: Test.QuickCheck.Function: could not find link destinations for: - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction Warning: Test.QuickCheck: could not find link destinations for: - Test.QuickCheck.Exception.AnException - Test.QuickCheck.Random.QCGen - Test.QuickCheck.Arbitrary.GCoArbitrary - Test.QuickCheck.Modifiers.InfiniteListInternalData - Test.QuickCheck.Function.Shrunk - Test.QuickCheck.Function.GFunction - Test.QuickCheck.Property.Result Documentation created: dist/doc/html/QuickCheck/, dist/doc/html/QuickCheck/QuickCheck.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.15.0.1-8e8MYj1XhftIsOSIJohsmz Completed QuickCheck-2.15.0.1 Configuring quickcheck-io-0.2.0... Preprocessing library for quickcheck-io-0.2.0.. Building library for quickcheck-io-0.2.0.. [1 of 2] Compiling Paths_quickcheck_io ( dist/build/autogen/Paths_quickcheck_io.hs, dist/build/Paths_quickcheck_io.o, dist/build/Paths_quickcheck_io.dyn_o ) [2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, dist/build/Test/QuickCheck/IO.o, dist/build/Test/QuickCheck/IO.dyn_o ) Preprocessing library for quickcheck-io-0.2.0.. Running Haddock on library for quickcheck-io-0.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Paths_quickcheck_io ( dist/build/autogen/Paths_quickcheck_io.hs, nothing ) [2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Test.QuickCheck.IO' Missing documentation for: Module header propertyIO (src/Test/QuickCheck/IO.hs:18) Documentation created: dist/doc/html/quickcheck-io/, dist/doc/html/quickcheck-io/quickcheck-io.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/quickcheck-io-0.2.0-1GCC6ZmdC1r5c8fY18O8h Completed quickcheck-io-0.2.0 Downloading genvalidity-1.1.1.0 Downloaded genvalidity-1.1.1.0 Configuring genvalidity-1.1.1.0... Preprocessing library for genvalidity-1.1.1.0.. Building library for genvalidity-1.1.1.0.. [1 of 3] Compiling Data.GenValidity.Utils ( src/Data/GenValidity/Utils.hs, dist/build/Data/GenValidity/Utils.o, dist/build/Data/GenValidity/Utils.dyn_o ) [2 of 3] Compiling Data.GenValidity ( src/Data/GenValidity.hs, dist/build/Data/GenValidity.o, dist/build/Data/GenValidity.dyn_o ) [3 of 3] Compiling Paths_genvalidity ( dist/build/autogen/Paths_genvalidity.hs, dist/build/Paths_genvalidity.o, dist/build/Paths_genvalidity.dyn_o ) Preprocessing library for genvalidity-1.1.1.0.. Running Haddock on library for genvalidity-1.1.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.GenValidity.Utils ( src/Data/GenValidity/Utils.hs, nothing ) [2 of 3] Compiling Data.GenValidity ( src/Data/GenValidity.hs, nothing ) [3 of 3] Compiling Paths_genvalidity ( dist/build/autogen/Paths_genvalidity.hs, nothing ) Haddock coverage: Warning: 'n' 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: 'ls' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'NonEmpty' is ambiguous. It is defined * in Test.QuickCheck.Modifiers * 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 77% ( 27 / 35) in 'Data.GenValidity.Utils' Missing documentation for: Module header genListLength (src/Data/GenValidity/Utils.hs:158) genStringBy (src/Data/GenValidity/Utils.hs:180) genStringBy1 (src/Data/GenValidity/Utils.hs:184) genMaybe (src/Data/GenValidity/Utils.hs:147) genNonEmptyOf (src/Data/GenValidity/Utils.hs:150) genInteger (src/Data/GenValidity/Utils.hs:375) shrinkNonEmpty (src/Data/GenValidity/Utils.hs:250) 65% ( 15 / 23) in 'Data.GenValidity' Missing documentation for: genUtf16SurrogateCodePoint (src/Data/GenValidity.hs:252) genLineSeparator (src/Data/GenValidity.hs:255) genNonLineSeparator (src/Data/GenValidity.hs:258) genSingleLineString (src/Data/GenValidity.hs:261) GGenValid (src/Data/GenValidity.hs:364) GValidRecursivelyShrink (src/Data/GenValidity.hs:422) GValidSubterms (src/Data/GenValidity.hs:452) GValidSubtermsIncl (src/Data/GenValidity.hs:474) Documentation created: dist/doc/html/genvalidity/, dist/doc/html/genvalidity/genvalidity.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/genvalidity-1.1.1.0-C5mxsZAK0fBCZodY6gjZF2 Completed genvalidity-1.1.1.0 Configuring hspec-core-2.11.12... Preprocessing library for hspec-core-2.11.12.. Building library for hspec-core-2.11.12.. [ 1 of 52] Compiling Control.Concurrent.Async ( vendor/Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [ 2 of 52] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, dist/build/Data/Algorithm/Diff.o, dist/build/Data/Algorithm/Diff.dyn_o ) [ 3 of 52] Compiling Paths_hspec_core ( dist/build/autogen/Paths_hspec_core.hs, dist/build/Paths_hspec_core.o, dist/build/Paths_hspec_core.dyn_o ) [ 4 of 52] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, dist/build/Test/Hspec/Core/Compat.o, dist/build/Test/Hspec/Core/Compat.dyn_o ) [ 5 of 52] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, dist/build/Test/Hspec/Core/Clock.o, dist/build/Test/Hspec/Core/Clock.dyn_o ) [ 6 of 52] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, dist/build/Test/Hspec/Core/Annotations.o, dist/build/Test/Hspec/Core/Annotations.dyn_o ) [ 7 of 52] Compiling NonEmpty ( src/NonEmpty.hs, dist/build/NonEmpty.o, dist/build/NonEmpty.dyn_o ) [ 8 of 52] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, dist/build/GetOpt/Declarative/Types.o, dist/build/GetOpt/Declarative/Types.dyn_o ) [ 9 of 52] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, dist/build/GetOpt/Declarative/Environment.o, dist/build/GetOpt/Declarative/Environment.dyn_o ) [10 of 52] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, dist/build/Test/Hspec/Core/Example/Location.o, dist/build/Test/Hspec/Core/Example/Location.dyn_o ) [11 of 52] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, dist/build/Test/Hspec/Core/Formatters/Diff.o, dist/build/Test/Hspec/Core/Formatters/Diff.dyn_o ) [12 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Parser.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.dyn_o ) [13 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.dyn_o ) [14 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.dyn_o ) [15 of 52] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, dist/build/Test/Hspec/Core/Formatters/Pretty.o, dist/build/Test/Hspec/Core/Formatters/Pretty.dyn_o ) [16 of 52] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, dist/build/Test/Hspec/Core/Formatters/V1/Free.o, dist/build/Test/Hspec/Core/Formatters/V1/Free.dyn_o ) [17 of 52] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, dist/build/Test/Hspec/Core/Runner/JobQueue.o, dist/build/Test/Hspec/Core/Runner/JobQueue.dyn_o ) [18 of 52] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, dist/build/Test/Hspec/Core/Timer.o, dist/build/Test/Hspec/Core/Timer.dyn_o ) [19 of 52] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, dist/build/Test/Hspec/Core/Util.o, dist/build/Test/Hspec/Core/Util.dyn_o ) [20 of 52] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, dist/build/Test/Hspec/Core/QuickCheck/Util.o, dist/build/Test/Hspec/Core/QuickCheck/Util.dyn_o ) [21 of 52] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, dist/build/Test/Hspec/Core/Example.o, dist/build/Test/Hspec/Core/Example.dyn_o ) [22 of 52] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, dist/build/Test/Hspec/Core/Tree.o, dist/build/Test/Hspec/Core/Tree.dyn_o ) [23 of 52] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, dist/build/Test/Hspec/Core/Shuffle.o, dist/build/Test/Hspec/Core/Shuffle.dyn_o ) [24 of 52] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, dist/build/Test/Hspec/Core/Format.o, dist/build/Test/Hspec/Core/Format.dyn_o ) [25 of 52] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, dist/build/Test/Hspec/Core/Runner/Result.o, dist/build/Test/Hspec/Core/Runner/Result.dyn_o ) [26 of 52] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, dist/build/Test/Hspec/Core/Formatters/V1/Monad.o, dist/build/Test/Hspec/Core/Formatters/V1/Monad.dyn_o ) [27 of 52] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, dist/build/Test/Hspec/Core/Formatters/Internal.o, dist/build/Test/Hspec/Core/Formatters/Internal.dyn_o ) [28 of 52] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, dist/build/Test/Hspec/Core/Formatters/V2.o, dist/build/Test/Hspec/Core/Formatters/V2.dyn_o ) [29 of 52] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.o, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.dyn_o ) [30 of 52] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, dist/build/Test/Hspec/Core/Formatters/V1/Internal.o, dist/build/Test/Hspec/Core/Formatters/V1/Internal.dyn_o ) [31 of 52] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, dist/build/Test/Hspec/Core/Formatters/V1.o, dist/build/Test/Hspec/Core/Formatters/V1.dyn_o ) [32 of 52] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, dist/build/Test/Hspec/Core/Formatters.o, dist/build/Test/Hspec/Core/Formatters.dyn_o ) [33 of 52] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, dist/build/GetOpt/Declarative/Util.o, dist/build/GetOpt/Declarative/Util.dyn_o ) [34 of 52] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, dist/build/GetOpt/Declarative/Interpret.o, dist/build/GetOpt/Declarative/Interpret.dyn_o ) [35 of 52] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, dist/build/GetOpt/Declarative.o, dist/build/GetOpt/Declarative.dyn_o ) [36 of 52] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, dist/build/Test/Hspec/Core/Config/Definition.o, dist/build/Test/Hspec/Core/Config/Definition.dyn_o ) [37 of 52] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, dist/build/Test/Hspec/Core/Spec/Monad.o, dist/build/Test/Hspec/Core/Spec/Monad.dyn_o ) [38 of 52] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, dist/build/Test/Hspec/Core/QuickCheck.o, dist/build/Test/Hspec/Core/QuickCheck.dyn_o ) [39 of 52] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, dist/build/Test/Hspec/Core/Hooks.o, dist/build/Test/Hspec/Core/Hooks.dyn_o ) [40 of 52] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, dist/build/Test/Hspec/Core/Spec.o, dist/build/Test/Hspec/Core/Spec.dyn_o ) [41 of 52] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, dist/build/Test/Hspec/Core/Runner/Eval.o, dist/build/Test/Hspec/Core/Runner/Eval.dyn_o ) [42 of 52] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, dist/build/Test/Hspec/Core/Extension/Tree.o, dist/build/Test/Hspec/Core/Extension/Tree.dyn_o ) [43 of 52] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, dist/build/Test/Hspec/Core/Extension/Spec.o, dist/build/Test/Hspec/Core/Extension/Spec.dyn_o ) [44 of 52] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, dist/build/Test/Hspec/Core/Extension/Item.o, dist/build/Test/Hspec/Core/Extension/Item.dyn_o ) [45 of 52] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, dist/build/Test/Hspec/Core/FailureReport.o, dist/build/Test/Hspec/Core/FailureReport.dyn_o ) [46 of 52] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, dist/build/Test/Hspec/Core/Extension/Config/Type.o, dist/build/Test/Hspec/Core/Extension/Config/Type.dyn_o ) [47 of 52] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, dist/build/Test/Hspec/Core/Extension/Option.o, dist/build/Test/Hspec/Core/Extension/Option.dyn_o ) [48 of 52] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, dist/build/Test/Hspec/Core/Extension/Config.o, dist/build/Test/Hspec/Core/Extension/Config.dyn_o ) [49 of 52] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, dist/build/Test/Hspec/Core/Extension.o, dist/build/Test/Hspec/Core/Extension.dyn_o ) [50 of 52] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, dist/build/Test/Hspec/Core/Config/Options.o, dist/build/Test/Hspec/Core/Config/Options.dyn_o ) [51 of 52] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, dist/build/Test/Hspec/Core/Config.o, dist/build/Test/Hspec/Core/Config.dyn_o ) [52 of 52] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, dist/build/Test/Hspec/Core/Runner.o, dist/build/Test/Hspec/Core/Runner.dyn_o ) Preprocessing library for hspec-core-2.11.12.. Running Haddock on library for hspec-core-2.11.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 52] Compiling Control.Concurrent.Async ( vendor/Control/Concurrent/Async.hs, nothing ) [ 2 of 52] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, nothing ) [ 3 of 52] Compiling Paths_hspec_core ( dist/build/autogen/Paths_hspec_core.hs, nothing ) [ 4 of 52] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, nothing ) [ 5 of 52] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, nothing ) [ 6 of 52] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, nothing ) [ 7 of 52] Compiling NonEmpty ( src/NonEmpty.hs, nothing ) [ 8 of 52] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, nothing ) [ 9 of 52] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, nothing ) [10 of 52] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, nothing ) [11 of 52] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, nothing ) [12 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Parser.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.hs, nothing ) [13 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, nothing ) [14 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, nothing ) [15 of 52] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, nothing ) [16 of 52] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, nothing ) [17 of 52] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, nothing ) [18 of 52] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, nothing ) [19 of 52] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, nothing ) [20 of 52] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, nothing ) [21 of 52] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, nothing ) [22 of 52] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, nothing ) [23 of 52] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, nothing ) [24 of 52] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, nothing ) [25 of 52] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, nothing ) [26 of 52] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, nothing ) [27 of 52] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, nothing ) [28 of 52] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, nothing ) [29 of 52] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, nothing ) [30 of 52] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, nothing ) [31 of 52] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, nothing ) [32 of 52] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, nothing ) [33 of 52] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, nothing ) [34 of 52] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, nothing ) [35 of 52] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, nothing ) [36 of 52] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, nothing ) [37 of 52] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, nothing ) [38 of 52] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, nothing ) [39 of 52] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, nothing ) [40 of 52] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, nothing ) [41 of 52] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, nothing ) [42 of 52] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, nothing ) [43 of 52] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, nothing ) [44 of 52] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, nothing ) [45 of 52] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, nothing ) [46 of 52] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, nothing ) [47 of 52] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, nothing ) [48 of 52] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, nothing ) [49 of 52] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, nothing ) [50 of 52] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, nothing ) [51 of 52] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, nothing ) [52 of 52] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, nothing ) Haddock coverage: Warning: 'Async' is ambiguous. It is defined * at vendor/Control/Concurrent/Async.hs:233:16 * at vendor/Control/Concurrent/Async.hs: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 vendor/Control/Concurrent/Async.hs:233:1 Warning: 'Concurrently' is ambiguous. It is defined * at vendor/Control/Concurrent/Async.hs:899:26 * at vendor/Control/Concurrent/Async.hs:899: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 vendor/Control/Concurrent/Async.hs:899:1 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: 'ExceptionInLinkedThread' is ambiguous. It is defined * at vendor/Control/Concurrent/Async.hs:606:3 * at vendor/Control/Concurrent/Async.hs:605: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 vendor/Control/Concurrent/Async.hs:605:1 Warning: 'AsyncCancelled' is ambiguous. It is defined * at vendor/Control/Concurrent/Async.hs:427:23 * at vendor/Control/Concurrent/Async.hs:427: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 vendor/Control/Concurrent/Async.hs:427:1 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: Test.Hspec.Core.Compat: Could not find documentation for exported module: Test.Hspec.Core.Compat Warning: 'n' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 15 / 15) in 'Test.Hspec.Core.Util' 30% ( 4 / 13) in 'Test.Hspec.Core.Format' Missing documentation for: Format (src/Test/Hspec/Core/Format.hs:38) defaultFormatConfig (src/Test/Hspec/Core/Format.hs:85) Event (src/Test/Hspec/Core/Format.hs:53) Progress (src/Test/Hspec/Core/Example.hs:60) Seconds (src/Test/Hspec/Core/Clock.hs:26) Item (src/Test/Hspec/Core/Format.hs:40) Result (src/Test/Hspec/Core/Format.hs:47) FailureReason (src/Test/Hspec/Core/Example.hs:78) monadic (src/Test/Hspec/Core/Format.hs:106) Warning: 'Summary' is ambiguous. It is defined * at src/Test/Hspec/Core/Runner/Result.hs:82:16 * at src/Test/Hspec/Core/Runner/Result.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/Test/Hspec/Core/Runner/Result.hs:82:1 71% ( 41 / 57) in 'Test.Hspec.Core.Formatters.V2' Missing documentation for: silent (src/Test/Hspec/Core/Formatters/V2.hs:162) checks (src/Test/Hspec/Core/Formatters/V2.hs:173) specdoc (src/Test/Hspec/Core/Formatters/V2.hs:215) progress (src/Test/Hspec/Core/Formatters/V2.hs:261) failed_examples (src/Test/Hspec/Core/Formatters/V2.hs:271) Formatter (src/Test/Hspec/Core/Formatters/Internal.hs:73) Progress (src/Test/Hspec/Core/Example.hs:60) Item (src/Test/Hspec/Core/Format.hs:40) Result (src/Test/Hspec/Core/Format.hs:47) FailureReason (src/Test/Hspec/Core/Example.hs:78) FormatM (src/Test/Hspec/Core/Formatters/Internal.hs:219) formatterToFormat (src/Test/Hspec/Core/Formatters/Internal.hs:103) FailureRecord (src/Test/Hspec/Core/Formatters/Internal.hs:96) Seconds (src/Test/Hspec/Core/Clock.hs:26) writeTransient (src/Test/Hspec/Core/Formatters/Internal.hs:272) formatLocation (src/Test/Hspec/Core/Formatters/V2.hs:468) 68% ( 26 / 38) in 'Test.Hspec.Core.Formatters.V1' Missing documentation for: silent (src/Test/Hspec/Core/Formatters/V1/Internal.hs:163) checks (src/Test/Hspec/Core/Formatters/V1/Internal.hs:177) specdoc (src/Test/Hspec/Core/Formatters/V1/Internal.hs:211) progress (src/Test/Hspec/Core/Formatters/V1/Internal.hs:250) failed_examples (src/Test/Hspec/Core/Formatters/V1/Internal.hs:260) Formatter (src/Test/Hspec/Core/Formatters/V1/Monad.hs:59) FailureReason (src/Test/Hspec/Core/Formatters/V1/Monad.hs:52) FormatM (src/Test/Hspec/Core/Formatters/V1/Monad.hs:136) formatterToFormat (src/Test/Hspec/Core/Formatters/V1/Internal.hs:109) FailureRecord (src/Test/Hspec/Core/Formatters/V1/Monad.hs:91) Seconds (src/Test/Hspec/Core/Clock.hs:26) writeTransient (src/Test/Hspec/Core/Formatters/V1/Monad.hs:232) 50% ( 1 / 2) in 'Test.Hspec.Core.Formatters' Missing documentation for: Module header Warning: GetOpt.Declarative: Could not find documentation for exported module: GetOpt.Declarative Warning: 'SpecM' is ambiguous. It is defined * at src/Test/Hspec/Core/Spec/Monad.hs:45:21 * at src/Test/Hspec/Core/Spec/Monad.hs:45:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/Hspec/Core/Spec/Monad.hs:45:1 Warning: 'Args' is ambiguous. It is defined * in Test.QuickCheck.Test * in Test.QuickCheck.Test 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 Test.QuickCheck.Test 100% ( 6 / 6) in 'Test.Hspec.Core.QuickCheck' Warning: 'SpecM' is ambiguous. It is defined * at src/Test/Hspec/Core/Spec/Monad.hs:45:21 * at src/Test/Hspec/Core/Spec/Monad.hs:45:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/Hspec/Core/Spec/Monad.hs:45:1 91% ( 22 / 24) in 'Test.Hspec.Core.Hooks' Missing documentation for: Spec (src/Test/Hspec/Core/Spec/Monad.hs:35) SpecWith (src/Test/Hspec/Core/Spec/Monad.hs:37) 62% ( 40 / 64) in 'Test.Hspec.Core.Spec' Missing documentation for: Spec (src/Test/Hspec/Core/Spec/Monad.hs:35) SpecWith (src/Test/Hspec/Core/Spec/Monad.hs:37) mapSpecForest (src/Test/Hspec/Core/Spec/Monad.hs:72) mapSpecItem_ (src/Test/Hspec/Core/Spec/Monad.hs:80) modifyParams (src/Test/Hspec/Core/Spec/Monad.hs:83) Params (src/Test/Hspec/Core/Example.hs:49) defaultParams (src/Test/Hspec/Core/Example.hs:55) Progress (src/Test/Hspec/Core/Example.hs:60) ProgressCallback (src/Test/Hspec/Core/Example.hs:61) ResultStatus (src/Test/Hspec/Core/Example.hs:72) FailureReason (src/Test/Hspec/Core/Example.hs:78) safeEvaluate (src/Test/Hspec/Core/Example.hs:109) safeEvaluateExample (src/Test/Hspec/Core/Example.hs:106) bimapTree (src/Test/Hspec/Core/Tree.hs:58) bimapForest (src/Test/Hspec/Core/Tree.hs:55) filterTree (src/Test/Hspec/Core/Tree.hs:66) filterForest (src/Test/Hspec/Core/Tree.hs:69) filterTreeWithLabels (src/Test/Hspec/Core/Tree.hs:72) filterForestWithLabels (src/Test/Hspec/Core/Tree.hs:75) pruneTree (src/Test/Hspec/Core/Tree.hs:90) pruneForest (src/Test/Hspec/Core/Tree.hs:87) location (src/Test/Hspec/Core/Tree.hs:158) focusForest (src/Test/Hspec/Core/Spec.hs:153) Expectation 0% ( 0 / 4) in 'Test.Hspec.Core.Extension.Tree' Missing documentation for: Module header SpecTree (src/Test/Hspec/Core/Extension/Tree.hs:13) mapItems (src/Test/Hspec/Core/Extension/Tree.hs:16) filterItems (src/Test/Hspec/Core/Extension/Tree.hs:19) 0% ( 0 / 2) in 'Test.Hspec.Core.Extension.Spec' Missing documentation for: Module header mapItems (src/Test/Hspec/Core/Extension/Spec.hs:10) 35% ( 6 / 17) in 'Test.Hspec.Core.Extension.Item' Missing documentation for: Module header Params (src/Test/Hspec/Core/Example.hs:49) Progress (src/Test/Hspec/Core/Example.hs:60) ProgressCallback (src/Test/Hspec/Core/Example.hs:61) ResultStatus (src/Test/Hspec/Core/Example.hs:72) FailureReason (src/Test/Hspec/Core/Example.hs:78) isFocused (src/Test/Hspec/Core/Extension/Item.hs:28) pending (src/Test/Hspec/Core/Extension/Item.hs:31) pendingWith (src/Test/Hspec/Core/Extension/Item.hs:37) setAnnotation (src/Test/Hspec/Core/Extension/Item.hs:43) getAnnotation (src/Test/Hspec/Core/Extension/Item.hs:46) 0% ( 0 / 6) in 'Test.Hspec.Core.Extension.Option' Missing documentation for: Module header Option (src/Test/Hspec/Core/Extension/Config/Type.hs:23) flag (src/Test/Hspec/Core/Extension/Option.hs:18) argument (src/Test/Hspec/Core/Extension/Option.hs:21) noArgument (src/Test/Hspec/Core/Extension/Option.hs:27) optionalArgument (src/Test/Hspec/Core/Extension/Option.hs:24) 33% ( 3 / 9) in 'Test.Hspec.Core.Extension.Config' Missing documentation for: Module header Config (src/Test/Hspec/Core/Config/Definition.hs:80) ColorMode (src/Test/Hspec/Core/Config/Definition.hs:74) UnicodeMode (src/Test/Hspec/Core/Config/Definition.hs:77) setAnnotation (src/Test/Hspec/Core/Extension/Config/Type.hs:26) getAnnotation (src/Test/Hspec/Core/Extension/Config/Type.hs:29) Warning: 'Item' is ambiguous. It is defined * at src/Test/Hspec/Core/Tree.hs:107:15 * at src/Test/Hspec/Core/Tree.hs:107:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/Hspec/Core/Tree.hs:107:1 78% ( 18 / 23) in 'Test.Hspec.Core.Extension' Missing documentation for: Option (src/Test/Hspec/Core/Extension/Config/Type.hs:23) registerOptions (src/Test/Hspec/Core/Extension.hs:93) Config (src/Test/Hspec/Core/Config/Definition.hs:80) SpecWith (src/Test/Hspec/Core/Spec/Monad.hs:37) SpecTree (src/Test/Hspec/Core/Extension/Tree.hs:13) Warning: 'Config' is ambiguous. It is defined * at src/Test/Hspec/Core/Config/Definition.hs:80:15 * at src/Test/Hspec/Core/Config/Definition.hs:80:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/Hspec/Core/Config/Definition.hs:80:1 Warning: 'Config' is ambiguous. It is defined * at src/Test/Hspec/Core/Config/Definition.hs:80:15 * at src/Test/Hspec/Core/Config/Definition.hs:80:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Test/Hspec/Core/Config/Definition.hs:80:1 Warning: 'Summary' is ambiguous. It is defined * at src/Test/Hspec/Core/Runner/Result.hs:82:16 * at src/Test/Hspec/Core/Runner/Result.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/Test/Hspec/Core/Runner/Result.hs:82:1 79% ( 34 / 43) in 'Test.Hspec.Core.Runner' Missing documentation for: evaluateResult (src/Test/Hspec/Core/Runner.hs:217) toSummary (src/Test/Hspec/Core/Runner/Result.hs:101) ResultItemStatus (src/Test/Hspec/Core/Runner/Result.hs:61) Config (src/Test/Hspec/Core/Config/Definition.hs:80) ColorMode (src/Test/Hspec/Core/Config/Definition.hs:74) UnicodeMode (src/Test/Hspec/Core/Config/Definition.hs:77) defaultConfig (src/Test/Hspec/Core/Config.hs:39) Spec (src/Test/Hspec/Core/Spec/Monad.hs:35) SpecWith (src/Test/Hspec/Core/Spec/Monad.hs:37) Warning: Test.Hspec.Core.Formatters.V1: could not find link destinations for: - Test.Hspec.Core.Formatters.V1.Free.Free - Test.Hspec.Core.Formatters.V1.Monad.FormatF Warning: Test.Hspec.Core.QuickCheck: could not find link destinations for: - Test.Hspec.Core.QuickCheck.D:R:ArgFUN - Test.Hspec.Core.QuickCheck.D:R:ArgProperty Warning: Test.Hspec.Core.Spec: could not find link destinations for: - Test.Hspec.Core.Annotations.Annotations - Test.Hspec.Core.Example.D:R:ArgFUN - Test.Hspec.Core.Example.D:R:ArgIO - Test.Hspec.Core.Example.D:R:ArgFUN0 - Test.Hspec.Core.Example.D:R:ArgBool - Test.Hspec.Core.Example.D:R:ArgFUN1 - Test.Hspec.Core.Example.D:R:ArgResult - Test.Hspec.Core.Spec.Monad.Env - Test.Hspec.Core.QuickCheck.D:R:ArgFUN - Test.Hspec.Core.QuickCheck.D:R:ArgProperty Warning: Test.Hspec.Core.Extension.Item: could not find link destinations for: - Test.Hspec.Core.Annotations.Annotations - Test.Hspec.Core.Example.D:R:ArgFUN1 - Test.Hspec.Core.Example.D:R:ArgResult Warning: Test.Hspec.Core.Extension.Config: could not find link destinations for: - Test.Hspec.Core.Annotations.Annotations Warning: Test.Hspec.Core.Runner: could not find link destinations for: - Test.Hspec.Core.Annotations.Annotations Documentation created: dist/doc/html/hspec-core/, dist/doc/html/hspec-core/hspec-core.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-core-2.11.12-88ZT9OJUomlCrqDZFkMKc7 Completed hspec-core-2.11.12 Configuring hspec-2.11.12... Preprocessing library for hspec-2.11.12.. Building library for hspec-2.11.12.. [1 of 6] Compiling Paths_hspec ( dist/build/autogen/Paths_hspec.hs, dist/build/Paths_hspec.o, dist/build/Paths_hspec.dyn_o ) [2 of 6] Compiling Test.Hspec.Discover ( src/Test/Hspec/Discover.hs, dist/build/Test/Hspec/Discover.o, dist/build/Test/Hspec/Discover.dyn_o ) [3 of 6] Compiling Test.Hspec.Formatters ( src/Test/Hspec/Formatters.hs, dist/build/Test/Hspec/Formatters.o, dist/build/Test/Hspec/Formatters.dyn_o ) [4 of 6] Compiling Test.Hspec.Runner ( src/Test/Hspec/Runner.hs, dist/build/Test/Hspec/Runner.o, dist/build/Test/Hspec/Runner.dyn_o ) [5 of 6] Compiling Test.Hspec ( src/Test/Hspec.hs, dist/build/Test/Hspec.o, dist/build/Test/Hspec.dyn_o ) [6 of 6] Compiling Test.Hspec.QuickCheck ( src/Test/Hspec/QuickCheck.hs, dist/build/Test/Hspec/QuickCheck.o, dist/build/Test/Hspec/QuickCheck.dyn_o ) Preprocessing library for hspec-2.11.12.. Running Haddock on library for hspec-2.11.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Paths_hspec ( dist/build/autogen/Paths_hspec.hs, nothing ) [2 of 6] Compiling Test.Hspec.Discover ( src/Test/Hspec/Discover.hs, nothing ) [3 of 6] Compiling Test.Hspec.Formatters ( src/Test/Hspec/Formatters.hs, nothing ) [4 of 6] Compiling Test.Hspec.Runner ( src/Test/Hspec/Runner.hs, nothing ) [5 of 6] Compiling Test.Hspec ( src/Test/Hspec.hs, nothing ) [6 of 6] Compiling Test.Hspec.QuickCheck ( src/Test/Hspec/QuickCheck.hs, nothing ) Haddock coverage: 37% ( 3 / 8) in 'Test.Hspec.Discover' Missing documentation for: Module header Spec IsFormatter (src/Test/Hspec/Discover.hs:19) hspecWithFormatter (src/Test/Hspec/Discover.hs:29) postProcessSpec (src/Test/Hspec/Discover.hs:34) 100% ( 2 / 2) in 'Test.Hspec.Formatters' 50% ( 1 / 2) in 'Test.Hspec.Runner' Missing documentation for: Module header 94% ( 51 / 54) in 'Test.Hspec' Missing documentation for: Spec SpecWith Arg 90% ( 10 / 11) in 'Test.Hspec.QuickCheck' Missing documentation for: Module header Warning: Test.Hspec: could not find link destinations for: - Test.Hspec.Core.Example.D:R:ArgBool - Test.Hspec.Core.Example.D:R:ArgFUN - Test.Hspec.Core.Example.D:R:ArgFUN0 - Test.Hspec.Core.Example.D:R:ArgFUN1 - Test.Hspec.Core.Example.D:R:ArgIO - Test.Hspec.Core.Example.D:R:ArgResult Documentation created: dist/doc/html/hspec/, dist/doc/html/hspec/hspec.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hspec-2.11.12-DIUQ58JzSCGAA9OUbod02e Completed hspec-2.11.12 Downloading genvalidity-property-1.0.0.0 Downloaded genvalidity-property-1.0.0.0 Configuring genvalidity-property-1.0.0.0... Preprocessing library for genvalidity-property-1.0.0.0.. Building library for genvalidity-property-1.0.0.0.. [ 1 of 22] Compiling Paths_genvalidity_property ( dist/build/autogen/Paths_genvalidity_property.hs, dist/build/Paths_genvalidity_property.o, dist/build/Paths_genvalidity_property.dyn_o ) [ 2 of 22] Compiling Test.Validity.Functions.Idempotence ( src/Test/Validity/Functions/Idempotence.hs, dist/build/Test/Validity/Functions/Idempotence.o, dist/build/Test/Validity/Functions/Idempotence.dyn_o ) [ 3 of 22] Compiling Test.Validity.Operations.Associativity ( src/Test/Validity/Operations/Associativity.hs, dist/build/Test/Validity/Operations/Associativity.o, dist/build/Test/Validity/Operations/Associativity.dyn_o ) [ 4 of 22] Compiling Test.Validity.Operations.Commutativity ( src/Test/Validity/Operations/Commutativity.hs, dist/build/Test/Validity/Operations/Commutativity.o, dist/build/Test/Validity/Operations/Commutativity.dyn_o ) [ 5 of 22] Compiling Test.Validity.Operations.Identity ( src/Test/Validity/Operations/Identity.hs, dist/build/Test/Validity/Operations/Identity.o, dist/build/Test/Validity/Operations/Identity.dyn_o ) [ 6 of 22] Compiling Test.Validity.Operations ( src/Test/Validity/Operations.hs, dist/build/Test/Validity/Operations.o, dist/build/Test/Validity/Operations.dyn_o ) [ 7 of 22] Compiling Test.Validity.Property.Utils ( src/Test/Validity/Property/Utils.hs, dist/build/Test/Validity/Property/Utils.o, dist/build/Test/Validity/Property/Utils.dyn_o ) [ 8 of 22] Compiling Test.Validity.GenValidity.Property ( src/Test/Validity/GenValidity/Property.hs, dist/build/Test/Validity/GenValidity/Property.o, dist/build/Test/Validity/GenValidity/Property.dyn_o ) [ 9 of 22] Compiling Test.Validity.Functions.Validity ( src/Test/Validity/Functions/Validity.hs, dist/build/Test/Validity/Functions/Validity.o, dist/build/Test/Validity/Functions/Validity.dyn_o ) [10 of 22] Compiling Test.Validity.Relations.Antireflexivity ( src/Test/Validity/Relations/Antireflexivity.hs, dist/build/Test/Validity/Relations/Antireflexivity.o, dist/build/Test/Validity/Relations/Antireflexivity.dyn_o ) [11 of 22] Compiling Test.Validity.Relations.Antisymmetry ( src/Test/Validity/Relations/Antisymmetry.hs, dist/build/Test/Validity/Relations/Antisymmetry.o, dist/build/Test/Validity/Relations/Antisymmetry.dyn_o ) [12 of 22] Compiling Test.Validity.Relations.Reflexivity ( src/Test/Validity/Relations/Reflexivity.hs, dist/build/Test/Validity/Relations/Reflexivity.o, dist/build/Test/Validity/Relations/Reflexivity.dyn_o ) [13 of 22] Compiling Test.Validity.Relations.Symmetry ( src/Test/Validity/Relations/Symmetry.hs, dist/build/Test/Validity/Relations/Symmetry.o, dist/build/Test/Validity/Relations/Symmetry.dyn_o ) [14 of 22] Compiling Test.Validity.Relations.Transitivity ( src/Test/Validity/Relations/Transitivity.hs, dist/build/Test/Validity/Relations/Transitivity.o, dist/build/Test/Validity/Relations/Transitivity.dyn_o ) [15 of 22] Compiling Test.Validity.Relations ( src/Test/Validity/Relations.hs, dist/build/Test/Validity/Relations.o, dist/build/Test/Validity/Relations.dyn_o ) [16 of 22] Compiling Test.Validity.Shrinking.Property ( src/Test/Validity/Shrinking/Property.hs, dist/build/Test/Validity/Shrinking/Property.o, dist/build/Test/Validity/Shrinking/Property.dyn_o ) [17 of 22] Compiling Test.Validity.Types ( src/Test/Validity/Types.hs, dist/build/Test/Validity/Types.o, dist/build/Test/Validity/Types.dyn_o ) [18 of 22] Compiling Test.Validity.Functions.Inverse ( src/Test/Validity/Functions/Inverse.hs, dist/build/Test/Validity/Functions/Inverse.o, dist/build/Test/Validity/Functions/Inverse.dyn_o ) [19 of 22] Compiling Test.Validity.Functions.Equivalence ( src/Test/Validity/Functions/Equivalence.hs, dist/build/Test/Validity/Functions/Equivalence.o, dist/build/Test/Validity/Functions/Equivalence.dyn_o ) [20 of 22] Compiling Test.Validity.Functions.CanFail ( src/Test/Validity/Functions/CanFail.hs, dist/build/Test/Validity/Functions/CanFail.o, dist/build/Test/Validity/Functions/CanFail.dyn_o ) [21 of 22] Compiling Test.Validity.Functions ( src/Test/Validity/Functions.hs, dist/build/Test/Validity/Functions.o, dist/build/Test/Validity/Functions.dyn_o ) [22 of 22] Compiling Test.Validity.Property ( src/Test/Validity/Property.hs, dist/build/Test/Validity/Property.o, dist/build/Test/Validity/Property.dyn_o ) Preprocessing library for genvalidity-property-1.0.0.0.. Running Haddock on library for genvalidity-property-1.0.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 22] Compiling Paths_genvalidity_property ( dist/build/autogen/Paths_genvalidity_property.hs, nothing ) [ 2 of 22] Compiling Test.Validity.Functions.Idempotence ( src/Test/Validity/Functions/Idempotence.hs, nothing ) [ 3 of 22] Compiling Test.Validity.Operations.Associativity ( src/Test/Validity/Operations/Associativity.hs, nothing ) [ 4 of 22] Compiling Test.Validity.Operations.Commutativity ( src/Test/Validity/Operations/Commutativity.hs, nothing ) [ 5 of 22] Compiling Test.Validity.Operations.Identity ( src/Test/Validity/Operations/Identity.hs, nothing ) [ 6 of 22] Compiling Test.Validity.Operations ( src/Test/Validity/Operations.hs, nothing ) [ 7 of 22] Compiling Test.Validity.Property.Utils ( src/Test/Validity/Property/Utils.hs, nothing ) [ 8 of 22] Compiling Test.Validity.GenValidity.Property ( src/Test/Validity/GenValidity/Property.hs, nothing ) [ 9 of 22] Compiling Test.Validity.Functions.Validity ( src/Test/Validity/Functions/Validity.hs, nothing ) [10 of 22] Compiling Test.Validity.Relations.Antireflexivity ( src/Test/Validity/Relations/Antireflexivity.hs, nothing ) [11 of 22] Compiling Test.Validity.Relations.Antisymmetry ( src/Test/Validity/Relations/Antisymmetry.hs, nothing ) [12 of 22] Compiling Test.Validity.Relations.Reflexivity ( src/Test/Validity/Relations/Reflexivity.hs, nothing ) [13 of 22] Compiling Test.Validity.Relations.Symmetry ( src/Test/Validity/Relations/Symmetry.hs, nothing ) [14 of 22] Compiling Test.Validity.Relations.Transitivity ( src/Test/Validity/Relations/Transitivity.hs, nothing ) [15 of 22] Compiling Test.Validity.Relations ( src/Test/Validity/Relations.hs, nothing ) [16 of 22] Compiling Test.Validity.Shrinking.Property ( src/Test/Validity/Shrinking/Property.hs, nothing ) [17 of 22] Compiling Test.Validity.Types ( src/Test/Validity/Types.hs, nothing ) [18 of 22] Compiling Test.Validity.Functions.Inverse ( src/Test/Validity/Functions/Inverse.hs, nothing ) [19 of 22] Compiling Test.Validity.Functions.Equivalence ( src/Test/Validity/Functions/Equivalence.hs, nothing ) [20 of 22] Compiling Test.Validity.Functions.CanFail ( src/Test/Validity/Functions/CanFail.hs, nothing ) [21 of 22] Compiling Test.Validity.Functions ( src/Test/Validity/Functions.hs, nothing ) [22 of 22] Compiling Test.Validity.Property ( src/Test/Validity/Property.hs, nothing ) Haddock coverage: 50% ( 2 / 4) in 'Test.Validity.Functions.Idempotence' Missing documentation for: idempotentOnGen (src/Test/Validity/Functions/Idempotence.hs:17) idempotent (src/Test/Validity/Functions/Idempotence.hs:20) 75% ( 3 / 4) in 'Test.Validity.Operations.Associativity' Missing documentation for: Module header 75% ( 3 / 4) in 'Test.Validity.Operations.Commutativity' Missing documentation for: Module header 64% ( 9 / 14) in 'Test.Validity.Operations.Identity' Missing documentation for: Module header leftIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:54) leftIdentityOnGen (src/Test/Validity/Operations/Identity.hs:66) rightIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:111) rightIdentityOnGen (src/Test/Validity/Operations/Identity.hs:123) 100% ( 4 / 4) in 'Test.Validity.Operations' 0% ( 0 / 6) in 'Test.Validity.Property.Utils' Missing documentation for: Module header forAllValid (src/Test/Validity/Property/Utils.hs:16) shouldBeValid (src/Test/Validity/Property/Utils.hs:25) shouldBeInvalid (src/Test/Validity/Property/Utils.hs:41) <==> (src/Test/Validity/Property/Utils.hs:22) ===> (src/Test/Validity/Property/Utils.hs:19) 100% ( 3 / 3) in 'Test.Validity.GenValidity.Property' 40% ( 4 / 10) in 'Test.Validity.Functions.Validity' Missing documentation for: producesValidsOnGens2 (src/Test/Validity/Functions/Validity.hs:51) producesValid2 (src/Test/Validity/Functions/Validity.hs:58) producesValidsOnArbitrary2 (src/Test/Validity/Functions/Validity.hs:64) producesValidsOnGens3 (src/Test/Validity/Functions/Validity.hs:72) producesValid3 (src/Test/Validity/Functions/Validity.hs:87) producesValidsOnArbitrary3 (src/Test/Validity/Functions/Validity.hs:101) 60% ( 3 / 5) in 'Test.Validity.Relations.Antireflexivity' Missing documentation for: Module header antireflexivityOnGen (src/Test/Validity/Relations/Antireflexivity.hs:32) 50% ( 3 / 6) in 'Test.Validity.Relations.Antisymmetry' Missing documentation for: Module header antisymmetryOnGensWithEquality (src/Test/Validity/Relations/Antisymmetry.hs:43) antisymmetryOnGens (src/Test/Validity/Relations/Antisymmetry.hs:53) 60% ( 3 / 5) in 'Test.Validity.Relations.Reflexivity' Missing documentation for: Module header reflexivityOnGen (src/Test/Validity/Relations/Reflexivity.hs:32) 60% ( 3 / 5) in 'Test.Validity.Relations.Symmetry' Missing documentation for: Module header symmetryOnGens (src/Test/Validity/Relations/Symmetry.hs:34) 60% ( 3 / 5) in 'Test.Validity.Relations.Transitivity' Missing documentation for: Module header transitivityOnGens (src/Test/Validity/Relations/Transitivity.hs:35) 100% ( 6 / 6) in 'Test.Validity.Relations' 100% ( 13 / 13) in 'Test.Validity.Shrinking.Property' 50% ( 1 / 2) in 'Test.Validity.Types' Missing documentation for: Module header 15% ( 2 / 13) in 'Test.Validity.Functions.Inverse' Missing documentation for: inverseFunctionsOnGen (src/Test/Validity/Functions/Inverse.hs:28) inverseFunctions (src/Test/Validity/Functions/Inverse.hs:33) inverseFunctionsIfFirstSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:49) inverseFunctionsIfFirstSucceeds (src/Test/Validity/Functions/Inverse.hs:60) inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:68) inverseFunctionsIfSecondSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:78) inverseFunctionsIfSecondSucceeds (src/Test/Validity/Functions/Inverse.hs:89) inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:97) inverseFunctionsIfSucceedOnGen (src/Test/Validity/Functions/Inverse.hs:107) inverseFunctionsIfSucceed (src/Test/Validity/Functions/Inverse.hs:120) inverseFunctionsIfSucceedOnArbitrary (src/Test/Validity/Functions/Inverse.hs:128) 7% ( 2 / 28) in 'Test.Validity.Functions.Equivalence' Missing documentation for: Module header equivalentOnGen (src/Test/Validity/Functions/Equivalence.hs:47) equivalent (src/Test/Validity/Functions/Equivalence.hs:54) equivalentOnGens2 (src/Test/Validity/Functions/Equivalence.hs:73) equivalent2 (src/Test/Validity/Functions/Equivalence.hs:81) equivalentWhenFirstSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:100) equivalentWhenFirstSucceeds (src/Test/Validity/Functions/Equivalence.hs:119) equivalentWhenFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:111) equivalentWhenFirstSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:129) equivalentWhenFirstSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:162) equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:147) equivalentWhenSecondSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:172) equivalentWhenSecondSucceeds (src/Test/Validity/Functions/Equivalence.hs:191) equivalentWhenSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:183) equivalentWhenSecondSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:201) equivalentWhenSecondSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:234) equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:219) equivalentWhenSucceedOnGen (src/Test/Validity/Functions/Equivalence.hs:244) equivalentWhenSucceed (src/Test/Validity/Functions/Equivalence.hs:258) equivalentWhenSucceedOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:266) equivalentWhenSucceedOnGens2 (src/Test/Validity/Functions/Equivalence.hs:276) equivalentWhenSucceed2 (src/Test/Validity/Functions/Equivalence.hs:312) equivalentWhenSucceedOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:297) equivalentOnGens3 (src/Test/Validity/Functions/Equivalence.hs:322) equivalent3 (src/Test/Validity/Functions/Equivalence.hs:338) equivalentOnArbitrary3 (src/Test/Validity/Functions/Equivalence.hs:353) 38% ( 7 / 18) in 'Test.Validity.Functions.CanFail' Missing documentation for: Module header succeedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:77) succeeds2 (src/Test/Validity/Functions/CanFail.hs:84) succeedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:90) failsOnGens2 (src/Test/Validity/Functions/CanFail.hs:100) validIfSucceedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:109) validIfSucceeds2 (src/Test/Validity/Functions/CanFail.hs:119) validIfSucceedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:125) validIfSucceedsOnGens3 (src/Test/Validity/Functions/CanFail.hs:133) validIfSucceeds3 (src/Test/Validity/Functions/CanFail.hs:152) validIfSucceedsOnArbitrary3 (src/Test/Validity/Functions/CanFail.hs:158) 100% ( 6 / 6) in 'Test.Validity.Functions' 54% ( 80 /146) in 'Test.Validity.Property' Missing documentation for: Module header forAllValid (src/Test/Validity/Property/Utils.hs:16) producesValidsOnGens2 (src/Test/Validity/Functions/Validity.hs:51) producesValid2 (src/Test/Validity/Functions/Validity.hs:58) producesValidsOnArbitrary2 (src/Test/Validity/Functions/Validity.hs:64) producesValidsOnGens3 (src/Test/Validity/Functions/Validity.hs:72) producesValid3 (src/Test/Validity/Functions/Validity.hs:87) producesValidsOnArbitrary3 (src/Test/Validity/Functions/Validity.hs:101) succeedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:77) succeeds2 (src/Test/Validity/Functions/CanFail.hs:84) succeedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:90) failsOnGens2 (src/Test/Validity/Functions/CanFail.hs:100) validIfSucceedsOnGens2 (src/Test/Validity/Functions/CanFail.hs:109) validIfSucceeds2 (src/Test/Validity/Functions/CanFail.hs:119) validIfSucceedsOnArbitrary2 (src/Test/Validity/Functions/CanFail.hs:125) validIfSucceedsOnGens3 (src/Test/Validity/Functions/CanFail.hs:133) validIfSucceeds3 (src/Test/Validity/Functions/CanFail.hs:152) validIfSucceedsOnArbitrary3 (src/Test/Validity/Functions/CanFail.hs:158) equivalentOnGen (src/Test/Validity/Functions/Equivalence.hs:47) equivalent (src/Test/Validity/Functions/Equivalence.hs:54) equivalentOnGens2 (src/Test/Validity/Functions/Equivalence.hs:73) equivalent2 (src/Test/Validity/Functions/Equivalence.hs:81) equivalentOnGens3 (src/Test/Validity/Functions/Equivalence.hs:322) equivalent3 (src/Test/Validity/Functions/Equivalence.hs:338) equivalentOnArbitrary3 (src/Test/Validity/Functions/Equivalence.hs:353) equivalentWhenFirstSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:100) equivalentWhenFirstSucceeds (src/Test/Validity/Functions/Equivalence.hs:119) equivalentWhenFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:111) equivalentWhenFirstSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:129) equivalentWhenFirstSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:162) equivalentWhenFirstSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:147) equivalentWhenSecondSucceedsOnGen (src/Test/Validity/Functions/Equivalence.hs:172) equivalentWhenSecondSucceeds (src/Test/Validity/Functions/Equivalence.hs:191) equivalentWhenSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:183) equivalentWhenSecondSucceedsOnGens2 (src/Test/Validity/Functions/Equivalence.hs:201) equivalentWhenSecondSucceeds2 (src/Test/Validity/Functions/Equivalence.hs:234) equivalentWhenSecondSucceedsOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:219) equivalentWhenSucceedOnGen (src/Test/Validity/Functions/Equivalence.hs:244) equivalentWhenSucceed (src/Test/Validity/Functions/Equivalence.hs:258) equivalentWhenSucceedOnArbitrary (src/Test/Validity/Functions/Equivalence.hs:266) equivalentWhenSucceedOnGens2 (src/Test/Validity/Functions/Equivalence.hs:276) equivalentWhenSucceed2 (src/Test/Validity/Functions/Equivalence.hs:312) equivalentWhenSucceedOnArbitrary2 (src/Test/Validity/Functions/Equivalence.hs:297) inverseFunctionsOnGen (src/Test/Validity/Functions/Inverse.hs:28) inverseFunctions (src/Test/Validity/Functions/Inverse.hs:33) inverseFunctionsIfFirstSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:49) inverseFunctionsIfFirstSucceeds (src/Test/Validity/Functions/Inverse.hs:60) inverseFunctionsIfFirstSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:68) inverseFunctionsIfSecondSucceedsOnGen (src/Test/Validity/Functions/Inverse.hs:78) inverseFunctionsIfSecondSucceeds (src/Test/Validity/Functions/Inverse.hs:89) inverseFunctionsIfSecondSucceedsOnArbitrary (src/Test/Validity/Functions/Inverse.hs:97) inverseFunctionsIfSucceedOnGen (src/Test/Validity/Functions/Inverse.hs:107) inverseFunctionsIfSucceed (src/Test/Validity/Functions/Inverse.hs:120) inverseFunctionsIfSucceedOnArbitrary (src/Test/Validity/Functions/Inverse.hs:128) idempotentOnGen (src/Test/Validity/Functions/Idempotence.hs:17) idempotent (src/Test/Validity/Functions/Idempotence.hs:20) reflexivityOnGen (src/Test/Validity/Relations/Reflexivity.hs:32) transitivityOnGens (src/Test/Validity/Relations/Transitivity.hs:35) antisymmetryOnGensWithEquality (src/Test/Validity/Relations/Antisymmetry.hs:43) antisymmetryOnGens (src/Test/Validity/Relations/Antisymmetry.hs:53) antireflexivityOnGen (src/Test/Validity/Relations/Antireflexivity.hs:32) symmetryOnGens (src/Test/Validity/Relations/Symmetry.hs:34) leftIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:54) leftIdentityOnGen (src/Test/Validity/Operations/Identity.hs:66) rightIdentityOnGenWithEquality (src/Test/Validity/Operations/Identity.hs:111) rightIdentityOnGen (src/Test/Validity/Operations/Identity.hs:123) Documentation created: dist/doc/html/genvalidity-property/, dist/doc/html/genvalidity-property/genvalidity-property.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/genvalidity-property-1.0.0.0-6X7HL8jIXUwJwiucdTMr0V Completed genvalidity-property-1.0.0.0 Downloading genvalidity-hspec-1.0.0.4 Downloaded genvalidity-hspec-1.0.0.4 Configuring genvalidity-hspec-1.0.0.4... Preprocessing library for genvalidity-hspec-1.0.0.4.. Building library for genvalidity-hspec-1.0.0.4.. [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, dist/build/Paths_genvalidity_hspec.o, dist/build/Paths_genvalidity_hspec.dyn_o ) [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, dist/build/Test/Validity/Utils.o, dist/build/Test/Validity/Utils.dyn_o ) [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, dist/build/Test/Validity/Shrinking.o, dist/build/Test/Validity/Shrinking.dyn_o ) [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, dist/build/Test/Validity/Show.o, dist/build/Test/Validity/Show.dyn_o ) [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, dist/build/Test/Validity/Ord.o, dist/build/Test/Validity/Ord.dyn_o ) [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, dist/build/Test/Validity/Monoid.o, dist/build/Test/Validity/Monoid.dyn_o ) [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, dist/build/Test/Validity/Monad.o, dist/build/Test/Validity/Monad.dyn_o ) [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, dist/build/Test/Validity/GenValidity.o, dist/build/Test/Validity/GenValidity.dyn_o ) [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, dist/build/Test/Validity/Functor.o, dist/build/Test/Validity/Functor.dyn_o ) [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, dist/build/Test/Validity/Eq.o, dist/build/Test/Validity/Eq.dyn_o ) [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, dist/build/Test/Validity/Arbitrary.o, dist/build/Test/Validity/Arbitrary.dyn_o ) [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, dist/build/Test/Validity/Applicative.o, dist/build/Test/Validity/Applicative.dyn_o ) [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, dist/build/Test/Validity.o, dist/build/Test/Validity.dyn_o ) Preprocessing library for genvalidity-hspec-1.0.0.4.. Running Haddock on library for genvalidity-hspec-1.0.0.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 13] Compiling Paths_genvalidity_hspec ( dist/build/autogen/Paths_genvalidity_hspec.hs, nothing ) [ 2 of 13] Compiling Test.Validity.Utils ( src/Test/Validity/Utils.hs, nothing ) [ 3 of 13] Compiling Test.Validity.Shrinking ( src/Test/Validity/Shrinking.hs, nothing ) [ 4 of 13] Compiling Test.Validity.Show ( src/Test/Validity/Show.hs, nothing ) [ 5 of 13] Compiling Test.Validity.Ord ( src/Test/Validity/Ord.hs, nothing ) [ 6 of 13] Compiling Test.Validity.Monoid ( src/Test/Validity/Monoid.hs, nothing ) [ 7 of 13] Compiling Test.Validity.Monad ( src/Test/Validity/Monad.hs, nothing ) [ 8 of 13] Compiling Test.Validity.GenValidity ( src/Test/Validity/GenValidity.hs, nothing ) [ 9 of 13] Compiling Test.Validity.Functor ( src/Test/Validity/Functor.hs, nothing ) [10 of 13] Compiling Test.Validity.Eq ( src/Test/Validity/Eq.hs, nothing ) [11 of 13] Compiling Test.Validity.Arbitrary ( src/Test/Validity/Arbitrary.hs, nothing ) [12 of 13] Compiling Test.Validity.Applicative ( src/Test/Validity/Applicative.hs, nothing ) [13 of 13] Compiling Test.Validity ( src/Test/Validity.hs, nothing ) Haddock coverage: 22% ( 2 / 9) in 'Test.Validity.Utils' Missing documentation for: nameOf (src/Test/Validity/Utils.hs:38) genDescr (src/Test/Validity/Utils.hs:49) binRelStr (src/Test/Validity/Utils.hs:56) shouldFail (src/Test/Validity/Utils.hs:120) Anon (src/Test/Validity/Utils.hs:60) shouldBeValid shouldBeInvalid 45% ( 5 / 11) in 'Test.Validity.Shrinking' Missing documentation for: shrinkValidSpec (src/Test/Validity/Shrinking.hs:35) shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:48) shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:66) shrinkValidPreservesValidOnGenValidWithLimit (src/Test/Validity/Shrinking.hs:74) shrinkValidDoesNotShrinkToItself (src/Test/Validity/Shrinking.hs:81) shrinkValidDoesNotShrinkToItselfWithLimit (src/Test/Validity/Shrinking.hs:89) 100% ( 7 / 7) in 'Test.Validity.Show' 100% ( 4 / 4) in 'Test.Validity.Ord' 100% ( 5 / 5) in 'Test.Validity.Monoid' 100% ( 4 / 4) in 'Test.Validity.Monad' 100% ( 5 / 5) in 'Test.Validity.GenValidity' 100% ( 4 / 4) in 'Test.Validity.Functor' 100% ( 4 / 4) in 'Test.Validity.Eq' 100% ( 3 / 3) in 'Test.Validity.Arbitrary' 100% ( 4 / 4) in 'Test.Validity.Applicative' Warning: 'Spec' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'producesValidsOnValids' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 63% (122 /192) in 'Test.Validity' Missing documentation for: forAllValid shouldBeValid shouldBeInvalid shrinkValidSpec (src/Test/Validity/Shrinking.hs:35) shrinkValidSpecWithLimit (src/Test/Validity/Shrinking.hs:48) shrinkValidPreservesValidOnGenValid (src/Test/Validity/Shrinking.hs:66) producesValidsOnGens2 producesValid2 producesValidsOnArbitrary2 producesValidsOnGens3 producesValid3 producesValidsOnArbitrary3 succeedsOnGens2 succeeds2 succeedsOnArbitrary2 failsOnGens2 validIfSucceedsOnGens2 validIfSucceeds2 validIfSucceedsOnArbitrary2 validIfSucceedsOnGens3 validIfSucceeds3 validIfSucceedsOnArbitrary3 equivalentOnGen equivalent equivalentOnGens2 equivalent2 equivalentOnGens3 equivalent3 equivalentOnArbitrary3 equivalentWhenFirstSucceedsOnGen equivalentWhenFirstSucceeds equivalentWhenFirstSucceedsOnArbitrary equivalentWhenFirstSucceedsOnGens2 equivalentWhenFirstSucceeds2 equivalentWhenFirstSucceedsOnArbitrary2 equivalentWhenSecondSucceedsOnGen equivalentWhenSecondSucceeds equivalentWhenSecondSucceedsOnArbitrary equivalentWhenSecondSucceedsOnGens2 equivalentWhenSecondSucceeds2 equivalentWhenSecondSucceedsOnArbitrary2 equivalentWhenSucceedOnGen equivalentWhenSucceed equivalentWhenSucceedOnArbitrary equivalentWhenSucceedOnGens2 equivalentWhenSucceed2 equivalentWhenSucceedOnArbitrary2 inverseFunctionsOnGen inverseFunctions inverseFunctionsIfFirstSucceedsOnGen inverseFunctionsIfFirstSucceeds inverseFunctionsIfFirstSucceedsOnArbitrary inverseFunctionsIfSecondSucceedsOnGen inverseFunctionsIfSecondSucceeds inverseFunctionsIfSecondSucceedsOnArbitrary inverseFunctionsIfSucceedOnGen inverseFunctionsIfSucceed inverseFunctionsIfSucceedOnArbitrary idempotentOnGen idempotent reflexivityOnGen transitivityOnGens antisymmetryOnGensWithEquality antisymmetryOnGens antireflexivityOnGen symmetryOnGens leftIdentityOnGenWithEquality leftIdentityOnGen rightIdentityOnGenWithEquality rightIdentityOnGen Documentation created: dist/doc/html/genvalidity-hspec/, dist/doc/html/genvalidity-hspec/genvalidity-hspec.txt Installing library in /home/bgamari/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/genvalidity-hspec-1.0.0.4-83PEA44K9jH1HZJ3okREby Completed genvalidity-hspec-1.0.0.4