Resolving dependencies... Configuring OneTuple-0.4.2... Preprocessing library for OneTuple-0.4.2.. Building library for OneTuple-0.4.2.. [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o ) [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o ) [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o ) Preprocessing library for OneTuple-0.4.2.. Running Haddock on library for OneTuple-0.4.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Tuple.Solo ( src/Data/Tuple/Solo.hs, nothing ) [2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing ) [3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing ) Haddock coverage: Warning: 'Solo' is ambiguous. It is defined * in GHC.Tuple * in GHC.Tuple.Prim 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.Tuple.Prim 100% ( 3 / 3) in 'Data.Tuple.Solo' 25% ( 1 / 4) in 'Data.Tuple.OneTuple' Missing documentation for: OneTuple (src/Data/Tuple/OneTuple.hs:21) OneTuple (src/Data/Tuple/OneTuple.hs:30) only (src/Data/Tuple/OneTuple.hs:24) Warning: 'Solo' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Data.Tuple.Solo.TH' Missing documentation for: tupE Warning: Data.Tuple.Solo: could not find link destinations for: - GHC.Generics.Rep1_Solo - GHC.Generics.Rep_Solo Documentation created: dist/doc/html/OneTuple/, dist/doc/html/OneTuple/OneTuple.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz Completed OneTuple-0.4.2 Configuring StateVar-1.2.2... Preprocessing library for StateVar-1.2.2.. Building library for StateVar-1.2.2.. [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o ) src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ Preprocessing library for StateVar-1.2.2.. Running Haddock on library for StateVar-1.2.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.StateVar ( src/Data/StateVar.hs, nothing ) src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 220 | default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 226 | default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m () | ^ Haddock coverage: Warning: 'StateVar' is ambiguous. It is defined * at src/Data/StateVar.hs:125:19 * at src/Data/StateVar.hs:125:1 You 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/StateVar.hs:125:1 Warning: 'SettableStateVar' is ambiguous. It is defined * at src/Data/StateVar.hs:148:30 * at src/Data/StateVar.hs:148:1 You 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/StateVar.hs:148:1 100% ( 15 / 15) in 'Data.StateVar' Documentation created: dist/doc/html/StateVar/, dist/doc/html/StateVar/StateVar.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ Completed StateVar-1.2.2 Configuring assoc-1.1.1... Preprocessing library for assoc-1.1.1.. Building library for assoc-1.1.1.. [1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o ) [2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o ) Preprocessing library for assoc-1.1.1.. Running Haddock on library for assoc-1.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing ) [2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Data.Bifunctor.Assoc' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Bifunctor.Swap' Missing documentation for: Module header Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj Completed assoc-1.1.1 Configuring base-orphans-0.9.3... Preprocessing library for base-orphans-0.9.3.. Building library for base-orphans-0.9.3.. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, dist/build/Data/Orphans/Prelude.o, dist/build/Data/Orphans/Prelude.dyn_o ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, dist/build/Data/Orphans.o, dist/build/Data/Orphans.dyn_o ) Preprocessing library for base-orphans-0.9.3.. Running Haddock on library for base-orphans-0.9.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Orphans.Prelude ( src/Data/Orphans/Prelude.hs, nothing ) [2 of 2] Compiling Data.Orphans ( src/Data/Orphans.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Orphans' Documentation created: dist/doc/html/base-orphans/, dist/doc/html/base-orphans/base-orphans.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9 Completed base-orphans-0.9.3 Configuring cabal-doctest-1.0.11... Preprocessing library for cabal-doctest-1.0.11.. Building library for cabal-doctest-1.0.11.. [1 of 1] Compiling Distribution.Extra.Doctest ( src/Distribution/Extra/Doctest.hs, dist/build/Distribution/Extra/Doctest.o, dist/build/Distribution/Extra/Doctest.dyn_o ) Preprocessing library for cabal-doctest-1.0.11.. Running Haddock on library for cabal-doctest-1.0.11.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Distribution.Extra.Doctest ( src/Distribution/Extra/Doctest.hs, nothing ) Haddock coverage: Warning: 'UserHooks' is ambiguous. It is defined * in Distribution.Simple.UserHooks * in Distribution.Simple.UserHooks 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 Distribution.Simple.UserHooks 100% ( 6 / 6) in 'Distribution.Extra.Doctest' Documentation created: dist/doc/html/cabal-doctest/, dist/doc/html/cabal-doctest/cabal-doctest.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cabal-doctest-1.0.11-IvoWRFSTSKhGJZCaZeSFzU Completed cabal-doctest-1.0.11 Configuring colour-2.3.6... Preprocessing library for colour-2.3.6.. Building library for colour-2.3.6.. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o ) Preprocessing library for colour-2.3.6.. Running Haddock on library for colour-2.3.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing ) [ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing ) [ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing ) [ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing ) [ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing ) [ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, nothing ) [ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing ) [ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing ) [ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing ) [10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing ) [11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing ) Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 117 | x' | head x == '#' = tail x | ^^^^ Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) = | ^^^^ Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 129 | | otherwise = fst (head rx) | ^^^^ [12 of 14] Compiling Data.Colour ( Data/Colour.hs, nothing ) [13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing ) [14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, nothing ) Haddock coverage: 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant' Warning: 'RGBGamut' is ambiguous. It is defined * at Data/Colour/RGB.hs:54:17 * at Data/Colour/RGB.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:54:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSL' Missing documentation for: Module header Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 85% ( 6 / 7) in 'Data.Colour.RGBSpace.HSV' Missing documentation for: Module header 100% ( 6 / 6) in 'Data.Colour.SRGB.Linear' Warning: 'RGBSpace' is ambiguous. It is defined * at Data/Colour/RGBSpace.hs:122:19 * at Data/Colour/RGBSpace.hs:122:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1 Warning: 'TransferFunction' is ambiguous. It is defined * at Data/Colour/RGBSpace.hs:92:27 * at Data/Colour/RGBSpace.hs:92:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1 Warning: 'RGB' is ambiguous. It is defined * at Data/Colour/RGB.hs:30:14 * at Data/Colour/RGB.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:30:1 Warning: 'RGBGamut' is ambiguous. It is defined * at Data/Colour/RGB.hs:54:17 * at Data/Colour/RGB.hs:54:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Colour/RGB.hs:54:1 83% ( 20 / 24) in 'Data.Colour.RGBSpace' Missing documentation for: primaries whitePoint gamut transferFunction 100% ( 14 / 14) in 'Data.Colour.SRGB' 85% ( 17 / 20) in 'Data.Colour' Missing documentation for: black (Data/Colour/Internal.hs:53) AffineSpace (Data/Colour/Internal.hs:110) ColourOps (Data/Colour/Internal.hs:147) 0% ( 1 /149) in 'Data.Colour.Names' Missing documentation for: readColourName (Data/Colour/Names.hs:190) aliceblue (Data/Colour/Names.hs:341) antiquewhite (Data/Colour/Names.hs:344) aqua (Data/Colour/Names.hs:347) aquamarine (Data/Colour/Names.hs:350) azure (Data/Colour/Names.hs:353) beige (Data/Colour/Names.hs:356) bisque (Data/Colour/Names.hs:359) black (Data/Colour/Internal.hs:53) blanchedalmond (Data/Colour/Names.hs:364) blue (Data/Colour/Names.hs:367) blueviolet (Data/Colour/Names.hs:370) brown (Data/Colour/Names.hs:373) burlywood (Data/Colour/Names.hs:376) cadetblue (Data/Colour/Names.hs:379) chartreuse (Data/Colour/Names.hs:382) chocolate (Data/Colour/Names.hs:385) coral (Data/Colour/Names.hs:388) cornflowerblue (Data/Colour/Names.hs:391) cornsilk (Data/Colour/Names.hs:394) crimson (Data/Colour/Names.hs:397) cyan (Data/Colour/Names.hs:400) darkblue (Data/Colour/Names.hs:403) darkcyan (Data/Colour/Names.hs:406) darkgoldenrod (Data/Colour/Names.hs:409) darkgray (Data/Colour/Names.hs:412) darkgreen (Data/Colour/Names.hs:415) darkgrey (Data/Colour/Names.hs:418) darkkhaki (Data/Colour/Names.hs:421) darkmagenta (Data/Colour/Names.hs:424) darkolivegreen (Data/Colour/Names.hs:427) darkorange (Data/Colour/Names.hs:430) darkorchid (Data/Colour/Names.hs:433) darkred (Data/Colour/Names.hs:436) darksalmon (Data/Colour/Names.hs:439) darkseagreen (Data/Colour/Names.hs:442) darkslateblue (Data/Colour/Names.hs:445) darkslategray (Data/Colour/Names.hs:448) darkslategrey (Data/Colour/Names.hs:451) darkturquoise (Data/Colour/Names.hs:454) darkviolet (Data/Colour/Names.hs:457) deeppink (Data/Colour/Names.hs:460) deepskyblue (Data/Colour/Names.hs:463) dimgray (Data/Colour/Names.hs:466) dimgrey (Data/Colour/Names.hs:469) dodgerblue (Data/Colour/Names.hs:472) firebrick (Data/Colour/Names.hs:475) floralwhite (Data/Colour/Names.hs:478) forestgreen (Data/Colour/Names.hs:481) fuchsia (Data/Colour/Names.hs:484) gainsboro (Data/Colour/Names.hs:487) ghostwhite (Data/Colour/Names.hs:490) gold (Data/Colour/Names.hs:493) goldenrod (Data/Colour/Names.hs:496) gray (Data/Colour/Names.hs:499) grey (Data/Colour/Names.hs:502) green (Data/Colour/Names.hs:505) greenyellow (Data/Colour/Names.hs:508) honeydew (Data/Colour/Names.hs:511) hotpink (Data/Colour/Names.hs:514) indianred (Data/Colour/Names.hs:517) indigo (Data/Colour/Names.hs:520) ivory (Data/Colour/Names.hs:523) khaki (Data/Colour/Names.hs:526) lavender (Data/Colour/Names.hs:529) lavenderblush (Data/Colour/Names.hs:532) lawngreen (Data/Colour/Names.hs:535) lemonchiffon (Data/Colour/Names.hs:538) lightblue (Data/Colour/Names.hs:541) lightcoral (Data/Colour/Names.hs:544) lightcyan (Data/Colour/Names.hs:547) lightgoldenrodyellow (Data/Colour/Names.hs:550) lightgray (Data/Colour/Names.hs:553) lightgreen (Data/Colour/Names.hs:556) lightgrey (Data/Colour/Names.hs:559) lightpink (Data/Colour/Names.hs:562) lightsalmon (Data/Colour/Names.hs:565) lightseagreen (Data/Colour/Names.hs:568) lightskyblue (Data/Colour/Names.hs:571) lightslategray (Data/Colour/Names.hs:574) lightslategrey (Data/Colour/Names.hs:577) lightsteelblue (Data/Colour/Names.hs:580) lightyellow (Data/Colour/Names.hs:583) lime (Data/Colour/Names.hs:586) limegreen (Data/Colour/Names.hs:589) linen (Data/Colour/Names.hs:592) magenta (Data/Colour/Names.hs:595) maroon (Data/Colour/Names.hs:598) mediumaquamarine (Data/Colour/Names.hs:601) mediumblue (Data/Colour/Names.hs:604) mediumorchid (Data/Colour/Names.hs:607) mediumpurple (Data/Colour/Names.hs:610) mediumseagreen (Data/Colour/Names.hs:613) mediumslateblue (Data/Colour/Names.hs:616) mediumspringgreen (Data/Colour/Names.hs:619) mediumturquoise (Data/Colour/Names.hs:622) mediumvioletred (Data/Colour/Names.hs:625) midnightblue (Data/Colour/Names.hs:628) mintcream (Data/Colour/Names.hs:631) mistyrose (Data/Colour/Names.hs:634) moccasin (Data/Colour/Names.hs:637) navajowhite (Data/Colour/Names.hs:640) navy (Data/Colour/Names.hs:643) oldlace (Data/Colour/Names.hs:646) olive (Data/Colour/Names.hs:649) olivedrab (Data/Colour/Names.hs:652) orange (Data/Colour/Names.hs:655) orangered (Data/Colour/Names.hs:658) orchid (Data/Colour/Names.hs:661) palegoldenrod (Data/Colour/Names.hs:664) palegreen (Data/Colour/Names.hs:667) paleturquoise (Data/Colour/Names.hs:670) palevioletred (Data/Colour/Names.hs:673) papayawhip (Data/Colour/Names.hs:676) peachpuff (Data/Colour/Names.hs:679) peru (Data/Colour/Names.hs:682) pink (Data/Colour/Names.hs:685) plum (Data/Colour/Names.hs:688) powderblue (Data/Colour/Names.hs:691) purple (Data/Colour/Names.hs:694) red (Data/Colour/Names.hs:697) rosybrown (Data/Colour/Names.hs:700) royalblue (Data/Colour/Names.hs:703) saddlebrown (Data/Colour/Names.hs:706) salmon (Data/Colour/Names.hs:709) sandybrown (Data/Colour/Names.hs:712) seagreen (Data/Colour/Names.hs:715) seashell (Data/Colour/Names.hs:718) sienna (Data/Colour/Names.hs:721) silver (Data/Colour/Names.hs:724) skyblue (Data/Colour/Names.hs:727) slateblue (Data/Colour/Names.hs:730) slategray (Data/Colour/Names.hs:733) slategrey (Data/Colour/Names.hs:736) snow (Data/Colour/Names.hs:739) springgreen (Data/Colour/Names.hs:742) steelblue (Data/Colour/Names.hs:745) tan (Data/Colour/Names.hs:748) teal (Data/Colour/Names.hs:751) thistle (Data/Colour/Names.hs:754) tomato (Data/Colour/Names.hs:757) turquoise (Data/Colour/Names.hs:760) violet (Data/Colour/Names.hs:763) wheat (Data/Colour/Names.hs:766) white (Data/Colour/Names.hs:769) whitesmoke (Data/Colour/Names.hs:772) yellow (Data/Colour/Names.hs:775) yellowgreen (Data/Colour/Names.hs:778) Warning: 'toCIEXYZ' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'cieXYZView' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 15 / 17) in 'Data.Colour.CIE' Missing documentation for: toCIEXYZ (Data/Colour/CIE.hs:65) Chromaticity (Data/Colour/CIE/Chromaticity.hs:25) Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx Completed colour-2.3.6 Configuring commutative-semigroups-0.2.0.2... Preprocessing library for commutative-semigroups-0.2.0.2.. Building library for commutative-semigroups-0.2.0.2.. [1 of 2] Compiling Numeric.Product.Commutative ( src/Numeric/Product/Commutative.hs, dist/build/Numeric/Product/Commutative.o, dist/build/Numeric/Product/Commutative.dyn_o ) [2 of 2] Compiling Data.Semigroup.Commutative ( src/Data/Semigroup/Commutative.hs, dist/build/Data/Semigroup/Commutative.o, dist/build/Data/Semigroup/Commutative.dyn_o ) Preprocessing library for commutative-semigroups-0.2.0.2.. Running Haddock on library for commutative-semigroups-0.2.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Numeric.Product.Commutative ( src/Numeric/Product/Commutative.hs, nothing ) [2 of 2] Compiling Data.Semigroup.Commutative ( src/Data/Semigroup/Commutative.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Numeric.Product.Commutative' Missing documentation for: Module header Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const 50% ( 1 / 2) in 'Data.Semigroup.Commutative' Missing documentation for: Module header Documentation created: dist/doc/html/commutative-semigroups/, dist/doc/html/commutative-semigroups/commutative-semigroups.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/commutative-semigroups-0.2.0.2-1t7mTXeyODaLN0ky0Pp0Dw Completed commutative-semigroups-0.2.0.2 Configuring indexed-profunctors-0.1.1.1... Preprocessing library for indexed-profunctors-0.1.1.1.. Building library for indexed-profunctors-0.1.1.1.. [1 of 1] Compiling Data.Profunctor.Indexed ( src/Data/Profunctor/Indexed.hs, dist/build/Data/Profunctor/Indexed.o, dist/build/Data/Profunctor/Indexed.dyn_o ) Preprocessing library for indexed-profunctors-0.1.1.1.. Running Haddock on library for indexed-profunctors-0.1.1.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Profunctor.Indexed ( src/Data/Profunctor/Indexed.hs, nothing ) Haddock coverage: Warning: 'Tagged' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:636:24 * at src/Data/Profunctor/Indexed.hs:636:1 You 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/Profunctor/Indexed.hs:636:1 Warning: 'StarA' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:90:22 * at src/Data/Profunctor/Indexed.hs:90:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Indexed.hs:90:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:63:24 * at src/Data/Profunctor/Indexed.hs:63:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Indexed.hs:63:1 Warning: 'Forget' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:66:26 * at src/Data/Profunctor/Indexed.hs:66:1 You 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/Profunctor/Indexed.hs:66:1 Warning: 'FunArrow' is ambiguous. It is defined * at src/Data/Profunctor/Indexed.hs:72:26 * at src/Data/Profunctor/Indexed.hs:72:1 You 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/Profunctor/Indexed.hs:72:1 72% ( 27 / 37) in 'Data.Profunctor.Indexed' Missing documentation for: Profunctor (src/Data/Profunctor/Indexed.hs:121) Strong (src/Data/Profunctor/Indexed.hs:242) Costrong (src/Data/Profunctor/Indexed.hs:337) Choice (src/Data/Profunctor/Indexed.hs:343) Cochoice (src/Data/Profunctor/Indexed.hs:391) Visiting (src/Data/Profunctor/Indexed.hs:413) Mapping (src/Data/Profunctor/Indexed.hs:532) Traversing (src/Data/Profunctor/Indexed.hs:492) Exchange (src/Data/Profunctor/Indexed.hs:552) Context (src/Data/Profunctor/Indexed.hs:655) Documentation created: dist/doc/html/indexed-profunctors/, dist/doc/html/indexed-profunctors/indexed-profunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-profunctors-0.1.1.1-9Pi5IKFAJWc40DmckJ23NK Completed indexed-profunctors-0.1.1.1 Configuring indexed-traversable-0.1.4... Preprocessing library for indexed-traversable-0.1.4.. Building library for indexed-traversable-0.1.4.. [1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o ) [2 of 7] Compiling GhcList ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o ) [3 of 7] Compiling WithIndex ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o ) [4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o ) [5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o ) [6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o ) [7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o ) Preprocessing library for indexed-traversable-0.1.4.. Running Haddock on library for indexed-traversable-0.1.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling CoerceCompat ( src/CoerceCompat.hs, nothing ) [2 of 7] Compiling GhcList ( src/GhcList.hs, nothing ) [3 of 7] Compiling WithIndex ( src/WithIndex.hs, nothing ) [4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing ) [5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing ) [6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing ) [7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing ) Haddock coverage: Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 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: 'itraverseOf' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'itraversed' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldr1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldl1'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldl1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ifoldr1'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '.' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'forM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 83% ( 10 / 12) in 'Data.Traversable.WithIndex' Missing documentation for: imapDefault (src/WithIndex.hs:81) ifoldMapDefault (src/WithIndex.hs:162) 66% ( 2 / 3) in 'Data.Functor.WithIndex' Missing documentation for: Module header 100% ( 3 / 3) in 'Data.Foldable1.WithIndex' Warning: 'const' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'all' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'traverse_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'for_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IndexedFold' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mapM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'imapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'iforM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'concatMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'find' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldrM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'foldlM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'toList' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'snd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Foldable.WithIndex' Documentation created: dist/doc/html/indexed-traversable/, dist/doc/html/indexed-traversable/indexed-traversable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G Completed indexed-traversable-0.1.4 Configuring integer-logarithms-1.0.4... Preprocessing library for integer-logarithms-1.0.4.. Building library for integer-logarithms-1.0.4.. [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o ) [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o ) [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o ) [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o ) Preprocessing library for integer-logarithms-1.0.4.. Running Haddock on library for integer-logarithms-1.0.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing ) [2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing ) [3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing ) [4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing ) Haddock coverage: 40% ( 2 / 5) in 'GHC.Integer.Logarithms.Compat' Missing documentation for: integerLogBase# integerLog2# wordLog2# 100% ( 17 / 17) in 'Math.NumberTheory.Logarithms' 100% ( 3 / 3) in 'Math.NumberTheory.Powers.Integer' 100% ( 3 / 3) in 'Math.NumberTheory.Powers.Natural' Documentation created: dist/doc/html/integer-logarithms/, dist/doc/html/integer-logarithms/integer-logarithms.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp Completed integer-logarithms-1.0.4 Configuring os-string-2.0.8... Preprocessing library for os-string-2.0.8.. Building library for os-string-2.0.8.. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o ) System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o ) [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o ) [10 of 11] Compiling System.OsString ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o ) Preprocessing library for os-string-2.0.8.. Running Haddock on library for os-string-2.0.8.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing ) [ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing ) [ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing ) [ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing ) [ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing ) System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports] The import of try from module Control.Exception is redundant | 23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate) | ^^^ [ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing ) [ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing ) [ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing ) [ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing ) [10 of 11] Compiling System.OsString ( System/OsString.hs, nothing ) [11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing ) Haddock coverage: 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 26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal' Missing documentation for: _nul (System/OsString/Data/ByteString/Short/Internal.hs:60) isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63) create (System/OsString/Data/ByteString/Short/Internal.hs:70) asBA (System/OsString/Data/ByteString/Short/Internal.hs:80) BA (System/OsString/Data/ByteString/Short/Internal.hs:84) MBA (System/OsString/Data/ByteString/Short/Internal.hs:85) newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89) newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94) copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99) unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104) copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109) moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244) moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248) packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251) packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254) unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265) packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274) packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277) indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299) word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320) word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322) setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325) copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330) createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356) createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372) findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397) assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422) errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430) moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434) compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444) 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 96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short' Missing documentation for: append uncons2 (System/OsString/Data/ByteString/Short.hs:184) concat 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: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'CString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16' Missing documentation for: append concat breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:663) Warning: 'try' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 33% ( 1 / 3) in 'System.OsString.Internal.Exception' Missing documentation for: Module header isAsyncException (System/OsString/Internal/Exception.hs:17) Warning: 'TextEncoding' is ambiguous. It is defined * in GHC.IO.Encoding.Types * in GHC.IO.Encoding.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.IO.Encoding.Types 27% ( 9 / 33) in 'System.OsString.Encoding.Internal' Missing documentation for: Module header ucs2le (System/OsString/Encoding/Internal.hs:42) mkUcs2le (System/OsString/Encoding/Internal.hs:45) ucs2le_DF (System/OsString/Encoding/Internal.hs:50) ucs2le_EF (System/OsString/Encoding/Internal.hs:60) ucs2le_decode (System/OsString/Encoding/Internal.hs:71) ucs2le_encode (System/OsString/Encoding/Internal.hs:96) mkUTF16le_b (System/OsString/Encoding/Internal.hs:131) utf16le_b_DF (System/OsString/Encoding/Internal.hs:136) utf16le_b_EF (System/OsString/Encoding/Internal.hs:146) utf16le_b_decode (System/OsString/Encoding/Internal.hs:157) utf16le_b_encode (System/OsString/Encoding/Internal.hs:195) cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231) cWcharsToChars (System/OsString/Encoding/Internal.hs:238) charsToCWchars (System/OsString/Encoding/Internal.hs:248) withWindowsString (System/OsString/Encoding/Internal.hs:264) peekWindowsString (System/OsString/Encoding/Internal.hs:267) withPosixString (System/OsString/Encoding/Internal.hs:272) withPosixString' (System/OsString/Encoding/Internal.hs:275) peekPosixString (System/OsString/Encoding/Internal.hs:278) peekPosixString' (System/OsString/Encoding/Internal.hs:281) EncodingException (System/OsString/Encoding/Internal.hs:340) showEncodingException (System/OsString/Encoding/Internal.hs:348) wNUL (System/OsString/Encoding/Internal.hs:367) 44% ( 11 / 25) in 'System.OsString.Encoding' Missing documentation for: Module header EncodingException (System/OsString/Encoding/Internal.hs:340) showEncodingException (System/OsString/Encoding/Internal.hs:348) ucs2le (System/OsString/Encoding/Internal.hs:42) mkUcs2le (System/OsString/Encoding/Internal.hs:45) ucs2le_DF (System/OsString/Encoding/Internal.hs:50) ucs2le_EF (System/OsString/Encoding/Internal.hs:60) ucs2le_decode (System/OsString/Encoding/Internal.hs:71) ucs2le_encode (System/OsString/Encoding/Internal.hs:96) mkUTF16le_b (System/OsString/Encoding/Internal.hs:131) utf16le_b_DF (System/OsString/Encoding/Internal.hs:136) utf16le_b_EF (System/OsString/Encoding/Internal.hs:146) utf16le_b_decode (System/OsString/Encoding/Internal.hs:157) utf16le_b_encode (System/OsString/Encoding/Internal.hs:195) Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:60:25 * at System/OsString/Internal/Types.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1 Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:87:23 * at System/OsString/Internal/Types.hs:87:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1 Warning: 'ShortByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:123:23 * at System/OsString/Internal/Types.hs:123:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:123:1 Warning: 'WindowsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:117:23 * at System/OsString/Internal/Types.hs:117:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:117:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:210:18 * at System/OsString/Internal/Types.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1 Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:161:20 * at System/OsString/Internal/Types.hs:161:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 9 / 18) in 'System.OsString.Internal.Types' Missing documentation for: Module header unWS (System/OsString/Internal/Types.hs:70) unPS (System/OsString/Internal/Types.hs:96) PlatformString (System/OsString/Internal/Types.hs:114) WindowsChar (System/OsString/Internal/Types.hs:117) unWW (System/OsString/Internal/Types.hs:131) PosixChar (System/OsString/Internal/Types.hs:123) unPW (System/OsString/Internal/Types.hs:139) PlatformChar (System/OsString/Internal/Types.hs:148) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'PosixString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:87:23 * at System/OsString/Internal/Types.hs:87:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 95% ( 95 /100) in 'System.OsString.Posix' Missing documentation for: Module header PosixChar (System/OsString/Internal/Types.hs:123) singleton (System/OsString/Common.hs:526) empty (System/OsString/Common.hs:529) concat (System/OsString/Common.hs:737) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'getLocaleEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'OsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:161:20 * at System/OsString/Internal/Types.hs:161:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1 Warning: 'OsChar' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:210:18 * at System/OsString/Internal/Types.hs:210:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1 Warning: 'head' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:293:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:293:1 Warning: 'tail' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:277:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:277:1 Warning: 'init' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:302:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:302:1 Warning: 'last' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:268:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:268:1 Warning: 'map' is ambiguous. It is defined * in GHC.Base * at System/OsString/Internal.hs:332:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:332:1 Warning: 'reverse' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:338:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:338:1 Warning: 'foldl' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:354:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:354:1 Warning: 'foldl1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:368:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:368:1 Warning: 'foldr' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:384:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:384:1 Warning: 'foldr1' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:398:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:398:1 Warning: 'all' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:412:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:412:1 Warning: 'any' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:419:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:419:1 Warning: 'replicate' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:434:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:434:1 Warning: 'take' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:476:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:476:1 Warning: 'length' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:325:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:325:1 Warning: 'drop' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:513:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:513:1 Warning: 'takeWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:507:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:507:1 Warning: 'dropWhile' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:535:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:535:1 Warning: 'break' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:564:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:564:1 Warning: 'span' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:574:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:574:1 Warning: 'splitAt' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:599:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:599:1 Warning: 'elem' is ambiguous. It is defined * in Data.Foldable * at System/OsString/Internal.hs:702:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:702:1 Warning: 'filter' is ambiguous. It is defined * in GHC.List * at System/OsString/Internal.hs:720:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal.hs:720:1 94% ( 75 / 79) in 'System.OsString.Internal' Missing documentation for: Module header empty (System/OsString/Internal.hs:233) singleton (System/OsString/Internal.hs:236) concat (System/OsString/Internal.hs:425) Warning: 'setFileSystemEncoding' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 / 99) in 'System.OsString' Missing documentation for: empty (System/OsString/Internal.hs:233) singleton (System/OsString/Internal.hs:236) concat (System/OsString/Internal.hs:425) Warning: 'unsafeDupablePerformIO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'WindowsString' is ambiguous. It is defined * at System/OsString/Internal/Types.hs:60:25 * at System/OsString/Internal/Types.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1 Warning: 'OsString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 94% ( 94 / 99) in 'System.OsString.Windows' Missing documentation for: Module header WindowsChar (System/OsString/Internal/Types.hs:117) singleton (System/OsString/Common.hs:526) empty (System/OsString/Common.hs:529) concat (System/OsString/Common.hs:737) Warning: System.OsString.Data.ByteString.Short: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for: - Data.ByteString.Short.Internal.Rep_ShortByteString - Data.ByteString.Short.Internal.D:R:ItemShortByteString Warning: System.OsString.Internal.Types: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_PosixString - System.OsString.Internal.Types.Rep_WindowsString Warning: System.OsString.Posix: could not find link destinations for: - System.OsString.Internal.Types.Rep_PosixChar - System.OsString.Internal.Types.Rep_PosixString Warning: System.OsString: could not find link destinations for: - System.OsString.Internal.Types.Rep_OsChar - System.OsString.Internal.Types.Rep_OsString Warning: System.OsString.Windows: could not find link destinations for: - System.OsString.Internal.Types.Rep_WindowsChar - System.OsString.Internal.Types.Rep_WindowsString Documentation created: dist/doc/html/os-string/, dist/doc/html/os-string/os-string.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.8-JLOCx5syZ3qViIHERGXha Completed os-string-2.0.8 Configuring prettyprinter-1.7.1... Preprocessing library for prettyprinter-1.7.1.. Building library for prettyprinter-1.7.1.. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o ) Preprocessing library for prettyprinter-1.7.1.. Running Haddock on library for prettyprinter-1.7.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing ) [ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing ) [ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing ) [ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing ) [ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing ) [ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing ) [ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing ) [ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing ) [ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing ) [10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing ) [11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing ) src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 34 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing ) [13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing ) [14 of 28] Compiling Prettyprinter ( src/Prettyprinter.hs, nothing ) [15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing ) [16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing ) [17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing ) [18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing ) [19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing ) [20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing ) src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations] Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated: "Writing your own stack machine is probably more efficient and customizable; also consider using »renderSimplyDecorated(A)« instead" | 7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing ) [22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing ) [23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing ) [24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing ) [25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing ) [26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing ) [27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing ) [28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing ) Haddock coverage: 57% ( 4 / 7) in 'Prettyprinter.Render.Util.Panic' Missing documentation for: Module header panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36) panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36) Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 Warning: 'parens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'space' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'doc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'putDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'hPutDoc' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'reAnnotateST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'comma' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 98% ( 77 / 78) in 'Prettyprinter.Internal' Missing documentation for: defaultPageWidth (src/Prettyprinter/Internal.hs:1778) 66% ( 2 / 3) in 'Prettyprinter.Render.String' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.String' Missing documentation for: Module header 100% ( 2 / 2) in 'Prettyprinter.Internal.Type' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Type' Missing documentation for: Module header 75% ( 3 / 4) in 'Prettyprinter.Internal.Debug' Missing documentation for: diag' (src/Prettyprinter/Internal/Debug.hs:76) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal.Debug' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Internal' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic' Missing documentation for: Module header Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine' Missing documentation for: Module header 100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii' Warning: 'Keyword' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Red' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'color' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'colorDull' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bgColor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bgColorDull' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% (112 /112) in 'Prettyprinter' Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree' Missing documentation for: Module header 61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial' Missing documentation for: SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40) Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41) bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46) italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47) paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48) headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49) color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial' Missing documentation for: Module header 61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial' Missing documentation for: SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43) Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44) bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49) italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50) paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51) headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52) color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial' Missing documentation for: Module header Warning: 'Text' is ambiguous. It is defined * at src/Prettyprinter/Internal.hs:159:7 * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7 100% ( 9 / 9) in 'Prettyprinter.Render.Text' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Text' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii' Missing documentation for: Module header 100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode' Missing documentation for: Module header Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util 100% ( 4 / 4) in 'Prettyprinter.Util' 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Util' Missing documentation for: Module header Warning: Prettyprinter.Internal: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream Warning: Prettyprinter.Internal.Type: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc Warning: Prettyprinter: could not find link destinations for: - Prettyprinter.Internal.Rep_Doc - Prettyprinter.Internal.Rep_SimpleDocStream Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for: - Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree Documentation created: dist/doc/html/prettyprinter/, dist/doc/html/prettyprinter/prettyprinter.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB Completed prettyprinter-1.7.1 Configuring primes-0.2.1.0... Preprocessing library for primes-0.2.1.0.. Building library for primes-0.2.1.0.. [1 of 1] Compiling Data.Numbers.Primes ( Data/Numbers/Primes.hs, dist/build/Data/Numbers/Primes.o, dist/build/Data/Numbers/Primes.dyn_o ) Data/Numbers/Primes.hs:48:34: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | wheelSieve k = reverse ps ++ map head (sieve p (cycle ns)) | ^^^^ Data/Numbers/Primes.hs:49:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ([int], [int]) not matched: ([], _) | 49 | where (p:ps,ns) = wheel k | ^^^^^^^^^^^^^^^^^^^ Data/Numbers/Primes.hs:132:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ([int], Queue int) not matched: ([], _) | 132 | where (z:zs,queue') = dequeue queue | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Numbers/Primes.hs:196:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [int] not matched: [] | 196 | where (y:ys) = cycle xs | ^^^^^^^^^^^^^^^^^ Preprocessing library for primes-0.2.1.0.. Running Haddock on library for primes-0.2.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Numbers.Primes ( Data/Numbers/Primes.hs, nothing ) Data/Numbers/Primes.hs:48:34: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | wheelSieve k = reverse ps ++ map head (sieve p (cycle ns)) | ^^^^ Haddock coverage: 100% ( 5 / 5) in 'Data.Numbers.Primes' Documentation created: dist/doc/html/primes/, dist/doc/html/primes/primes.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primes-0.2.1.0-86rh66qYZew1GSTJqTZc6P Completed primes-0.2.1.0 Configuring primitive-0.9.1.0... Preprocessing library for primitive-0.9.1.0.. Building library for primitive-0.9.1.0.. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o ) Preprocessing library for primitive-0.9.1.0.. Running Haddock on library for primitive-0.9.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing ) [ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing ) [ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing ) [ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing ) [ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing ) [ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing ) [ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing ) [ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing ) [ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing ) [10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing ) [11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing ) [12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing ) [13 of 14] Compiling Data.Primitive ( Data/Primitive.hs, nothing ) [14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing ) Haddock coverage: 2% ( 1 / 35) in 'Data.Primitive.MachDeps' Missing documentation for: sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68) aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69) sIZEOF_INT (Data/Primitive/MachDeps.hs:71) aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72) sIZEOF_WORD (Data/Primitive/MachDeps.hs:74) aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75) sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77) aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78) sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80) aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81) sIZEOF_PTR (Data/Primitive/MachDeps.hs:83) aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84) sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86) aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87) sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89) aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90) sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92) aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93) sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95) aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96) sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98) aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99) sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101) aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102) sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104) aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105) sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107) aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108) sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110) aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111) sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113) aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114) Word64_# (Data/Primitive/MachDeps.hs:117) Int64_# (Data/Primitive/MachDeps.hs:118) Warning: 'IO' is ambiguous. It is defined * in GHC.Types * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Types Warning: 'ST' is ambiguous. It is defined * in GHC.ST * in GHC.ST You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.ST 89% ( 26 / 29) in 'Control.Monad.Primitive' Missing documentation for: unsafeInterleave (Control/Monad/Primitive.hs:408) unsafeDupableInterleave (Control/Monad/Primitive.hs:409) noDuplicate (Control/Monad/Primitive.hs:401) Warning: 'MVar' is ambiguous. It is defined * at Data/Primitive/MVar.hs:41:17 * at Data/Primitive/MVar.hs:41:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/MVar.hs:41:1 100% ( 11 / 11) in 'Data.Primitive.MVar' Warning: 'Array' is ambiguous. It is defined * at Data/Primitive/Array.hs:65:16 * at Data/Primitive/Array.hs:65:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/Array.hs:65:1 Warning: 'MutableArray' is ambiguous. It is defined * at Data/Primitive/Array.hs:108:25 * at Data/Primitive/Array.hs:108:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/Array.hs:108:1 100% ( 27 / 27) in 'Data.Primitive.Array' Warning: 'MutVar' is ambiguous. It is defined * at Data/Primitive/MutVar.hs:44:19 * at Data/Primitive/MutVar.hs:44:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1 Warning: 'IORef' is ambiguous. It is defined * in GHC.IORef * in GHC.IORef You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.IORef Warning: 'STRef' is ambiguous. It is defined * in GHC.STRef * in GHC.STRef You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.STRef 100% ( 15 / 15) in 'Data.Primitive.MutVar' Warning: 'SmallArray' is ambiguous. It is defined * at Data/Primitive/SmallArray.hs:95:21 * at Data/Primitive/SmallArray.hs:95:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1 Warning: 'Identity' is ambiguous. It is defined * in Data.Functor.Identity * in Data.Functor.Identity You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Identity Warning: 'SmallMutableArray' is ambiguous. It is defined * at Data/Primitive/SmallArray.hs:106:30 * at Data/Primitive/SmallArray.hs:106:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1 93% ( 27 / 29) in 'Data.Primitive.SmallArray' Missing documentation for: SmallArray (Data/Primitive/SmallArray.hs:95) SmallMutableArray (Data/Primitive/SmallArray.hs:106) 100% ( 10 / 10) in 'Data.Primitive.Types' Warning: 'MutableByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte 98% ( 61 / 62) in 'Data.Primitive.ByteArray' Missing documentation for: createByteArray (Data/Primitive/ByteArray.hs:672) Warning: 'PrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:144:20 * at Data/Primitive/PrimArray.hs:144:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1 Warning: 'MutablePrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:167:29 * at Data/Primitive/PrimArray.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1 Warning: 'ByteArray' is ambiguous. It is defined * in Data.Array.Byte * in Data.Array.Byte You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Array.Byte 100% ( 78 / 78) in 'Data.Primitive.PrimArray' Warning: 'Ptr' is ambiguous. It is defined * in GHC.Ptr * in GHC.Ptr You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Ptr 100% ( 17 / 17) in 'Data.Primitive.Ptr' 100% ( 10 / 10) in 'Data.Primitive' Warning: 'PrimVar' is ambiguous. It is defined * at Data/Primitive/PrimVar.hs:49:23 * at Data/Primitive/PrimVar.hs:49:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1 Warning: 'MutablePrimArray' is ambiguous. It is defined * at Data/Primitive/PrimArray.hs:167:29 * at Data/Primitive/PrimArray.hs:167:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1 100% ( 22 / 22) in 'Data.Primitive.PrimVar' Warning: Control.Monad.Primitive: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateIO Warning: Data.Primitive.Array: could not find link destinations for: - Data.Primitive.Array.D:R:ItemArray Warning: Data.Primitive.SmallArray: could not find link destinations for: - Data.Primitive.SmallArray.D:R:ItemSmallArray Warning: Data.Primitive.Types: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Warning: Data.Primitive.ByteArray: could not find link destinations for: - Data.Array.Byte.D:R:ItemByteArray Warning: Data.Primitive.PrimArray: could not find link destinations for: - Data.Primitive.PrimArray.D:R:ItemPrimArray Warning: Data.Primitive.Ptr: could not find link destinations for: - GHC.Generics.D:R:UReckPtrp0 - GHC.Generics.Rep_R:UReckPtrp - GHC.Generics.Rep1_R:UReckPtrp Documentation created: dist/doc/html/primitive/, dist/doc/html/primitive/primitive.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv Completed primitive-0.9.1.0 Configuring splitmix-0.1.3.1... Preprocessing library for splitmix-0.1.3.1.. Building library for splitmix-0.1.3.1.. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o ) Preprocessing library for splitmix-0.1.3.1.. Running Haddock on library for splitmix-0.1.3.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing ) [2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing ) [3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing ) [4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing ) Haddock coverage: Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix.hs:77:14 * at src/System/Random/SplitMix.hs:77:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1 100% ( 22 / 22) in 'System.Random.SplitMix' Warning: 'SMGen' is ambiguous. It is defined * at src/System/Random/SplitMix32.hs:61:14 * at src/System/Random/SplitMix32.hs:61:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1 100% ( 22 / 22) in 'System.Random.SplitMix32' Documentation created: dist/doc/html/splitmix/, dist/doc/html/splitmix/splitmix.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe Completed splitmix-0.1.3.1 Configuring syb-0.7.3... Preprocessing library for syb-0.7.3.. Building library for syb-0.7.3.. [ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o ) [ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o ) [ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o ) [ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o ) [ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o ) [ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o ) [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o ) [ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o ) [ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o ) [10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o ) [11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o ) [12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o ) [13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o ) [14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o ) [15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o ) [16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o ) Preprocessing library for syb-0.7.3.. Running Haddock on library for syb-0.7.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing ) [ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing ) [ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing ) [ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing ) [ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing ) [ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing ) [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing ) [ 8 of 16] Compiling Data.Generics ( src/Data/Generics.hs, nothing ) [ 9 of 16] Compiling Generics.SYB ( src/Generics/SYB.hs, nothing ) [10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing ) [11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing ) [12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing ) [13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing ) [14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing ) [15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing ) [16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing ) Haddock coverage: Warning: 'Generic'' is ambiguous. It is defined * at src/Data/Generics/Aliases.hs:524:22 * at src/Data/Generics/Aliases.hs:524:1 You 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/Generics/Aliases.hs:524:1 Warning: 'GenericR'' is ambiguous. It is defined * at src/Data/Generics/Aliases.hs:509:23 * at src/Data/Generics/Aliases.hs:509:1 You 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/Generics/Aliases.hs:509:1 Warning: 'GenericB'' is ambiguous. It is defined * at src/Data/Generics/Aliases.hs:496:21 * at src/Data/Generics/Aliases.hs:496:1 You 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/Generics/Aliases.hs:496:1 100% ( 62 / 62) in 'Data.Generics.Aliases' 100% ( 2 / 2) in 'Data.Generics.Basics' 100% ( 3 / 3) in 'Data.Generics.Builders' 100% ( 1 / 1) in 'Data.Generics.Instances' 100% ( 19 / 19) in 'Data.Generics.Schemes' 100% ( 6 / 6) in 'Data.Generics.Text' 100% ( 17 / 17) in 'Data.Generics.Twins' 100% ( 8 / 8) in 'Data.Generics' 100% ( 2 / 2) in 'Generics.SYB' 100% ( 2 / 2) in 'Generics.SYB.Aliases' 100% ( 2 / 2) in 'Generics.SYB.Basics' 100% ( 2 / 2) in 'Generics.SYB.Builders' 100% ( 1 / 1) in 'Generics.SYB.Instances' 100% ( 2 / 2) in 'Generics.SYB.Schemes' 100% ( 2 / 2) in 'Generics.SYB.Text' 100% ( 2 / 2) in 'Generics.SYB.Twins' Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.3-3RSHlswStQQ1o1nIweGIxQ Completed syb-0.7.3 Configuring tagged-0.8.9... Preprocessing library for tagged-0.8.9.. Building library for tagged-0.8.9.. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o, dist/build/Data/Proxy/TH.dyn_o ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o, dist/build/Data/Tagged.dyn_o ) Preprocessing library for tagged-0.8.9.. Running Haddock on library for tagged-0.8.9.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, nothing ) [2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, nothing ) Haddock coverage: Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Proxy 66% ( 2 / 3) in 'Data.Proxy.TH' Missing documentation for: Module header Warning: 'Tagged' is ambiguous. It is defined * at src/Data/Tagged.hs:82:22 * at src/Data/Tagged.hs:82:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Tagged.hs:82:1 Warning: 'Proxy' is ambiguous. It is defined * in Data.Proxy * in Data.Proxy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Proxy 93% ( 14 / 15) in 'Data.Tagged' Missing documentation for: witness (src/Data/Tagged.hs:386) Warning: Data.Tagged: could not find link destinations for: - Data.Tagged.Rep_Tagged - Data.Tagged.Rep1_Tagged Documentation created: dist/doc/html/tagged/, dist/doc/html/tagged/tagged.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagged-0.8.9-6aZuwRISGvIHng66Gvw0LY Completed tagged-0.8.9 Configuring th-abstraction-0.7.1.0... Preprocessing library for th-abstraction-0.7.1.0.. Building library for th-abstraction-0.7.1.0.. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o ) Preprocessing library for th-abstraction-0.7.1.0.. Running Haddock on library for th-abstraction-0.7.1.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing ) [2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing ) [3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing ) Haddock coverage: Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr' Missing documentation for: TyVarBndrUnit TyVarBndrSpec TyVarBndrVis Specificity BndrVis DefaultBndrFlag plainTV kindedTV inferredSpec specifiedSpec bndrReq bndrInvis Warning: 'DatatypeInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:184:21 * at src/Language/Haskell/TH/Datatype.hs:184:1 You 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/Language/Haskell/TH/Datatype.hs:184:1 Warning: 'ConstructorInfo' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:229:24 * at src/Language/Haskell/TH/Datatype.hs:229:1 You 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/Language/Haskell/TH/Datatype.hs:229:1 Warning: 'FieldStrictness' is ambiguous. It is defined * at src/Language/Haskell/TH/Datatype.hs:272:24 * at src/Language/Haskell/TH/Datatype.hs:272:1 You 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/Language/Haskell/TH/Datatype.hs:272:1 Warning: '()' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Strict' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * at src/Language/Haskell/TH/Datatype.hs:289:5 You 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/Language/Haskell/TH/Datatype.hs:289:5 Warning: 'datatypeInstVars' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'mbKind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'resolveFixities' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FunArg' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Fixity' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 92% ( 49 / 53) in 'Language.Haskell.TH.Datatype' Missing documentation for: arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260) isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293) notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294) unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295) Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for: - Language.Haskell.TH.Syntax.Rep_BndrVis - Language.Haskell.TH.Syntax.Rep_Specificity Warning: Language.Haskell.TH.Datatype: could not find link destinations for: - Language.Haskell.TH.Datatype.Rep_DatatypeInfo - Language.Haskell.TH.Datatype.Rep_ConstructorInfo - Language.Haskell.TH.Datatype.Rep_FieldStrictness - Language.Haskell.TH.Datatype.Rep_Strictness - Language.Haskell.TH.Datatype.Rep_Unpackedness - Language.Haskell.TH.Datatype.Rep_ConstructorVariant - Language.Haskell.TH.Datatype.Rep_DatatypeVariant Documentation created: dist/doc/html/th-abstraction/, dist/doc/html/th-abstraction/th-abstraction.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.1.0-5OEkekdo9oT3l4cxHWMApr Completed th-abstraction-0.7.1.0 Configuring transformers-compat-0.7.2... Preprocessing library for transformers-compat-0.7.2.. Building library for transformers-compat-0.7.2.. [1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o ) [2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o ) [3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o ) [4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o ) Preprocessing library for transformers-compat-0.7.2.. Running Haddock on library for transformers-compat-0.7.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing ) [2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing ) [3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing ) [4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Control.Monad.Trans.Instances' Warning: 'String' is ambiguous. It is defined * in Text.Read.Lex * in GHC.Base You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Base Warning: 'Options' is ambiguous. It is defined * at generics/Data/Functor/Classes/Generic/Internal.hs:146:19 * at generics/Data/Functor/Classes/Generic/Internal.hs:146:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:146:1 Warning: 'FunctorClassesDefault' is ambiguous. It is defined * at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3 * at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1 100% ( 48 / 48) in 'Data.Functor.Classes.Generic.Internal' Warning: 'Eq1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ord1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Read1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Show1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'GenericFunctorClasses' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'eq1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'compare1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'readsPrec1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'showsPrec1Default' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 21 / 21) in 'Data.Functor.Classes.Generic' Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for: - Data.Functor.Classes.Generic.Internal.GShowCon - Data.Functor.Classes.Generic.Internal.GReadCon Documentation created: dist/doc/html/transformers-compat/, dist/doc/html/transformers-compat/transformers-compat.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.7.2-Kjd0KzrkeU5ax708EytP3 Completed transformers-compat-0.7.2 Configuring vector-stream-0.1.0.1... Preprocessing library for vector-stream-0.1.0.1.. Building library for vector-stream-0.1.0.1.. [1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o ) Preprocessing library for vector-stream-0.1.0.1.. Running Haddock on library for vector-stream-0.1.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing ) Haddock coverage: Warning: 'Stream' is ambiguous. It is defined * at src/Data/Stream/Monadic.hs:154:19 * at src/Data/Stream/Monadic.hs:154:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Stream/Monadic.hs:154:1 Warning: 'Bundle' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 81% (110 /135) in 'Data.Stream.Monadic' Missing documentation for: liftBox (src/Data/Stream/Monadic.hs:130) generate (src/Data/Stream/Monadic.hs:210) unbox (src/Data/Stream/Monadic.hs:462) concatMap (src/Data/Stream/Monadic.hs:1070) zipWithM_ (src/Data/Stream/Monadic.hs:531) zipWith3M (src/Data/Stream/Monadic.hs:535) zipWith4M (src/Data/Stream/Monadic.hs:565) zipWith5M (src/Data/Stream/Monadic.hs:572) zipWith6M (src/Data/Stream/Monadic.hs:579) zipWith (src/Data/Stream/Monadic.hs:585) zipWith3 (src/Data/Stream/Monadic.hs:590) zipWith4 (src/Data/Stream/Monadic.hs:596) zipWith5 (src/Data/Stream/Monadic.hs:602) zipWith6 (src/Data/Stream/Monadic.hs:608) zip (src/Data/Stream/Monadic.hs:612) zip3 (src/Data/Stream/Monadic.hs:616) zip4 (src/Data/Stream/Monadic.hs:621) zip5 (src/Data/Stream/Monadic.hs:626) zip6 (src/Data/Stream/Monadic.hs:631) mapMaybe (src/Data/Stream/Monadic.hs:702) catMaybes (src/Data/Stream/Monadic.hs:716) and (src/Data/Stream/Monadic.hs:1044) or (src/Data/Stream/Monadic.hs:1057) concatMapM (src/Data/Stream/Monadic.hs:1074) unfoldrN (src/Data/Stream/Monadic.hs:1136) Documentation created: dist/doc/html/vector-stream/, dist/doc/html/vector-stream/vector-stream.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr Completed vector-stream-0.1.0.1 Configuring contravariant-1.5.5... Preprocessing library for contravariant-1.5.5.. Building library for contravariant-1.5.5.. [1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, dist/build/Data/Functor/Contravariant/Divisible.o, dist/build/Data/Functor/Contravariant/Divisible.dyn_o ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, dist/build/Data/Functor/Contravariant/Compose.o, dist/build/Data/Functor/Contravariant/Compose.dyn_o ) [3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, dist/build/Data/Functor/Contravariant/Generic.o, dist/build/Data/Functor/Contravariant/Generic.dyn_o ) Preprocessing library for contravariant-1.5.5.. Running Haddock on library for contravariant-1.5.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 3] Compiling Data.Functor.Contravariant.Divisible ( src/Data/Functor/Contravariant/Divisible.hs, nothing ) [2 of 3] Compiling Data.Functor.Contravariant.Compose ( src/Data/Functor/Contravariant/Compose.hs, nothing ) [3 of 3] Compiling Data.Functor.Contravariant.Generic ( src/Data/Functor/Contravariant/Generic.hs, nothing ) Haddock coverage: Warning: 'delta' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 17 / 17) in 'Data.Functor.Contravariant.Divisible' 100% ( 4 / 4) in 'Data.Functor.Contravariant.Compose' Warning: 'Comparison' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant 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.Contravariant Warning: 'Equivalence' is ambiguous. It is defined * in Data.Functor.Contravariant * in Data.Functor.Contravariant 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.Contravariant 100% ( 3 / 3) in 'Data.Functor.Contravariant.Generic' Warning: Data.Functor.Contravariant.Generic: could not find link destinations for: - Data.Functor.Contravariant.Generic.GDeciding1 - Data.Functor.Contravariant.Generic.GDeciding - Data.Functor.Contravariant.Generic.GG - Data.Functor.Contravariant.Generic.Rep1' - Data.Functor.Contravariant.Generic.Rep' Documentation created: dist/doc/html/contravariant/, dist/doc/html/contravariant/contravariant.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/contravariant-1.5.5-9OZxSMGmONm3FLxTwjX4ym Completed contravariant-1.5.5 Configuring ansi-terminal-types-1.1.3... Preprocessing library for ansi-terminal-types-1.1.3.. Building library for ansi-terminal-types-1.1.3.. [1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o ) [2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o ) Preprocessing library for ansi-terminal-types-1.1.3.. Running Haddock on library for ansi-terminal-types-1.1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing ) [2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing ) Haddock coverage: 100% ( 13 / 13) in 'System.Console.ANSI.Types' 66% ( 41 / 62) in 'System.Console.ANSI.Codes' Missing documentation for: cursorUpCode (src/System/Console/ANSI/Codes.hs:236) cursorDownCode (src/System/Console/ANSI/Codes.hs:237) cursorForwardCode (src/System/Console/ANSI/Codes.hs:238) cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239) cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245) cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244) clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312) clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313) clearScreenCode (src/System/Console/ANSI/Codes.hs:314) clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315) clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316) clearLineCode (src/System/Console/ANSI/Codes.hs:317) enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320) disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321) scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326) scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327) useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330) useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331) setSGRCode (src/System/Console/ANSI/Codes.hs:339) hideCursorCode (src/System/Console/ANSI/Codes.hs:344) showCursorCode (src/System/Console/ANSI/Codes.hs:345) Documentation created: dist/doc/html/ansi-terminal-types/, dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1.3-FbCvCegLPPTJZH2c3Rw7yn Completed ansi-terminal-types-1.1.3 Configuring generic-lens-core-2.3.0.0... Preprocessing library for generic-lens-core-2.3.0.0.. Building library for generic-lens-core-2.3.0.0.. src/Data/Generics/Product/Internal/Fields.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/Typed.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/Positions.hs:1:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 1 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/GLens.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/Subtype.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/HList.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 24] Compiling Data.Generics.Internal.Errors ( src/Data/Generics/Internal/Errors.hs, dist/build/Data/Generics/Internal/Errors.o, dist/build/Data/Generics/Internal/Errors.dyn_o ) src/Data/Generics/Internal/Errors.hs:50:37: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 50 | type family Defined_list (break :: [*]) (err :: Constraint) (a :: k) :: k where | ^ [ 2 of 24] Compiling Data.Generics.Internal.Families.Changing ( src/Data/Generics/Internal/Families/Changing.hs, dist/build/Data/Generics/Internal/Families/Changing.o, dist/build/Data/Generics/Internal/Families/Changing.dyn_o ) src/Data/Generics/Internal/Families/Changing.hs:83:25: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ src/Data/Generics/Internal/Families/Changing.hs:83:35: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ src/Data/Generics/Internal/Families/Changing.hs:83:44: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ src/Data/Generics/Internal/Families/Changing.hs:83:50: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ [ 3 of 24] Compiling Data.Generics.Internal.GenericN ( src/Data/Generics/Internal/GenericN.hs, dist/build/Data/Generics/Internal/GenericN.o, dist/build/Data/Generics/Internal/GenericN.dyn_o ) [ 4 of 24] Compiling Data.Generics.Internal.Profunctor.Iso ( src/Data/Generics/Internal/Profunctor/Iso.hs, dist/build/Data/Generics/Internal/Profunctor/Iso.o, dist/build/Data/Generics/Internal/Profunctor/Iso.dyn_o ) [ 5 of 24] Compiling Data.Generics.Internal.Profunctor.Lens ( src/Data/Generics/Internal/Profunctor/Lens.hs, dist/build/Data/Generics/Internal/Profunctor/Lens.o, dist/build/Data/Generics/Internal/Profunctor/Lens.dyn_o ) [ 6 of 24] Compiling Data.Generics.Internal.Profunctor.Prism ( src/Data/Generics/Internal/Profunctor/Prism.hs, dist/build/Data/Generics/Internal/Profunctor/Prism.o, dist/build/Data/Generics/Internal/Profunctor/Prism.dyn_o ) [ 7 of 24] Compiling Data.Generics.Internal.VL.Traversal ( src/Data/Generics/Internal/VL/Traversal.hs, dist/build/Data/Generics/Internal/VL/Traversal.o, dist/build/Data/Generics/Internal/VL/Traversal.dyn_o ) [ 8 of 24] Compiling Data.Generics.Internal.Void ( src/Data/Generics/Internal/Void.hs, dist/build/Data/Generics/Internal/Void.o, dist/build/Data/Generics/Internal/Void.dyn_o ) [ 9 of 24] Compiling Data.Generics.Internal.Wrapped ( src/Data/Generics/Internal/Wrapped.hs, dist/build/Data/Generics/Internal/Wrapped.o, dist/build/Data/Generics/Internal/Wrapped.dyn_o ) [10 of 24] Compiling Data.Generics.Product.Internal.GLens ( src/Data/Generics/Product/Internal/GLens.hs, dist/build/Data/Generics/Product/Internal/GLens.o, dist/build/Data/Generics/Product/Internal/GLens.dyn_o ) [11 of 24] Compiling Data.Generics.Product.Internal.HList ( src/Data/Generics/Product/Internal/HList.hs, dist/build/Data/Generics/Product/Internal/HList.o, dist/build/Data/Generics/Product/Internal/HList.dyn_o ) [12 of 24] Compiling Data.Generics.Internal.Families.Has ( src/Data/Generics/Internal/Families/Has.hs, dist/build/Data/Generics/Internal/Families/Has.o, dist/build/Data/Generics/Internal/Families/Has.dyn_o ) [13 of 24] Compiling Data.Generics.Internal.Families.Collect ( src/Data/Generics/Internal/Families/Collect.hs, dist/build/Data/Generics/Internal/Families/Collect.o, dist/build/Data/Generics/Internal/Families/Collect.dyn_o ) src/Data/Generics/Internal/Families/Collect.hs:101:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: type constructor or class <&> | 101 | type family (a :: Count) <&> (b :: Count) :: Count where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Generics/Internal/Families/Collect.hs:105:40: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 105 | type family CollectFieldsOrdered (r :: * -> *) :: [Symbol] where | ^ src/Data/Generics/Internal/Families/Collect.hs:105:45: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 105 | type family CollectFieldsOrdered (r :: * -> *) :: [Symbol] where | ^ [14 of 24] Compiling Data.Generics.Internal.Families ( src/Data/Generics/Internal/Families.hs, dist/build/Data/Generics/Internal/Families.o, dist/build/Data/Generics/Internal/Families.dyn_o ) [15 of 24] Compiling Data.Generics.Product.Internal.Fields ( src/Data/Generics/Product/Internal/Fields.hs, dist/build/Data/Generics/Product/Internal/Fields.o, dist/build/Data/Generics/Product/Internal/Fields.dyn_o ) [16 of 24] Compiling Data.Generics.Product.Internal.Positions ( src/Data/Generics/Product/Internal/Positions.hs, dist/build/Data/Generics/Product/Internal/Positions.o, dist/build/Data/Generics/Product/Internal/Positions.dyn_o ) [17 of 24] Compiling Data.Generics.Product.Internal.Subtype ( src/Data/Generics/Product/Internal/Subtype.hs, dist/build/Data/Generics/Product/Internal/Subtype.o, dist/build/Data/Generics/Product/Internal/Subtype.dyn_o ) [18 of 24] Compiling Data.GenericLens.Internal ( src/Data/GenericLens/Internal.hs, dist/build/Data/GenericLens/Internal.o, dist/build/Data/GenericLens/Internal.dyn_o ) [19 of 24] Compiling Data.Generics.Product.Internal.Typed ( src/Data/Generics/Product/Internal/Typed.hs, dist/build/Data/Generics/Product/Internal/Typed.o, dist/build/Data/Generics/Product/Internal/Typed.dyn_o ) [20 of 24] Compiling Data.Generics.Product.Internal.Types ( src/Data/Generics/Product/Internal/Types.hs, dist/build/Data/Generics/Product/Internal/Types.o, dist/build/Data/Generics/Product/Internal/Types.dyn_o ) [21 of 24] Compiling Data.Generics.Product.Internal.Param ( src/Data/Generics/Product/Internal/Param.hs, dist/build/Data/Generics/Product/Internal/Param.o, dist/build/Data/Generics/Product/Internal/Param.dyn_o ) [22 of 24] Compiling Data.Generics.Sum.Internal.Constructors ( src/Data/Generics/Sum/Internal/Constructors.hs, dist/build/Data/Generics/Sum/Internal/Constructors.o, dist/build/Data/Generics/Sum/Internal/Constructors.dyn_o ) [23 of 24] Compiling Data.Generics.Sum.Internal.Typed ( src/Data/Generics/Sum/Internal/Typed.hs, dist/build/Data/Generics/Sum/Internal/Typed.o, dist/build/Data/Generics/Sum/Internal/Typed.dyn_o ) [24 of 24] Compiling Data.Generics.Sum.Internal.Subtype ( src/Data/Generics/Sum/Internal/Subtype.hs, dist/build/Data/Generics/Sum/Internal/Subtype.o, dist/build/Data/Generics/Sum/Internal/Subtype.dyn_o ) Preprocessing library for generic-lens-core-2.3.0.0.. Running Haddock on library for generic-lens-core-2.3.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Data/Generics/Product/Internal/Fields.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/Typed.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/Positions.hs:1:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 1 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/GLens.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/Subtype.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Internal/HList.hs:11:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 11 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 24] Compiling Data.Generics.Internal.Errors ( src/Data/Generics/Internal/Errors.hs, nothing ) src/Data/Generics/Internal/Errors.hs:50:37: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 50 | type family Defined_list (break :: [*]) (err :: Constraint) (a :: k) :: k where | ^ [ 2 of 24] Compiling Data.Generics.Internal.Families.Changing ( src/Data/Generics/Internal/Families/Changing.hs, nothing ) src/Data/Generics/Internal/Families/Changing.hs:83:25: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ src/Data/Generics/Internal/Families/Changing.hs:83:35: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ src/Data/Generics/Internal/Families/Changing.hs:83:44: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ src/Data/Generics/Internal/Families/Changing.hs:83:50: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 83 | type family Infer (s :: *) (a' :: *) (b :: *) :: * where | ^ [ 3 of 24] Compiling Data.Generics.Internal.GenericN ( src/Data/Generics/Internal/GenericN.hs, nothing ) [ 4 of 24] Compiling Data.Generics.Internal.Profunctor.Iso ( src/Data/Generics/Internal/Profunctor/Iso.hs, nothing ) [ 5 of 24] Compiling Data.Generics.Internal.Profunctor.Lens ( src/Data/Generics/Internal/Profunctor/Lens.hs, nothing ) [ 6 of 24] Compiling Data.Generics.Internal.Profunctor.Prism ( src/Data/Generics/Internal/Profunctor/Prism.hs, nothing ) [ 7 of 24] Compiling Data.Generics.Internal.VL.Traversal ( src/Data/Generics/Internal/VL/Traversal.hs, nothing ) [ 8 of 24] Compiling Data.Generics.Internal.Void ( src/Data/Generics/Internal/Void.hs, nothing ) [ 9 of 24] Compiling Data.Generics.Internal.Wrapped ( src/Data/Generics/Internal/Wrapped.hs, nothing ) [10 of 24] Compiling Data.Generics.Product.Internal.GLens ( src/Data/Generics/Product/Internal/GLens.hs, nothing ) [11 of 24] Compiling Data.Generics.Product.Internal.HList ( src/Data/Generics/Product/Internal/HList.hs, nothing ) [12 of 24] Compiling Data.Generics.Internal.Families.Has ( src/Data/Generics/Internal/Families/Has.hs, nothing ) [13 of 24] Compiling Data.Generics.Internal.Families.Collect ( src/Data/Generics/Internal/Families/Collect.hs, nothing ) src/Data/Generics/Internal/Families/Collect.hs:101:1: warning: [GHC-40910] [-Wunused-top-binds] Defined but not used: type constructor or class <&> | 101 | type family (a :: Count) <&> (b :: Count) :: Count where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Generics/Internal/Families/Collect.hs:105:40: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 105 | type family CollectFieldsOrdered (r :: * -> *) :: [Symbol] where | ^ src/Data/Generics/Internal/Families/Collect.hs:105:45: warning: [GHC-39567] [-Wstar-is-type] Using * (or its Unicode variant) to mean Data.Kind.Type relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: Use Type from Data.Kind instead. | 105 | type family CollectFieldsOrdered (r :: * -> *) :: [Symbol] where | ^ [14 of 24] Compiling Data.Generics.Internal.Families ( src/Data/Generics/Internal/Families.hs, nothing ) [15 of 24] Compiling Data.Generics.Product.Internal.Fields ( src/Data/Generics/Product/Internal/Fields.hs, nothing ) [16 of 24] Compiling Data.Generics.Product.Internal.Positions ( src/Data/Generics/Product/Internal/Positions.hs, nothing ) [17 of 24] Compiling Data.Generics.Product.Internal.Subtype ( src/Data/Generics/Product/Internal/Subtype.hs, nothing ) [18 of 24] Compiling Data.GenericLens.Internal ( src/Data/GenericLens/Internal.hs, nothing ) [19 of 24] Compiling Data.Generics.Product.Internal.Typed ( src/Data/Generics/Product/Internal/Typed.hs, nothing ) [20 of 24] Compiling Data.Generics.Product.Internal.Types ( src/Data/Generics/Product/Internal/Types.hs, nothing ) [21 of 24] Compiling Data.Generics.Product.Internal.Param ( src/Data/Generics/Product/Internal/Param.hs, nothing ) [22 of 24] Compiling Data.Generics.Sum.Internal.Constructors ( src/Data/Generics/Sum/Internal/Constructors.hs, nothing ) [23 of 24] Compiling Data.Generics.Sum.Internal.Typed ( src/Data/Generics/Sum/Internal/Typed.hs, nothing ) [24 of 24] Compiling Data.Generics.Sum.Internal.Subtype ( src/Data/Generics/Sum/Internal/Subtype.hs, nothing ) Haddock coverage: 0% ( 0 / 6) in 'Data.Generics.Internal.Errors' Missing documentation for: Module header NoGeneric (src/Data/Generics/Internal/Errors.hs:35) Defined (src/Data/Generics/Internal/Errors.hs:46) Defined_list (src/Data/Generics/Internal/Errors.hs:50) QuoteType (src/Data/Generics/Internal/Errors.hs:58) PrettyError (src/Data/Generics/Internal/Errors.hs:38) 11% ( 1 / 9) in 'Data.Generics.Internal.Families.Changing' Missing documentation for: Module header Indexed (src/Data/Generics/Internal/Families/Changing.hs:59) Infer (src/Data/Generics/Internal/Families/Changing.hs:83) PTag (src/Data/Generics/Internal/Families/Changing.hs:56) P (src/Data/Generics/Internal/Families/Changing.hs:57) LookupParam (src/Data/Generics/Internal/Families/Changing.hs:110) ArgAt (src/Data/Generics/Internal/Families/Changing.hs:128) ArgCount (src/Data/Generics/Internal/Families/Changing.hs:124) Warning: 'M1' 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 20% ( 1 / 5) in 'Data.Generics.Internal.Void' Missing documentation for: Module header Void (src/Data/Generics/Internal/Void.hs:22) Void1 (src/Data/Generics/Internal/Void.hs:23) Void2 (src/Data/Generics/Internal/Void.hs:24) 0% ( 0 / 3) in 'Data.Generics.Internal.Wrapped' Missing documentation for: Module header Context (src/Data/Generics/Internal/Wrapped.hs:27) derived (src/Data/Generics/Internal/Wrapped.hs:37) 20% ( 1 / 5) in 'Data.Generics.Product.Internal.GLens' Missing documentation for: GLens (src/Data/Generics/Product/Internal/GLens.hs:49) GLens' (src/Data/Generics/Product/Internal/GLens.hs:52) TyFun (src/Data/Generics/Product/Internal/GLens.hs:45) Eval (src/Data/Generics/Product/Internal/GLens.hs:46) 12% ( 1 / 8) in 'Data.Generics.Product.Internal.HList' Missing documentation for: GIsList (src/Data/Generics/Product/Internal/HList.hs:72) IndexList (src/Data/Generics/Product/Internal/HList.hs:134) HList (src/Data/Generics/Product/Internal/HList.hs:46) ++ (src/Data/Generics/Product/Internal/HList.hs:52) Elem (src/Data/Generics/Product/Internal/HList.hs:68) ListTuple (src/Data/Generics/Product/Internal/HList.hs:155) TupleToList (src/Data/Generics/Product/Internal/HList.hs:327) 12% ( 1 / 8) in 'Data.Generics.Internal.Families.Has' Missing documentation for: HasTotalFieldP (src/Data/Generics/Internal/Families/Has.hs:44) HasTotalTypeP (src/Data/Generics/Internal/Families/Has.hs:64) HasTotalPositionP (src/Data/Generics/Internal/Families/Has.hs:86) Pos (src/Data/Generics/Internal/Families/Has.hs:84) HasPartialTypeP (src/Data/Generics/Internal/Families/Has.hs:106) HasCtorP (src/Data/Generics/Internal/Families/Has.hs:116) GTypes (src/Data/Generics/Internal/Families/Has.hs:126) 14% ( 1 / 7) in 'Data.Generics.Internal.Families.Collect' Missing documentation for: CollectTotalType (src/Data/Generics/Internal/Families/Collect.hs:43) CollectPartialType (src/Data/Generics/Internal/Families/Collect.hs:83) CollectField (src/Data/Generics/Internal/Families/Collect.hs:51) CollectFieldsOrdered (src/Data/Generics/Internal/Families/Collect.hs:105) TypeStat (src/Data/Generics/Internal/Families/Collect.hs:34) \\ (src/Data/Generics/Internal/Families/Collect.hs:124) 80% ( 4 / 5) in 'Data.Generics.Internal.Families' Missing documentation for: ShowSymbols (src/Data/Generics/Internal/Families.hs:30) 0% ( 0 / 6) in 'Data.Generics.Product.Internal.Fields' Missing documentation for: Module header Context_ (src/Data/Generics/Product/Internal/Fields.hs:45) Context' (src/Data/Generics/Product/Internal/Fields.hs:53) Context0 (src/Data/Generics/Product/Internal/Fields.hs:65) Context (src/Data/Generics/Product/Internal/Fields.hs:34) derived (src/Data/Generics/Product/Internal/Fields.hs:78) Warning: 'n' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'K1' 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 20% ( 2 / 10) in 'Data.Generics.Product.Internal.Positions' Missing documentation for: 0 then init is' else is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Scientific.hs:1057:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 1057 | d:ds' = map intToDigit (if ei > 0 then is' else 0:is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, dist/build/Data/Text/Lazy/Builder/Scientific.o, dist/build/Data/Text/Lazy/Builder/Scientific.dyn_o ) src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Text/Lazy/Builder/Scientific.hs:60:12: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] [] [] | 60 | (d:ds') = map i2d (if ei > 0 then init is' else is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Text/Lazy/Builder/Scientific.hs:88:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 88 | d:ds' = map i2d (if ei > 0 then is' else 0:is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, dist/build/Data/ByteString/Builder/Scientific.o, dist/build/Data/ByteString/Builder/Scientific.dyn_o ) src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ByteString/Builder/Scientific.hs:64:12: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] [] [] | 64 | (d:ds') = map i2d (if ei > 0 then init is' else is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ByteString/Builder/Scientific.hs:94:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Char] not matched: [] | 94 | d:ds' = map i2d (if ei > 0 then is' else 0:is') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for scientific-0.3.8.0.. Running Haddock on library for scientific-0.3.8.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling GHC.Integer.Compat ( src/GHC/Integer/Compat.hs, nothing ) [2 of 5] Compiling Utils ( src/Utils.hs, nothing ) [3 of 5] Compiling Data.Scientific ( src/Data/Scientific.hs, nothing ) [4 of 5] Compiling Data.Text.Lazy.Builder.Scientific ( src/Data/Text/Lazy/Builder/Scientific.hs, nothing ) src/Data/Text/Lazy/Builder/Scientific.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ByteString.Builder.Scientific ( src/Data/ByteString/Builder/Scientific.hs, nothing ) src/Data/ByteString/Builder/Scientific.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: Warning: 'Scientific' is ambiguous. It is defined * at src/Data/Scientific.hs:139:19 * at src/Data/Scientific.hs:139:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Scientific.hs:139:1 Warning: 'base10exponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'base10Exponent' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 31 / 31) in 'Data.Scientific' 75% ( 3 / 4) in 'Data.Text.Lazy.Builder.Scientific' Missing documentation for: Module header 75% ( 3 / 4) in 'Data.ByteString.Builder.Scientific' Missing documentation for: Module header Documentation created: dist/doc/html/scientific/, dist/doc/html/scientific/scientific.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/scientific-0.3.8.0-8vyHQZhJR567zEOxWyS20s Completed scientific-0.3.8.0 Configuring data-functor-logistic-0.0... Preprocessing library for data-functor-logistic-0.0.. Building library for data-functor-logistic-0.0.. [1 of 1] Compiling Data.Functor.Logistic ( Data/Functor/Logistic.hs, dist/build/Data/Functor/Logistic.o, dist/build/Data/Functor/Logistic.dyn_o ) Preprocessing library for data-functor-logistic-0.0.. Running Haddock on library for data-functor-logistic-0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Functor.Logistic ( Data/Functor/Logistic.hs, nothing ) Haddock coverage: 0% ( 0 / 3) in 'Data.Functor.Logistic' Missing documentation for: Module header Logistic (Data/Functor/Logistic.hs:21) setters (Data/Functor/Logistic.hs:79) Documentation created: dist/doc/html/data-functor-logistic/, dist/doc/html/data-functor-logistic/data-functor-logistic.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-functor-logistic-0.0-JrxVjs1mJPR9uLIhI2Mn2L Completed data-functor-logistic-0.0 Configuring comonad-5.0.9... Preprocessing library for comonad-5.0.9.. Building library for comonad-5.0.9.. [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o, dist/build/Control/Comonad.dyn_o ) [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o, dist/build/Control/Comonad/Hoist/Class.dyn_o ) [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o, dist/build/Control/Comonad/Trans/Class.dyn_o ) [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o, dist/build/Control/Comonad/Trans/Env.dyn_o ) [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o, dist/build/Control/Comonad/Trans/Identity.dyn_o ) [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o, dist/build/Control/Comonad/Identity.dyn_o ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o, dist/build/Control/Comonad/Trans/Store.dyn_o ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o, dist/build/Control/Comonad/Trans/Traced.dyn_o ) [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o, dist/build/Control/Comonad/Traced/Class.dyn_o ) [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o, dist/build/Control/Comonad/Traced.dyn_o ) [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o, dist/build/Control/Comonad/Store/Class.dyn_o ) [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o, dist/build/Control/Comonad/Store.dyn_o ) [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o, dist/build/Control/Comonad/Env/Class.dyn_o ) [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o, dist/build/Control/Comonad/Env.dyn_o ) [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o, dist/build/Data/Functor/Composition.dyn_o ) Preprocessing library for comonad-5.0.9.. Running Haddock on library for comonad-5.0.9.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, nothing ) [ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, nothing ) [ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, nothing ) [ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, nothing ) [ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, nothing ) [ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, nothing ) [ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, nothing ) [ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, nothing ) [ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, nothing ) [10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, nothing ) [11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, nothing ) [12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, nothing ) [13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, nothing ) [14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, nothing ) [15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, nothing ) Haddock coverage: Warning: 'Cokleisli' is ambiguous. It is defined * at src/Control/Comonad.hs:348:27 * at src/Control/Comonad.hs:348:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Control/Comonad.hs:348:1 100% ( 22 / 22) in 'Control.Comonad' 50% ( 1 / 2) in 'Control.Comonad.Hoist.Class' Missing documentation for: ComonadHoist (src/Control/Comonad/Hoist/Class.hs:20) 50% ( 1 / 2) in 'Control.Comonad.Trans.Class' Missing documentation for: ComonadTrans (src/Control/Comonad/Trans/Class.hs:18) 69% ( 9 / 13) in 'Control.Comonad.Trans.Env' Missing documentation for: Env (src/Control/Comonad/Trans/Env.hs:92) runEnv (src/Control/Comonad/Trans/Env.hs:100) EnvT (src/Control/Comonad/Trans/Env.hs:93) runEnvT (src/Control/Comonad/Trans/Env.hs:103) 100% ( 2 / 2) in 'Control.Comonad.Trans.Identity' 100% ( 4 / 4) in 'Control.Comonad.Identity' 73% ( 11 / 15) in 'Control.Comonad.Trans.Store' Missing documentation for: Store (src/Control/Comonad/Trans/Store.hs:87) runStore (src/Control/Comonad/Trans/Store.hs:94) StoreT (src/Control/Comonad/Trans/Store.hs:96) runStoreT (src/Control/Comonad/Trans/Store.hs:99) 33% ( 4 / 12) in 'Control.Comonad.Trans.Traced' Missing documentation for: Traced (src/Control/Comonad/Trans/Traced.hs:55) traced (src/Control/Comonad/Trans/Traced.hs:58) runTraced (src/Control/Comonad/Trans/Traced.hs:61) TracedT (src/Control/Comonad/Trans/Traced.hs:63) trace (src/Control/Comonad/Trans/Traced.hs:97) listen (src/Control/Comonad/Trans/Traced.hs:100) listens (src/Control/Comonad/Trans/Traced.hs:103) censor (src/Control/Comonad/Trans/Traced.hs:106) 33% ( 1 / 3) in 'Control.Comonad.Traced.Class' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:28) traces (src/Control/Comonad/Traced/Class.hs:32) 57% ( 8 / 14) in 'Control.Comonad.Traced' Missing documentation for: ComonadTraced (src/Control/Comonad/Traced/Class.hs:28) traces (src/Control/Comonad/Traced/Class.hs:32) Traced (src/Control/Comonad/Trans/Traced.hs:55) traced (src/Control/Comonad/Trans/Traced.hs:58) runTraced (src/Control/Comonad/Trans/Traced.hs:61) TracedT (src/Control/Comonad/Trans/Traced.hs:63) 25% ( 1 / 4) in 'Control.Comonad.Store.Class' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:29) lowerPos (src/Control/Comonad/Store/Class.hs:54) lowerPeek (src/Control/Comonad/Store/Class.hs:58) 61% ( 8 / 13) in 'Control.Comonad.Store' Missing documentation for: ComonadStore (src/Control/Comonad/Store/Class.hs:29) Store (src/Control/Comonad/Trans/Store.hs:87) runStore (src/Control/Comonad/Trans/Store.hs:94) StoreT (src/Control/Comonad/Trans/Store.hs:96) runStoreT (src/Control/Comonad/Trans/Store.hs:99) 33% ( 1 / 3) in 'Control.Comonad.Env.Class' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:29) asks (src/Control/Comonad/Env/Class.hs:33) 60% ( 9 / 15) in 'Control.Comonad.Env' Missing documentation for: ComonadEnv (src/Control/Comonad/Env/Class.hs:29) asks (src/Control/Comonad/Env/Class.hs:33) Env (src/Control/Comonad/Trans/Env.hs:92) runEnv (src/Control/Comonad/Trans/Env.hs:100) EnvT (src/Control/Comonad/Trans/Env.hs:93) runEnvT (src/Control/Comonad/Trans/Env.hs:103) 50% ( 1 / 2) in 'Data.Functor.Composition' Missing documentation for: Module header Warning: Control.Comonad: could not find link destinations for: - WithIndex.Indexing - Text.ParserCombinators.ReadP.P - Data.Graph.SetM Warning: Control.Comonad.Trans.Identity: could not find link destinations for: - Control.Monad.Trans.Identity.Rep1_IdentityT - Control.Monad.Trans.Identity.Rep_IdentityT Documentation created: dist/doc/html/comonad/, dist/doc/html/comonad/comonad.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/comonad-5.0.9-4TK9XQNRBF2DkssUp9SLRe Completed comonad-5.0.9 Configuring prettyprinter-ansi-terminal-1.1.3... Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Building library for prettyprinter-ansi-terminal-1.1.3.. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, dist/build/Prettyprinter/Render/Terminal/Internal.o, dist/build/Prettyprinter/Render/Terminal/Internal.dyn_o ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, dist/build/Prettyprinter/Render/Terminal.o, dist/build/Prettyprinter/Render/Terminal.dyn_o ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal.dyn_o ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.dyn_o ) Preprocessing library for prettyprinter-ansi-terminal-1.1.3.. Running Haddock on library for prettyprinter-ansi-terminal-1.1.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Prettyprinter.Render.Terminal.Internal ( src/Prettyprinter/Render/Terminal/Internal.hs, nothing ) [2 of 4] Compiling Prettyprinter.Render.Terminal ( src/Prettyprinter/Render/Terminal.hs, nothing ) [3 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal ( src/Data/Text/Prettyprint/Doc/Render/Terminal.hs, nothing ) [4 of 4] Compiling Data.Text.Prettyprint.Doc.Render.Terminal.Internal ( src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs, nothing ) Haddock coverage: Warning: '...' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 24 / 27) in 'Prettyprinter.Render.Terminal.Internal' Missing documentation for: Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90) Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91) Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92) Warning: 'SimpleDocStream' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Text' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'stdout' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 89% ( 25 / 28) in 'Prettyprinter.Render.Terminal' Missing documentation for: Bold (src/Prettyprinter/Render/Terminal/Internal.hs:90) Underlined (src/Prettyprinter/Render/Terminal/Internal.hs:91) Italicized (src/Prettyprinter/Render/Terminal/Internal.hs:92) 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal' Missing documentation for: Module header 50% ( 1 / 2) in 'Data.Text.Prettyprint.Doc.Render.Terminal.Internal' Missing documentation for: Module header Documentation created: dist/doc/html/prettyprinter-ansi-terminal/, dist/doc/html/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-ansi-terminal-1.1.3-P0eAzEqDTa2D4YDfE4MGj Completed prettyprinter-ansi-terminal-1.1.3 Configuring charset-0.3.12... Preprocessing library for charset-0.3.12.. Building library for charset-0.3.12.. [1 of 9] Compiling Data.CharSet.ByteSet ( src/Data/CharSet/ByteSet.hs, dist/build/Data/CharSet/ByteSet.o, dist/build/Data/CharSet/ByteSet.dyn_o ) [2 of 9] Compiling Data.CharSet ( src/Data/CharSet.hs, dist/build/Data/CharSet.o, dist/build/Data/CharSet.dyn_o ) [3 of 9] Compiling Data.CharSet.Common ( src/Data/CharSet/Common.hs, dist/build/Data/CharSet/Common.o, dist/build/Data/CharSet/Common.dyn_o ) [4 of 9] Compiling Data.CharSet.Posix.Ascii ( src/Data/CharSet/Posix/Ascii.hs, dist/build/Data/CharSet/Posix/Ascii.o, dist/build/Data/CharSet/Posix/Ascii.dyn_o ) [5 of 9] Compiling Data.CharSet.Unicode ( src/Data/CharSet/Unicode.hs, dist/build/Data/CharSet/Unicode.o, dist/build/Data/CharSet/Unicode.dyn_o ) [6 of 9] Compiling Data.CharSet.Unicode.Block ( src/Data/CharSet/Unicode/Block.hs, dist/build/Data/CharSet/Unicode/Block.o, dist/build/Data/CharSet/Unicode/Block.dyn_o ) [7 of 9] Compiling Data.CharSet.Unicode.Category ( src/Data/CharSet/Unicode/Category.hs, dist/build/Data/CharSet/Unicode/Category.o, dist/build/Data/CharSet/Unicode/Category.dyn_o ) [8 of 9] Compiling Data.CharSet.Posix.Unicode ( src/Data/CharSet/Posix/Unicode.hs, dist/build/Data/CharSet/Posix/Unicode.o, dist/build/Data/CharSet/Posix/Unicode.dyn_o ) [9 of 9] Compiling Data.CharSet.Posix ( src/Data/CharSet/Posix.hs, dist/build/Data/CharSet/Posix.o, dist/build/Data/CharSet/Posix.dyn_o ) Preprocessing library for charset-0.3.12.. Running Haddock on library for charset-0.3.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 9] Compiling Data.CharSet.ByteSet ( src/Data/CharSet/ByteSet.hs, nothing ) [2 of 9] Compiling Data.CharSet ( src/Data/CharSet.hs, nothing ) [3 of 9] Compiling Data.CharSet.Common ( src/Data/CharSet/Common.hs, nothing ) [4 of 9] Compiling Data.CharSet.Posix.Ascii ( src/Data/CharSet/Posix/Ascii.hs, nothing ) [5 of 9] Compiling Data.CharSet.Unicode ( src/Data/CharSet/Unicode.hs, nothing ) [6 of 9] Compiling Data.CharSet.Unicode.Block ( src/Data/CharSet/Unicode/Block.hs, nothing ) [7 of 9] Compiling Data.CharSet.Unicode.Category ( src/Data/CharSet/Unicode/Category.hs, nothing ) [8 of 9] Compiling Data.CharSet.Posix.Unicode ( src/Data/CharSet/Posix/Unicode.hs, nothing ) [9 of 9] Compiling Data.CharSet.Posix ( src/Data/CharSet/Posix.hs, nothing ) Haddock coverage: 71% ( 5 / 7) in 'Data.CharSet.ByteSet' Missing documentation for: ByteSet (src/Data/CharSet/ByteSet.hs:46) fromList (src/Data/CharSet/ByteSet.hs:66) Warning: 'Char' is ambiguous. It is defined * in Text.Read.Lex * 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 39% ( 18 / 46) in 'Data.CharSet' Missing documentation for: \\ (src/Data/CharSet.hs:122) member (src/Data/CharSet.hs:217) notMember (src/Data/CharSet.hs:226) overlaps (src/Data/CharSet.hs:247) isSubsetOf (src/Data/CharSet.hs:254) isComplemented (src/Data/CharSet.hs:139) empty (src/Data/CharSet.hs:154) singleton (src/Data/CharSet.hs:157) full (src/Data/CharSet.hs:161) insert (src/Data/CharSet.hs:176) delete (src/Data/CharSet.hs:186) complement (src/Data/CharSet.hs:191) range (src/Data/CharSet.hs:181) union (src/Data/CharSet.hs:196) intersection (src/Data/CharSet.hs:203) difference (src/Data/CharSet.hs:210) filter (src/Data/CharSet.hs:235) partition (src/Data/CharSet.hs:240) map (src/Data/CharSet.hs:134) fold (src/Data/CharSet.hs:230) toList (src/Data/CharSet.hs:144) fromList (src/Data/CharSet.hs:261) toAscList (src/Data/CharSet.hs:149) fromAscList (src/Data/CharSet.hs:265) fromDistinctAscList (src/Data/CharSet.hs:269) fromCharSet (src/Data/CharSet.hs:323) toCharSet (src/Data/CharSet.hs:327) toArray (src/Data/CharSet.hs:342) Warning: 'CharSet' is ambiguous. It is defined * at src/Data/CharSet.hs:96:16 * at src/Data/CharSet.hs:96:1 You 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/CharSet.hs:96:1 9% ( 2 / 21) in 'Data.CharSet.Common' Missing documentation for: control (src/Data/CharSet/Common.hs:47) space (src/Data/CharSet/Common.hs:48) lower (src/Data/CharSet/Common.hs:49) upper (src/Data/CharSet/Common.hs:50) alpha (src/Data/CharSet/Common.hs:51) alphaNum (src/Data/CharSet/Common.hs:52) print (src/Data/CharSet/Common.hs:53) digit (src/Data/CharSet/Common.hs:54) octDigit (src/Data/CharSet/Common.hs:55) letter (src/Data/CharSet/Common.hs:56) mark (src/Data/CharSet/Common.hs:57) number (src/Data/CharSet/Common.hs:58) punctuation (src/Data/CharSet/Common.hs:59) symbol (src/Data/CharSet/Common.hs:60) separator (src/Data/CharSet/Common.hs:61) ascii (src/Data/CharSet/Common.hs:62) latin1 (src/Data/CharSet/Common.hs:63) asciiUpper (src/Data/CharSet/Common.hs:64) asciiLower (src/Data/CharSet/Common.hs:65) 11% ( 2 / 18) in 'Data.CharSet.Posix.Ascii' Missing documentation for: posixAscii (src/Data/CharSet/Posix/Ascii.hs:43) lookupPosixAsciiCharSet (src/Data/CharSet/Posix/Ascii.hs:61) alnum (src/Data/CharSet/Posix/Ascii.hs:26) alpha (src/Data/CharSet/Posix/Ascii.hs:27) ascii (src/Data/CharSet/Posix/Ascii.hs:28) blank (src/Data/CharSet/Posix/Ascii.hs:29) cntrl (src/Data/CharSet/Posix/Ascii.hs:30) digit (src/Data/CharSet/Posix/Ascii.hs:31) graph (src/Data/CharSet/Posix/Ascii.hs:34) print (src/Data/CharSet/Posix/Ascii.hs:35) word (src/Data/CharSet/Posix/Ascii.hs:36) punct (src/Data/CharSet/Posix/Ascii.hs:37) space (src/Data/CharSet/Posix/Ascii.hs:38) upper (src/Data/CharSet/Posix/Ascii.hs:33) lower (src/Data/CharSet/Posix/Ascii.hs:32) xdigit (src/Data/CharSet/Posix/Ascii.hs:39) Warning: 'categories' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 23% ( 12 / 52) in 'Data.CharSet.Unicode' Missing documentation for: UnicodeCategory (src/Data/CharSet/Unicode.hs:46) unicodeCategories (src/Data/CharSet/Unicode.hs:51) modifierLetter (src/Data/CharSet/Unicode.hs:102) otherLetter (src/Data/CharSet/Unicode.hs:103) letter (src/Data/CharSet/Unicode.hs:104) lowercaseLetter (src/Data/CharSet/Unicode.hs:96) uppercaseLetter (src/Data/CharSet/Unicode.hs:97) titlecaseLetter (src/Data/CharSet/Unicode.hs:98) letterAnd (src/Data/CharSet/Unicode.hs:99) nonSpacingMark (src/Data/CharSet/Unicode.hs:111) spacingCombiningMark (src/Data/CharSet/Unicode.hs:112) enclosingMark (src/Data/CharSet/Unicode.hs:113) mark (src/Data/CharSet/Unicode.hs:114) space (src/Data/CharSet/Unicode.hs:120) lineSeparator (src/Data/CharSet/Unicode.hs:121) paragraphSeparator (src/Data/CharSet/Unicode.hs:122) separator (src/Data/CharSet/Unicode.hs:123) mathSymbol (src/Data/CharSet/Unicode.hs:129) currencySymbol (src/Data/CharSet/Unicode.hs:130) modifierSymbol (src/Data/CharSet/Unicode.hs:131) otherSymbol (src/Data/CharSet/Unicode.hs:132) symbol (src/Data/CharSet/Unicode.hs:133) decimalNumber (src/Data/CharSet/Unicode.hs:140) letterNumber (src/Data/CharSet/Unicode.hs:141) otherNumber (src/Data/CharSet/Unicode.hs:142) number (src/Data/CharSet/Unicode.hs:143) dashPunctuation (src/Data/CharSet/Unicode.hs:151) openPunctuation (src/Data/CharSet/Unicode.hs:152) closePunctuation (src/Data/CharSet/Unicode.hs:153) initialQuote (src/Data/CharSet/Unicode.hs:154) finalQuote (src/Data/CharSet/Unicode.hs:155) connectorPunctuation (src/Data/CharSet/Unicode.hs:156) otherPunctuation (src/Data/CharSet/Unicode.hs:157) punctuation (src/Data/CharSet/Unicode.hs:158) control (src/Data/CharSet/Unicode.hs:168) format (src/Data/CharSet/Unicode.hs:169) privateUse (src/Data/CharSet/Unicode.hs:170) surrogate (src/Data/CharSet/Unicode.hs:171) notAssigned (src/Data/CharSet/Unicode.hs:172) other (src/Data/CharSet/Unicode.hs:173) Warning: 'categories' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 3% ( 4 /113) in 'Data.CharSet.Unicode.Block' Missing documentation for: Block (src/Data/CharSet/Unicode/Block.hs:139) blocks (src/Data/CharSet/Unicode/Block.hs:145) lookupBlock (src/Data/CharSet/Unicode/Block.hs:269) lookupBlockCharSet (src/Data/CharSet/Unicode/Block.hs:272) basicLatin (src/Data/CharSet/Unicode/Block.hs:274) latin1Supplement (src/Data/CharSet/Unicode/Block.hs:275) latinExtendedA (src/Data/CharSet/Unicode/Block.hs:276) latinExtendedB (src/Data/CharSet/Unicode/Block.hs:277) ipaExtensions (src/Data/CharSet/Unicode/Block.hs:278) spacingModifierLetters (src/Data/CharSet/Unicode/Block.hs:279) combiningDiacriticalMarks (src/Data/CharSet/Unicode/Block.hs:280) greekAndCoptic (src/Data/CharSet/Unicode/Block.hs:281) cyrillic (src/Data/CharSet/Unicode/Block.hs:282) cyrillicSupplementary (src/Data/CharSet/Unicode/Block.hs:283) armenian (src/Data/CharSet/Unicode/Block.hs:284) hebrew (src/Data/CharSet/Unicode/Block.hs:285) arabic (src/Data/CharSet/Unicode/Block.hs:286) syriac (src/Data/CharSet/Unicode/Block.hs:287) thaana (src/Data/CharSet/Unicode/Block.hs:288) devanagari (src/Data/CharSet/Unicode/Block.hs:289) bengali (src/Data/CharSet/Unicode/Block.hs:290) gurmukhi (src/Data/CharSet/Unicode/Block.hs:291) gujarati (src/Data/CharSet/Unicode/Block.hs:292) oriya (src/Data/CharSet/Unicode/Block.hs:293) tamil (src/Data/CharSet/Unicode/Block.hs:294) telugu (src/Data/CharSet/Unicode/Block.hs:295) kannada (src/Data/CharSet/Unicode/Block.hs:296) malayalam (src/Data/CharSet/Unicode/Block.hs:297) sinhala (src/Data/CharSet/Unicode/Block.hs:298) thai (src/Data/CharSet/Unicode/Block.hs:299) lao (src/Data/CharSet/Unicode/Block.hs:300) tibetan (src/Data/CharSet/Unicode/Block.hs:301) myanmar (src/Data/CharSet/Unicode/Block.hs:302) georgian (src/Data/CharSet/Unicode/Block.hs:303) hangulJamo (src/Data/CharSet/Unicode/Block.hs:304) ethiopic (src/Data/CharSet/Unicode/Block.hs:305) cherokee (src/Data/CharSet/Unicode/Block.hs:306) unifiedCanadianAboriginalSyllabics (src/Data/CharSet/Unicode/Block.hs:307) ogham (src/Data/CharSet/Unicode/Block.hs:308) runic (src/Data/CharSet/Unicode/Block.hs:309) tagalog (src/Data/CharSet/Unicode/Block.hs:310) hanunoo (src/Data/CharSet/Unicode/Block.hs:311) buhid (src/Data/CharSet/Unicode/Block.hs:312) tagbanwa (src/Data/CharSet/Unicode/Block.hs:313) khmer (src/Data/CharSet/Unicode/Block.hs:314) mongolian (src/Data/CharSet/Unicode/Block.hs:315) limbu (src/Data/CharSet/Unicode/Block.hs:316) taiLe (src/Data/CharSet/Unicode/Block.hs:317) khmerSymbols (src/Data/CharSet/Unicode/Block.hs:318) phoneticExtensions (src/Data/CharSet/Unicode/Block.hs:319) latinExtendedAdditional (src/Data/CharSet/Unicode/Block.hs:320) greekExtended (src/Data/CharSet/Unicode/Block.hs:321) generalPunctuation (src/Data/CharSet/Unicode/Block.hs:322) superscriptsAndSubscripts (src/Data/CharSet/Unicode/Block.hs:323) currencySymbols (src/Data/CharSet/Unicode/Block.hs:324) combiningDiacriticalMarksForSymbols (src/Data/CharSet/Unicode/Block.hs:325) letterlikeSymbols (src/Data/CharSet/Unicode/Block.hs:326) numberForms (src/Data/CharSet/Unicode/Block.hs:327) arrows (src/Data/CharSet/Unicode/Block.hs:328) mathematicalOperators (src/Data/CharSet/Unicode/Block.hs:329) miscellaneousTechnical (src/Data/CharSet/Unicode/Block.hs:330) controlPictures (src/Data/CharSet/Unicode/Block.hs:331) opticalCharacterRecognition (src/Data/CharSet/Unicode/Block.hs:332) enclosedAlphanumerics (src/Data/CharSet/Unicode/Block.hs:333) boxDrawing (src/Data/CharSet/Unicode/Block.hs:334) blockElements (src/Data/CharSet/Unicode/Block.hs:335) geometricShapes (src/Data/CharSet/Unicode/Block.hs:336) miscellaneousSymbols (src/Data/CharSet/Unicode/Block.hs:337) dingbats (src/Data/CharSet/Unicode/Block.hs:338) miscellaneousMathematicalSymbolsA (src/Data/CharSet/Unicode/Block.hs:339) supplementalArrowsA (src/Data/CharSet/Unicode/Block.hs:340) braillePatterns (src/Data/CharSet/Unicode/Block.hs:341) supplementalArrowsB (src/Data/CharSet/Unicode/Block.hs:342) miscellaneousMathematicalSymbolsB (src/Data/CharSet/Unicode/Block.hs:343) supplementalMathematicalOperators (src/Data/CharSet/Unicode/Block.hs:344) miscellaneousSymbolsAndArrows (src/Data/CharSet/Unicode/Block.hs:345) cjkRadicalsSupplement (src/Data/CharSet/Unicode/Block.hs:346) kangxiRadicals (src/Data/CharSet/Unicode/Block.hs:347) ideographicDescriptionCharacters (src/Data/CharSet/Unicode/Block.hs:348) cjkSymbolsAndPunctuation (src/Data/CharSet/Unicode/Block.hs:349) hiragana (src/Data/CharSet/Unicode/Block.hs:350) katakana (src/Data/CharSet/Unicode/Block.hs:351) bopomofo (src/Data/CharSet/Unicode/Block.hs:352) hangulCompatibilityJamo (src/Data/CharSet/Unicode/Block.hs:353) kanbun (src/Data/CharSet/Unicode/Block.hs:354) bopomofoExtended (src/Data/CharSet/Unicode/Block.hs:355) katakanaPhoneticExtensions (src/Data/CharSet/Unicode/Block.hs:356) enclosedCjkLettersAndMonths (src/Data/CharSet/Unicode/Block.hs:357) cjkCompatibility (src/Data/CharSet/Unicode/Block.hs:358) cjkUnifiedIdeographsExtensionA (src/Data/CharSet/Unicode/Block.hs:359) yijingHexagramSymbols (src/Data/CharSet/Unicode/Block.hs:360) cjkUnifiedIdeographs (src/Data/CharSet/Unicode/Block.hs:361) yiSyllables (src/Data/CharSet/Unicode/Block.hs:362) yiRadicals (src/Data/CharSet/Unicode/Block.hs:363) hangulSyllables (src/Data/CharSet/Unicode/Block.hs:364) highSurrogates (src/Data/CharSet/Unicode/Block.hs:365) highPrivateUseSurrogates (src/Data/CharSet/Unicode/Block.hs:366) lowSurrogates (src/Data/CharSet/Unicode/Block.hs:367) privateUseArea (src/Data/CharSet/Unicode/Block.hs:368) cjkCompatibilityIdeographs (src/Data/CharSet/Unicode/Block.hs:369) alphabeticPresentationForms (src/Data/CharSet/Unicode/Block.hs:370) arabicPresentationFormsA (src/Data/CharSet/Unicode/Block.hs:371) variationSelectors (src/Data/CharSet/Unicode/Block.hs:372) combiningHalfMarks (src/Data/CharSet/Unicode/Block.hs:373) cjkCompatibilityForms (src/Data/CharSet/Unicode/Block.hs:374) smallFormVariants (src/Data/CharSet/Unicode/Block.hs:375) arabicPresentationFormsB (src/Data/CharSet/Unicode/Block.hs:376) halfwidthAndFullwidthForms (src/Data/CharSet/Unicode/Block.hs:377) specials (src/Data/CharSet/Unicode/Block.hs:378) 22% ( 12 / 54) in 'Data.CharSet.Unicode.Category' Missing documentation for: Category (src/Data/CharSet/Unicode/Category.hs:53) categories (src/Data/CharSet/Unicode/Category.hs:62) lookupCategory (src/Data/CharSet/Unicode/Category.hs:110) lookupCategoryCharSet (src/Data/CharSet/Unicode/Category.hs:113) modifierLetter (src/Data/CharSet/Unicode/Category.hs:137) otherLetter (src/Data/CharSet/Unicode/Category.hs:138) letter (src/Data/CharSet/Unicode/Category.hs:139) lowercaseLetter (src/Data/CharSet/Unicode/Category.hs:131) uppercaseLetter (src/Data/CharSet/Unicode/Category.hs:132) titlecaseLetter (src/Data/CharSet/Unicode/Category.hs:133) letterAnd (src/Data/CharSet/Unicode/Category.hs:134) nonSpacingMark (src/Data/CharSet/Unicode/Category.hs:146) spacingCombiningMark (src/Data/CharSet/Unicode/Category.hs:147) enclosingMark (src/Data/CharSet/Unicode/Category.hs:148) mark (src/Data/CharSet/Unicode/Category.hs:149) space (src/Data/CharSet/Unicode/Category.hs:155) lineSeparator (src/Data/CharSet/Unicode/Category.hs:156) paragraphSeparator (src/Data/CharSet/Unicode/Category.hs:157) separator (src/Data/CharSet/Unicode/Category.hs:158) mathSymbol (src/Data/CharSet/Unicode/Category.hs:164) currencySymbol (src/Data/CharSet/Unicode/Category.hs:165) modifierSymbol (src/Data/CharSet/Unicode/Category.hs:166) otherSymbol (src/Data/CharSet/Unicode/Category.hs:167) symbol (src/Data/CharSet/Unicode/Category.hs:168) decimalNumber (src/Data/CharSet/Unicode/Category.hs:175) letterNumber (src/Data/CharSet/Unicode/Category.hs:176) otherNumber (src/Data/CharSet/Unicode/Category.hs:177) number (src/Data/CharSet/Unicode/Category.hs:178) dashPunctuation (src/Data/CharSet/Unicode/Category.hs:186) openPunctuation (src/Data/CharSet/Unicode/Category.hs:187) closePunctuation (src/Data/CharSet/Unicode/Category.hs:188) initialQuote (src/Data/CharSet/Unicode/Category.hs:189) finalQuote (src/Data/CharSet/Unicode/Category.hs:190) connectorPunctuation (src/Data/CharSet/Unicode/Category.hs:191) otherPunctuation (src/Data/CharSet/Unicode/Category.hs:192) punctuation (src/Data/CharSet/Unicode/Category.hs:193) control (src/Data/CharSet/Unicode/Category.hs:203) format (src/Data/CharSet/Unicode/Category.hs:204) privateUse (src/Data/CharSet/Unicode/Category.hs:205) surrogate (src/Data/CharSet/Unicode/Category.hs:206) notAssigned (src/Data/CharSet/Unicode/Category.hs:207) other (src/Data/CharSet/Unicode/Category.hs:208) 11% ( 2 / 18) in 'Data.CharSet.Posix.Unicode' Missing documentation for: posixUnicode (src/Data/CharSet/Posix/Unicode.hs:45) lookupPosixUnicodeCharSet (src/Data/CharSet/Posix/Unicode.hs:63) alnum (src/Data/CharSet/Posix/Unicode.hs:28) alpha (src/Data/CharSet/Posix/Unicode.hs:30) ascii (src/Data/CharSet/Posix/Unicode.hs:29) blank (src/Data/CharSet/Posix/Unicode.hs:31) cntrl (src/Data/CharSet/Posix/Unicode.hs:32) digit (src/Data/CharSet/Posix/Unicode.hs:33) graph (src/Data/CharSet/Posix/Unicode.hs:36) print (src/Data/CharSet/Posix/Unicode.hs:37) word (src/Data/CharSet/Posix/Unicode.hs:38) punct (src/Data/CharSet/Posix/Unicode.hs:39) space (src/Data/CharSet/Posix/Unicode.hs:40) upper (src/Data/CharSet/Posix/Unicode.hs:35) lower (src/Data/CharSet/Posix/Unicode.hs:34) xdigit (src/Data/CharSet/Posix/Unicode.hs:41) 20% ( 1 / 5) in 'Data.CharSet.Posix' Missing documentation for: posixAscii (src/Data/CharSet/Posix/Ascii.hs:43) lookupPosixAsciiCharSet (src/Data/CharSet/Posix/Ascii.hs:61) posixUnicode (src/Data/CharSet/Posix/Unicode.hs:45) lookupPosixUnicodeCharSet (src/Data/CharSet/Posix/Unicode.hs:63) Documentation created: dist/doc/html/charset/, dist/doc/html/charset/charset.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/charset-0.3.12-E7rNZW9k5tsRru735abhK Completed charset-0.3.12 Configuring attoparsec-0.14.4... Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4.. Building library 'attoparsec-internal' for attoparsec-0.14.4.. [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/FastSet.dyn_o ) internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations] In the use of memset (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead" | 97 | _ <- I.memset t 0 32 | ^^^^^^^^ [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Compat.dyn_o ) [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.o, dist/build/attoparsec-internal/Data/Attoparsec/Internal/Fhthagn.dyn_o ) [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/ByteString/Buffer.dyn_o ) internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 62 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 121 | memcpy (ptr0 `plusPtr` (off0+len0)) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1) | ^^^^^^ [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/Buffer.dyn_o ) internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 44 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.o, dist/build/attoparsec-internal/Data/Attoparsec/Text/FastSet.dyn_o ) Preprocessing library for attoparsec-0.14.4.. Building library for attoparsec-0.14.4.. [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o, dist/build/Data/Attoparsec/Internal/Types.dyn_o ) Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports] The import of <$> from module Control.Applicative is redundant | 28 | import Control.Applicative as App (Applicative(..), (<$>)) | ^^^^^ Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 34 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o, dist/build/Data/Attoparsec/Internal.dyn_o ) [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o, dist/build/Data/Attoparsec/Number.dyn_o ) [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o, dist/build/Data/Attoparsec/Types.dyn_o ) [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o, dist/build/Data/Attoparsec/Zepto.dyn_o ) Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 46 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o, dist/build/Data/Attoparsec/Combinator.dyn_o ) Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>)) | ^^^^^^ [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o, dist/build/Data/Attoparsec/Text/Internal.dyn_o ) Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports] The import of *>, <$>, pure from module Control.Applicative is redundant | 68 | import Control.Applicative ((<|>), (<$>), pure, (*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | instance (a ~ Text) => IsString (Parser a) where | ^ [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o, dist/build/Data/Attoparsec/Text.dyn_o ) [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o, dist/build/Data/Attoparsec/Text/Lazy.dyn_o ) [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o, dist/build/Data/Attoparsec/ByteString/Internal.dyn_o ) [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o, dist/build/Data/Attoparsec/ByteString.dyn_o ) [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o, dist/build/Data/Attoparsec/ByteString/Lazy.dyn_o ) [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o, dist/build/Data/Attoparsec/Lazy.dyn_o ) [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o, dist/build/Data/Attoparsec/ByteString/Char8.dyn_o ) Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | instance (a ~ B.ByteString) => IsString (Parser a) where | ^ [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o, dist/build/Data/Attoparsec/Char8.dyn_o ) [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o, dist/build/Data/Attoparsec.dyn_o ) Preprocessing library 'attoparsec-internal' for attoparsec-0.14.4.. Running Haddock on library 'attoparsec-internal' for attoparsec-0.14.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 6] Compiling Data.Attoparsec.ByteString.FastSet ( internal/Data/Attoparsec/ByteString/FastSet.hs, nothing ) internal/Data/Attoparsec/ByteString/FastSet.hs:97:18: warning: [GHC-68441] [-Wdeprecations] In the use of memset (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.fillBytes instead" | 97 | _ <- I.memset t 0 32 | ^^^^^^^^ [2 of 6] Compiling Data.Attoparsec.Internal.Compat ( internal/Data/Attoparsec/Internal/Compat.hs, nothing ) [3 of 6] Compiling Data.Attoparsec.Internal.Fhthagn ( internal/Data/Attoparsec/Internal/Fhthagn.hs, nothing ) [4 of 6] Compiling Data.Attoparsec.ByteString.Buffer ( internal/Data/Attoparsec/ByteString/Buffer.hs, nothing ) internal/Data/Attoparsec/ByteString/Buffer.hs:62:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 62 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:121:11: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 121 | memcpy (ptr0 `plusPtr` (off0+len0)) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:132:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 132 | memcpy ptr (ptr0 `plusPtr` off0) (fromIntegral len0) | ^^^^^^ internal/Data/Attoparsec/ByteString/Buffer.hs:133:13: warning: [GHC-68441] [-Wdeprecations] In the use of memcpy (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type): Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead" | 133 | memcpy (ptr `plusPtr` len0) (ptr1 `plusPtr` off1) | ^^^^^^ [5 of 6] Compiling Data.Attoparsec.Text.Buffer ( internal/Data/Attoparsec/Text/Buffer.hs, nothing ) internal/Data/Attoparsec/Text/Buffer.hs:44:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 44 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Data.Attoparsec.Text.FastSet ( internal/Data/Attoparsec/Text/FastSet.hs, nothing ) Haddock coverage: 69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet' Missing documentation for: FastSet (internal/Data/Attoparsec/ByteString/FastSet.hs:44) fromList (internal/Data/Attoparsec/ByteString/FastSet.hs:63) fromSet charClass (internal/Data/Attoparsec/ByteString/FastSet.hs:109) 0% ( 0 / 3) in 'Data.Attoparsec.Internal.Compat' Missing documentation for: Module header withPS (internal/Data/Attoparsec/Internal/Compat.hs:15) mkPS (internal/Data/Attoparsec/Internal/Compat.hs:23) 50% ( 1 / 2) in 'Data.Attoparsec.Internal.Fhthagn' Missing documentation for: Module header 22% ( 2 / 9) in 'Data.Attoparsec.ByteString.Buffer' Missing documentation for: Buffer (internal/Data/Attoparsec/ByteString/Buffer.hs:71) unbuffer (internal/Data/Attoparsec/ByteString/Buffer.hs:89) pappend (internal/Data/Attoparsec/ByteString/Buffer.hs:105) length (internal/Data/Attoparsec/ByteString/Buffer.hs:138) unsafeIndex (internal/Data/Attoparsec/ByteString/Buffer.hs:142) substring (internal/Data/Attoparsec/ByteString/Buffer.hs:147) unsafeDrop (internal/Data/Attoparsec/ByteString/Buffer.hs:154) 33% ( 4 / 12) in 'Data.Attoparsec.Text.Buffer' Missing documentation for: Buffer (internal/Data/Attoparsec/Text/Buffer.hs:64) unbuffer (internal/Data/Attoparsec/Text/Buffer.hs:82) unbufferAt (internal/Data/Attoparsec/Text/Buffer.hs:85) length (internal/Data/Attoparsec/Text/Buffer.hs:145) pappend (internal/Data/Attoparsec/Text/Buffer.hs:105) substring (internal/Data/Attoparsec/Text/Buffer.hs:149) lengthCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:158) dropCodeUnits (internal/Data/Attoparsec/Text/Buffer.hs:161) 60% ( 6 / 10) in 'Data.Attoparsec.Text.FastSet' Missing documentation for: FastSet (internal/Data/Attoparsec/Text/FastSet.hs:40) fromList (internal/Data/Attoparsec/Text/FastSet.hs:83) set (internal/Data/Attoparsec/Text/FastSet.hs:105) charClass (internal/Data/Attoparsec/Text/FastSet.hs:118) Documentation created: dist/doc/html/attoparsec/, dist/doc/html/attoparsec/attoparsec.txt Preprocessing library for attoparsec-0.14.4.. Running Haddock on library for attoparsec-0.14.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, nothing ) Data/Attoparsec/Internal/Types.hs:28:53: warning: [GHC-38856] [-Wunused-imports] The import of <$> from module Control.Applicative is redundant | 28 | import Control.Applicative as App (Applicative(..), (<$>)) | ^^^^^ Data/Attoparsec/Internal/Types.hs:34:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 34 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 16] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, nothing ) [ 3 of 16] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, nothing ) [ 4 of 16] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, nothing ) [ 5 of 16] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, nothing ) Data/Attoparsec/Zepto.hs:46:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 46 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, nothing ) Data/Attoparsec/Combinator.hs:46:46: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 46 | import Control.Applicative (Alternative(..), liftA2, many, (<|>)) | ^^^^^^ [ 7 of 16] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, nothing ) Data/Attoparsec/Text/Internal.hs:68:1: warning: [GHC-38856] [-Wunused-imports] The import of *>, <$>, pure from module Control.Applicative is redundant | 68 | import Control.Applicative ((<|>), (<$>), pure, (*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/Attoparsec/Text/Internal.hs:91:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 91 | instance (a ~ Text) => IsString (Parser a) where | ^ [ 8 of 16] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, nothing ) [ 9 of 16] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, nothing ) [10 of 16] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, nothing ) [11 of 16] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, nothing ) [12 of 16] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, nothing ) [13 of 16] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, nothing ) [14 of 16] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, nothing ) Data/Attoparsec/ByteString/Char8.hs:154:13: warning: [GHC-58520] [-Wtype-equality-requires-operators] The use of ~ without TypeOperators will become an error in a future GHC release. Suggested fix: Perhaps you intended to use TypeOperators | 154 | instance (a ~ B.ByteString) => IsString (Parser a) where | ^ [15 of 16] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, nothing ) [16 of 16] Compiling Data.Attoparsec ( Data/Attoparsec.hs, nothing ) Haddock coverage: 60% ( 6 / 10) in 'Data.Attoparsec.Internal.Types' Missing documentation for: State (Data/Attoparsec/Internal/Types.hs:118) Failure (Data/Attoparsec/Internal/Types.hs:122) Success (Data/Attoparsec/Internal/Types.hs:124) Pos (Data/Attoparsec/Internal/Types.hs:46) 100% ( 10 / 10) in 'Data.Attoparsec.Internal' 100% ( 2 / 2) in 'Data.Attoparsec.Number' 100% ( 4 / 4) in 'Data.Attoparsec.Types' 88% ( 8 / 9) in 'Data.Attoparsec.Zepto' Missing documentation for: Parser (Data/Attoparsec/Zepto.hs:68) Warning: 'liftM2' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 24 / 24) in 'Data.Attoparsec.Combinator' Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Text.Internal Warning: 'Partial' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Lazy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 90 / 92) in 'Data.Attoparsec.Text' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:86) Result (Data/Attoparsec/Text/Internal.hs:87) Warning: 'Text' is ambiguous. It is defined * in Data.Text.Internal * in Data.Text.Internal.Lazy You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Text.Internal.Lazy 98% ( 70 / 71) in 'Data.Attoparsec.Text.Lazy' Missing documentation for: Parser (Data/Attoparsec/Text/Internal.hs:86) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 68 / 70) in 'Data.Attoparsec.ByteString' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Result (Data/Attoparsec/ByteString/Internal.hs:99) Warning: 'ByteString' is ambiguous. It is defined * in Data.ByteString.Internal.Type * in Data.ByteString.Lazy.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.Lazy.Internal 98% ( 53 / 54) in 'Data.Attoparsec.ByteString.Lazy' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Attoparsec.Lazy' Warning: 'many' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 91 / 93) in 'Data.Attoparsec.ByteString.Char8' Missing documentation for: Parser (Data/Attoparsec/ByteString/Internal.hs:98) Result (Data/Attoparsec/ByteString/Internal.hs:99) 100% ( 2 / 2) in 'Data.Attoparsec.Char8' 100% ( 2 / 2) in 'Data.Attoparsec' Warning: Data.Attoparsec.Internal.Types: could not find link destinations for: - Data.Attoparsec.Internal.Types.D:R:ChunkElemText - Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString Warning: Data.Attoparsec.Types: could not find link destinations for: - Data.Attoparsec.Internal.Types.D:R:ChunkElemText - Data.Attoparsec.Internal.Types.D:R:ChunkElemByteString Documentation created: dist/doc/html/attoparsec/, dist/doc/html/attoparsec/attoparsec.txt Installing internal library attoparsec-internal in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-LDjhBprM6fk4GZghEfIU87 Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/attoparsec-0.14.4-LDjhBprM6fk4GZghEfIU87 Completed attoparsec-0.14.4 Configuring rank2classes-1.5.5... Preprocessing library for rank2classes-1.5.5.. Building library for rank2classes-1.5.5.. [1 of 2] Compiling Rank2 ( src/Rank2.hs, dist/build/Rank2.o, dist/build/Rank2.dyn_o ) src/Rank2.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 37 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 38 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Rank2.TH ( src/Rank2/TH.hs, dist/build/Rank2/TH.o, dist/build/Rank2/TH.dyn_o ) src/Rank2/TH.hs:20:29: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 20 | import Control.Applicative (liftA2, liftA3) | ^^^^^^ src/Rank2/TH.hs:131:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type TyVarBndr TH.BndrVis not matched: PlainTV _ _ KindedTV _ _ (ForallT _ _ _) KindedTV _ _ (ForallVisT _ _) KindedTV _ _ (AppKindT _ _) ... | 131 | let (KindedTV tyVar _ (AppT (AppT ArrowT _) resultKind)) = lastVar | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:155:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genAp: Patterns of type TypeQ, [Con] not matched: _ [] _ (_:_:_) | 155 | genAp instanceType [con] = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:161:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genLiftA2: Patterns of type [Con] not matched: [] (_:_:_) | 161 | genLiftA2 [con] = TH.funD 'Rank2.liftA2 [genLiftA2Clause False con] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:164:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genLiftA3: Patterns of type [Con] not matched: [] (_:_:_) | 164 | genLiftA3 [con] = TH.funD 'Rank2.liftA3 [genLiftA3Clause False con] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:195:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genCotraverse: Patterns of type [Con] not matched: [] (_:_:_) | 195 | genCotraverse [con] = do (constraints, clause) <- genCotraverseClause con | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:199:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genCotraverseTraversable: Patterns of type [Con] not matched: [] (_:_:_) | 199 | genCotraverseTraversable [con] = do (constraints, clause) <- genCotraverseTraversableClause con | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:203:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genDeliver: Patterns of type TypeQ, [Con] not matched: _ [] _ (_:_:_) | 203 | genDeliver instanceType [con] = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:205:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 205 | let AppT _classType rt = it | ^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:224:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genFmapClause: Patterns of type Type, Con not matched: _ (InfixC _ _ _) _ (GadtC [] _ _) _ (GadtC (_:_:_) _ _) _ (GadtC [_] _ (ForallT _ _ _)) ... | 224 | genFmapClause _ (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:249:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 249 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:254:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 254 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:270:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genLiftA2Clause: Patterns of type Bool, Con not matched: _ (InfixC _ _ _) _ (GadtC [] _ _) _ (GadtC (_:_:_) _ _) _ (GadtC [_] _ (ForallT _ _ _)) ... | 270 | genLiftA2Clause unsafely (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:278:21: warning: [GHC-63397] [-Wname-shadowing] This binding for y shadows the existing binding bound at src/Rank2/TH.hs:273:4 | 278 | newField (x, y) (_, fieldType) = genLiftA2Field unsafely (varE f) fieldType (varE x) (varE y) id | ^ src/Rank2/TH.hs:314:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genLiftA3Clause: Patterns of type Bool, Con not matched: _ (InfixC _ _ _) _ (GadtC [] _ _) _ (GadtC (_:_:_) _ _) _ (GadtC [_] _ (ForallT _ _ _)) ... | 314 | genLiftA3Clause unsafely (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:324:21: warning: [GHC-63397] [-Wname-shadowing] This binding for y shadows the existing binding bound at src/Rank2/TH.hs:317:4 | 324 | newField (x, y, z) (_, fieldType) = genLiftA3Field unsafely (varE f) fieldType (varE x) (varE y) (varE z) id | ^ src/Rank2/TH.hs:324:24: warning: [GHC-63397] [-Wname-shadowing] This binding for z shadows the existing binding bound at src/Rank2/TH.hs:318:4 | 324 | newField (x, y, z) (_, fieldType) = genLiftA3Field unsafely (varE f) fieldType (varE x) (varE y) (varE z) id | ^ src/Rank2/TH.hs:365:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genApClause: Patterns of type Bool, Type, Con not matched: _ _ (InfixC _ _ _) _ _ (GadtC [] _ _) _ _ (GadtC (_:_:_) _ _) _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 365 | genApClause unsafely _ (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:390:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 390 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:395:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 395 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:413:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genPureClause: Patterns of type Con not matched: InfixC _ _ _ ForallC _ _ _ GadtC _ _ _ RecGadtC _ _ _ | 413 | genPureClause (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:442:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genFoldMapClause: Patterns of type Type, Con not matched: _ (InfixC _ _ _) _ (GadtC [] _ _) _ (GadtC (_:_:_) _ _) _ (GadtC [_] _ (ForallT _ _ _)) ... | 442 | genFoldMapClause _ (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:468:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 468 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:473:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 473 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:490:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genTraverseClause: Patterns of type Type, Con not matched: _ (InfixC _ _ _) _ (GadtC [] _ _) _ (GadtC (_:_:_) _ _) _ (GadtC [_] _ (ForallT _ _ _)) ... | 490 | genTraverseClause _ (NormalC name []) = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:519:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 519 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:524:11: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ SigT _ _ ... | 524 | let AppT _classType t = instanceType | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2/TH.hs:541:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genCotraverseClause: Patterns of type Con not matched: InfixC _ _ _ ForallC _ _ _ GadtC _ _ _ RecGadtC _ _ _ ... | 541 | genCotraverseClause (NormalC name []) = genCotraverseClause (RecC name []) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:555:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genCotraverseTraversableClause: Patterns of type Con not matched: InfixC _ _ _ ForallC _ _ _ GadtC _ _ _ RecGadtC _ _ _ ... | 555 | genCotraverseTraversableClause (NormalC name []) = genCotraverseTraversableClause (RecC name []) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:570:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genDeliverClause: Patterns of type TypeQ, Maybe Name, Con not matched: _ _ (InfixC _ _ _) _ _ (ForallC _ _ _) _ _ (GadtC _ _ _) _ _ (RecGadtC _ _ _) ... | 570 | genDeliverClause recType typeVar (NormalC name []) = genDeliverClause recType typeVar (RecC name []) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:591:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ VarT _ ... | 591 | case fieldType of | ^^^^^^^^^^^^^^^^^... src/Rank2/TH.hs:609:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type Type not matched: ForallT _ _ _ ForallVisT _ _ AppKindT _ _ VarT _ ... | 609 | case fieldType of | ^^^^^^^^^^^^^^^^^... Preprocessing library 'doctests' for rank2classes-1.5.5.. Building library 'doctests' for rank2classes-1.5.5.. [1 of 1] Compiling MyModule ( test/MyModule.lhs, dist/build/doctests/MyModule.o, dist/build/doctests/MyModule.dyn_o ) Preprocessing library for rank2classes-1.5.5.. Running Haddock on library for rank2classes-1.5.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Rank2 ( src/Rank2.hs, /tmp/ghc13084_0/ghc_4.o, /tmp/ghc13084_0/ghc_4.dyn_o ) src/Rank2.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 37 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Rank2.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 38 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Rank2.TH ( src/Rank2/TH.hs, nothing ) src/Rank2/TH.hs:20:29: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 20 | import Control.Applicative (liftA2, liftA3) | ^^^^^^ src/Rank2/TH.hs:278:21: warning: [GHC-63397] [-Wname-shadowing] This binding for y shadows the existing binding bound at src/Rank2/TH.hs:273:4 | 278 | newField (x, y) (_, fieldType) = genLiftA2Field unsafely (varE f) fieldType (varE x) (varE y) id | ^ src/Rank2/TH.hs:324:21: warning: [GHC-63397] [-Wname-shadowing] This binding for y shadows the existing binding bound at src/Rank2/TH.hs:317:4 | 324 | newField (x, y, z) (_, fieldType) = genLiftA3Field unsafely (varE f) fieldType (varE x) (varE y) (varE z) id | ^ src/Rank2/TH.hs:324:24: warning: [GHC-63397] [-Wname-shadowing] This binding for z shadows the existing binding bound at src/Rank2/TH.hs:318:4 | 324 | newField (x, y, z) (_, fieldType) = genLiftA3Field unsafely (varE f) fieldType (varE x) (varE y) (varE z) id | ^ Haddock coverage: 89% ( 33 / 37) in 'Rank2' Missing documentation for: ~> (src/Rank2.hs:87) $ (src/Rank2.hs:89) liftA4 (src/Rank2.hs:111) liftA5 (src/Rank2.hs:114) 18% ( 2 / 11) in 'Rank2.TH' Missing documentation for: deriveAll (src/Rank2/TH.hs:37) deriveFunctor (src/Rank2/TH.hs:43) deriveApply (src/Rank2/TH.hs:50) deriveApplicative (src/Rank2/TH.hs:69) deriveFoldable (src/Rank2/TH.hs:76) deriveTraversable (src/Rank2/TH.hs:83) deriveDistributive (src/Rank2/TH.hs:90) deriveDistributiveTraversable (src/Rank2/TH.hs:97) deriveLogistic (src/Rank2/TH.hs:103) Warning: Rank2: could not find link destinations for: - Data.Functor.Sum.Rep_Sum - Data.Functor.Sum.Rep1_Sum - Data.Functor.Product.Rep_Product - Data.Functor.Product.Rep1_Product Documentation created: dist/doc/html/rank2classes/, dist/doc/html/rank2classes/rank2classes.txt Preprocessing library 'doctests' for rank2classes-1.5.5.. Running Haddock on library 'doctests' for rank2classes-1.5.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling MyModule ( test/MyModule.lhs, nothing ) Haddock coverage: Documentation created: dist/doc/html/rank2classes/, dist/doc/html/rank2classes/rank2classes.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/rank2classes-1.5.5-HZCZqdjpiFFI2jVJc3DKFa Installing internal library doctests in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/rank2classes-1.5.5-HZCZqdjpiFFI2jVJc3DKFa Completed rank2classes-1.5.5 Configuring bifunctors-5.6.2... Preprocessing library for bifunctors-5.6.2.. Building library for bifunctors-5.6.2.. [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o, dist/build/Data/Biapplicative.dyn_o ) [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, dist/build/Data/Bifunctor/Biap.o, dist/build/Data/Bifunctor/Biap.dyn_o ) [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o, dist/build/Data/Bifunctor/Biff.dyn_o ) [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o, dist/build/Data/Bifunctor/Clown.dyn_o ) [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o, dist/build/Data/Bifunctor/Fix.dyn_o ) [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o, dist/build/Data/Bifunctor/Functor.dyn_o ) [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o, dist/build/Data/Bifunctor/Flip.dyn_o ) [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o, dist/build/Data/Bifunctor/Join.dyn_o ) [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o, dist/build/Data/Bifunctor/Joker.dyn_o ) [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o, dist/build/Data/Bifunctor/Product.dyn_o ) [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o, dist/build/Data/Bifunctor/Sum.dyn_o ) [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o, dist/build/Data/Bifunctor/TH/Internal.dyn_o ) [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o, dist/build/Data/Bifunctor/TH.dyn_o ) [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o, dist/build/Data/Bifunctor/Tannen.dyn_o ) [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o, dist/build/Data/Bifunctor/Wrapped.dyn_o ) Preprocessing library for bifunctors-5.6.2.. Running Haddock on library for bifunctors-5.6.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, nothing ) [ 2 of 15] Compiling Data.Bifunctor.Biap ( src/Data/Bifunctor/Biap.hs, nothing ) [ 3 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, nothing ) [ 4 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, nothing ) [ 5 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, nothing ) [ 6 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, nothing ) [ 7 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, nothing ) [ 8 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, nothing ) [ 9 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, nothing ) [10 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, nothing ) [11 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, nothing ) [12 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, nothing ) [13 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, nothing ) [14 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, nothing ) [15 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, nothing ) Haddock coverage: 70% ( 7 / 10) in 'Data.Biapplicative' Missing documentation for: Biapplicative (src/Data/Biapplicative.hs:44) <<$>> (src/Data/Biapplicative.hs:41) <<**>> (src/Data/Biapplicative.hs:74) Warning: 'Biap' is ambiguous. It is defined * at src/Data/Bifunctor/Biap.hs:67:23 * at src/Data/Bifunctor/Biap.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/Data/Bifunctor/Biap.hs:67:1 100% ( 2 / 2) in 'Data.Bifunctor.Biap' 100% ( 2 / 2) in 'Data.Bifunctor.Biff' 100% ( 2 / 2) in 'Data.Bifunctor.Clown' 100% ( 2 / 2) in 'Data.Bifunctor.Fix' 14% ( 1 / 7) in 'Data.Bifunctor.Functor' Missing documentation for: Module header BifunctorFunctor (src/Data/Bifunctor/Functor.hs:19) BifunctorMonad (src/Data/Bifunctor/Functor.hs:22) biliftM (src/Data/Bifunctor/Functor.hs:31) BifunctorComonad (src/Data/Bifunctor/Functor.hs:34) biliftW (src/Data/Bifunctor/Functor.hs:43) 100% ( 2 / 2) in 'Data.Bifunctor.Flip' 100% ( 2 / 2) in 'Data.Bifunctor.Join' 100% ( 2 / 2) in 'Data.Bifunctor.Joker' 100% ( 2 / 2) in 'Data.Bifunctor.Product' 0% ( 0 / 2) in 'Data.Bifunctor.Sum' Missing documentation for: Module header Sum (src/Data/Bifunctor/Sum.hs:22) Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax Warning: 'Options' is ambiguous. It is defined * at src/Data/Bifunctor/TH.hs:77:19 * at src/Data/Bifunctor/TH.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/Data/Bifunctor/TH.hs:77:1 Warning: 'bimap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldMap' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldr' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bifoldl' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bitraverse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bisequenceA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'makeBitraverseA' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bimapM' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'bisequence' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Name' is ambiguous. It is defined * in Language.Haskell.TH.Syntax * in Language.Haskell.TH.Syntax 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 Language.Haskell.TH.Syntax 96% ( 32 / 33) in 'Data.Bifunctor.TH' Missing documentation for: makeBifold (src/Data/Bifunctor/TH.hs:217) 100% ( 2 / 2) in 'Data.Bifunctor.Tannen' 100% ( 2 / 2) in 'Data.Bifunctor.Wrapped' Warning: Data.Bifunctor.Biap: could not find link destinations for: - Data.Bifunctor.Biap.Rep_Biap - Data.Bifunctor.Biap.Rep1_Biap Warning: Data.Bifunctor.Biff: could not find link destinations for: - Data.Bifunctor.Biff.Rep1_Biff - Data.Bifunctor.Biff.Rep_Biff Warning: Data.Bifunctor.Clown: could not find link destinations for: - Data.Bifunctor.Clown.Rep_Clown - Data.Bifunctor.Clown.Rep1_Clown Warning: Data.Bifunctor.Fix: could not find link destinations for: - Data.Bifunctor.Fix.Rep_Fix Warning: Data.Bifunctor.Flip: could not find link destinations for: - Data.Bifunctor.Flip.Rep_Flip Warning: Data.Bifunctor.Join: could not find link destinations for: - Data.Bifunctor.Join.Rep_Join Warning: Data.Bifunctor.Joker: could not find link destinations for: - Data.Bifunctor.Joker.Rep_Joker - Data.Bifunctor.Joker.Rep1_Joker Warning: Data.Bifunctor.Product: could not find link destinations for: - Data.Bifunctor.Product.Rep_Product - Data.Bifunctor.Product.Rep1_Product Warning: Data.Bifunctor.Sum: could not find link destinations for: - Data.Bifunctor.Sum.Rep_Sum - Data.Bifunctor.Sum.Rep1_Sum Warning: Data.Bifunctor.TH: could not find link destinations for: - Data.Bifunctor.TH.Bifunctor - Data.Bifunctor.TH.Bifoldable - Data.Bifunctor.TH.Bitraversable Warning: Data.Bifunctor.Tannen: could not find link destinations for: - Data.Bifunctor.Tannen.Rep1_Tannen - Data.Bifunctor.Tannen.Rep_Tannen Warning: Data.Bifunctor.Wrapped: could not find link destinations for: - Data.Bifunctor.Wrapped.Rep_WrappedBifunctor - Data.Bifunctor.Wrapped.Rep1_WrappedBifunctor Documentation created: dist/doc/html/bifunctors/, dist/doc/html/bifunctors/bifunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bifunctors-5.6.2-GFSN9WtyvrIH3Py3OMWv09 Completed bifunctors-5.6.2 Configuring optparse-applicative-0.19.0.0... Preprocessing library for optparse-applicative-0.19.0.0.. Building library for optparse-applicative-0.19.0.0.. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, dist/build/Options/Applicative/Help/Levenshtein.o, dist/build/Options/Applicative/Help/Levenshtein.dyn_o ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, dist/build/Options/Applicative/Help/Pretty.o, dist/build/Options/Applicative/Help/Pretty.dyn_o ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, dist/build/Options/Applicative/Help/Chunk.o, dist/build/Options/Applicative/Help/Chunk.dyn_o ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, dist/build/Options/Applicative/Help/Types.o, dist/build/Options/Applicative/Help/Types.dyn_o ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, dist/build/Options/Applicative/Types.o, dist/build/Options/Applicative/Types.dyn_o ) src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 59 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, dist/build/Options/Applicative/NonEmpty.o, dist/build/Options/Applicative/NonEmpty.dyn_o ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, dist/build/Options/Applicative/Internal.o, dist/build/Options/Applicative/Internal.dyn_o ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, dist/build/Options/Applicative/Common.o, dist/build/Options/Applicative/Common.dyn_o ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, dist/build/Options/Applicative/Help/Core.o, dist/build/Options/Applicative/Help/Core.dyn_o ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, dist/build/Options/Applicative/Help.o, dist/build/Options/Applicative/Help.dyn_o ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, dist/build/Options/Applicative/Builder/Internal.o, dist/build/Options/Applicative/Builder/Internal.dyn_o ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, dist/build/Options/Applicative/Builder/Completer.o, dist/build/Options/Applicative/Builder/Completer.dyn_o ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, dist/build/Options/Applicative/Builder.o, dist/build/Options/Applicative/Builder.dyn_o ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, dist/build/Options/Applicative/BashCompletion.o, dist/build/Options/Applicative/BashCompletion.dyn_o ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, dist/build/Options/Applicative/Extra.o, dist/build/Options/Applicative/Extra.dyn_o ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, dist/build/Options/Applicative.o, dist/build/Options/Applicative.dyn_o ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, dist/build/Options/Applicative/Arrows.o, dist/build/Options/Applicative/Arrows.dyn_o ) Preprocessing library for optparse-applicative-0.19.0.0.. Running Haddock on library for optparse-applicative-0.19.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 17] Compiling Options.Applicative.Help.Levenshtein ( src/Options/Applicative/Help/Levenshtein.hs, nothing ) src/Options/Applicative/Help/Levenshtein.hs:24:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:24:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 24 | oneDiag a b (head uppers) (-1 : head lowers) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:53: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:40:62: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 40 | = nw : doDiag (ach' : as) (bch' : bs) nw (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:27: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:48:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 48 | 1 + min3 (head w) nw (head n) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:35: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:50:44: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 50 | me : doDiag as bs me (tail n) (tail w) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:52:24: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 52 | firstelt = 1 + head diagBelow | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:53:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 53 | thisdiag = firstelt : doDiag a' b' firstelt diagAbove (tail diagBelow) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:20: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ src/Options/Applicative/Help/Levenshtein.hs:59:26: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 59 | nextDiag = head (tail diags) | ^^^^ [ 2 of 17] Compiling Options.Applicative.Help.Pretty ( src/Options/Applicative/Help/Pretty.hs, nothing ) [ 3 of 17] Compiling Options.Applicative.Help.Chunk ( src/Options/Applicative/Help/Chunk.hs, nothing ) [ 4 of 17] Compiling Options.Applicative.Help.Types ( src/Options/Applicative/Help/Types.hs, nothing ) [ 5 of 17] Compiling Options.Applicative.Types ( src/Options/Applicative/Types.hs, nothing ) src/Options/Applicative/Types.hs:59:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 59 | import Data.Semigroup hiding (Option) | ^^^^^^ [ 6 of 17] Compiling Options.Applicative.NonEmpty ( src/Options/Applicative/NonEmpty.hs, nothing ) [ 7 of 17] Compiling Options.Applicative.Internal ( src/Options/Applicative/Internal.hs, nothing ) [ 8 of 17] Compiling Options.Applicative.Common ( src/Options/Applicative/Common.hs, nothing ) [ 9 of 17] Compiling Options.Applicative.Help.Core ( src/Options/Applicative/Help/Core.hs, nothing ) [10 of 17] Compiling Options.Applicative.Help ( src/Options/Applicative/Help.hs, nothing ) [11 of 17] Compiling Options.Applicative.Builder.Internal ( src/Options/Applicative/Builder/Internal.hs, nothing ) src/Options/Applicative/Builder/Internal.hs:29:31: warning: [GHC-61689] [-Wdodgy-imports] Module Data.Semigroup does not export Option. | 29 | import Data.Semigroup hiding (Option) | ^^^^^^ [12 of 17] Compiling Options.Applicative.Builder.Completer ( src/Options/Applicative/Builder/Completer.hs, nothing ) [13 of 17] Compiling Options.Applicative.Builder ( src/Options/Applicative/Builder.hs, nothing ) [14 of 17] Compiling Options.Applicative.BashCompletion ( src/Options/Applicative/BashCompletion.hs, nothing ) src/Options/Applicative/BashCompletion.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Foldable is redundant except perhaps to import instances from Data.Foldable To import instances alone, use: import Data.Foldable() | 16 | import Data.Foldable ( asum ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 17] Compiling Options.Applicative.Extra ( src/Options/Applicative/Extra.hs, nothing ) [16 of 17] Compiling Options.Applicative ( src/Options/Applicative.hs, nothing ) [17 of 17] Compiling Options.Applicative.Arrows ( src/Options/Applicative/Arrows.hs, nothing ) Haddock coverage: 50% ( 1 / 2) in 'Options.Applicative.Help.Levenshtein' Missing documentation for: Module header 93% ( 85 / 91) in 'Options.Applicative.Help.Pretty' Missing documentation for: Module header Doc (src/Options/Applicative/Help/Pretty.hs:29) SimpleDoc (src/Options/Applicative/Help/Pretty.hs:30) .$. (src/Options/Applicative/Help/Pretty.hs:36) (src/Options/Applicative/Help/Pretty.hs:38) prettyString (src/Options/Applicative/Help/Pretty.hs:113) Warning: 'Chunk' is ambiguous. It is defined * at src/Options/Applicative/Help/Chunk.hs:26:19 * at src/Options/Applicative/Help/Chunk.hs:26:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Help/Chunk.hs:26:1 92% ( 12 / 13) in 'Options.Applicative.Help.Chunk' Missing documentation for: Module header 33% ( 1 / 3) in 'Options.Applicative.Help.Types' Missing documentation for: Module header ParserHelp (src/Options/Applicative/Help/Types.hs:12) Warning: 'OptReader' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:254:5 * at src/Options/Applicative/Types.hs:253:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:253:1 Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:325:21 * at src/Options/Applicative/Types.hs:325:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:325:1 40% ( 18 / 45) in 'Options.Applicative.Types' Missing documentation for: Module header ParseError (src/Options/Applicative/Types.hs:69) OptName (src/Options/Applicative/Types.hs:134) isShortName (src/Options/Applicative/Types.hs:139) isLongName (src/Options/Applicative/Types.hs:143) Backtracking (src/Options/Applicative/Types.hs:105) CReader (src/Options/Applicative/Types.hs:245) ParserM (src/Options/Applicative/Types.hs:288) CompletionResult (src/Options/Applicative/Types.hs:340) ParserFailure (src/Options/Applicative/Types.hs:347) overFailure (src/Options/Applicative/Types.hs:374) Args (src/Options/Applicative/Types.hs:389) ArgumentReachability (src/Options/Applicative/Types.hs:416) OptTree (src/Options/Applicative/Types.hs:426) ParserHelp (src/Options/Applicative/Help/Types.hs:12) SomeParser (src/Options/Applicative/Types.hs:190) IsCmdStart (src/Options/Applicative/Types.hs:78) fromM (src/Options/Applicative/Types.hs:303) oneM (src/Options/Applicative/Types.hs:306) manyM (src/Options/Applicative/Types.hs:309) someM (src/Options/Applicative/Types.hs:316) filterOptional (src/Options/Applicative/Types.hs:434) optVisibility (src/Options/Applicative/Types.hs:447) optMetaVar (src/Options/Applicative/Types.hs:453) optHelp (src/Options/Applicative/Types.hs:450) optShowDefault (src/Options/Applicative/Types.hs:456) optDescMod (src/Options/Applicative/Types.hs:459) 50% ( 1 / 2) in 'Options.Applicative.NonEmpty' Missing documentation for: Module header 4% ( 1 / 22) in 'Options.Applicative.Internal' Missing documentation for: Module header P (src/Options/Applicative/Internal.hs:55) MonadP (src/Options/Applicative/Internal.hs:46) ParseError (src/Options/Applicative/Types.hs:69) uncons (src/Options/Applicative/Internal.hs:100) hoistMaybe (src/Options/Applicative/Internal.hs:91) hoistEither (src/Options/Applicative/Internal.hs:94) runReadM (src/Options/Applicative/Internal.hs:104) withReadM (src/Options/Applicative/Internal.hs:107) runP (src/Options/Applicative/Internal.hs:97) Completion (src/Options/Applicative/Internal.hs:131) runCompletion (src/Options/Applicative/Internal.hs:163) contextNames (src/Options/Applicative/Internal.hs:77) ListT (src/Options/Applicative/Internal.hs:170) takeListT (src/Options/Applicative/Internal.hs:182) runListT (src/Options/Applicative/Internal.hs:186) hoistList (src/Options/Applicative/Internal.hs:271) NondetT (src/Options/Applicative/Internal.hs:226) cut (src/Options/Applicative/Internal.hs:258) (src/Options/Applicative/Internal.hs:252) disamb (src/Options/Applicative/Internal.hs:261) 68% ( 13 / 19) in 'Options.Applicative.Common' Missing documentation for: Module header showOption (src/Options/Applicative/Common.hs:66) runParserInfo (src/Options/Applicative/Common.hs:240) runParserFully (src/Options/Applicative/Common.hs:243) runParserStep (src/Options/Applicative/Common.hs:230) optionNames (src/Options/Applicative/Common.hs:70) 38% ( 7 / 18) in 'Options.Applicative.Help.Core' Missing documentation for: Module header ParserHelp (src/Options/Applicative/Help/Types.hs:12) errorHelp (src/Options/Applicative/Help/Core.hs:362) headerHelp (src/Options/Applicative/Help/Core.hs:365) suggestionsHelp (src/Options/Applicative/Help/Core.hs:368) usageHelp (src/Options/Applicative/Help/Core.hs:374) descriptionHelp (src/Options/Applicative/Help/Core.hs:377) bodyHelp (src/Options/Applicative/Help/Core.hs:380) footerHelp (src/Options/Applicative/Help/Core.hs:383) globalsHelp (src/Options/Applicative/Help/Core.hs:371) parserGlobals (src/Options/Applicative/Help/Core.hs:405) 91% ( 11 / 12) in 'Options.Applicative.Help' Missing documentation for: Module header Warning: 'OptionFields' is ambiguous. It is defined * at src/Options/Applicative/Builder/Internal.hs:35:23 * at src/Options/Applicative/Builder/Internal.hs:35:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:35:1 Warning: 'FlagFields' is ambiguous. It is defined * at src/Options/Applicative/Builder/Internal.hs:40:21 * at src/Options/Applicative/Builder/Internal.hs:40:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Builder/Internal.hs:40:1 23% ( 5 / 21) in 'Options.Applicative.Builder.Internal' Missing documentation for: Module header HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) DefaultProp (src/Options/Applicative/Builder/Internal.hs:88) optionMod (src/Options/Applicative/Builder/Internal.hs:131) fieldMod (src/Options/Applicative/Builder/Internal.hs:134) mkCommand (src/Options/Applicative/Builder/Internal.hs:158) mkParser (src/Options/Applicative/Builder/Internal.hs:167) mkOption (src/Options/Applicative/Builder/Internal.hs:177) mkProps (src/Options/Applicative/Builder/Internal.hs:182) Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:325:21 * at src/Options/Applicative/Types.hs:325:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:325:1 85% ( 6 / 7) in 'Options.Applicative.Builder.Completer' Missing documentation for: Module header Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:90:21 * at src/Options/Applicative/Types.hs:90:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:90:1 Warning: 'Option' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:185:17 * at src/Options/Applicative/Types.hs:185:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:185:1 Warning: 'OptProperties' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:159:22 * at src/Options/Applicative/Types.hs:159:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:159:1 Warning: 'ParserPrefs' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:112:20 * at src/Options/Applicative/Types.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:112:1 87% ( 74 / 85) in 'Options.Applicative.Builder' Missing documentation for: Module header ParseError (src/Options/Applicative/Types.hs:69) PrefsMod (src/Options/Applicative/Builder.hs:523) OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) 80% ( 4 / 5) in 'Options.Applicative.BashCompletion' Missing documentation for: bashCompletionParser (src/Options/Applicative/BashCompletion.hs:39) Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:90:21 * at src/Options/Applicative/Types.hs:90:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:90:1 Warning: 'ParserFailure' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:347:27 * at src/Options/Applicative/Types.hs:347:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:347:1 Warning: 'Context' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:195:16 * at src/Options/Applicative/Types.hs:195:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:195:1 73% ( 14 / 19) in 'Options.Applicative.Extra' Missing documentation for: Module header renderFailure (src/Options/Applicative/Extra.hs:345) ParserFailure (src/Options/Applicative/Types.hs:347) overFailure (src/Options/Applicative/Types.hs:374) CompletionResult (src/Options/Applicative/Types.hs:340) Warning: 'ParserInfo' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:90:21 * at src/Options/Applicative/Types.hs:90:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:90:1 Warning: 'ParserPrefs' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:112:20 * at src/Options/Applicative/Types.hs:112:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:112:1 Warning: 'Completer' is ambiguous. It is defined * at src/Options/Applicative/Types.hs:325:21 * at src/Options/Applicative/Types.hs:325:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Types.hs:325:1 86% (107 /123) in 'Options.Applicative' Missing documentation for: Module header OptionFields (src/Options/Applicative/Builder/Internal.hs:35) FlagFields (src/Options/Applicative/Builder/Internal.hs:40) ArgumentFields (src/Options/Applicative/Builder/Internal.hs:48) CommandFields (src/Options/Applicative/Builder/Internal.hs:44) HasName (src/Options/Applicative/Builder/Internal.hs:51) HasCompleter (src/Options/Applicative/Builder/Internal.hs:60) HasValue (src/Options/Applicative/Builder/Internal.hs:69) HasMetavar (src/Options/Applicative/Builder/Internal.hs:77) renderFailure (src/Options/Applicative/Extra.hs:345) overFailure (src/Options/Applicative/Types.hs:374) PrefsMod (src/Options/Applicative/Builder.hs:523) ParseError (src/Options/Applicative/Types.hs:69) ParserHelp (src/Options/Applicative/Help/Types.hs:12) ParserFailure (src/Options/Applicative/Types.hs:347) CompletionResult (src/Options/Applicative/Types.hs:340) Warning: 'A' is ambiguous. It is defined * at src/Options/Applicative/Arrows.hs:47:19 * at src/Options/Applicative/Arrows.hs:47:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Options/Applicative/Arrows.hs:47:1 100% ( 6 / 6) in 'Options.Applicative.Arrows' Warning: Options.Applicative.Help.Pretty: could not find link destinations for: - Prettyprinter.Internal.Rep_SimpleDocStream Documentation created: dist/doc/html/optparse-applicative/, dist/doc/html/optparse-applicative/optparse-applicative.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/optparse-applicative-0.19.0.0-5c46VkbBJNABJCSsMkcBhu Completed optparse-applicative-0.19.0.0 Configuring parsers-0.12.12... Preprocessing library for parsers-0.12.12.. Building library for parsers-0.12.12.. [1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, dist/build/Text/Parser/Combinators.o, dist/build/Text/Parser/Combinators.dyn_o ) [2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, dist/build/Text/Parser/Char.o, dist/build/Text/Parser/Char.dyn_o ) [3 of 8] Compiling Text.Parser.Expression ( src/Text/Parser/Expression.hs, dist/build/Text/Parser/Expression.o, dist/build/Text/Parser/Expression.dyn_o ) [4 of 8] Compiling Text.Parser.LookAhead ( src/Text/Parser/LookAhead.hs, dist/build/Text/Parser/LookAhead.o, dist/build/Text/Parser/LookAhead.dyn_o ) [5 of 8] Compiling Text.Parser.Permutation ( src/Text/Parser/Permutation.hs, dist/build/Text/Parser/Permutation.o, dist/build/Text/Parser/Permutation.dyn_o ) [6 of 8] Compiling Text.Parser.Token.Highlight ( src/Text/Parser/Token/Highlight.hs, dist/build/Text/Parser/Token/Highlight.o, dist/build/Text/Parser/Token/Highlight.dyn_o ) [7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, dist/build/Text/Parser/Token.o, dist/build/Text/Parser/Token.dyn_o ) [8 of 8] Compiling Text.Parser.Token.Style ( src/Text/Parser/Token/Style.hs, dist/build/Text/Parser/Token/Style.o, dist/build/Text/Parser/Token/Style.dyn_o ) Preprocessing library for parsers-0.12.12.. Running Haddock on library for parsers-0.12.12.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 8] Compiling Text.Parser.Combinators ( src/Text/Parser/Combinators.hs, nothing ) [2 of 8] Compiling Text.Parser.Char ( src/Text/Parser/Char.hs, nothing ) [3 of 8] Compiling Text.Parser.Expression ( src/Text/Parser/Expression.hs, nothing ) [4 of 8] Compiling Text.Parser.LookAhead ( src/Text/Parser/LookAhead.hs, nothing ) [5 of 8] Compiling Text.Parser.Permutation ( src/Text/Parser/Permutation.hs, nothing ) [6 of 8] Compiling Text.Parser.Token.Highlight ( src/Text/Parser/Token/Highlight.hs, nothing ) [7 of 8] Compiling Text.Parser.Token ( src/Text/Parser/Token.hs, nothing ) [8 of 8] Compiling Text.Parser.Token.Style ( src/Text/Parser/Token/Style.hs, nothing ) Haddock coverage: 100% ( 27 / 27) in 'Text.Parser.Combinators' 95% ( 19 / 20) in 'Text.Parser.Char' Missing documentation for: satisfyRange (src/Text/Parser/Char.hs:172) 100% ( 5 / 5) in 'Text.Parser.Expression' 100% ( 3 / 3) in 'Text.Parser.LookAhead' 100% ( 7 / 7) in 'Text.Parser.Permutation' 100% ( 2 / 2) in 'Text.Parser.Token.Highlight' Warning: 'float' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'IdentifierStyle' is ambiguous. It is defined * at src/Text/Parser/Token.hs:488:26 * at src/Text/Parser/Token.hs:488:1 You 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/Text/Parser/Token.hs:488:1 100% ( 55 / 55) in 'Text.Parser.Token' Warning: 'CommentStyle' is ambiguous. It is defined * at src/Text/Parser/Token/Style.hs:52:21 * at src/Text/Parser/Token/Style.hs:52:1 You 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/Text/Parser/Token/Style.hs:52:1 100% ( 22 / 22) in 'Text.Parser.Token.Style' Documentation created: dist/doc/html/parsers/, dist/doc/html/parsers/parsers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parsers-0.12.12-KUkUw4bJqODDmdGM026waf Completed parsers-0.12.12 Configuring semigroupoids-6.0.1... Preprocessing library for semigroupoids-6.0.1.. Building library for semigroupoids-6.0.1.. [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o, dist/build/Data/Functor/Extend.dyn_o ) [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o, dist/build/Data/Semigroup/Foldable/Class.dyn_o ) [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o, dist/build/Data/Traversable/Instances.dyn_o ) [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, dist/build/Semigroupoids/Internal.o, dist/build/Semigroupoids/Internal.dyn_o ) [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o, dist/build/Data/Functor/Bind/Class.dyn_o ) [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o, dist/build/Data/Functor/Apply.dyn_o ) [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o, dist/build/Data/Semigroup/Bifoldable.dyn_o ) [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, dist/build/Data/Functor/Contravariant/Divise.o, dist/build/Data/Functor/Contravariant/Divise.dyn_o ) [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, dist/build/Data/Functor/Contravariant/Decide.o, dist/build/Data/Functor/Contravariant/Decide.dyn_o ) [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, dist/build/Data/Functor/Contravariant/Conclude.o, dist/build/Data/Functor/Contravariant/Conclude.dyn_o ) [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o, dist/build/Data/Functor/Bind.dyn_o ) [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o, dist/build/Data/Semigroupoid.dyn_o ) [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o, dist/build/Data/Semigroupoid/Ob.dyn_o ) [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o, dist/build/Data/Semigroupoid/Dual.dyn_o ) [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, dist/build/Data/Semigroupoid/Categorical.o, dist/build/Data/Semigroupoid/Categorical.dyn_o ) [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o, dist/build/Data/Groupoid.dyn_o ) [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o, dist/build/Data/Isomorphism.dyn_o ) [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o, dist/build/Data/Functor/Bind/Trans.dyn_o ) [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o, dist/build/Data/Bifunctor/Apply.dyn_o ) [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o, dist/build/Data/Functor/Alt.dyn_o ) [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o, dist/build/Data/Semigroup/Foldable.dyn_o ) [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o, dist/build/Data/Semigroup/Traversable/Class.dyn_o ) [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o, dist/build/Data/Semigroup/Traversable.dyn_o ) [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o, dist/build/Data/Semigroup/Bitraversable.dyn_o ) [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o, dist/build/Data/Functor/Plus.dyn_o ) [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, dist/build/Semigroupoids/Do.o, dist/build/Semigroupoids/Do.dyn_o ) [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o, dist/build/Data/Semigroupoid/Static.dyn_o ) Preprocessing library for semigroupoids-6.0.1.. Running Haddock on library for semigroupoids-6.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 27] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, nothing ) [ 2 of 27] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, nothing ) [ 3 of 27] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, nothing ) [ 4 of 27] Compiling Semigroupoids.Internal ( src/Semigroupoids/Internal.hs, nothing ) [ 5 of 27] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, nothing ) [ 6 of 27] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, nothing ) [ 7 of 27] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, nothing ) [ 8 of 27] Compiling Data.Functor.Contravariant.Divise ( src/Data/Functor/Contravariant/Divise.hs, nothing ) [ 9 of 27] Compiling Data.Functor.Contravariant.Decide ( src/Data/Functor/Contravariant/Decide.hs, nothing ) [10 of 27] Compiling Data.Functor.Contravariant.Conclude ( src/Data/Functor/Contravariant/Conclude.hs, nothing ) [11 of 27] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, nothing ) [12 of 27] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, nothing ) [13 of 27] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, nothing ) [14 of 27] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, nothing ) [15 of 27] Compiling Data.Semigroupoid.Categorical ( src/Data/Semigroupoid/Categorical.hs, nothing ) [16 of 27] Compiling Data.Groupoid ( src/Data/Groupoid.hs, nothing ) [17 of 27] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, nothing ) [18 of 27] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, nothing ) [19 of 27] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, nothing ) [20 of 27] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, nothing ) [21 of 27] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, nothing ) [22 of 27] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, nothing ) [23 of 27] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, nothing ) [24 of 27] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, nothing ) [25 of 27] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, nothing ) [26 of 27] Compiling Semigroupoids.Do ( src/Semigroupoids/Do.hs, nothing ) [27 of 27] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, nothing ) Haddock coverage: 83% ( 5 / 6) in 'Data.Functor.Extend' Missing documentation for: Extend (src/Data/Functor/Extend.hs:55) 66% ( 2 / 3) in 'Data.Semigroup.Foldable.Class' Missing documentation for: Bifoldable1 100% ( 1 / 1) in 'Data.Traversable.Instances' Warning: 'MaybeApply' is ambiguous. It is defined * at src/Data/Functor/Bind/Class.hs:411:26 * at src/Data/Functor/Bind/Class.hs:411:1 You 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/Functor/Bind/Class.hs:411:1 Warning: 'K1' 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: 'StoreT' is ambiguous. It is defined * in Control.Comonad.Trans.Store * in Control.Comonad.Trans.Store 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.Comonad.Trans.Store Warning: 'EnvT' is ambiguous. It is defined * in Control.Comonad.Trans.Env * in Control.Comonad.Trans.Env 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.Comonad.Trans.Env Warning: 'Const' is ambiguous. It is defined * in Data.Functor.Const * in Data.Functor.Const You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Functor.Const Warning: '(,)' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Constant' is ambiguous. It is defined * in Data.Functor.Constant * in Data.Functor.Constant 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.Constant 80% ( 12 / 15) in 'Data.Functor.Bind.Class' Missing documentation for: apDefault (src/Data/Functor/Bind/Class.hs:540) returning (src/Data/Functor/Bind/Class.hs:537) Biapply (src/Data/Functor/Bind/Class.hs:753) 100% ( 16 / 16) in 'Data.Functor.Apply' 33% ( 2 / 6) in 'Data.Semigroup.Bifoldable' Missing documentation for: Bifoldable1 bitraverse1_ (src/Data/Semigroup/Bifoldable.hs:46) bifor1_ (src/Data/Semigroup/Bifoldable.hs:50) bisequenceA1_ (src/Data/Semigroup/Bifoldable.hs:58) Warning: 'Day' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Data.Functor.Contravariant.Divise' Warning: 'Alt' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.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.Semigroup.Internal Warning: 'EitherDay' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Conclude' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Contravariant.Decide' Warning: 'Plus' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Contravariant.Conclude' 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 75% ( 15 / 20) in 'Data.Functor.Bind' Missing documentation for: -<< (src/Data/Functor/Bind.hs:53) -<- (src/Data/Functor/Bind.hs:59) ->- (src/Data/Functor/Bind.hs:56) apDefault (src/Data/Functor/Bind/Class.hs:540) returning (src/Data/Functor/Bind/Class.hs:537) 50% ( 2 / 4) in 'Data.Semigroupoid' Missing documentation for: WrappedCategory (src/Data/Semigroupoid.hs:71) Semi (src/Data/Semigroupoid.hs:80) 50% ( 1 / 2) in 'Data.Semigroupoid.Ob' Missing documentation for: Ob (src/Data/Semigroupoid/Ob.hs:29) 50% ( 1 / 2) in 'Data.Semigroupoid.Dual' Missing documentation for: Dual (src/Data/Semigroupoid/Dual.hs:21) 100% ( 3 / 3) in 'Data.Semigroupoid.Categorical' 100% ( 2 / 2) in 'Data.Groupoid' 50% ( 1 / 2) in 'Data.Isomorphism' Missing documentation for: Iso (src/Data/Isomorphism.hs:23) 100% ( 2 / 2) in 'Data.Functor.Bind.Trans' 62% ( 5 / 8) in 'Data.Bifunctor.Apply' Missing documentation for: Biapply (src/Data/Functor/Bind/Class.hs:753) <<$>> <<..>> (src/Data/Bifunctor/Apply.hs:28) Warning: 'ExceptT' is ambiguous. It is defined * in Control.Monad.Trans.Except * in Control.Monad.Trans.Except You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Control.Monad.Trans.Except Warning: '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: 'Bind' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 5 / 5) in 'Data.Functor.Alt' 71% ( 10 / 14) in 'Data.Semigroup.Foldable' Missing documentation for: traverse1_ (src/Data/Semigroup/Foldable.hs:78) for1_ (src/Data/Semigroup/Foldable.hs:82) sequenceA1_ (src/Data/Semigroup/Foldable.hs:86) asum1 (src/Data/Semigroup/Foldable.hs:104) 33% ( 1 / 3) in 'Data.Semigroup.Traversable.Class' Missing documentation for: Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59) Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139) Warning: 'foldMap1' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 8 / 9) in 'Data.Semigroup.Traversable' Missing documentation for: Traversable1 (src/Data/Semigroup/Traversable/Class.hs:139) 33% ( 1 / 3) in 'Data.Semigroup.Bitraversable' Missing documentation for: Bitraversable1 (src/Data/Semigroup/Traversable/Class.hs:59) bifoldMap1Default (src/Data/Semigroup/Bitraversable.hs:25) 100% ( 5 / 5) in 'Data.Functor.Plus' Warning: 'Applicative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Monad' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 90% ( 10 / 11) in 'Semigroupoids.Do' Missing documentation for: join 50% ( 1 / 2) in 'Data.Semigroupoid.Static' Missing documentation for: Static (src/Data/Semigroupoid/Static.hs:35) Warning: Data.Functor.Apply: could not find link destinations for: - Text.ParserCombinators.ReadP.P - Data.Biapplicative.Mag - Data.Graph.SetM Warning: Data.Functor.Bind: could not find link destinations for: - Text.ParserCombinators.ReadP.P - Data.Biapplicative.Mag - Data.Graph.SetM Documentation created: dist/doc/html/semigroupoids/, dist/doc/html/semigroupoids/semigroupoids.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/semigroupoids-6.0.1-7B2lIORcvon6pcnJZP4UED Completed semigroupoids-6.0.1 Configuring profunctors-5.6.3... Preprocessing library for profunctors-5.6.3.. Building library for profunctors-5.6.3.. [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o, dist/build/Data/Profunctor/Unsafe.dyn_o ) [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o, dist/build/Data/Profunctor/Types.dyn_o ) [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o, dist/build/Data/Profunctor/Monad.dyn_o ) [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o, dist/build/Data/Profunctor/Adjunction.dyn_o ) [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o, dist/build/Data/Profunctor/Strong.dyn_o ) [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o, dist/build/Data/Profunctor/Closed.dyn_o ) [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o, dist/build/Data/Profunctor/Choice.dyn_o ) [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o, dist/build/Data/Profunctor/Traversing.dyn_o ) [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o, dist/build/Data/Profunctor/Mapping.dyn_o ) [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o, dist/build/Data/Profunctor.dyn_o ) [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o, dist/build/Data/Profunctor/Sieve.dyn_o ) [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o, dist/build/Data/Profunctor/Rep.dyn_o ) [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o, dist/build/Data/Profunctor/Composition.dyn_o ) [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o, dist/build/Data/Profunctor/Ran.dyn_o ) [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o, dist/build/Data/Profunctor/Cayley.dyn_o ) [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o, dist/build/Data/Profunctor/Yoneda.dyn_o ) Preprocessing library for profunctors-5.6.3.. Running Haddock on library for profunctors-5.6.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, nothing ) [ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, nothing ) [ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, nothing ) [ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, nothing ) [ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, nothing ) [ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, nothing ) [ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, nothing ) [ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, nothing ) [ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, nothing ) [10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, nothing ) [11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, nothing ) [12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, nothing ) [13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, nothing ) [14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, nothing ) [15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, nothing ) [16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, nothing ) Haddock coverage: Warning: 'unsafeCoerce' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 3 / 3) in 'Data.Profunctor.Unsafe' Warning: 'Forget' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:221:24 * at src/Data/Profunctor/Types.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/Profunctor/Types.hs:221:1 Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124:1 You 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/Profunctor/Types.hs:124:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68:1 You 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/Profunctor/Types.hs:68:1 100% ( 7 / 7) in 'Data.Profunctor.Types' 100% ( 4 / 4) in 'Data.Profunctor.Monad' 100% ( 2 / 2) in 'Data.Profunctor.Adjunction' Warning: 'Procompose' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Pastro' is ambiguous. It is defined * at src/Data/Profunctor/Strong.hs:274:3 * at src/Data/Profunctor/Strong.hs:273:1 You 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/Profunctor/Strong.hs:273:1 Warning: 'Tambara' is ambiguous. It is defined * at src/Data/Profunctor/Strong.hs:170:25 * at src/Data/Profunctor/Strong.hs:170:1 You 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/Profunctor/Strong.hs:170:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68:1 You 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/Profunctor/Types.hs:68:1 88% ( 15 / 17) in 'Data.Profunctor.Strong' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:98) strong (src/Data/Profunctor/Strong.hs:102) Warning: 'Closure' is ambiguous. It is defined * at src/Data/Profunctor/Closed.hs:106:25 * at src/Data/Profunctor/Closed.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 src/Data/Profunctor/Closed.hs:106:1 71% ( 5 / 7) in 'Data.Profunctor.Closed' Missing documentation for: Environment (src/Data/Profunctor/Closed.hs:195) curry' (src/Data/Profunctor/Closed.hs:96) Warning: 'CopastroSum' is ambiguous. It is defined * at src/Data/Profunctor/Choice.hs:422:29 * at src/Data/Profunctor/Choice.hs:422:1 You 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/Profunctor/Choice.hs:422:1 Warning: 'CotambaraSum' is ambiguous. It is defined * at src/Data/Profunctor/Choice.hs:378:5 * at src/Data/Profunctor/Choice.hs:377:1 You 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/Profunctor/Choice.hs:377:1 Warning: 'absurd' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124:1 You 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/Profunctor/Types.hs:124:1 Warning: 'costrength' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 92% ( 12 / 13) in 'Data.Profunctor.Choice' Missing documentation for: Cochoice (src/Data/Profunctor/Choice.hs:294) Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 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 57% ( 8 / 14) in 'Data.Profunctor.Traversing' Missing documentation for: Module header CofreeTraversing (src/Data/Profunctor/Traversing.hs:137) firstTraversing (src/Data/Profunctor/Traversing.hs:36) secondTraversing (src/Data/Profunctor/Traversing.hs:39) leftTraversing (src/Data/Profunctor/Traversing.hs:60) rightTraversing (src/Data/Profunctor/Traversing.hs:63) 44% ( 4 / 9) in 'Data.Profunctor.Mapping' Missing documentation for: Mapping (src/Data/Profunctor/Mapping.hs:39) CofreeMapping (src/Data/Profunctor/Mapping.hs:89) wanderMapping (src/Data/Profunctor/Mapping.hs:81) traverseMapping (src/Data/Profunctor/Mapping.hs:84) closedMapping (src/Data/Profunctor/Mapping.hs:87) 80% ( 16 / 20) in 'Data.Profunctor' Missing documentation for: uncurry' (src/Data/Profunctor/Strong.hs:98) curry' (src/Data/Profunctor/Closed.hs:96) Mapping (src/Data/Profunctor/Mapping.hs:39) Cochoice (src/Data/Profunctor/Choice.hs:294) Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124:1 You 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/Profunctor/Types.hs:124:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68:1 You 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/Profunctor/Types.hs:68:1 100% ( 3 / 3) in 'Data.Profunctor.Sieve' Warning: 'Prep' is ambiguous. It is defined * at src/Data/Profunctor/Rep.hs:188:3 * at src/Data/Profunctor/Rep.hs:187:1 You 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/Profunctor/Rep.hs:187:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68:1 You 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/Profunctor/Types.hs:68:1 Warning: 'Iso'' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Coprep' is ambiguous. It is defined * at src/Data/Profunctor/Rep.hs:224:22 * at src/Data/Profunctor/Rep.hs:224:1 You 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/Profunctor/Rep.hs:224:1 Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124:1 You 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/Profunctor/Types.hs:124:1 70% ( 17 / 24) in 'Data.Profunctor.Rep' Missing documentation for: prepAdj (src/Data/Profunctor/Rep.hs:206) unprepAdj (src/Data/Profunctor/Rep.hs:209) prepUnit (src/Data/Profunctor/Rep.hs:212) prepCounit (src/Data/Profunctor/Rep.hs:215) uncoprepAdj (src/Data/Profunctor/Rep.hs:240) coprepUnit (src/Data/Profunctor/Rep.hs:243) coprepCounit (src/Data/Profunctor/Rep.hs:246) Warning: 'Rift' is ambiguous. It is defined * at src/Data/Profunctor/Composition.hs:255:24 * at src/Data/Profunctor/Composition.hs:255:1 You 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/Profunctor/Composition.hs:255:1 Warning: 'Procompose' is ambiguous. It is defined * at src/Data/Profunctor/Composition.hs:70:3 * at src/Data/Profunctor/Composition.hs:69:1 You 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/Profunctor/Composition.hs:69:1 Warning: 'Star' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:68:22 * at src/Data/Profunctor/Types.hs:68:1 You 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/Profunctor/Types.hs:68:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose Warning: 'Costar' is ambiguous. It is defined * at src/Data/Profunctor/Types.hs:124:24 * at src/Data/Profunctor/Types.hs:124:1 You 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/Profunctor/Types.hs:124:1 Warning: 'Kleisli' is ambiguous. It is defined * in Control.Arrow * in Control.Arrow 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.Arrow Warning: 'Cokleisli' is ambiguous. It is defined * in Control.Comonad * in Control.Comonad 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.Comonad 89% ( 17 / 19) in 'Data.Profunctor.Composition' Missing documentation for: procomposed (src/Data/Profunctor/Composition.hs:80) mu (src/Data/Profunctor/Composition.hs:311) Warning: 'Codensity' is ambiguous. It is defined * at src/Data/Profunctor/Ran.hs:108:27 * at src/Data/Profunctor/Ran.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 src/Data/Profunctor/Ran.hs:108:1 Warning: 'Ran' is ambiguous. It is defined * at src/Data/Profunctor/Ran.hs:46:23 * at src/Data/Profunctor/Ran.hs:46:1 You 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/Profunctor/Ran.hs:46:1 Warning: 'counit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 4 / 8) in 'Data.Profunctor.Ran' Missing documentation for: precomposeRan (src/Data/Profunctor/Ran.hs:86) curryRan (src/Data/Profunctor/Ran.hs:90) uncurryRan (src/Data/Profunctor/Ran.hs:94) decomposeCodensity (src/Data/Profunctor/Ran.hs:133) Warning: 'Cayley' is ambiguous. It is defined * at src/Data/Profunctor/Cayley.hs:32:26 * at src/Data/Profunctor/Cayley.hs:32:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Profunctor/Cayley.hs:32:1 66% ( 2 / 3) in 'Data.Profunctor.Cayley' Missing documentation for: mapCayley (src/Data/Profunctor/Cayley.hs:108) 85% ( 6 / 7) in 'Data.Profunctor.Yoneda' Missing documentation for: Coyoneda (src/Data/Profunctor/Yoneda.hs:135) Warning: Data.Profunctor.Types: could not find link destinations for: - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:CorepCostar Warning: Data.Profunctor: could not find link destinations for: - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:CorepCostar Warning: Data.Profunctor.Rep: could not find link destinations for: - Data.Profunctor.Rep.Iso - Data.Profunctor.Rep.D:R:RepForget - Data.Profunctor.Rep.D:R:RepStar - Data.Profunctor.Rep.D:R:RepKleisli - Data.Profunctor.Rep.D:R:RepFUN - Data.Profunctor.Rep.D:R:CorepCostar - Data.Profunctor.Rep.D:R:CorepTagged - Data.Profunctor.Rep.D:R:CorepCokleisli - Data.Profunctor.Rep.D:R:CorepFUN - Data.Profunctor.Composition.D:R:CorepProcompose - Data.Profunctor.Composition.D:R:RepProcompose Warning: Data.Profunctor.Composition: could not find link destinations for: - Data.Profunctor.Composition.Iso - Data.Profunctor.Composition.D:R:CorepProcompose - Data.Profunctor.Composition.D:R:RepProcompose Documentation created: dist/doc/html/profunctors/, dist/doc/html/profunctors/profunctors.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/profunctors-5.6.3-5Z8Eg1EvBZ75eKuvG3fHa9 Completed profunctors-5.6.3 Configuring tasty-1.5.3... Preprocessing library for tasty-1.5.3.. Building library for tasty-1.5.3.. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, dist/build/Test/Tasty/Options.o, dist/build/Test/Tasty/Options.dyn_o ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, dist/build/Test/Tasty/Parallel.o, dist/build/Test/Tasty/Parallel.dyn_o ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, dist/build/Test/Tasty/Patterns/Expr.o, dist/build/Test/Tasty/Patterns/Expr.dyn_o ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, dist/build/Test/Tasty/Patterns/Types.o, dist/build/Test/Tasty/Patterns/Types.dyn_o ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, dist/build/Test/Tasty/Patterns/Printer.o, dist/build/Test/Tasty/Patterns/Printer.dyn_o ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, dist/build/Test/Tasty/Patterns/Parser.o, dist/build/Test/Tasty/Patterns/Parser.dyn_o ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, dist/build/Test/Tasty/Patterns/Eval.o, dist/build/Test/Tasty/Patterns/Eval.dyn_o ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, dist/build/Test/Tasty/Patterns.o, dist/build/Test/Tasty/Patterns.dyn_o ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, dist/build/Test/Tasty/Options/Core.o, dist/build/Test/Tasty/Options/Core.dyn_o ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, dist/build/Test/Tasty/Providers/ConsoleFormat.o, dist/build/Test/Tasty/Providers/ConsoleFormat.dyn_o ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, dist/build/Test/Tasty/Core.o, dist/build/Test/Tasty/Core.dyn_o ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, dist/build/Test/Tasty/Providers.o, dist/build/Test/Tasty/Providers.dyn_o ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, dist/build/Test/Tasty/Runners/Reducers.o, dist/build/Test/Tasty/Runners/Reducers.dyn_o ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, dist/build/Test/Tasty/Runners/Utils.o, dist/build/Test/Tasty/Runners/Utils.dyn_o ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, dist/build/Test/Tasty/Run.o, dist/build/Test/Tasty/Run.dyn_o ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, dist/build/Test/Tasty/Ingredients.o, dist/build/Test/Tasty/Ingredients.dyn_o ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, dist/build/Test/Tasty/Options/Env.o, dist/build/Test/Tasty/Options/Env.dyn_o ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, dist/build/Test/Tasty/Ingredients/ListTests.o, dist/build/Test/Tasty/Ingredients/ListTests.dyn_o ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, dist/build/Test/Tasty/Ingredients/IncludingOptions.o, dist/build/Test/Tasty/Ingredients/IncludingOptions.dyn_o ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, dist/build/Test/Tasty/Ingredients/ConsoleReporter.o, dist/build/Test/Tasty/Ingredients/ConsoleReporter.dyn_o ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, dist/build/Test/Tasty/Ingredients/Basic.o, dist/build/Test/Tasty/Ingredients/Basic.dyn_o ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, dist/build/Test/Tasty/CmdLine.o, dist/build/Test/Tasty/CmdLine.dyn_o ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, dist/build/Test/Tasty/Runners.o, dist/build/Test/Tasty/Runners.dyn_o ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, dist/build/Test/Tasty.o, dist/build/Test/Tasty.dyn_o ) Preprocessing library for tasty-1.5.3.. Running Haddock on library for tasty-1.5.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 25] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing ) [ 2 of 25] Compiling Test.Tasty.Options ( Test/Tasty/Options.hs, nothing ) [ 3 of 25] Compiling Test.Tasty.Parallel ( Test/Tasty/Parallel.hs, nothing ) [ 4 of 25] Compiling Test.Tasty.Patterns.Expr ( Test/Tasty/Patterns/Expr.hs, nothing ) [ 5 of 25] Compiling Test.Tasty.Patterns.Types ( Test/Tasty/Patterns/Types.hs, nothing ) [ 6 of 25] Compiling Test.Tasty.Patterns.Printer ( Test/Tasty/Patterns/Printer.hs, nothing ) [ 7 of 25] Compiling Test.Tasty.Patterns.Parser ( Test/Tasty/Patterns/Parser.hs, nothing ) [ 8 of 25] Compiling Test.Tasty.Patterns.Eval ( Test/Tasty/Patterns/Eval.hs, nothing ) [ 9 of 25] Compiling Test.Tasty.Patterns ( Test/Tasty/Patterns.hs, nothing ) [10 of 25] Compiling Test.Tasty.Options.Core ( Test/Tasty/Options/Core.hs, nothing ) [11 of 25] Compiling Test.Tasty.Providers.ConsoleFormat ( Test/Tasty/Providers/ConsoleFormat.hs, nothing ) [12 of 25] Compiling Test.Tasty.Core ( Test/Tasty/Core.hs, nothing ) [13 of 25] Compiling Test.Tasty.Providers ( Test/Tasty/Providers.hs, nothing ) [14 of 25] Compiling Test.Tasty.Runners.Reducers ( Test/Tasty/Runners/Reducers.hs, nothing ) [15 of 25] Compiling Test.Tasty.Runners.Utils ( Test/Tasty/Runners/Utils.hs, nothing ) [16 of 25] Compiling Test.Tasty.Run ( Test/Tasty/Run.hs, nothing ) [17 of 25] Compiling Test.Tasty.Ingredients ( Test/Tasty/Ingredients.hs, nothing ) [18 of 25] Compiling Test.Tasty.Options.Env ( Test/Tasty/Options/Env.hs, nothing ) [19 of 25] Compiling Test.Tasty.Ingredients.ListTests ( Test/Tasty/Ingredients/ListTests.hs, nothing ) [20 of 25] Compiling Test.Tasty.Ingredients.IncludingOptions ( Test/Tasty/Ingredients/IncludingOptions.hs, nothing ) [21 of 25] Compiling Test.Tasty.Ingredients.ConsoleReporter ( Test/Tasty/Ingredients/ConsoleReporter.hs, nothing ) [22 of 25] Compiling Test.Tasty.Ingredients.Basic ( Test/Tasty/Ingredients/Basic.hs, nothing ) [23 of 25] Compiling Test.Tasty.CmdLine ( Test/Tasty/CmdLine.hs, nothing ) [24 of 25] Compiling Test.Tasty.Runners ( Test/Tasty/Runners.hs, nothing ) [25 of 25] Compiling Test.Tasty ( Test/Tasty.hs, nothing ) Haddock coverage: Warning: 'ThreadId' is ambiguous. It is defined * in GHC.Conc.Sync * in GHC.Conc.Sync You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Conc.Sync Warning: 'Async' is ambiguous. It is defined * at Control/Concurrent/Async.hs:60:16 * at Control/Concurrent/Async.hs:60:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Control/Concurrent/Async.hs:60:1 Warning: 'OptionSet' is ambiguous. It is defined * at Test/Tasty/Options.hs:101:21 * at Test/Tasty/Options.hs:101:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options.hs:101:1 100% ( 17 / 17) in 'Test.Tasty.Options' Warning: 'Action' is ambiguous. It is defined * at Test/Tasty/Parallel.hs:21:15 * at Test/Tasty/Parallel.hs:21:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Parallel.hs:21:1 100% ( 2 / 2) in 'Test.Tasty.Patterns.Types' 100% ( 2 / 2) in 'Test.Tasty.Patterns.Printer' Warning: 'Parser' is ambiguous. It is defined * at Test/Tasty/Patterns/Parser.hs:32:20 * at Test/Tasty/Patterns/Parser.hs:32:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Patterns/Parser.hs:32:1 100% ( 6 / 6) in 'Test.Tasty.Patterns.Parser' 100% ( 5 / 5) in 'Test.Tasty.Patterns.Eval' Warning: 'Timeout' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:56:5 * at Test/Tasty/Options/Core.hs:55:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options/Core.hs:55:1 Warning: 'TestPattern' is ambiguous. It is defined * at Test/Tasty/Patterns.hs:33:3 * at Test/Tasty/Patterns.hs:31:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Patterns.hs:31:1 Warning: 'Map' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 10 / 10) in 'Test.Tasty.Providers.ConsoleFormat' Warning: 'ResourceSpec' is ambiguous. It is defined * at Test/Tasty/Core.hs:226:23 * at Test/Tasty/Core.hs:226:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:226:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:91:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:91:1 100% ( 10 / 10) in 'Test.Tasty.Providers' Warning: 'SignalException' is ambiguous. It is defined * at Test/Tasty/Runners/Utils.hs:104:27 * at Test/Tasty/Runners/Utils.hs:104:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Runners/Utils.hs:104:1 Warning: 'TestAction' is ambiguous. It is defined * at Test/Tasty/Run.hs:305:23 * at Test/Tasty/Run.hs:305:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:305:1 Warning: 'Initializer' is ambiguous. It is defined * at Test/Tasty/Run.hs:96:5 * at Test/Tasty/Run.hs:95:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:95:1 Warning: 'Finalizer' is ambiguous. It is defined * at Test/Tasty/Run.hs:100:5 * at Test/Tasty/Run.hs:99:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:99:1 Warning: 'Action' is ambiguous. It is defined * at Test/Tasty/Parallel.hs:21:15 * at Test/Tasty/Parallel.hs:21:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Parallel.hs:21:1 Warning: 'Dependency' is ambiguous. It is defined * at Test/Tasty/Run.hs:282:19 * at Test/Tasty/Run.hs:282:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Run.hs:282:1 Warning: 'NumThreads' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:38:22 * at Test/Tasty/Options/Core.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options/Core.hs:38:1 Warning: 'NumThreads' is ambiguous. It is defined * at Test/Tasty/Options/Core.hs:38:22 * at Test/Tasty/Options/Core.hs:38:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Options/Core.hs:38:1 100% ( 7 / 7) in 'Test.Tasty.Ingredients' Warning: 'Statistics' is ambiguous. It is defined * at Test/Tasty/Ingredients/ConsoleReporter.hs:382:19 * at Test/Tasty/Ingredients/ConsoleReporter.hs:382:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Ingredients/ConsoleReporter.hs:382:1 Warning: 'Result' is ambiguous. It is defined * at Test/Tasty/Core.hs:91:15 * at Test/Tasty/Core.hs:91:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at Test/Tasty/Core.hs:91:1 100% ( 22 / 22) in 'Test.Tasty.Ingredients.ConsoleReporter' 100% ( 12 / 12) in 'Test.Tasty.Ingredients.Basic' 100% ( 58 / 58) in 'Test.Tasty.Runners' 100% ( 26 / 26) in 'Test.Tasty' Warning: Test.Tasty.Patterns.Types: could not find link destinations for: - Test.Tasty.Patterns.Types.Rep_Expr Warning: Test.Tasty.Patterns.Eval: could not find link destinations for: - Test.Tasty.Patterns.Eval.M - Test.Tasty.Patterns.Eval.Value Warning: Test.Tasty.Runners: could not find link destinations for: - Test.Tasty.Core.Rep_Outcome Documentation created: dist/doc/html/tasty/, dist/doc/html/tasty/tasty.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tasty-1.5.3-8bGipBEqvCZ29fR2jkj5jz Completed tasty-1.5.3 Configuring generic-lens-2.3.0.0... Preprocessing library for generic-lens-2.3.0.0.. Building library for generic-lens-2.3.0.0.. src/Data/Generics/Product/Fields.hs:12:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Positions.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/HList.hs:8:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 8 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/HList.hs:8:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 8 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Positions.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Fields.hs:12:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 20] Compiling Data.Generics.Internal.VL.Iso ( src/Data/Generics/Internal/VL/Iso.hs, dist/build/Data/Generics/Internal/VL/Iso.o, dist/build/Data/Generics/Internal/VL/Iso.dyn_o ) [ 2 of 20] Compiling Data.Generics.Internal.VL.Lens ( src/Data/Generics/Internal/VL/Lens.hs, dist/build/Data/Generics/Internal/VL/Lens.o, dist/build/Data/Generics/Internal/VL/Lens.dyn_o ) [ 3 of 20] Compiling Data.Generics.Internal.VL.Prism ( src/Data/Generics/Internal/VL/Prism.hs, dist/build/Data/Generics/Internal/VL/Prism.o, dist/build/Data/Generics/Internal/VL/Prism.dyn_o ) [ 4 of 20] Compiling Data.Generics.Internal.VL ( src/Data/Generics/Internal/VL.hs, dist/build/Data/Generics/Internal/VL.o, dist/build/Data/Generics/Internal/VL.dyn_o ) [ 5 of 20] Compiling Data.Generics.Product.Fields ( src/Data/Generics/Product/Fields.hs, dist/build/Data/Generics/Product/Fields.o, dist/build/Data/Generics/Product/Fields.dyn_o ) [ 6 of 20] Compiling Data.Generics.Product.HList ( src/Data/Generics/Product/HList.hs, dist/build/Data/Generics/Product/HList.o, dist/build/Data/Generics/Product/HList.dyn_o ) [ 7 of 20] Compiling Data.Generics.Product.Param ( src/Data/Generics/Product/Param.hs, dist/build/Data/Generics/Product/Param.o, dist/build/Data/Generics/Product/Param.dyn_o ) [ 8 of 20] Compiling Data.Generics.Product.Positions ( src/Data/Generics/Product/Positions.hs, dist/build/Data/Generics/Product/Positions.o, dist/build/Data/Generics/Product/Positions.dyn_o ) [ 9 of 20] Compiling Data.Generics.Product.Subtype ( src/Data/Generics/Product/Subtype.hs, dist/build/Data/Generics/Product/Subtype.o, dist/build/Data/Generics/Product/Subtype.dyn_o ) [10 of 20] Compiling Data.Generics.Product.Typed ( src/Data/Generics/Product/Typed.hs, dist/build/Data/Generics/Product/Typed.o, dist/build/Data/Generics/Product/Typed.dyn_o ) [11 of 20] Compiling Data.Generics.Product.Any ( src/Data/Generics/Product/Any.hs, dist/build/Data/Generics/Product/Any.o, dist/build/Data/Generics/Product/Any.dyn_o ) [12 of 20] Compiling Data.Generics.Product.Types ( src/Data/Generics/Product/Types.hs, dist/build/Data/Generics/Product/Types.o, dist/build/Data/Generics/Product/Types.dyn_o ) [13 of 20] Compiling Data.Generics.Product ( src/Data/Generics/Product.hs, dist/build/Data/Generics/Product.o, dist/build/Data/Generics/Product.dyn_o ) [14 of 20] Compiling Data.Generics.Sum.Constructors ( src/Data/Generics/Sum/Constructors.hs, dist/build/Data/Generics/Sum/Constructors.o, dist/build/Data/Generics/Sum/Constructors.dyn_o ) [15 of 20] Compiling Data.Generics.Sum.Subtype ( src/Data/Generics/Sum/Subtype.hs, dist/build/Data/Generics/Sum/Subtype.o, dist/build/Data/Generics/Sum/Subtype.dyn_o ) [16 of 20] Compiling Data.Generics.Sum.Typed ( src/Data/Generics/Sum/Typed.hs, dist/build/Data/Generics/Sum/Typed.o, dist/build/Data/Generics/Sum/Typed.dyn_o ) [17 of 20] Compiling Data.Generics.Sum.Any ( src/Data/Generics/Sum/Any.hs, dist/build/Data/Generics/Sum/Any.o, dist/build/Data/Generics/Sum/Any.dyn_o ) [18 of 20] Compiling Data.Generics.Sum ( src/Data/Generics/Sum.hs, dist/build/Data/Generics/Sum.o, dist/build/Data/Generics/Sum.dyn_o ) [19 of 20] Compiling Data.Generics.Labels ( src/Data/Generics/Labels.hs, dist/build/Data/Generics/Labels.o, dist/build/Data/Generics/Labels.dyn_o ) [20 of 20] Compiling Data.Generics.Wrapped ( src/Data/Generics/Wrapped.hs, dist/build/Data/Generics/Wrapped.o, dist/build/Data/Generics/Wrapped.dyn_o ) Preprocessing library for generic-lens-2.3.0.0.. Running Haddock on library for generic-lens-2.3.0.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. src/Data/Generics/Product/Fields.hs:12:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Positions.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/HList.hs:8:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 8 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/HList.hs:8:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 8 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Positions.hs:2:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 2 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ src/Data/Generics/Product/Fields.hs:12:14: warning: [GHC-53692] [-Wdeprecated-flags] -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead | 12 | {-# LANGUAGE TypeInType #-} | ^^^^^^^^^^ [ 1 of 20] Compiling Data.Generics.Internal.VL.Iso ( src/Data/Generics/Internal/VL/Iso.hs, nothing ) [ 2 of 20] Compiling Data.Generics.Internal.VL.Lens ( src/Data/Generics/Internal/VL/Lens.hs, nothing ) [ 3 of 20] Compiling Data.Generics.Internal.VL.Prism ( src/Data/Generics/Internal/VL/Prism.hs, nothing ) [ 4 of 20] Compiling Data.Generics.Internal.VL ( src/Data/Generics/Internal/VL.hs, nothing ) [ 5 of 20] Compiling Data.Generics.Product.Fields ( src/Data/Generics/Product/Fields.hs, nothing ) [ 6 of 20] Compiling Data.Generics.Product.HList ( src/Data/Generics/Product/HList.hs, nothing ) [ 7 of 20] Compiling Data.Generics.Product.Param ( src/Data/Generics/Product/Param.hs, nothing ) [ 8 of 20] Compiling Data.Generics.Product.Positions ( src/Data/Generics/Product/Positions.hs, nothing ) [ 9 of 20] Compiling Data.Generics.Product.Subtype ( src/Data/Generics/Product/Subtype.hs, nothing ) [10 of 20] Compiling Data.Generics.Product.Typed ( src/Data/Generics/Product/Typed.hs, nothing ) [11 of 20] Compiling Data.Generics.Product.Any ( src/Data/Generics/Product/Any.hs, nothing ) [12 of 20] Compiling Data.Generics.Product.Types ( src/Data/Generics/Product/Types.hs, nothing ) [13 of 20] Compiling Data.Generics.Product ( src/Data/Generics/Product.hs, nothing ) [14 of 20] Compiling Data.Generics.Sum.Constructors ( src/Data/Generics/Sum/Constructors.hs, nothing ) [15 of 20] Compiling Data.Generics.Sum.Subtype ( src/Data/Generics/Sum/Subtype.hs, nothing ) [16 of 20] Compiling Data.Generics.Sum.Typed ( src/Data/Generics/Sum/Typed.hs, nothing ) [17 of 20] Compiling Data.Generics.Sum.Any ( src/Data/Generics/Sum/Any.hs, nothing ) [18 of 20] Compiling Data.Generics.Sum ( src/Data/Generics/Sum.hs, nothing ) [19 of 20] Compiling Data.Generics.Labels ( src/Data/Generics/Labels.hs, nothing ) [20 of 20] Compiling Data.Generics.Wrapped ( src/Data/Generics/Wrapped.hs, nothing ) Haddock coverage: Warning: 'M1' 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 16% ( 7 / 43) in 'Data.Generics.Internal.VL' Missing documentation for: Module header Lens (src/Data/Generics/Internal/VL/Lens.hs:36) ravel (src/Data/Generics/Internal/VL/Lens.hs:66) set (src/Data/Generics/Internal/VL/Lens.hs:52) view (src/Data/Generics/Internal/VL/Lens.hs:40) lens (src/Data/Generics/Internal/VL/Lens.hs:70) .~ (src/Data/Generics/Internal/VL/Lens.hs:49) over (src/Data/Generics/Internal/VL/Lens.hs:55) lens2lensvl (src/Data/Generics/Internal/VL/Lens.hs:58) Iso' (src/Data/Generics/Internal/VL/Iso.hs:47) Iso (src/Data/Generics/Internal/VL/Iso.hs:50) kIso (src/Data/Generics/Internal/VL/Iso.hs:83) recIso (src/Data/Generics/Internal/VL/Iso.hs:86) prodIso (src/Data/Generics/Internal/VL/Iso.hs:89) fromIso (src/Data/Generics/Internal/VL/Iso.hs:54) iso (src/Data/Generics/Internal/VL/Iso.hs:92) Exchange (src/Data/Generics/Internal/VL/Iso.hs:33) iso2isovl (src/Data/Generics/Internal/VL/Iso.hs:58) repIsoN (src/Data/Generics/Internal/VL/Iso.hs:73) paramIso (src/Data/Generics/Internal/VL/Iso.hs:76) build (src/Data/Generics/Internal/VL/Prism.hs:44) match (src/Data/Generics/Internal/VL/Prism.hs:39) Prism' (src/Data/Generics/Internal/VL/Prism.hs:35) prism (src/Data/Generics/Internal/VL/Prism.hs:49) Market (src/Data/Generics/Internal/VL/Prism.hs:59) prism2prismvl (src/Data/Generics/Internal/VL/Prism.hs:53) confusing liftCurried liftCurriedYoneda liftYoneda lowerCurried lowerYoneda yap Curried Traversal Yoneda 87% ( 7 / 8) in 'Data.Generics.Product.Fields' Missing documentation for: HasField' (src/Data/Generics/Product/Fields.hs:127) 50% ( 1 / 2) in 'Data.Generics.Product.HList' Missing documentation for: IsList (src/Data/Generics/Product/HList.hs:36) 25% ( 1 / 4) in 'Data.Generics.Product.Param' Missing documentation for: Rec HasParam (src/Data/Generics/Product/Param.hs:43) Param 88% ( 8 / 9) in 'Data.Generics.Product.Positions' Missing documentation for: HasPosition_ (src/Data/Generics/Product/Positions.hs:92) Warning: 'subtype' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Generics.Product.Subtype' Warning: 'has' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Generics.Product.Typed' 75% ( 3 / 4) in 'Data.Generics.Product.Any' Missing documentation for: HasAny (src/Data/Generics/Product/Any.hs:57) Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 91% ( 11 / 12) in 'Data.Generics.Product.Types' Missing documentation for: HasTypes Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Generics.Product' Warning: 'HasConstructor' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'HasConstructor_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 85% ( 6 / 7) in 'Data.Generics.Sum.Constructors' Missing documentation for: AsConstructor' (src/Data/Generics/Sum/Constructors.hs:114) Warning: 'Sub' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Sup' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'FourLeggedAnimal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Animal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dog4' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Dog' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Cat4' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Cat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Generics.Sum.Subtype' Warning: 'as' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 4 / 4) in 'Data.Generics.Sum.Typed' 100% ( 4 / 4) in 'Data.Generics.Sum.Any' Warning: 'Generic' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Data.Generics.Sum' Warning: 'ReifiedLens' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 71% ( 5 / 7) in 'Data.Generics.Labels' Missing documentation for: Field' (src/Data/Generics/Labels.hs:100) Constructor' (src/Data/Generics/Labels.hs:115) 100% ( 6 / 6) in 'Data.Generics.Wrapped' Warning: Data.Generics.Product.Fields: could not find link destinations for: - Data.Generics.Product.Fields.HasField0 Warning: Data.Generics.Product.Param: could not find link destinations for: - Data.Generics.Internal.GenericN.D:R:ParamTYPETYPEna0 Warning: Data.Generics.Labels: could not find link destinations for: - Data.Generics.Labels.IsLabelHelper - Data.Generics.Labels.ClassifyLabel Documentation created: dist/doc/html/generic-lens/, dist/doc/html/generic-lens/generic-lens.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generic-lens-2.3.0.0-K2qoyl3LVl4G5IvCaycgqN Completed generic-lens-2.3.0.0 Configuring either-5.0.3... Preprocessing library for either-5.0.3.. Building library for either-5.0.3.. [1 of 2] Compiling Data.Either.Combinators ( src/Data/Either/Combinators.hs, dist/build/Data/Either/Combinators.o, dist/build/Data/Either/Combinators.dyn_o ) [2 of 2] Compiling Data.Either.Validation ( src/Data/Either/Validation.hs, dist/build/Data/Either/Validation.o, dist/build/Data/Either/Validation.dyn_o ) Preprocessing library for either-5.0.3.. Running Haddock on library for either-5.0.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 2] Compiling Data.Either.Combinators ( src/Data/Either/Combinators.hs, nothing ) [2 of 2] Compiling Data.Either.Validation ( src/Data/Either/Validation.hs, nothing ) Haddock coverage: Warning: 'forM_' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 20 / 20) in 'Data.Either.Combinators' 27% ( 3 / 11) in 'Data.Either.Validation' Missing documentation for: _Success (src/Data/Either/Validation.hs:125) _Failure (src/Data/Either/Validation.hs:116) eitherToValidation (src/Data/Either/Validation.hs:146) validationToEither (src/Data/Either/Validation.hs:140) vap (src/Data/Either/Validation.hs:157) ealt (src/Data/Either/Validation.hs:182) vapm (src/Data/Either/Validation.hs:174) apm (src/Data/Either/Validation.hs:165) Documentation created: dist/doc/html/either/, dist/doc/html/either/either.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/either-5.0.3-GMmIDAbEgSq3RaXFH17rSc Completed either-5.0.3 Configuring vector-0.13.2.0... Preprocessing library for vector-0.13.2.0.. Building library for vector-0.13.2.0.. [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o, dist/build/Data/Vector/Fusion/Stream/Monadic.dyn_o ) [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o, dist/build/Data/Vector/Fusion/Util.dyn_o ) [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, dist/build/Data/Vector/Fusion/Bundle/Size.o, dist/build/Data/Vector/Fusion/Bundle/Size.dyn_o ) [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, dist/build/Data/Vector/Generic/Mutable/Base.o, dist/build/Data/Vector/Generic/Mutable/Base.dyn_o ) [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, dist/build/Data/Vector/Generic/Base.o, dist/build/Data/Vector/Generic/Base.dyn_o ) [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o, dist/build/Data/Vector/Internal/Check.dyn_o ) [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, dist/build/Data/Vector/Fusion/Bundle/Monadic.o, dist/build/Data/Vector/Fusion/Bundle/Monadic.dyn_o ) [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, dist/build/Data/Vector/Fusion/Bundle.o, dist/build/Data/Vector/Fusion/Bundle.dyn_o ) [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, dist/build/Data/Vector/Generic/Mutable.o, dist/build/Data/Vector/Generic/Mutable.dyn_o ) [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, dist/build/Data/Vector/Generic/New.o, dist/build/Data/Vector/Generic/New.dyn_o ) [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, dist/build/Data/Vector/Generic.o, dist/build/Data/Vector/Generic.dyn_o ) [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, dist/build/Data/Vector/Mutable.o, dist/build/Data/Vector/Mutable.dyn_o ) [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, dist/build/Data/Vector.o, dist/build/Data/Vector.dyn_o ) [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, dist/build/Data/Vector/Primitive/Mutable.o, dist/build/Data/Vector/Primitive/Mutable.dyn_o ) [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, dist/build/Data/Vector/Primitive.o, dist/build/Data/Vector/Primitive.dyn_o ) [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o, dist/build/Data/Vector/Storable/Internal.dyn_o ) [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, dist/build/Data/Vector/Storable/Mutable.o, dist/build/Data/Vector/Storable/Mutable.dyn_o ) [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, dist/build/Data/Vector/Storable.o, dist/build/Data/Vector/Storable.dyn_o ) [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, dist/build/Data/Vector/Strict/Mutable.o, dist/build/Data/Vector/Strict/Mutable.dyn_o ) [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, dist/build/Data/Vector/Strict.o, dist/build/Data/Vector/Strict.dyn_o ) [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, dist/build/Data/Vector/Unboxed/Base.o, dist/build/Data/Vector/Unboxed/Base.dyn_o ) [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, dist/build/Data/Vector/Unboxed.o, dist/build/Data/Vector/Unboxed.dyn_o ) [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, dist/build/Data/Vector/Unboxed/Mutable.o, dist/build/Data/Vector/Unboxed/Mutable.dyn_o ) Preprocessing library 'benchmarks-O2' for vector-0.13.2.0.. Building library 'benchmarks-O2' for vector-0.13.2.0.. [ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/AwShCC.dyn_o ) [ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.o, dist/build/benchmarks-O2/Bench/Vector/Algo/FindIndexR.dyn_o ) [ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.o, dist/build/benchmarks-O2/Bench/Vector/Algo/HybCC.dyn_o ) [ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Leaffix.dyn_o ) [ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.o, dist/build/benchmarks-O2/Bench/Vector/Algo/ListRank.dyn_o ) [ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.o, dist/build/benchmarks-O2/Bench/Vector/Algo/MutableSet.dyn_o ) [ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.o, dist/build/benchmarks-O2/Bench/Vector/Algo/NextPermutation.dyn_o ) [ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Quickhull.dyn_o ) [ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Rootfix.dyn_o ) [10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Spectral.dyn_o ) [11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.o, dist/build/benchmarks-O2/Bench/Vector/Algo/Tridiag.dyn_o ) [12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, dist/build/benchmarks-O2/Bench/Vector/Tasty.o, dist/build/benchmarks-O2/Bench/Vector/Tasty.dyn_o ) [13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.o, dist/build/benchmarks-O2/Bench/Vector/TestData/Graph.dyn_o ) [14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.o, dist/build/benchmarks-O2/Bench/Vector/TestData/ParenTree.dyn_o ) Preprocessing library for vector-0.13.2.0.. Running Haddock on library for vector-0.13.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 23] Compiling Data.Vector.Fusion.Stream.Monadic ( src/Data/Vector/Fusion/Stream/Monadic.hs, nothing ) [ 2 of 23] Compiling Data.Vector.Fusion.Util ( src/Data/Vector/Fusion/Util.hs, nothing ) [ 3 of 23] Compiling Data.Vector.Fusion.Bundle.Size ( src/Data/Vector/Fusion/Bundle/Size.hs, nothing ) [ 4 of 23] Compiling Data.Vector.Generic.Mutable.Base ( src/Data/Vector/Generic/Mutable/Base.hs, nothing ) [ 5 of 23] Compiling Data.Vector.Generic.Base ( src/Data/Vector/Generic/Base.hs, nothing ) [ 6 of 23] Compiling Data.Vector.Internal.Check ( src/Data/Vector/Internal/Check.hs, nothing ) [ 7 of 23] Compiling Data.Vector.Fusion.Bundle.Monadic ( src/Data/Vector/Fusion/Bundle/Monadic.hs, nothing ) [ 8 of 23] Compiling Data.Vector.Fusion.Bundle ( src/Data/Vector/Fusion/Bundle.hs, nothing ) [ 9 of 23] Compiling Data.Vector.Generic.Mutable ( src/Data/Vector/Generic/Mutable.hs, nothing ) [10 of 23] Compiling Data.Vector.Generic.New ( src/Data/Vector/Generic/New.hs, nothing ) [11 of 23] Compiling Data.Vector.Generic ( src/Data/Vector/Generic.hs, nothing ) [12 of 23] Compiling Data.Vector.Mutable ( src/Data/Vector/Mutable.hs, nothing ) [13 of 23] Compiling Data.Vector ( src/Data/Vector.hs, nothing ) [14 of 23] Compiling Data.Vector.Primitive.Mutable ( src/Data/Vector/Primitive/Mutable.hs, nothing ) [15 of 23] Compiling Data.Vector.Primitive ( src/Data/Vector/Primitive.hs, nothing ) [16 of 23] Compiling Data.Vector.Storable.Internal ( src/Data/Vector/Storable/Internal.hs, nothing ) [17 of 23] Compiling Data.Vector.Storable.Mutable ( src/Data/Vector/Storable/Mutable.hs, nothing ) [18 of 23] Compiling Data.Vector.Storable ( src/Data/Vector/Storable.hs, nothing ) [19 of 23] Compiling Data.Vector.Strict.Mutable ( src/Data/Vector/Strict/Mutable.hs, nothing ) [20 of 23] Compiling Data.Vector.Strict ( src/Data/Vector/Strict.hs, nothing ) [21 of 23] Compiling Data.Vector.Unboxed.Base ( src/Data/Vector/Unboxed/Base.hs, nothing ) [22 of 23] Compiling Data.Vector.Unboxed ( src/Data/Vector/Unboxed.hs, nothing ) [23 of 23] Compiling Data.Vector.Unboxed.Mutable ( src/Data/Vector/Unboxed/Mutable.hs, nothing ) Haddock coverage: 100% ( 2 / 2) in 'Data.Vector.Fusion.Stream.Monadic' 83% ( 5 / 6) in 'Data.Vector.Fusion.Util' Missing documentation for: liftBox 100% ( 9 / 9) in 'Data.Vector.Fusion.Bundle.Size' Warning: 'unsafeSlice' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'overlaps' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeNew' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeRead' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'clear' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'set' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeCopy' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeMove' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'grow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'unsafeGrow' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 2 / 2) in 'Data.Vector.Generic.Mutable.Base' Warning: 'basicUnsafeWrite' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Bundle' is ambiguous. It is defined * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:21 * at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Fusion/Bundle/Monadic.hs:121:1 79% (110 /139) in 'Data.Vector.Fusion.Bundle.Monadic' Missing documentation for: Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118) generate (src/Data/Vector/Fusion/Bundle/Monadic.hs:207) unbox (src/Data/Vector/Fusion/Bundle/Monadic.hs:320) concatMap (src/Data/Vector/Fusion/Bundle/Monadic.hs:629) zipWithM_ (src/Data/Vector/Fusion/Bundle/Monadic.hs:351) zipWith3M (src/Data/Vector/Fusion/Bundle/Monadic.hs:355) zipWith4M (src/Data/Vector/Fusion/Bundle/Monadic.hs:364) zipWith5M (src/Data/Vector/Fusion/Bundle/Monadic.hs:371) zipWith6M (src/Data/Vector/Fusion/Bundle/Monadic.hs:378) zipWith (src/Data/Vector/Fusion/Bundle/Monadic.hs:384) zipWith3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:389) zipWith4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:395) zipWith5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:401) zipWith6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:407) zip (src/Data/Vector/Fusion/Bundle/Monadic.hs:411) zip3 (src/Data/Vector/Fusion/Bundle/Monadic.hs:415) zip4 (src/Data/Vector/Fusion/Bundle/Monadic.hs:420) zip5 (src/Data/Vector/Fusion/Bundle/Monadic.hs:425) zip6 (src/Data/Vector/Fusion/Bundle/Monadic.hs:430) and (src/Data/Vector/Fusion/Bundle/Monadic.hs:621) or (src/Data/Vector/Fusion/Bundle/Monadic.hs:625) concatMapM (src/Data/Vector/Fusion/Bundle/Monadic.hs:633) fromVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1086) reVector (src/Data/Vector/Fusion/Bundle/Monadic.hs:1166) fromVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1105) concatVectors (src/Data/Vector/Fusion/Bundle/Monadic.hs:1133) fromStream (src/Data/Vector/Fusion/Bundle/Monadic.hs:136) chunks (src/Data/Vector/Fusion/Bundle/Monadic.hs:143) elements (src/Data/Vector/Fusion/Bundle/Monadic.hs:147) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 79% ( 90 /113) in 'Data.Vector.Fusion.Bundle' Missing documentation for: Chunk (src/Data/Vector/Fusion/Bundle/Monadic.hs:118) inplace (src/Data/Vector/Fusion/Bundle.hs:113) concatMap (src/Data/Vector/Fusion/Bundle.hs:256) unbox (src/Data/Vector/Fusion/Bundle.hs:252) zipWith4 (src/Data/Vector/Fusion/Bundle.hs:286) zipWith5 (src/Data/Vector/Fusion/Bundle.hs:292) zipWith6 (src/Data/Vector/Fusion/Bundle.hs:298) zip (src/Data/Vector/Fusion/Bundle.hs:302) zip3 (src/Data/Vector/Fusion/Bundle.hs:306) zip4 (src/Data/Vector/Fusion/Bundle.hs:311) zip5 (src/Data/Vector/Fusion/Bundle.hs:316) zip6 (src/Data/Vector/Fusion/Bundle.hs:321) and (src/Data/Vector/Fusion/Bundle.hs:406) or (src/Data/Vector/Fusion/Bundle.hs:410) unsafeFromList (src/Data/Vector/Fusion/Bundle.hs:632) fromVector (src/Data/Vector/Fusion/Bundle.hs:636) reVector (src/Data/Vector/Fusion/Bundle.hs:640) fromVectors (src/Data/Vector/Fusion/Bundle.hs:644) concatVectors (src/Data/Vector/Fusion/Bundle.hs:648) zipWithM (src/Data/Vector/Fusion/Bundle.hs:535) zipWithM_ (src/Data/Vector/Fusion/Bundle.hs:539) eqBy (src/Data/Vector/Fusion/Bundle.hs:492) cmpBy (src/Data/Vector/Fusion/Bundle.hs:501) 86% ( 93 /108) in 'Data.Vector.Generic.Mutable' Missing documentation for: mstream (src/Data/Vector/Generic/Mutable.hs:139) mstreamR (src/Data/Vector/Generic/Mutable.hs:168) transform (src/Data/Vector/Generic/Mutable.hs:164) transformR (src/Data/Vector/Generic/Mutable.hs:199) fill (src/Data/Vector/Generic/Mutable.hs:151) fillR (src/Data/Vector/Generic/Mutable.hs:182) unsafeAccum (src/Data/Vector/Generic/Mutable.hs:1020) accum (src/Data/Vector/Generic/Mutable.hs:997) unsafeUpdate (src/Data/Vector/Generic/Mutable.hs:1031) update (src/Data/Vector/Generic/Mutable.hs:1009) reverse (src/Data/Vector/Generic/Mutable.hs:1039) unstablePartition (src/Data/Vector/Generic/Mutable.hs:1049) unstablePartitionBundle (src/Data/Vector/Generic/Mutable.hs:1078) partitionBundle (src/Data/Vector/Generic/Mutable.hs:1105) partitionWithBundle (src/Data/Vector/Generic/Mutable.hs:1165) 21% ( 5 / 23) in 'Data.Vector.Generic.New' Missing documentation for: create (src/Data/Vector/Generic/New.hs:62) run (src/Data/Vector/Generic/New.hs:66) runPrim (src/Data/Vector/Generic/New.hs:70) apply (src/Data/Vector/Generic/New.hs:74) modify (src/Data/Vector/Generic/New.hs:78) modifyWithBundle (src/Data/Vector/Generic/New.hs:83) unstream (src/Data/Vector/Generic/New.hs:87) transform (src/Data/Vector/Generic/New.hs:93) unstreamR (src/Data/Vector/Generic/New.hs:113) transformR (src/Data/Vector/Generic/New.hs:119) slice (src/Data/Vector/Generic/New.hs:139) init (src/Data/Vector/Generic/New.hs:143) tail (src/Data/Vector/Generic/New.hs:147) take (src/Data/Vector/Generic/New.hs:151) drop (src/Data/Vector/Generic/New.hs:155) unsafeSlice (src/Data/Vector/Generic/New.hs:159) unsafeInit (src/Data/Vector/Generic/New.hs:163) unsafeTail (src/Data/Vector/Generic/New.hs:167) Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 93% (259 /278) in 'Data.Vector.Generic' Missing documentation for: zipWith4 (src/Data/Vector/Generic.hs:1190) zipWith5 (src/Data/Vector/Generic.hs:1201) zipWith6 (src/Data/Vector/Generic.hs:1213) izipWith4 (src/Data/Vector/Generic.hs:1242) izipWith5 (src/Data/Vector/Generic.hs:1253) izipWith6 (src/Data/Vector/Generic.hs:1265) zip4 (src/Data/Vector/Generic.hs:1287) zip5 (src/Data/Vector/Generic.hs:1293) zip6 (src/Data/Vector/Generic.hs:1299) unzip3 (src/Data/Vector/Generic.hs:1348) unzip4 (src/Data/Vector/Generic.hs:1356) unzip5 (src/Data/Vector/Generic.hs:1365) unzip6 (src/Data/Vector/Generic.hs:1375) liftShowsPrec (src/Data/Vector/Generic.hs:2686) gunfold (src/Data/Vector/Generic.hs:2728) dataCast (src/Data/Vector/Generic.hs:2735) mkVecType (src/Data/Vector/Generic.hs:2717) mkVecConstr (src/Data/Vector/Generic.hs:2713) mkType (src/Data/Vector/Generic.hs:2722) Warning: 'IO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 88 / 90) in 'Data.Vector.Mutable' Missing documentation for: IOVector (src/Data/Vector/Mutable.hs:101) STVector (src/Data/Vector/Mutable.hs:102) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is ambiguous. It is defined * in Data.Primitive.Array * in Data.Primitive.Array You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Primitive.Array 94% (245 /258) in 'Data.Vector' Missing documentation for: zipWith4 (src/Data/Vector.hs:1173) zipWith5 (src/Data/Vector.hs:1179) zipWith6 (src/Data/Vector.hs:1185) izipWith4 (src/Data/Vector.hs:1202) izipWith5 (src/Data/Vector.hs:1208) izipWith6 (src/Data/Vector.hs:1214) zip4 (src/Data/Vector.hs:1229) zip5 (src/Data/Vector.hs:1234) zip6 (src/Data/Vector.hs:1239) unzip3 (src/Data/Vector.hs:1251) unzip4 (src/Data/Vector.hs:1255) unzip5 (src/Data/Vector.hs:1260) unzip6 (src/Data/Vector.hs:1265) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 89 / 91) in 'Data.Vector.Primitive.Mutable' Missing documentation for: IOVector (src/Data/Vector/Primitive/Mutable.hs:117) STVector (src/Data/Vector/Primitive/Mutable.hs:118) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (228 /234) in 'Data.Vector.Primitive' Missing documentation for: zipWith4 (src/Data/Vector/Primitive.hs:967) zipWith5 (src/Data/Vector/Primitive.hs:975) zipWith6 (src/Data/Vector/Primitive.hs:983) izipWith4 (src/Data/Vector/Primitive.hs:1003) izipWith5 (src/Data/Vector/Primitive.hs:1011) izipWith6 (src/Data/Vector/Primitive.hs:1019) Warning: 'Storable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 95 / 97) in 'Data.Vector.Storable.Mutable' Missing documentation for: IOVector (src/Data/Vector/Storable/Mutable.hs:136) STVector (src/Data/Vector/Storable/Mutable.hs:137) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% (239 /245) in 'Data.Vector.Storable' Missing documentation for: zipWith4 (src/Data/Vector/Storable.hs:978) zipWith5 (src/Data/Vector/Storable.hs:986) zipWith6 (src/Data/Vector/Storable.hs:994) izipWith4 (src/Data/Vector/Storable.hs:1014) izipWith5 (src/Data/Vector/Storable.hs:1022) izipWith6 (src/Data/Vector/Storable.hs:1030) Warning: 'IO' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ST' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 97% ( 91 / 93) in 'Data.Vector.Strict.Mutable' Missing documentation for: IOVector (src/Data/Vector/Strict/Mutable.hs:99) STVector (src/Data/Vector/Strict/Mutable.hs:100) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Array' is ambiguous. It is defined * in Data.Primitive.Array * in Data.Primitive.Array You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in Data.Primitive.Array 95% (248 /261) in 'Data.Vector.Strict' Missing documentation for: zipWith4 (src/Data/Vector/Strict.hs:1267) zipWith5 (src/Data/Vector/Strict.hs:1273) zipWith6 (src/Data/Vector/Strict.hs:1279) izipWith4 (src/Data/Vector/Strict.hs:1300) izipWith5 (src/Data/Vector/Strict.hs:1306) izipWith6 (src/Data/Vector/Strict.hs:1312) zip4 (src/Data/Vector/Strict.hs:1331) zip5 (src/Data/Vector/Strict.hs:1336) zip6 (src/Data/Vector/Strict.hs:1341) unzip3 (src/Data/Vector/Strict.hs:1355) unzip4 (src/Data/Vector/Strict.hs:1359) unzip5 (src/Data/Vector/Strict.hs:1364) unzip6 (src/Data/Vector/Strict.hs:1369) Warning: 'DoNotUnboxLazy' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:810:28 * at src/Data/Vector/Unboxed/Base.hs:810:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:810:1 Warning: 'DoNotUnboxStrict' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:895:30 * at src/Data/Vector/Unboxed/Base.hs:895:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:895:1 Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:981:34 * at src/Data/Vector/Unboxed/Base.hs:981:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:981:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:350:38 * at src/Data/Vector/Unboxed/Base.hs:350:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:350:1 Warning: 'As' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:350:38 * at src/Data/Vector/Unboxed/Base.hs:350:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:350:1 Warning: 'UnboxViaPrim' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:223:26 * at src/Data/Vector/Unboxed/Base.hs:223:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:223:1 Warning: 'DoNotUnboxStrict' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:895:30 * at src/Data/Vector/Unboxed/Base.hs:895:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:895:1 Warning: 'DoNotUnboxLazy' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:810:28 * at src/Data/Vector/Unboxed/Base.hs:810:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:810:1 Warning: 'DoNotUnboxNormalForm' is ambiguous. It is defined * at src/Data/Vector/Unboxed/Base.hs:981:34 * at src/Data/Vector/Unboxed/Base.hs:981:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Vector/Unboxed/Base.hs:981:1 Warning: 'Complex' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'RealFloat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Just' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'a' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'b' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'flip' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Left' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Right' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Foldable' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'True' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% (253 /262) in 'Data.Vector.Unboxed' Missing documentation for: Vector (src/Data/Vector/Unboxed/Base.hs:73) MVector (src/Data/Vector/Unboxed/Base.hs:72) Unbox (src/Data/Vector/Unboxed/Base.hs:80) zipWith4 (src/Data/Vector/Unboxed.hs:1027) zipWith5 (src/Data/Vector/Unboxed.hs:1034) zipWith6 (src/Data/Vector/Unboxed.hs:1041) izipWith4 (src/Data/Vector/Unboxed.hs:1061) izipWith5 (src/Data/Vector/Unboxed.hs:1068) izipWith6 (src/Data/Vector/Unboxed.hs:1075) Warning: 'Nothing' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 96% ( 96 /100) in 'Data.Vector.Unboxed.Mutable' Missing documentation for: MVector (src/Data/Vector/Unboxed/Base.hs:72) IOVector (src/Data/Vector/Unboxed/Base.hs:75) STVector (src/Data/Vector/Unboxed/Base.hs:76) Unbox (src/Data/Vector/Unboxed/Base.hs:80) Warning: Data.Vector.Generic.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector: could not find link destinations for: - Data.Vector.D:R:ItemVector Warning: Data.Vector.Primitive.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Primitive: could not find link destinations for: - Data.Vector.Primitive.D:R:ItemVector Warning: Data.Vector.Storable.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Storable: could not find link destinations for: - Data.Vector.Storable.D:R:ItemVector Warning: Data.Vector.Strict.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 Warning: Data.Vector.Strict: could not find link destinations for: - Data.Vector.Strict.D:R:ItemVector Warning: Data.Vector.Unboxed: could not find link destinations for: - Data.Vector.Unboxed.Base.V_6 - Data.Vector.Unboxed.Base.V_5 - Data.Vector.Unboxed.Base.V_4 - Data.Vector.Unboxed.Base.V_3 - Data.Vector.Unboxed.Base.V_2 - Data.Vector.Unboxed.Base.V_Compose - Data.Vector.Unboxed.Base.V_Alt - Data.Vector.Unboxed.Base.V_Const - Data.Vector.Unboxed.Base.V_All - Data.Vector.Unboxed.Base.V_Any - Data.Vector.Unboxed.Base.V_DoNotUnboxNormalForm - Data.Vector.Unboxed.Base.V_DoNotUnboxStrict - Data.Vector.Unboxed.Base.V_DoNotUnboxLazy - Data.Vector.Unboxed.Base.V_Arg - Data.Vector.Unboxed.Base.V_WrappedMonoid - Data.Vector.Unboxed.Base.V_Last - Data.Vector.Unboxed.Base.V_First - Data.Vector.Unboxed.Base.V_Max - Data.Vector.Unboxed.Base.V_Min - Data.Vector.Unboxed.Base.V_Product - Data.Vector.Unboxed.Base.V_Sum - Data.Vector.Unboxed.Base.V_Dual - Data.Vector.Unboxed.Base.V_Down - Data.Vector.Unboxed.Base.V_Identity - Data.Vector.Unboxed.Base.V_Complex - Data.Vector.Unboxed.Base.V_Bool - Data.Vector.Unboxed.Base.V_Char - Data.Vector.Unboxed.Base.V_Double - Data.Vector.Unboxed.Base.V_Float - Data.Vector.Unboxed.Base.V_Word64 - Data.Vector.Unboxed.Base.V_Word32 - Data.Vector.Unboxed.Base.V_Word16 - Data.Vector.Unboxed.Base.V_Word8 - Data.Vector.Unboxed.Base.V_Word - Data.Vector.Unboxed.Base.V_Int64 - Data.Vector.Unboxed.Base.V_Int32 - Data.Vector.Unboxed.Base.V_Int16 - Data.Vector.Unboxed.Base.V_Int8 - Data.Vector.Unboxed.Base.V_Int - Data.Vector.Unboxed.Base.V_Unit - Data.Vector.Unboxed.Base.D:R:MVectorsTuple60 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple50 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple40 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple30 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple20 - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0 - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0 - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsAll0 - Data.Vector.Unboxed.Base.D:R:MVectorsAny0 - Data.Vector.Unboxed.Base.D:R:MVectorsArg0 - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:MVectorsLast0 - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0 - Data.Vector.Unboxed.Base.D:R:MVectorsMax0 - Data.Vector.Unboxed.Base.D:R:MVectorsMin0 - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0 - Data.Vector.Unboxed.Base.D:R:MVectorsSum0 - Data.Vector.Unboxed.Base.D:R:MVectorsDual0 - Data.Vector.Unboxed.Base.D:R:MVectorsDown0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0 - Data.Vector.Unboxed.Base.D:R:MVectorsBool0 - Data.Vector.Unboxed.Base.D:R:MVectorsChar0 - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0 - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0 - Data.Vector.Unboxed.Base.D:R:MVectorsWord640 - Data.Vector.Unboxed.Base.D:R:MVectorsWord320 - Data.Vector.Unboxed.Base.D:R:MVectorsWord160 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:MVectorsWord0 - Data.Vector.Unboxed.Base.D:R:MVectorsInt640 - Data.Vector.Unboxed.Base.D:R:MVectorsInt320 - Data.Vector.Unboxed.Base.D:R:MVectorsInt160 - Data.Vector.Unboxed.Base.D:R:MVectorsInt80 - Data.Vector.Unboxed.Base.D:R:MVectorsInt0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnit0 - Data.Vector.Unboxed.Base.D:R:VectorTuple60 - Data.Vector.Unboxed.Base.D:R:VectorTuple50 - Data.Vector.Unboxed.Base.D:R:VectorTuple40 - Data.Vector.Unboxed.Base.D:R:VectorTuple30 - Data.Vector.Unboxed.Base.D:R:VectorTuple20 - Data.Vector.Unboxed.Base.D:R:VectorCompose0 - Data.Vector.Unboxed.Base.D:R:VectorAlt0 - Data.Vector.Unboxed.Base.D:R:VectorConst0 - Data.Vector.Unboxed.Base.D:R:VectorAll0 - Data.Vector.Unboxed.Base.D:R:VectorAny0 - Data.Vector.Unboxed.Base.D:R:VectorArg0 - Data.Vector.Unboxed.Base.D:R:VectorWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:VectorLast0 - Data.Vector.Unboxed.Base.D:R:VectorFirst0 - Data.Vector.Unboxed.Base.D:R:VectorMax0 - Data.Vector.Unboxed.Base.D:R:VectorMin0 - Data.Vector.Unboxed.Base.D:R:VectorProduct0 - Data.Vector.Unboxed.Base.D:R:VectorSum0 - Data.Vector.Unboxed.Base.D:R:VectorDual0 - Data.Vector.Unboxed.Base.D:R:VectorDown0 - Data.Vector.Unboxed.Base.D:R:VectorIdentity0 - Data.Vector.Unboxed.Base.D:R:VectorComplex0 - Data.Vector.Unboxed.Base.D:R:VectorBool0 - Data.Vector.Unboxed.Base.D:R:VectorChar0 - Data.Vector.Unboxed.Base.D:R:VectorDouble0 - Data.Vector.Unboxed.Base.D:R:VectorFloat0 - Data.Vector.Unboxed.Base.D:R:VectorWord640 - Data.Vector.Unboxed.Base.D:R:VectorWord320 - Data.Vector.Unboxed.Base.D:R:VectorWord160 - Data.Vector.Unboxed.Base.D:R:VectorWord80 - Data.Vector.Unboxed.Base.D:R:VectorWord0 - Data.Vector.Unboxed.Base.D:R:VectorInt640 - Data.Vector.Unboxed.Base.D:R:VectorInt320 - Data.Vector.Unboxed.Base.D:R:VectorInt160 - Data.Vector.Unboxed.Base.D:R:VectorInt80 - Data.Vector.Unboxed.Base.D:R:VectorInt0 - Data.Vector.Unboxed.Base.D:R:VectorUnit0 - Data.Vector.Unboxed.Base.D:R:VectorUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:VectorAs0 - Data.Vector.Unboxed.Base.D:R:MVectorsAs0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:VectorDoNotUnboxNormalForm0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0 - Data.Vector.Unboxed.D:R:ItemVector Warning: Data.Vector.Unboxed.Mutable: could not find link destinations for: - Control.Monad.Primitive.D:R:PrimStateAccumT - Control.Monad.Primitive.D:R:PrimStateContT - Control.Monad.Primitive.D:R:PrimStateExceptT - Control.Monad.Primitive.D:R:PrimStateIO - Control.Monad.Primitive.D:R:PrimStateIdentityT - Control.Monad.Primitive.D:R:PrimStateMaybeT - Control.Monad.Primitive.D:R:PrimStateRWST - Control.Monad.Primitive.D:R:PrimStateRWST0 - Control.Monad.Primitive.D:R:PrimStateRWST1 - Control.Monad.Primitive.D:R:PrimStateReaderT - Control.Monad.Primitive.D:R:PrimStateST - Control.Monad.Primitive.D:R:PrimStateST0 - Control.Monad.Primitive.D:R:PrimStateSelectT - Control.Monad.Primitive.D:R:PrimStateStateT - Control.Monad.Primitive.D:R:PrimStateStateT0 - Control.Monad.Primitive.D:R:PrimStateWriterT - Control.Monad.Primitive.D:R:PrimStateWriterT0 - Control.Monad.Primitive.D:R:PrimStateWriterT1 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple60 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple50 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple40 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple30 - Data.Vector.Unboxed.Base.D:R:MVectorsTuple20 - Data.Vector.Unboxed.Base.D:R:MVectorsCompose0 - Data.Vector.Unboxed.Base.D:R:MVectorsAlt0 - Data.Vector.Unboxed.Base.D:R:MVectorsConst0 - Data.Vector.Unboxed.Base.D:R:MVectorsAll0 - Data.Vector.Unboxed.Base.D:R:MVectorsAny0 - Data.Vector.Unboxed.Base.D:R:MVectorsArg0 - Data.Vector.Unboxed.Base.D:R:MVectorsWrappedMonoid0 - Data.Vector.Unboxed.Base.D:R:MVectorsLast0 - Data.Vector.Unboxed.Base.D:R:MVectorsFirst0 - Data.Vector.Unboxed.Base.D:R:MVectorsMax0 - Data.Vector.Unboxed.Base.D:R:MVectorsMin0 - Data.Vector.Unboxed.Base.D:R:MVectorsProduct0 - Data.Vector.Unboxed.Base.D:R:MVectorsSum0 - Data.Vector.Unboxed.Base.D:R:MVectorsDual0 - Data.Vector.Unboxed.Base.D:R:MVectorsDown0 - Data.Vector.Unboxed.Base.D:R:MVectorsIdentity0 - Data.Vector.Unboxed.Base.D:R:MVectorsComplex0 - Data.Vector.Unboxed.Base.D:R:MVectorsBool0 - Data.Vector.Unboxed.Base.D:R:MVectorsChar0 - Data.Vector.Unboxed.Base.D:R:MVectorsDouble0 - Data.Vector.Unboxed.Base.D:R:MVectorsFloat0 - Data.Vector.Unboxed.Base.D:R:MVectorsWord640 - Data.Vector.Unboxed.Base.D:R:MVectorsWord320 - Data.Vector.Unboxed.Base.D:R:MVectorsWord160 - Data.Vector.Unboxed.Base.D:R:MVectorsWord80 - Data.Vector.Unboxed.Base.D:R:MVectorsWord0 - Data.Vector.Unboxed.Base.D:R:MVectorsInt640 - Data.Vector.Unboxed.Base.D:R:MVectorsInt320 - Data.Vector.Unboxed.Base.D:R:MVectorsInt160 - Data.Vector.Unboxed.Base.D:R:MVectorsInt80 - Data.Vector.Unboxed.Base.D:R:MVectorsInt0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnit0 - Data.Vector.Unboxed.Base.D:R:MVectorsUnboxViaPrim0 - Data.Vector.Unboxed.Base.D:R:MVectorsAs0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxLazy0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxStrict0 - Data.Vector.Unboxed.Base.D:R:MVectorsDoNotUnboxNormalForm0 Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt Preprocessing library 'benchmarks-O2' for vector-0.13.2.0.. Running Haddock on library 'benchmarks-O2' for vector-0.13.2.0.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 14] Compiling Bench.Vector.Algo.AwShCC ( benchlib/Bench/Vector/Algo/AwShCC.hs, nothing ) [ 2 of 14] Compiling Bench.Vector.Algo.FindIndexR ( benchlib/Bench/Vector/Algo/FindIndexR.hs, nothing ) [ 3 of 14] Compiling Bench.Vector.Algo.HybCC ( benchlib/Bench/Vector/Algo/HybCC.hs, nothing ) [ 4 of 14] Compiling Bench.Vector.Algo.Leaffix ( benchlib/Bench/Vector/Algo/Leaffix.hs, nothing ) [ 5 of 14] Compiling Bench.Vector.Algo.ListRank ( benchlib/Bench/Vector/Algo/ListRank.hs, nothing ) [ 6 of 14] Compiling Bench.Vector.Algo.MutableSet ( benchlib/Bench/Vector/Algo/MutableSet.hs, nothing ) [ 7 of 14] Compiling Bench.Vector.Algo.NextPermutation ( benchlib/Bench/Vector/Algo/NextPermutation.hs, nothing ) [ 8 of 14] Compiling Bench.Vector.Algo.Quickhull ( benchlib/Bench/Vector/Algo/Quickhull.hs, nothing ) [ 9 of 14] Compiling Bench.Vector.Algo.Rootfix ( benchlib/Bench/Vector/Algo/Rootfix.hs, nothing ) [10 of 14] Compiling Bench.Vector.Algo.Spectral ( benchlib/Bench/Vector/Algo/Spectral.hs, nothing ) [11 of 14] Compiling Bench.Vector.Algo.Tridiag ( benchlib/Bench/Vector/Algo/Tridiag.hs, nothing ) [12 of 14] Compiling Bench.Vector.Tasty ( benchlib/Bench/Vector/Tasty.hs, nothing ) [13 of 14] Compiling Bench.Vector.TestData.Graph ( benchlib/Bench/Vector/TestData/Graph.hs, nothing ) [14 of 14] Compiling Bench.Vector.TestData.ParenTree ( benchlib/Bench/Vector/TestData/ParenTree.hs, nothing ) Haddock coverage: 0% ( 0 / 2) in 'Bench.Vector.Algo.AwShCC' Missing documentation for: Module header awshcc (benchlib/Bench/Vector/Algo/AwShCC.hs:8) 0% ( 0 / 4) in 'Bench.Vector.Algo.FindIndexR' Missing documentation for: Module header findIndexR (benchlib/Bench/Vector/Algo/FindIndexR.hs:9) findIndexR_naive (benchlib/Bench/Vector/Algo/FindIndexR.hs:13) findIndexR_manual (benchlib/Bench/Vector/Algo/FindIndexR.hs:20) 0% ( 0 / 2) in 'Bench.Vector.Algo.HybCC' Missing documentation for: Module header hybcc (benchlib/Bench/Vector/Algo/HybCC.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Leaffix' Missing documentation for: Module header leaffix (benchlib/Bench/Vector/Algo/Leaffix.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.ListRank' Missing documentation for: Module header listRank (benchlib/Bench/Vector/Algo/ListRank.hs:8) 0% ( 0 / 2) in 'Bench.Vector.Algo.MutableSet' Missing documentation for: Module header mutableSet (benchlib/Bench/Vector/Algo/MutableSet.hs:12) Warning: 'Int32' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 50% ( 1 / 2) in 'Bench.Vector.Algo.NextPermutation' Missing documentation for: Module header 0% ( 0 / 2) in 'Bench.Vector.Algo.Quickhull' Missing documentation for: Module header quickhull (benchlib/Bench/Vector/Algo/Quickhull.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Rootfix' Missing documentation for: Module header rootfix (benchlib/Bench/Vector/Algo/Rootfix.hs:7) 0% ( 0 / 2) in 'Bench.Vector.Algo.Spectral' Missing documentation for: Module header spectral (benchlib/Bench/Vector/Algo/Spectral.hs:9) 0% ( 0 / 2) in 'Bench.Vector.Algo.Tridiag' Missing documentation for: Module header tridiag (benchlib/Bench/Vector/Algo/Tridiag.hs:8) 100% ( 3 / 3) in 'Bench.Vector.Tasty' 0% ( 0 / 2) in 'Bench.Vector.TestData.Graph' Missing documentation for: Module header randomGraph (benchlib/Bench/Vector/TestData/Graph.hs:15) 0% ( 0 / 2) in 'Bench.Vector.TestData.ParenTree' Missing documentation for: Module header parenTree (benchlib/Bench/Vector/TestData/ParenTree.hs:6) Documentation created: dist/doc/html/vector/, dist/doc/html/vector/vector.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-Gv6yXNwqQAj3b8A12fweIW Installing internal library benchmarks-O2 in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-0.13.2.0-Gv6yXNwqQAj3b8A12fweIW Completed vector-0.13.2.0 Configuring deep-transformations-0.4.0.1... Preprocessing library for deep-transformations-0.4.0.1.. Building library for deep-transformations-0.4.0.1.. [ 1 of 13] Compiling Transformation ( src/Transformation.hs, dist/build/Transformation.o, dist/build/Transformation.dyn_o ) [ 2 of 13] Compiling Transformation.Deep[boot] ( src/Transformation/Deep.hs-boot, dist/build/Transformation/Deep.o-boot, dist/build/Transformation/Deep.dyn_o-boot ) [ 3 of 13] Compiling Transformation.Full ( src/Transformation/Full.hs, dist/build/Transformation/Full.o, dist/build/Transformation/Full.dyn_o ) [ 4 of 13] Compiling Transformation.Deep ( src/Transformation/Deep.hs, dist/build/Transformation/Deep.o, dist/build/Transformation/Deep.dyn_o ) [ 5 of 13] Compiling Transformation.Deep.TH ( src/Transformation/Deep/TH.hs, dist/build/Transformation/Deep/TH.o, dist/build/Transformation/Deep/TH.dyn_o ) src/Transformation/Deep/TH.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 15 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Deep/TH.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Deep/TH.hs:22:1: warning: [GHC-38856] [-Wunused-imports] The import of BangType, VarBangType from module Language.Haskell.TH.Syntax is redundant | 22 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Deep/TH.hs:111:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [TyVarBndr BndrVis] not matched: [] ((PlainTV _ _):_) ((KindedTV _ _ (ForallT _ _ _)):_) ((KindedTV _ _ (ForallVisT _ _)):_) ... | 111 | let (KindedTV tyVar _ (AppT (AppT ArrowT StarT) StarT) : | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Transformation/Deep/TH.hs:146:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genDeepmapClause: Patterns of type Q Type -> Q Type, Q Type -> Q Type, Q Type -> Q Type, Q Type, Con not matched: _ _ _ _ (InfixC _ _ _) _ _ _ _ (GadtC [] _ _) _ _ _ _ (GadtC (_:_:_) _ _) _ _ _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 146 | genDeepmapClause baseConstraint deepConstraint fullConstraint _instanceType (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Transformation/Deep/TH.hs:191:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genFoldMapClause: Patterns of type Q Type -> Q Type, Q Type -> Q Type, Q Type -> Q Type, Q Type, Con not matched: _ _ _ _ (InfixC _ _ _) _ _ _ _ (GadtC [] _ _) _ _ _ _ (GadtC (_:_:_) _ _) _ _ _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 191 | genFoldMapClause baseConstraint deepConstraint fullConstraint _instanceType (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Transformation/Deep/TH.hs:242:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genTraverseClause: Patterns of type GenTraverseFieldType, Q Type -> Q Type, Q Type -> Q Type, Q Type -> Q Type, Q Type, Con not matched: _ _ _ _ _ (InfixC _ _ _) _ _ _ _ _ (GadtC [] _ _) _ _ _ _ _ (GadtC (_:_:_) _ _) _ _ _ _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 242 | genTraverseClause genField baseConstraint deepConstraint fullConstraint _instanceType (NormalC name fieldTypes) = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [ 6 of 13] Compiling Transformation.AG ( src/Transformation/AG.hs, dist/build/Transformation/AG.o, dist/build/Transformation/AG.dyn_o ) [ 7 of 13] Compiling Transformation.AG.Dimorphic ( src/Transformation/AG/Dimorphic.hs, dist/build/Transformation/AG/Dimorphic.o, dist/build/Transformation/AG/Dimorphic.dyn_o ) src/Transformation/AG/Dimorphic.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 13 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 8 of 13] Compiling Transformation.AG.Monomorphic ( src/Transformation/AG/Monomorphic.hs, dist/build/Transformation/AG/Monomorphic.o, dist/build/Transformation/AG/Monomorphic.dyn_o ) [ 9 of 13] Compiling Transformation.Full.TH ( src/Transformation/Full/TH.hs, dist/build/Transformation/Full/TH.o, dist/build/Transformation/Full/TH.dyn_o ) [10 of 13] Compiling Transformation.Rank2 ( src/Transformation/Rank2.hs, dist/build/Transformation/Rank2.o, dist/build/Transformation/Rank2.dyn_o ) [11 of 13] Compiling Transformation.Shallow ( src/Transformation/Shallow.hs, dist/build/Transformation/Shallow.o, dist/build/Transformation/Shallow.dyn_o ) [12 of 13] Compiling Transformation.AG.Generics ( src/Transformation/AG/Generics.hs, dist/build/Transformation/AG/Generics.o, dist/build/Transformation/AG/Generics.dyn_o ) [13 of 13] Compiling Transformation.Shallow.TH ( src/Transformation/Shallow/TH.hs, dist/build/Transformation/Shallow/TH.o, dist/build/Transformation/Shallow/TH.dyn_o ) src/Transformation/Shallow/TH.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 15 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Shallow/TH.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid (Monoid, (<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Shallow/TH.hs:22:1: warning: [GHC-38856] [-Wunused-imports] The import of BangType, VarBangType from module Language.Haskell.TH.Syntax is redundant | 22 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Shallow/TH.hs:108:8: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [TyVarBndr BndrVis] not matched: [] ((PlainTV _ _):_) ((KindedTV _ _ (ForallT _ _ _)):_) ((KindedTV _ _ (ForallVisT _ _)):_) ... | 108 | let (KindedTV tyVar _ (AppT (AppT ArrowT _) StarT) : _) = reverse tyVars' | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Shallow/TH.hs:139:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genShallowmapClause: Patterns of type Q Type -> Q Type, Q Type -> Q Type, Q Type, Con not matched: _ _ _ (InfixC _ _ _) _ _ _ (GadtC [] _ _) _ _ _ (GadtC (_:_:_) _ _) _ _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 139 | genShallowmapClause shallowConstraint baseConstraint _instanceType (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Transformation/Shallow/TH.hs:179:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genFoldMapClause: Patterns of type Q Type -> Q Type, Q Type -> Q Type, Q Type, Con not matched: _ _ _ (InfixC _ _ _) _ _ _ (GadtC [] _ _) _ _ _ (GadtC (_:_:_) _ _) _ _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 179 | genFoldMapClause shallowConstraint baseConstraint _instanceType (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Transformation/Shallow/TH.hs:225:1: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for genTraverseClause: Patterns of type GenTraverseFieldType, Q Type -> Q Type, Q Type -> Q Type, Q Type, Con not matched: _ _ _ _ (InfixC _ _ _) _ _ _ _ (GadtC [] _ _) _ _ _ _ (GadtC (_:_:_) _ _) _ _ _ _ (GadtC [_] _ (ForallT _ _ _)) ... | 225 | genTraverseClause genField shallowConstraint baseConstraint _instanceType (NormalC name fieldTypes) = do | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... Preprocessing library for deep-transformations-0.4.0.1.. Running Haddock on library for deep-transformations-0.4.0.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 13] Compiling Transformation ( src/Transformation.hs, /tmp/ghc16199_0/ghc_6.o, /tmp/ghc16199_0/ghc_6.dyn_o ) [ 2 of 13] Compiling Transformation.Deep[boot] ( src/Transformation/Deep.hs-boot, nothing ) [ 3 of 13] Compiling Transformation.Full ( src/Transformation/Full.hs, /tmp/ghc16199_0/ghc_10.o, /tmp/ghc16199_0/ghc_10.dyn_o ) [ 4 of 13] Compiling Transformation.Deep ( src/Transformation/Deep.hs, /tmp/ghc16199_0/ghc_8.o, /tmp/ghc16199_0/ghc_8.dyn_o ) [ 5 of 13] Compiling Transformation.Deep.TH ( src/Transformation/Deep/TH.hs, nothing ) src/Transformation/Deep/TH.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 15 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Deep/TH.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid ((<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Deep/TH.hs:22:1: warning: [GHC-38856] [-Wunused-imports] The import of BangType, VarBangType from module Language.Haskell.TH.Syntax is redundant | 22 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 13] Compiling Transformation.AG ( src/Transformation/AG.hs, nothing ) [ 7 of 13] Compiling Transformation.AG.Dimorphic ( src/Transformation/AG/Dimorphic.hs, nothing ) src/Transformation/AG/Dimorphic.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 13 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 8 of 13] Compiling Transformation.AG.Monomorphic ( src/Transformation/AG/Monomorphic.hs, nothing ) [ 9 of 13] Compiling Transformation.Full.TH ( src/Transformation/Full/TH.hs, nothing ) [10 of 13] Compiling Transformation.Rank2 ( src/Transformation/Rank2.hs, nothing ) [11 of 13] Compiling Transformation.Shallow ( src/Transformation/Shallow.hs, /tmp/ghc16199_0/ghc_12.o, /tmp/ghc16199_0/ghc_12.dyn_o ) [12 of 13] Compiling Transformation.AG.Generics ( src/Transformation/AG/Generics.hs, nothing ) [13 of 13] Compiling Transformation.Shallow.TH ( src/Transformation/Shallow/TH.hs, nothing ) src/Transformation/Shallow/TH.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 15 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Shallow/TH.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid (Monoid, (<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Transformation/Shallow/TH.hs:22:1: warning: [GHC-38856] [-Wunused-imports] The import of BangType, VarBangType from module Language.Haskell.TH.Syntax is redundant | 22 | import Language.Haskell.TH.Syntax (BangType, VarBangType, getQ, putQ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 83% ( 10 / 12) in 'Transformation' Missing documentation for: ComposeOuter (src/Transformation.hs:125) ComposeInner (src/Transformation.hs:128) 100% ( 11 / 11) in 'Transformation.Full' 100% ( 11 / 11) in 'Transformation.Deep' 20% ( 1 / 5) in 'Transformation.Deep.TH' Missing documentation for: deriveAll (src/Transformation/Deep/TH.hs:32) deriveFunctor (src/Transformation/Deep/TH.hs:36) deriveFoldable (src/Transformation/Deep/TH.hs:48) deriveTraversable (src/Transformation/Deep/TH.hs:64) Warning: 'Inherited' is ambiguous. It is defined * at src/Transformation/AG.hs:30:25 * at src/Transformation/AG.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Transformation/AG.hs:30:1 Warning: 'Synthesized' is ambiguous. It is defined * at src/Transformation/AG.hs:32:27 * at src/Transformation/AG.hs:32:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Transformation/AG.hs:32:1 66% ( 10 / 15) in 'Transformation.AG' Missing documentation for: mapInherited (src/Transformation/AG.hs:43) mapSynthesized (src/Transformation/AG.hs:47) At (src/Transformation/AG.hs:71) Knit (src/Transformation/AG.hs:78) Kept (src/Transformation/AG.hs:96) Warning: 'mconcat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Attribution' is ambiguous. It is defined * at src/Transformation/AG.hs:66:1 * at src/Transformation/AG/Dimorphic.hs:51:1 You 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/Transformation/AG/Dimorphic.hs:51:1 100% ( 9 / 9) in 'Transformation.AG.Dimorphic' Warning: 'mconcat' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 69% ( 9 / 13) in 'Transformation.AG.Monomorphic' Missing documentation for: Atts (src/Transformation/AG/Monomorphic.hs:31) Atts (src/Transformation/AG/Monomorphic.hs:34) inh (src/Transformation/AG/Monomorphic.hs:34) syn (src/Transformation/AG/Monomorphic.hs:34) 14% ( 1 / 7) in 'Transformation.Full.TH' Missing documentation for: deriveDownFunctor (src/Transformation/Full/TH.hs:22) deriveDownFoldable (src/Transformation/Full/TH.hs:42) deriveDownTraversable (src/Transformation/Full/TH.hs:62) deriveUpFunctor (src/Transformation/Full/TH.hs:32) deriveUpFoldable (src/Transformation/Full/TH.hs:52) deriveUpTraversable (src/Transformation/Full/TH.hs:72) Warning: 'Map' is ambiguous. It is defined * at src/Transformation/Rank2.hs:28:55 * at src/Transformation/Rank2.hs:28:1 You 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/Transformation/Rank2.hs:28:1 Warning: 'Fold' is ambiguous. It is defined * at src/Transformation/Rank2.hs:30:38 * at src/Transformation/Rank2.hs:30:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Transformation/Rank2.hs:30:1 Warning: 'Traversal' is ambiguous. It is defined * at src/Transformation/Rank2.hs:32:63 * at src/Transformation/Rank2.hs:32:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Transformation/Rank2.hs:32:1 57% ( 4 / 7) in 'Transformation.Rank2' Missing documentation for: Map (src/Transformation/Rank2.hs:28) Fold (src/Transformation/Rank2.hs:30) Traversal (src/Transformation/Rank2.hs:32) 100% ( 5 / 5) in 'Transformation.Shallow' Warning: 'Auto' is ambiguous. It is defined * at src/Transformation/AG/Generics.hs:41:18 * at src/Transformation/AG/Generics.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 src/Transformation/AG/Generics.hs:41:1 Warning: 'Folded' is ambiguous. It is defined * at src/Transformation/AG/Generics.hs:93:20 * at src/Transformation/AG/Generics.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/Transformation/AG/Generics.hs:93:1 Warning: 'Mapped' is ambiguous. It is defined * at src/Transformation/AG/Generics.hs:96:22 * at src/Transformation/AG/Generics.hs:96:1 You 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/Transformation/AG/Generics.hs:96:1 Warning: 'Traversed' is ambiguous. It is defined * at src/Transformation/AG/Generics.hs:101:27 * at src/Transformation/AG/Generics.hs:101:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Transformation/AG/Generics.hs:101:1 100% ( 15 / 15) in 'Transformation.AG.Generics' 20% ( 1 / 5) in 'Transformation.Shallow.TH' Missing documentation for: deriveAll (src/Transformation/Shallow/TH.hs:31) deriveFunctor (src/Transformation/Shallow/TH.hs:35) deriveFoldable (src/Transformation/Shallow/TH.hs:46) deriveTraversable (src/Transformation/Shallow/TH.hs:61) Warning: Transformation: could not find link destinations for: - Rank2.Apply - Rank2.Arrow - Rank2.Foldable - Rank2.Functor - Rank2.Traversable - Transformation.D:R:DomainEither - Transformation.D:R:CodomainEither - Transformation.D:R:DomainTuple2 - Transformation.D:R:CodomainTuple2 - Transformation.D:R:DomainArrow - Transformation.D:R:CodomainArrow - Transformation.D:R:DomainCoercion - Transformation.D:R:CodomainCoercion - Transformation.D:R:DomainCompose - Transformation.D:R:CodomainCompose - Transformation.D:R:DomainMapped - Transformation.D:R:CodomainMapped - Transformation.D:R:DomainFolded - Transformation.D:R:CodomainFolded - Transformation.D:R:DomainTraversed - Transformation.D:R:CodomainTraversed - Transformation.AG.D:R:DomainKnit - Transformation.AG.D:R:CodomainKnit - Transformation.AG.Dimorphic.D:R:DomainT - Transformation.AG.Dimorphic.D:R:CodomainT - Transformation.AG.Monomorphic.Attributes - Transformation.Rank2.D:R:DomainMap - Transformation.Rank2.D:R:CodomainMap - Transformation.Rank2.D:R:DomainFold - Transformation.Rank2.D:R:CodomainFold - Transformation.Rank2.D:R:DomainTraversal - Transformation.Rank2.D:R:CodomainTraversal Warning: Transformation.Full: could not find link destinations for: - Rank2.Apply - Rank2.Foldable - Rank2.Functor - Rank2.Traversable Warning: Transformation.Deep: could not find link destinations for: - Rank2.Applicative - Rank2.pure - Rank2.Apply - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.Distributive - Rank2.collect - Rank2.cotraverse - Rank2.distribute - Rank2.DistributiveTraversable - Rank2.collectTraversable - Rank2.cotraverseTraversable - Rank2.distributeTraversable - Rank2.Foldable - Rank2.foldMap - Rank2.Functor - Rank2.<$> - Rank2.coerce - Rank2.Traversable - Rank2.sequence - Rank2.traverse - Rank2.~> Warning: Transformation.AG: could not find link destinations for: - Rank2.Apply - Rank2.Foldable - Rank2.Functor - Rank2.Traversable - Rank2.~> - Transformation.AG.D:R:DomainKnit - Transformation.AG.D:R:CodomainKnit - Transformation.AG.R:OriginKeep - Transformation.AG.Dimorphic.D:R:OriginAuto - Transformation.AG.Generics.D:R:OriginAuto Warning: Transformation.AG.Dimorphic: could not find link destinations for: - Rank2.Foldable - Rank2.Functor - Rank2.Traversable - Transformation.AG.Dimorphic.D:R:OriginAuto - Transformation.AG.Dimorphic.D:R:DomainT - Transformation.AG.Dimorphic.D:R:CodomainT Warning: Transformation.AG.Monomorphic: could not find link destinations for: - Rank2.Foldable - Rank2.Functor - Transformation.AG.Monomorphic.AttributeTransformation - Transformation.AG.Monomorphic.Attributes Warning: Transformation.Rank2: could not find link destinations for: - Transformation.Rank2.D:R:DomainMap - Transformation.Rank2.D:R:CodomainMap - Transformation.Rank2.D:R:DomainFold - Transformation.Rank2.D:R:CodomainFold - Transformation.Rank2.D:R:DomainTraversal - Transformation.Rank2.D:R:CodomainTraversal Warning: Transformation.Shallow: could not find link destinations for: - Rank2.Compose - Rank2.Empty - Rank2.Flip - Rank2.Foldable - Rank2.Functor - Rank2.Identity - Rank2.Only - Rank2.Traversable - Transformation.Shallow.TraversableCompose - Transformation.Shallow.FoldableCompose - Transformation.Shallow.FunctorCompose Warning: Transformation.AG.Generics: could not find link destinations for: - Rank2.Traversable - Transformation.AG.Generics.GenericSynthesizer - Transformation.AG.Generics.Traverser - Transformation.AG.Generics.Replicator - Transformation.AG.Generics.Accumulator - Transformation.AG.Generics.PassDown - Transformation.AG.Generics.D:R:OriginAuto Documentation created: dist/doc/html/deep-transformations/, dist/doc/html/deep-transformations/deep-transformations.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/deep-transformations-0.4.0.1-Hi2uaudUc0KFkPlJ73oWrb Completed deep-transformations-0.4.0.1 Configuring monoid-subclasses-1.2.6... Preprocessing library for monoid-subclasses-1.2.6.. Building library for monoid-subclasses-1.2.6.. [ 1 of 16] Compiling Data.Monoid.Null ( src/Data/Monoid/Null.hs, dist/build/Data/Monoid/Null.o, dist/build/Data/Monoid/Null.dyn_o ) [ 2 of 16] Compiling Data.Semigroup.Cancellative ( src/Data/Semigroup/Cancellative.hs, dist/build/Data/Semigroup/Cancellative.o, dist/build/Data/Semigroup/Cancellative.dyn_o ) [ 3 of 16] Compiling Data.Monoid.Monus ( src/Data/Monoid/Monus.hs, dist/build/Data/Monoid/Monus.o, dist/build/Data/Monoid/Monus.dyn_o ) src/Data/Monoid/Monus.hs:320:36: 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." | 320 | | otherwise = go (tail x) | ^^^^ src/Data/Monoid/Monus.hs:327:36: 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." | 327 | | otherwise = go (tail x) | ^^^^ [ 4 of 16] Compiling Data.Monoid.GCD ( src/Data/Monoid/GCD.hs, dist/build/Data/Monoid/GCD.o, dist/build/Data/Monoid/GCD.dyn_o ) src/Data/Monoid/GCD.hs:75:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Encoding is redundant except perhaps to import instances from Data.Text.Encoding To import instances alone, use: import Data.Text.Encoding() | 75 | import qualified Data.Text.Encoding as TextEncoding | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:83:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Lazy.Encoding is redundant except perhaps to import instances from Data.Text.Lazy.Encoding To import instances alone, use: import Data.Text.Lazy.Encoding() | 83 | import qualified Data.Text.Lazy.Encoding as LazyEncoding | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:97:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Maybe is redundant except perhaps to import instances from Data.Maybe To import instances alone, use: import Data.Maybe() | 97 | import Data.Maybe (isJust) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:211:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Maybe m not matched: Nothing | 211 | Just x' = stripPrefix p x | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:212:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Maybe m not matched: Nothing | 212 | Just y' = stripPrefix p y | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:274:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Maybe m not matched: Nothing | 274 | Just x' = stripSuffix s x | ^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:275:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Maybe m not matched: Nothing | 275 | Just y' = stripSuffix s y | ^^^^^^^^^^^^^^^^^^^^^^^^^ [ 5 of 16] Compiling Data.Monoid.LCM ( src/Data/Monoid/LCM.hs, dist/build/Data/Monoid/LCM.o, dist/build/Data/Monoid/LCM.dyn_o ) src/Data/Monoid/LCM.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Maybe is redundant except perhaps to import instances from Data.Maybe To import instances alone, use: import Data.Maybe() | 37 | import Data.Maybe (isJust) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/LCM.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup.Cancellative is redundant except perhaps to import instances from Data.Semigroup.Cancellative To import instances alone, use: import Data.Semigroup.Cancellative() | 38 | import Data.Semigroup.Cancellative (Reductive (())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/LCM.hs:39:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup.Commutative is redundant except perhaps to import instances from Data.Semigroup.Commutative To import instances alone, use: import Data.Semigroup.Commutative() | 39 | import Data.Semigroup.Commutative (Commutative) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Monoid.Cancellative ( src/Data/Monoid/Cancellative.hs, dist/build/Data/Monoid/Cancellative.o, dist/build/Data/Monoid/Cancellative.dyn_o ) src/Data/Monoid/Cancellative.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 38 | import Data.Monoid (Monoid) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 16] Compiling Data.Semigroup.Factorial ( src/Data/Semigroup/Factorial.hs, dist/build/Data/Semigroup/Factorial.o, dist/build/Data/Semigroup/Factorial.dyn_o ) [ 8 of 16] Compiling Data.Monoid.Factorial ( src/Data/Monoid/Factorial.hs, dist/build/Data/Monoid/Factorial.o, dist/build/Data/Monoid/Factorial.dyn_o ) src/Data/Monoid/Factorial.hs:208:77: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 208 | inits (a, b) = List.map (flip (,) mempty) (inits a) ++ List.map ((,) a) (List.tail $ inits b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:209:77: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 209 | tails (a, b) = List.map (flip (,) b) (tails a) ++ List.map ((,) mempty) (List.tail $ tails b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:225:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [a] not matched: [] | 225 | combine x (~(y:rest), False) = (mappend x y : rest, True) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Data/Monoid/Factorial.hs:252:59: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 252 | ++ List.map (\b1-> (a, b1, mempty)) (List.tail $ inits b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:253:54: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 253 | ++ List.map (\c1-> (a, b, c1)) (List.tail $ inits c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:255:59: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 255 | ++ List.map (\b1-> (mempty, b1, c)) (List.tail $ tails b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:256:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 256 | ++ List.map (\c1-> (mempty, mempty, c1)) (List.tail $ tails c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:309:70: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 309 | ++ List.map (\b1-> (a, b1, mempty, mempty)) (List.tail $ inits b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:310:65: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 310 | ++ List.map (\c1-> (a, b, c1, mempty)) (List.tail $ inits c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:311:60: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 311 | ++ List.map (\d1-> (a, b, c, d1)) (List.tail $ inits d) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:313:65: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 313 | ++ List.map (\b1-> (mempty, b1, c, d)) (List.tail $ tails b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:314:70: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 314 | ++ List.map (\c1-> (mempty, mempty, c1, d)) (List.tail $ tails c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:315:75: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 315 | ++ List.map (\d1-> (mempty, mempty, mempty, d1)) (List.tail $ tails d) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:370:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [a] not matched: [] | 370 | where splitLast f last@[_] = (f [], last) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [ 9 of 16] Compiling Data.Monoid.Textual ( src/Data/Monoid/Textual.hs, dist/build/Data/Monoid/Textual.o, dist/build/Data/Monoid/Textual.dyn_o ) [10 of 16] Compiling Data.Monoid.Instances.CharVector ( src/Data/Monoid/Instances/CharVector.hs, dist/build/Data/Monoid/Instances/CharVector.o, dist/build/Data/Monoid/Instances/CharVector.dyn_o ) [11 of 16] Compiling Data.Monoid.Instances.Stateful ( src/Data/Monoid/Instances/Stateful.hs, dist/build/Data/Monoid/Instances/Stateful.o, dist/build/Data/Monoid/Instances/Stateful.dyn_o ) src/Data/Monoid/Instances/Stateful.hs:27:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 27 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Stateful.hs:28:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 28 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Stateful.hs:216:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [b] not matched: [] | 216 | restore f [t1] = f [Stateful (t1, x)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [12 of 16] Compiling Data.Monoid.Instances.PrefixMemory ( src/Data/Monoid/Instances/PrefixMemory.hs, dist/build/Data/Monoid/Instances/PrefixMemory.o, dist/build/Data/Monoid/Instances/PrefixMemory.dyn_o ) src/Data/Monoid/Instances/PrefixMemory.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 20 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/PrefixMemory.hs:21:21: warning: [GHC-38856] [-Wunused-imports] The import of Monoid from module Data.Monoid is redundant | 21 | import Data.Monoid (Monoid(..), Endo(..)) | ^^^^^^^^^^ src/Data/Monoid/Instances/PrefixMemory.hs:106:40: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 106 | factors (Shadowed p c) = rewrap <$> List.tail (inits c) | ^^^^^^^^^ [13 of 16] Compiling Data.Monoid.Instances.Positioned ( src/Data/Monoid/Instances/Positioned.hs, dist/build/Data/Monoid/Instances/Positioned.o, dist/build/Data/Monoid/Instances/Positioned.dyn_o ) src/Data/Monoid/Instances/Positioned.hs:33:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 33 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Positioned.hs:34:21: warning: [GHC-38856] [-Wunused-imports] The import of Monoid from module Data.Monoid is redundant | 34 | import Data.Monoid (Monoid(..), Endo(..)) | ^^^^^^^^^^ [14 of 16] Compiling Data.Monoid.Instances.Measured ( src/Data/Monoid/Instances/Measured.hs, dist/build/Data/Monoid/Instances/Measured.o, dist/build/Data/Monoid/Instances/Measured.dyn_o ) src/Data/Monoid/Instances/Measured.hs:21:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 21 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Measured.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 22 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 16] Compiling Data.Monoid.Instances.Concat ( src/Data/Monoid/Instances/Concat.hs, dist/build/Data/Monoid/Instances/Concat.o, dist/build/Data/Monoid/Instances/Concat.dyn_o ) src/Data/Monoid/Instances/Concat.hs:23:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 23 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Concat.hs:24:21: warning: [GHC-38856] [-Wunused-imports] The import of Monoid from module Data.Monoid is redundant | 24 | import Data.Monoid (Monoid(..), First(..), Sum(..)) | ^^^^^^^^^^ src/Data/Monoid/Instances/Concat.hs:199:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Concat a] not matched: [] | 199 | where splitNext a ~(xp:xs) = | ^^^^^^^^^^^^^^^^^^^^^^... src/Data/Monoid/Instances/Concat.hs:282:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type [Concat p] not matched: [] | 282 | where splitNext a ~(xp:xs) = | ^^^^^^^^^^^^^^^^^^^^^^... [16 of 16] Compiling Data.Monoid.Instances.ByteString.UTF8 ( src/Data/Monoid/Instances/ByteString/UTF8.hs, dist/build/Data/Monoid/Instances/ByteString/UTF8.o, dist/build/Data/Monoid/Instances/ByteString/UTF8.dyn_o ) src/Data/Monoid/Instances/ByteString/UTF8.hs:59:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 59 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/ByteString/UTF8.hs:60:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 60 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing library for monoid-subclasses-1.2.6.. Running Haddock on library for monoid-subclasses-1.2.6.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 16] Compiling Data.Monoid.Null ( src/Data/Monoid/Null.hs, nothing ) [ 2 of 16] Compiling Data.Semigroup.Cancellative ( src/Data/Semigroup/Cancellative.hs, nothing ) [ 3 of 16] Compiling Data.Monoid.Monus ( src/Data/Monoid/Monus.hs, nothing ) src/Data/Monoid/Monus.hs:320:36: 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." | 320 | | otherwise = go (tail x) | ^^^^ src/Data/Monoid/Monus.hs:327:36: 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." | 327 | | otherwise = go (tail x) | ^^^^ [ 4 of 16] Compiling Data.Monoid.GCD ( src/Data/Monoid/GCD.hs, nothing ) src/Data/Monoid/GCD.hs:75:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Encoding is redundant except perhaps to import instances from Data.Text.Encoding To import instances alone, use: import Data.Text.Encoding() | 75 | import qualified Data.Text.Encoding as TextEncoding | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:83:1: warning: [GHC-66111] [-Wunused-imports] The qualified import of Data.Text.Lazy.Encoding is redundant except perhaps to import instances from Data.Text.Lazy.Encoding To import instances alone, use: import Data.Text.Lazy.Encoding() | 83 | import qualified Data.Text.Lazy.Encoding as LazyEncoding | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/GCD.hs:97:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Maybe is redundant except perhaps to import instances from Data.Maybe To import instances alone, use: import Data.Maybe() | 97 | import Data.Maybe (isJust) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 5 of 16] Compiling Data.Monoid.LCM ( src/Data/Monoid/LCM.hs, nothing ) src/Data/Monoid/LCM.hs:37:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Maybe is redundant except perhaps to import instances from Data.Maybe To import instances alone, use: import Data.Maybe() | 37 | import Data.Maybe (isJust) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/LCM.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup.Cancellative is redundant except perhaps to import instances from Data.Semigroup.Cancellative To import instances alone, use: import Data.Semigroup.Cancellative() | 38 | import Data.Semigroup.Cancellative (Reductive (())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/LCM.hs:39:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup.Commutative is redundant except perhaps to import instances from Data.Semigroup.Commutative To import instances alone, use: import Data.Semigroup.Commutative() | 39 | import Data.Semigroup.Commutative (Commutative) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 16] Compiling Data.Monoid.Cancellative ( src/Data/Monoid/Cancellative.hs, nothing ) src/Data/Monoid/Cancellative.hs:38:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 38 | import Data.Monoid (Monoid) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 16] Compiling Data.Semigroup.Factorial ( src/Data/Semigroup/Factorial.hs, nothing ) [ 8 of 16] Compiling Data.Monoid.Factorial ( src/Data/Monoid/Factorial.hs, nothing ) src/Data/Monoid/Factorial.hs:208:77: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 208 | inits (a, b) = List.map (flip (,) mempty) (inits a) ++ List.map ((,) a) (List.tail $ inits b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:209:77: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 209 | tails (a, b) = List.map (flip (,) b) (tails a) ++ List.map ((,) mempty) (List.tail $ tails b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:252:59: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 252 | ++ List.map (\b1-> (a, b1, mempty)) (List.tail $ inits b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:253:54: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 253 | ++ List.map (\c1-> (a, b, c1)) (List.tail $ inits c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:255:59: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 255 | ++ List.map (\b1-> (mempty, b1, c)) (List.tail $ tails b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:256:64: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 256 | ++ List.map (\c1-> (mempty, mempty, c1)) (List.tail $ tails c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:309:70: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 309 | ++ List.map (\b1-> (a, b1, mempty, mempty)) (List.tail $ inits b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:310:65: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 310 | ++ List.map (\c1-> (a, b, c1, mempty)) (List.tail $ inits c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:311:60: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 311 | ++ List.map (\d1-> (a, b, c, d1)) (List.tail $ inits d) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:313:65: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 313 | ++ List.map (\b1-> (mempty, b1, c, d)) (List.tail $ tails b) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:314:70: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 314 | ++ List.map (\c1-> (mempty, mempty, c1, d)) (List.tail $ tails c) | ^^^^^^^^^ src/Data/Monoid/Factorial.hs:315:75: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 315 | ++ List.map (\d1-> (mempty, mempty, mempty, d1)) (List.tail $ tails d) | ^^^^^^^^^ [ 9 of 16] Compiling Data.Monoid.Textual ( src/Data/Monoid/Textual.hs, nothing ) [10 of 16] Compiling Data.Monoid.Instances.CharVector ( src/Data/Monoid/Instances/CharVector.hs, nothing ) [11 of 16] Compiling Data.Monoid.Instances.Stateful ( src/Data/Monoid/Instances/Stateful.hs, nothing ) src/Data/Monoid/Instances/Stateful.hs:27:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 27 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Stateful.hs:28:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 28 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [12 of 16] Compiling Data.Monoid.Instances.PrefixMemory ( src/Data/Monoid/Instances/PrefixMemory.hs, nothing ) src/Data/Monoid/Instances/PrefixMemory.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 20 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/PrefixMemory.hs:21:21: warning: [GHC-38856] [-Wunused-imports] The import of Monoid from module Data.Monoid is redundant | 21 | import Data.Monoid (Monoid(..), Endo(..)) | ^^^^^^^^^^ src/Data/Monoid/Instances/PrefixMemory.hs:106:40: warning: [GHC-63394] [-Wx-partial] In the use of tail (imported from Data.List, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 106 | factors (Shadowed p c) = rewrap <$> List.tail (inits c) | ^^^^^^^^^ [13 of 16] Compiling Data.Monoid.Instances.Positioned ( src/Data/Monoid/Instances/Positioned.hs, nothing ) src/Data/Monoid/Instances/Positioned.hs:33:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 33 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Positioned.hs:34:21: warning: [GHC-38856] [-Wunused-imports] The import of Monoid from module Data.Monoid is redundant | 34 | import Data.Monoid (Monoid(..), Endo(..)) | ^^^^^^^^^^ [14 of 16] Compiling Data.Monoid.Instances.Measured ( src/Data/Monoid/Instances/Measured.hs, nothing ) src/Data/Monoid/Instances/Measured.hs:21:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 21 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Measured.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 22 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [15 of 16] Compiling Data.Monoid.Instances.Concat ( src/Data/Monoid/Instances/Concat.hs, nothing ) src/Data/Monoid/Instances/Concat.hs:23:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 23 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/Concat.hs:24:21: warning: [GHC-38856] [-Wunused-imports] The import of Monoid from module Data.Monoid is redundant | 24 | import Data.Monoid (Monoid(..), First(..), Sum(..)) | ^^^^^^^^^^ [16 of 16] Compiling Data.Monoid.Instances.ByteString.UTF8 ( src/Data/Monoid/Instances/ByteString/UTF8.hs, nothing ) src/Data/Monoid/Instances/ByteString/UTF8.hs:59:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 59 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Monoid/Instances/ByteString/UTF8.hs:60:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 60 | import Data.Monoid (Monoid(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 100% ( 3 / 3) in 'Data.Monoid.Null' Warning: 'Sum' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.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.Semigroup.Internal Warning: 'Product' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.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.Semigroup.Internal Warning: 'Set' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 11 / 11) in 'Data.Semigroup.Cancellative' 100% ( 3 / 3) in 'Data.Monoid.Monus' 100% ( 8 / 8) in 'Data.Monoid.GCD' 100% ( 3 / 3) in 'Data.Monoid.LCM' 41% ( 5 / 12) in 'Data.Monoid.Cancellative' Missing documentation for: CommutativeMonoid (src/Data/Monoid/Cancellative.hs:51) ReductiveMonoid (src/Data/Monoid/Cancellative.hs:52) CancellativeMonoid (src/Data/Monoid/Cancellative.hs:55) LeftReductiveMonoid (src/Data/Monoid/Cancellative.hs:53) RightReductiveMonoid (src/Data/Monoid/Cancellative.hs:54) LeftCancellativeMonoid (src/Data/Monoid/Cancellative.hs:56) RightCancellativeMonoid (src/Data/Monoid/Cancellative.hs:57) Warning: 'Product' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.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.Semigroup.Internal 100% ( 7 / 7) in 'Data.Semigroup.Factorial' Warning: 'Product' is ambiguous. It is defined * in Data.Semigroup.Internal * in Data.Semigroup.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.Semigroup.Internal 75% ( 3 / 4) in 'Data.Monoid.Factorial' Missing documentation for: StableFactorialMonoid (src/Data/Monoid/Factorial.hs:164) 100% ( 2 / 2) in 'Data.Monoid.Textual' 100% ( 1 / 1) in 'Data.Monoid.Instances.CharVector' Warning: 'Stateful' is ambiguous. It is defined * at src/Data/Monoid/Instances/Stateful.hs:45:24 * at src/Data/Monoid/Instances/Stateful.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/Data/Monoid/Instances/Stateful.hs:45:1 40% ( 2 / 5) in 'Data.Monoid.Instances.Stateful' Missing documentation for: extract (src/Data/Monoid/Instances/Stateful.hs:48) state (src/Data/Monoid/Instances/Stateful.hs:51) setState (src/Data/Monoid/Instances/Stateful.hs:54) Warning: 'Shadowed' is ambiguous. It is defined * at src/Data/Monoid/Instances/PrefixMemory.hs:37:19 * at src/Data/Monoid/Instances/PrefixMemory.hs:37:1 You 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/Monoid/Instances/PrefixMemory.hs:37:1 100% ( 5 / 5) in 'Data.Monoid.Instances.PrefixMemory' Warning: 'OffsetPositioned' is ambiguous. It is defined * at src/Data/Monoid/Instances/Positioned.hs:52:27 * at src/Data/Monoid/Instances/Positioned.hs:52:1 You 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/Monoid/Instances/Positioned.hs:52:1 Warning: 'LinePositioned' is ambiguous. It is defined * at src/Data/Monoid/Instances/Positioned.hs:56:25 * at src/Data/Monoid/Instances/Positioned.hs:56:1 You 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/Monoid/Instances/Positioned.hs:56:1 42% ( 3 / 7) in 'Data.Monoid.Instances.Positioned' Missing documentation for: OffsetPositioned (src/Data/Monoid/Instances/Positioned.hs:52) LinePositioned (src/Data/Monoid/Instances/Positioned.hs:56) extract position Warning: 'Measured' is ambiguous. It is defined * at src/Data/Monoid/Instances/Measured.hs:39:19 * at src/Data/Monoid/Instances/Measured.hs:39:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Data/Monoid/Instances/Measured.hs:39:1 75% ( 3 / 4) in 'Data.Monoid.Instances.Measured' Missing documentation for: extract 40% ( 2 / 5) in 'Data.Monoid.Instances.Concat' Missing documentation for: concatenate (src/Data/Monoid/Instances/Concat.hs:54) extract (src/Data/Monoid/Instances/Concat.hs:59) force (src/Data/Monoid/Instances/Concat.hs:62) Warning: 'ByteStringUTF8' is ambiguous. It is defined * at src/Data/Monoid/Instances/ByteString/UTF8.hs:73:26 * at src/Data/Monoid/Instances/ByteString/UTF8.hs:73:1 You 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/Monoid/Instances/ByteString/UTF8.hs:73:1 66% ( 2 / 3) in 'Data.Monoid.Instances.ByteString.UTF8' Missing documentation for: ByteStringUTF8 (src/Data/Monoid/Instances/ByteString/UTF8.hs:73) Warning: Data.Monoid.Null: could not find link destinations for: - Data.Vector.Vector Warning: Data.Semigroup.Cancellative: could not find link destinations for: - Data.Vector.Vector Warning: Data.Monoid.Monus: could not find link destinations for: - Data.Vector.Vector Warning: Data.Monoid.GCD: could not find link destinations for: - Data.Vector.Vector Warning: Data.Semigroup.Factorial: could not find link destinations for: - Data.Vector.Vector Warning: Data.Monoid.Factorial: could not find link destinations for: - Data.Vector.Vector Warning: Data.Monoid.Textual: could not find link destinations for: - Data.Vector.Vector Warning: Data.Monoid.Instances.CharVector: could not find link destinations for: - Data.Vector.Vector Warning: Data.Monoid.Instances.Positioned: could not find link destinations for: - Data.Monoid.Instances.Positioned.Positioned Documentation created: dist/doc/html/monoid-subclasses/, dist/doc/html/monoid-subclasses/monoid-subclasses.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monoid-subclasses-1.2.6-6iCt2FCqyyN2QZYw5iTut7 Completed monoid-subclasses-1.2.6 Configuring indexed-traversable-instances-0.1.2... Preprocessing library for indexed-traversable-instances-0.1.2.. Building library for indexed-traversable-instances-0.1.2.. [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, dist/build/Data/Functor/WithIndex/Instances.o, dist/build/Data/Functor/WithIndex/Instances.dyn_o ) Preprocessing library for indexed-traversable-instances-0.1.2.. Running Haddock on library for indexed-traversable-instances-0.1.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Data.Functor.WithIndex.Instances ( src/Data/Functor/WithIndex/Instances.hs, nothing ) Haddock coverage: 100% ( 1 / 1) in 'Data.Functor.WithIndex.Instances' Warning: Data.Functor.WithIndex.Instances: could not find link destinations for: - Data.Vector.Vector Documentation created: dist/doc/html/indexed-traversable-instances/, dist/doc/html/indexed-traversable-instances/indexed-traversable-instances.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-instances-0.1.2-8QDHQF8Wv0TEs7ZwptR1dp Completed indexed-traversable-instances-0.1.2 Configuring input-parsers-0.3.0.2... Preprocessing library for input-parsers-0.3.0.2.. Building library for input-parsers-0.3.0.2.. [1 of 5] Compiling Text.Parser.Input.Position ( src/Text/Parser/Input/Position.hs, dist/build/Text/Parser/Input/Position.o, dist/build/Text/Parser/Input/Position.dyn_o ) [2 of 5] Compiling Text.Parser.Internal ( src/Text/Parser/Internal.hs, dist/build/Text/Parser/Internal.o, dist/build/Text/Parser/Internal.dyn_o ) src/Text/Parser/Internal.hs:3:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 3 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 5] Compiling Text.Parser.Wrapper ( src/Text/Parser/Wrapper.hs, dist/build/Text/Parser/Wrapper.o, dist/build/Text/Parser/Wrapper.dyn_o ) [4 of 5] Compiling Text.Parser.Input ( src/Text/Parser/Input.hs, dist/build/Text/Parser/Input.o, dist/build/Text/Parser/Input.dyn_o ) [5 of 5] Compiling Text.Parser.Deterministic ( src/Text/Parser/Deterministic.hs, dist/build/Text/Parser/Deterministic.o, dist/build/Text/Parser/Deterministic.dyn_o ) src/Text/Parser/Deterministic.hs:9:62: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 9 | import Control.Applicative (Alternative ((<|>), many, some), liftA2, optional) | ^^^^^^ Preprocessing library for input-parsers-0.3.0.2.. Running Haddock on library for input-parsers-0.3.0.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling Text.Parser.Input.Position ( src/Text/Parser/Input/Position.hs, nothing ) [2 of 5] Compiling Text.Parser.Internal ( src/Text/Parser/Internal.hs, nothing ) src/Text/Parser/Internal.hs:3:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Applicative is redundant except perhaps to import instances from Control.Applicative To import instances alone, use: import Control.Applicative() | 3 | import Control.Applicative (liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 5] Compiling Text.Parser.Wrapper ( src/Text/Parser/Wrapper.hs, nothing ) [4 of 5] Compiling Text.Parser.Input ( src/Text/Parser/Input.hs, nothing ) [5 of 5] Compiling Text.Parser.Deterministic ( src/Text/Parser/Deterministic.hs, nothing ) src/Text/Parser/Deterministic.hs:9:62: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 9 | import Control.Applicative (Alternative ((<|>), many, some), liftA2, optional) | ^^^^^^ Haddock coverage: 100% ( 6 / 6) in 'Text.Parser.Input.Position' 100% ( 3 / 3) in 'Text.Parser.Wrapper' Warning: 'Position' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 6 / 6) in 'Text.Parser.Input' 100% ( 2 / 2) in 'Text.Parser.Deterministic' Warning: Text.Parser.Wrapper: could not find link destinations for: - Text.Parser.Input.D:R:ParserInputStrict - Text.Parser.Input.D:R:ParserPositionStrict - Text.Parser.Input.D:R:ParserInputLazy - Text.Parser.Input.D:R:ParserPositionLazy Warning: Text.Parser.Input: could not find link destinations for: - Text.Parser.Input.D:R:ParserInputStrict - Text.Parser.Input.D:R:ParserPositionStrict - Text.Parser.Input.D:R:ParserInputLazy - Text.Parser.Input.D:R:ParserPositionLazy - Text.Parser.Input.D:R:ParserInputParsecT - Text.Parser.Input.R:ParserPositionParsecT - Text.Parser.Input.D:R:ParserInputParser - Text.Parser.Input.R:ParserPositionParser - Text.Parser.Input.D:R:ParserInputParser0 - Text.Parser.Input.R:ParserPositionParser0 - Text.Parser.Input.D:R:ParserInputRWST - Text.Parser.Input.D:R:ParserPositionRWST - Text.Parser.Input.D:R:ParserInputRWST0 - Text.Parser.Input.D:R:ParserPositionRWST0 - Text.Parser.Input.D:R:ParserInputStateT - Text.Parser.Input.D:R:ParserPositionStateT - Text.Parser.Input.D:R:ParserInputStateT0 - Text.Parser.Input.D:R:ParserPositionStateT0 - Text.Parser.Input.D:R:ParserInputWriterT - Text.Parser.Input.D:R:ParserPositionWriterT - Text.Parser.Input.D:R:ParserInputWriterT0 - Text.Parser.Input.D:R:ParserPositionWriterT0 - Text.Parser.Input.D:R:ParserInputReaderT - Text.Parser.Input.D:R:ParserPositionReaderT - Text.Parser.Input.D:R:ParserInputIdentityT - Text.Parser.Input.D:R:ParserPositionIdentityT - Text.Parser.Input.D:R:ParserInputReadP - Text.Parser.Input.R:ParserPositionReadP Documentation created: dist/doc/html/input-parsers/, dist/doc/html/input-parsers/input-parsers.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/input-parsers-0.3.0.2-2ItTRJ8vBA2KhE2aQY6OAi Completed input-parsers-0.3.0.2 Configuring witherable-0.5... Preprocessing library for witherable-0.5.. Building library for witherable-0.5.. [1 of 1] Compiling Witherable ( src/Witherable.hs, dist/build/Witherable.o, dist/build/Witherable.dyn_o ) Preprocessing library for witherable-0.5.. Running Haddock on library for witherable-0.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 1] Compiling Witherable ( src/Witherable.hs, nothing ) Haddock coverage: Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 93% ( 14 / 15) in 'Witherable' Missing documentation for: WrappedFoldable (src/Witherable.hs:733) Warning: Witherable: could not find link destinations for: - Data.Vector.Vector Documentation created: dist/doc/html/witherable/, dist/doc/html/witherable/witherable.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/witherable-0.5-BJAgps63cBwLnJIjspneCX Completed witherable-0.5 [1 of 2] Compiling Main ( /tmp/cabal-tmp-5304/grammatical-parsers-0.7.2.1/dist/setup/setup.hs, /tmp/cabal-tmp-5304/grammatical-parsers-0.7.2.1/dist/setup/Main.o ) [2 of 2] Linking /tmp/cabal-tmp-5304/grammatical-parsers-0.7.2.1/dist/setup/setup Configuring grammatical-parsers-0.7.2.1... Preprocessing library for grammatical-parsers-0.7.2.1.. Building library for grammatical-parsers-0.7.2.1.. [ 1 of 22] Compiling Text.Grampa.Class ( src/Text/Grampa/Class.hs, dist/build/Text/Grampa/Class.o, dist/build/Text/Grampa/Class.dyn_o ) src/Text/Grampa/Class.hs:12:49: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 12 | import Control.Applicative (Alternative(empty), liftA2) | ^^^^^^ src/Text/Grampa/Class.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid (Monoid(mempty, mappend)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Class.hs:25:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 25 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 22] Compiling Text.Grampa.Combinators ( src/Text/Grampa/Combinators.hs, dist/build/Text/Grampa/Combinators.o, dist/build/Text/Grampa/Combinators.dyn_o ) src/Text/Grampa/Combinators.hs:9:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 9 | import Data.Monoid (Monoid, (<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 3 of 22] Compiling Text.Grampa.Internal ( src/Text/Grampa/Internal.hs, dist/build/Text/Grampa/Internal.o, dist/build/Text/Grampa/Internal.dyn_o ) src/Text/Grampa/Internal.hs:11:29: warning: [GHC-38856] [-Wunused-imports] The import of Applicative from module Control.Applicative is redundant | 11 | import Control.Applicative (Applicative(..), Alternative(..)) | ^^^^^^^^^^^^^^^ src/Text/Grampa/Internal.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 16 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal.hs:18:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 18 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 4 of 22] Compiling Text.Grampa.ContextFree.Parallel ( src/Text/Grampa/ContextFree/Parallel.hs, dist/build/Text/Grampa/ContextFree/Parallel.o, dist/build/Text/Grampa/ContextFree/Parallel.dyn_o ) src/Text/Grampa/ContextFree/Parallel.hs:8:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 8 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Parallel.hs:10:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 10 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Parallel.hs:17:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 17 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Parallel.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 5 of 22] Compiling Text.Grampa.ContextFree.Continued.Measured ( src/Text/Grampa/ContextFree/Continued/Measured.hs, dist/build/Text/Grampa/ContextFree/Continued/Measured.o, dist/build/Text/Grampa/ContextFree/Continued/Measured.dyn_o ) src/Text/Grampa/ContextFree/Continued/Measured.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 22] Compiling Text.Grampa.ContextFree.Continued ( src/Text/Grampa/ContextFree/Continued.hs, dist/build/Text/Grampa/ContextFree/Continued.o, dist/build/Text/Grampa/ContextFree/Continued.dyn_o ) src/Text/Grampa/ContextFree/Continued.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 22] Compiling Text.Grampa ( src/Text/Grampa.hs, dist/build/Text/Grampa.o, dist/build/Text/Grampa.dyn_o ) src/Text/Grampa.hs:55:21: warning: [GHC-38856] [-Wunused-imports] The import of <> from module Data.Monoid is redundant | 55 | import Data.Monoid ((<>), Endo (Endo, appEndo)) | ^^^^ [ 8 of 22] Compiling Text.Grampa.PEG.Backtrack ( src/Text/Grampa/PEG/Backtrack.hs, dist/build/Text/Grampa/PEG/Backtrack.o, dist/build/Text/Grampa/PEG/Backtrack.dyn_o ) src/Text/Grampa/PEG/Backtrack.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 9 of 22] Compiling Text.Grampa.PEG.Backtrack.Measured ( src/Text/Grampa/PEG/Backtrack/Measured.hs, dist/build/Text/Grampa/PEG/Backtrack/Measured.o, dist/build/Text/Grampa/PEG/Backtrack/Measured.dyn_o ) src/Text/Grampa/PEG/Backtrack/Measured.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing.Transformer ( src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs, dist/build/Text/Grampa/ContextFree/SortedMemoizing/Transformer.o, dist/build/Text/Grampa/ContextFree/SortedMemoizing/Transformer.dyn_o ) src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 14 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:30:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 30 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:164:44: 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." | 164 | (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:168:38: 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." | 168 | (snd $ head $ parseAllTails close $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:406:92: 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." | 406 | -> ResultList mempty (ParseFailure pos (FailureDescription static (fst . head <$> inputs)) errors) | ^^^^ [11 of 22] Compiling Text.Grampa.Internal.Storable ( src/Text/Grampa/Internal/Storable.hs, dist/build/Text/Grampa/Internal/Storable.o, dist/build/Text/Grampa/Internal/Storable.dyn_o ) src/Text/Grampa/Internal/Storable.hs:48:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for reuse1: Patterns of type ResultList g s b not matched: ResultList [] _ ResultList (_:_:_) _ | 48 | reuse1 (ResultList [s] _) = reuse s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/Storable.hs:57:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for reuse: Patterns of type [(s, g (ResultList g s))] not matched: ((_, _):_:_) | 57 | reuse [] = DynamicDependencies | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Grampa/Internal/Storable.hs:66:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for reuse1: Patterns of type Transformer.ResultListT m g s b not matched: Transformer.ResultList [] _ Transformer.ResultList (_:_:_) _ | 66 | reuse1 (Transformer.ResultList [s] _) = reuse s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/Storable.hs:79:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for reuse: Patterns of type [(s, g (Transformer.ResultListT m g s))] not matched: ((_, _):_:_) | 79 | reuse [] = DynamicDependencies | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... [12 of 22] Compiling Text.Grampa.Internal.LeftRecursive ( src/Text/Grampa/Internal/LeftRecursive.hs, dist/build/Text/Grampa/Internal/LeftRecursive.o, dist/build/Text/Grampa/Internal/LeftRecursive.dyn_o ) src/Text/Grampa/Internal/LeftRecursive.hs:11:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 11 | import Control.Monad (Monad(..), MonadPlus(..), void) | ^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 13 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 22 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:23:1: warning: [GHC-38856] [-Wunused-imports] The import of Monoid, mempty from module Data.Monoid is redundant | 23 | import Data.Monoid (Monoid(mempty), All(..), Any(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:194:80: 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." | 194 | | otherwise = Rank2.fmap (Compose . parsingResult @(p g s) input) (snd $ head $ parseSeparated g' input) | ^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:205:29: 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." | 205 | $ snd $ head $ parseAllTails close $ parseSeparated g' input | ^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:318:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s (a -> b) not matched: DirectParser _ _ _ PositiveDirectParser _ DirectParser _ _ _ PositiveDirectParser _ | 318 | where p'@Parser{} = general' p | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:333:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s (a -> b) not matched: DirectParser _ _ _ PositiveDirectParser _ | 333 | where p'@Parser{} = general' p | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:334:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s a not matched: DirectParser _ _ _ PositiveDirectParser _ | 334 | q'@Parser{} = general' q | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:364:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s a not matched: DirectParser _ _ _ PositiveDirectParser _ DirectParser _ _ _ PositiveDirectParser _ ... | 364 | where p'@Parser{} = general p | ^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:365:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s a not matched: DirectParser _ _ _ PositiveDirectParser _ DirectParser _ _ _ PositiveDirectParser _ ... | 365 | q'@Parser{} = general q | ^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:467:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s a not matched: DirectParser _ _ _ PositiveDirectParser _ | 467 | p'@Parser{} = general' p | ^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:567:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s a not matched: DirectParser _ _ _ PositiveDirectParser _ DirectParser _ _ _ PositiveDirectParser _ | 567 | where p'@Parser{} = general p | ^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:568:13: warning: [GHC-62161] [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type Fixed p g s a not matched: DirectParser _ _ _ PositiveDirectParser _ DirectParser _ _ _ PositiveDirectParser _ | 568 | q'@Parser{} = general q | ^^^^^^^^^^^^^^^^^^^^^^^ [13 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing.Transformer.LeftRecursive ( src/Text/Grampa/ContextFree/SortedMemoizing/Transformer/LeftRecursive.hs, dist/build/Text/Grampa/ContextFree/SortedMemoizing/Transformer/LeftRecursive.o, dist/build/Text/Grampa/ContextFree/SortedMemoizing/Transformer/LeftRecursive.dyn_o ) [14 of 22] Compiling Text.Grampa.ContextFree.LeftRecursive.Transformer ( src/Text/Grampa/ContextFree/LeftRecursive/Transformer.hs, dist/build/Text/Grampa/ContextFree/LeftRecursive/Transformer.o, dist/build/Text/Grampa/ContextFree/LeftRecursive/Transformer.dyn_o ) [15 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing ( src/Text/Grampa/ContextFree/SortedMemoizing.hs, dist/build/Text/Grampa/ContextFree/SortedMemoizing.o, dist/build/Text/Grampa/ContextFree/SortedMemoizing.dyn_o ) src/Text/Grampa/ContextFree/SortedMemoizing.hs:10:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 10 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:12:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 12 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:18:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 18 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:25:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 25 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:153:81: 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." | 153 | parsePrefix g input = Rank2.fmap (Compose . Compose . fromResultList) (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:157:38: 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." | 157 | (snd $ head $ parseAllTails close $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:356:92: 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." | 356 | -> ResultList mempty (ParseFailure pos (FailureDescription static (fst . head <$> inputs)) errors) | ^^^^ [16 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive ( src/Text/Grampa/ContextFree/SortedMemoizing/LeftRecursive.hs, dist/build/Text/Grampa/ContextFree/SortedMemoizing/LeftRecursive.o, dist/build/Text/Grampa/ContextFree/SortedMemoizing/LeftRecursive.dyn_o ) [17 of 22] Compiling Text.Grampa.ContextFree.LeftRecursive ( src/Text/Grampa/ContextFree/LeftRecursive.hs, dist/build/Text/Grampa/ContextFree/LeftRecursive.o, dist/build/Text/Grampa/ContextFree/LeftRecursive.dyn_o ) [18 of 22] Compiling Text.Grampa.ContextFree.Memoizing ( src/Text/Grampa/ContextFree/Memoizing.hs, dist/build/Text/Grampa/ContextFree/Memoizing.o, dist/build/Text/Grampa/ContextFree/Memoizing.dyn_o ) src/Text/Grampa/ContextFree/Memoizing.hs:9:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 9 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:11:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 11 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:18:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 18 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:25:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 25 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:116:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for reuse1: Patterns of type ResultList g s b not matched: ResultList (Fork _ _) _ ResultList EmptyTree _ | 116 | reuse1 (ResultList (Leaf s) _) = reuse s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:125:4: warning: [GHC-62161] [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for reuse: Patterns of type [(s, g (ResultList g s))] not matched: ((_, _):_:_) | 125 | reuse [] = DynamicDependencies | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Text/Grampa/ContextFree/Memoizing.hs:218:81: 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." | 218 | parsePrefix g input = Rank2.fmap (Compose . Compose . fromResultList) (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:222:38: 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." | 222 | (snd $ head $ reparseTails close $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:399:92: 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." | 399 | -> ResultList mempty (ParseFailure pos (FailureDescription static (fst . head <$> inputs)) errors) | ^^^^ [19 of 22] Compiling Text.Grampa.ContextFree.Memoizing.LeftRecursive ( src/Text/Grampa/ContextFree/Memoizing/LeftRecursive.hs, dist/build/Text/Grampa/ContextFree/Memoizing/LeftRecursive.o, dist/build/Text/Grampa/ContextFree/Memoizing/LeftRecursive.dyn_o ) [20 of 22] Compiling Text.Grampa.PEG.Continued ( src/Text/Grampa/PEG/Continued.hs, dist/build/Text/Grampa/PEG/Continued.o, dist/build/Text/Grampa/PEG/Continued.dyn_o ) src/Text/Grampa/PEG/Continued.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 16 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 22] Compiling Text.Grampa.PEG.Continued.Measured ( src/Text/Grampa/PEG/Continued/Measured.hs, dist/build/Text/Grampa/PEG/Continued/Measured.o, dist/build/Text/Grampa/PEG/Continued/Measured.dyn_o ) src/Text/Grampa/PEG/Continued/Measured.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 13 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 14 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [22 of 22] Compiling Text.Grampa.PEG.Packrat ( src/Text/Grampa/PEG/Packrat.hs, dist/build/Text/Grampa/PEG/Packrat.o, dist/build/Text/Grampa/PEG/Packrat.dyn_o ) src/Text/Grampa/PEG/Packrat.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 13 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:17:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 17 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:278:67: 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." | 278 | parsePrefix g input = Rank2.fmap (Compose . fromResult) (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/PEG/Packrat.hs:280:46: 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." | 280 | (snd $ head $ reparseTails close $ parseGrammarTails g input) | ^^^^ Preprocessing executable 'arithmetic' for grammatical-parsers-0.7.2.1.. Building executable 'arithmetic' for grammatical-parsers-0.7.2.1.. [1 of 8] Compiling Comparisons ( examples/Comparisons.hs, dist/build/arithmetic/arithmetic-tmp/Comparisons.o, dist/build/arithmetic/arithmetic-tmp/Comparisons.dyn_o ) [2 of 8] Compiling Conditionals ( examples/Conditionals.hs, dist/build/arithmetic/arithmetic-tmp/Conditionals.o, dist/build/arithmetic/arithmetic-tmp/Conditionals.dyn_o ) [3 of 8] Compiling Lambda ( examples/Lambda.hs, dist/build/arithmetic/arithmetic-tmp/Lambda.o, dist/build/arithmetic/arithmetic-tmp/Lambda.dyn_o ) [4 of 8] Compiling Utilities ( examples/Utilities.hs, dist/build/arithmetic/arithmetic-tmp/Utilities.o, dist/build/arithmetic/arithmetic-tmp/Utilities.dyn_o ) [5 of 8] Compiling Boolean ( examples/Boolean.hs, dist/build/arithmetic/arithmetic-tmp/Boolean.o, dist/build/arithmetic/arithmetic-tmp/Boolean.dyn_o ) [6 of 8] Compiling Arithmetic ( examples/Arithmetic.hs, dist/build/arithmetic/arithmetic-tmp/Arithmetic.o, dist/build/arithmetic/arithmetic-tmp/Arithmetic.dyn_o ) [7 of 8] Compiling Combined ( examples/Combined.hs, dist/build/arithmetic/arithmetic-tmp/Combined.o ) [8 of 8] Compiling Main ( examples/Main.hs, dist/build/arithmetic/arithmetic-tmp/Main.o ) [9 of 9] Linking dist/build/arithmetic/arithmetic Preprocessing executable 'boolean-transformations' for grammatical-parsers-0.7.2.1.. Building executable 'boolean-transformations' for grammatical-parsers-0.7.2.1.. [1 of 3] Compiling Utilities ( examples/Utilities.hs, dist/build/boolean-transformations/boolean-transformations-tmp/Utilities.o, dist/build/boolean-transformations/boolean-transformations-tmp/Utilities.dyn_o ) [2 of 3] Compiling Boolean ( examples/Boolean.hs, dist/build/boolean-transformations/boolean-transformations-tmp/Boolean.o ) [3 of 3] Compiling Main ( examples/BooleanTransformations.hs, dist/build/boolean-transformations/boolean-transformations-tmp/Main.o ) [4 of 4] Linking dist/build/boolean-transformations/boolean-transformations Preprocessing library for grammatical-parsers-0.7.2.1.. Running Haddock on library for grammatical-parsers-0.7.2.1.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 22] Compiling Text.Grampa.Class ( src/Text/Grampa/Class.hs, nothing ) src/Text/Grampa/Class.hs:12:49: warning: [GHC-38856] [-Wunused-imports] The import of liftA2 from module Control.Applicative is redundant | 12 | import Control.Applicative (Alternative(empty), liftA2) | ^^^^^^ src/Text/Grampa/Class.hs:20:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 20 | import Data.Monoid (Monoid(mempty, mappend)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Class.hs:25:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 25 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 2 of 22] Compiling Text.Grampa.Combinators ( src/Text/Grampa/Combinators.hs, nothing ) src/Text/Grampa/Combinators.hs:9:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 9 | import Data.Monoid (Monoid, (<>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 3 of 22] Compiling Text.Grampa.Internal ( src/Text/Grampa/Internal.hs, nothing ) src/Text/Grampa/Internal.hs:11:29: warning: [GHC-38856] [-Wunused-imports] The import of Applicative from module Control.Applicative is redundant | 11 | import Control.Applicative (Applicative(..), Alternative(..)) | ^^^^^^^^^^^^^^^ src/Text/Grampa/Internal.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 16 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal.hs:18:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 18 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 4 of 22] Compiling Text.Grampa.ContextFree.Parallel ( src/Text/Grampa/ContextFree/Parallel.hs, nothing ) src/Text/Grampa/ContextFree/Parallel.hs:8:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 8 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Parallel.hs:10:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 10 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Parallel.hs:17:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 17 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Parallel.hs:19:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 19 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 5 of 22] Compiling Text.Grampa.ContextFree.Continued.Measured ( src/Text/Grampa/ContextFree/Continued/Measured.hs, nothing ) src/Text/Grampa/ContextFree/Continued/Measured.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued/Measured.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 22] Compiling Text.Grampa.ContextFree.Continued ( src/Text/Grampa/ContextFree/Continued.hs, nothing ) src/Text/Grampa/ContextFree/Continued.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Continued.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 22] Compiling Text.Grampa ( src/Text/Grampa.hs, nothing ) src/Text/Grampa.hs:55:21: warning: [GHC-38856] [-Wunused-imports] The import of <> from module Data.Monoid is redundant | 55 | import Data.Monoid ((<>), Endo (Endo, appEndo)) | ^^^^ [ 8 of 22] Compiling Text.Grampa.PEG.Backtrack ( src/Text/Grampa/PEG/Backtrack.hs, nothing ) src/Text/Grampa/PEG/Backtrack.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 9 of 22] Compiling Text.Grampa.PEG.Backtrack.Measured ( src/Text/Grampa/PEG/Backtrack/Measured.hs, nothing ) src/Text/Grampa/PEG/Backtrack/Measured.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Backtrack/Measured.hs:15:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 15 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing.Transformer ( src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs, nothing ) src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 14 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:30:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 30 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:164:44: 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." | 164 | (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:168:38: 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." | 168 | (snd $ head $ parseAllTails close $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:406:92: 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." | 406 | -> ResultList mempty (ParseFailure pos (FailureDescription static (fst . head <$> inputs)) errors) | ^^^^ [11 of 22] Compiling Text.Grampa.Internal.Storable ( src/Text/Grampa/Internal/Storable.hs, nothing ) [12 of 22] Compiling Text.Grampa.Internal.LeftRecursive ( src/Text/Grampa/Internal/LeftRecursive.hs, nothing ) src/Text/Grampa/Internal/LeftRecursive.hs:11:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 11 | import Control.Monad (Monad(..), MonadPlus(..), void) | ^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 13 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:22:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 22 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:23:1: warning: [GHC-38856] [-Wunused-imports] The import of Monoid, mempty from module Data.Monoid is redundant | 23 | import Data.Monoid (Monoid(mempty), All(..), Any(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:194:80: 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." | 194 | | otherwise = Rank2.fmap (Compose . parsingResult @(p g s) input) (snd $ head $ parseSeparated g' input) | ^^^^ src/Text/Grampa/Internal/LeftRecursive.hs:205:29: 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." | 205 | $ snd $ head $ parseAllTails close $ parseSeparated g' input | ^^^^ [13 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing.Transformer.LeftRecursive ( src/Text/Grampa/ContextFree/SortedMemoizing/Transformer/LeftRecursive.hs, nothing ) [14 of 22] Compiling Text.Grampa.ContextFree.LeftRecursive.Transformer ( src/Text/Grampa/ContextFree/LeftRecursive/Transformer.hs, nothing ) [15 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing ( src/Text/Grampa/ContextFree/SortedMemoizing.hs, nothing ) src/Text/Grampa/ContextFree/SortedMemoizing.hs:10:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 10 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:12:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 12 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:18:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 18 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:25:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 25 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:153:81: 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." | 153 | parsePrefix g input = Rank2.fmap (Compose . Compose . fromResultList) (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:157:38: 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." | 157 | (snd $ head $ parseAllTails close $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/SortedMemoizing.hs:356:92: 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." | 356 | -> ResultList mempty (ParseFailure pos (FailureDescription static (fst . head <$> inputs)) errors) | ^^^^ [16 of 22] Compiling Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive ( src/Text/Grampa/ContextFree/SortedMemoizing/LeftRecursive.hs, nothing ) [17 of 22] Compiling Text.Grampa.ContextFree.LeftRecursive ( src/Text/Grampa/ContextFree/LeftRecursive.hs, nothing ) [18 of 22] Compiling Text.Grampa.ContextFree.Memoizing ( src/Text/Grampa/ContextFree/Memoizing.hs, nothing ) src/Text/Grampa/ContextFree/Memoizing.hs:9:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 9 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:11:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 11 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:18:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 18 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:25:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 25 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:218:81: 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." | 218 | parsePrefix g input = Rank2.fmap (Compose . Compose . fromResultList) (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:222:38: 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." | 222 | (snd $ head $ reparseTails close $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/ContextFree/Memoizing.hs:399:92: 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." | 399 | -> ResultList mempty (ParseFailure pos (FailureDescription static (fst . head <$> inputs)) errors) | ^^^^ [19 of 22] Compiling Text.Grampa.ContextFree.Memoizing.LeftRecursive ( src/Text/Grampa/ContextFree/Memoizing/LeftRecursive.hs, nothing ) [20 of 22] Compiling Text.Grampa.PEG.Continued ( src/Text/Grampa/PEG/Continued.hs, nothing ) src/Text/Grampa/PEG/Continued.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 14 | import Data.Semigroup (Semigroup((<>))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued.hs:16:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 16 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [21 of 22] Compiling Text.Grampa.PEG.Continued.Measured ( src/Text/Grampa/PEG/Continued/Measured.hs, nothing ) src/Text/Grampa/PEG/Continued/Measured.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 13 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Continued/Measured.hs:14:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 14 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [22 of 22] Compiling Text.Grampa.PEG.Packrat ( src/Text/Grampa/PEG/Packrat.hs, nothing ) src/Text/Grampa/PEG/Packrat.hs:5:1: warning: [GHC-38856] [-Wunused-imports] The import of Applicative, liftA2 from module Control.Applicative is redundant | 5 | import Control.Applicative (Applicative(..), Alternative(..), liftA2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:6:23: warning: [GHC-38856] [-Wunused-imports] The import of Monad from module Control.Monad is redundant | 6 | import Control.Monad (Monad(..), MonadPlus(..)) | ^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:8:1: warning: [GHC-66111] [-Wunused-imports] The import of Control.Monad is redundant except perhaps to import instances from Control.Monad To import instances alone, use: import Control.Monad() | 8 | import Control.Monad (MonadFail(fail)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:13:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Monoid is redundant except perhaps to import instances from Data.Monoid To import instances alone, use: import Data.Monoid() | 13 | import Data.Monoid (Monoid(mappend, mempty)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:17:1: warning: [GHC-66111] [-Wunused-imports] The import of Data.Semigroup is redundant except perhaps to import instances from Data.Semigroup To import instances alone, use: import Data.Semigroup() | 17 | import Data.Semigroup (Semigroup(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Text/Grampa/PEG/Packrat.hs:278:67: 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." | 278 | parsePrefix g input = Rank2.fmap (Compose . fromResult) (snd $ head $ parseGrammarTails g input) | ^^^^ src/Text/Grampa/PEG/Packrat.hs:280:46: 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." | 280 | (snd $ head $ reparseTails close $ parseGrammarTails g input) | ^^^^ Haddock coverage: Warning: 'Lexical' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'lexicalWhitespace' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Ambiguous' is ambiguous. It is defined * at src/Text/Grampa/Class.hs:87:23 * at src/Text/Grampa/Class.hs:87:1 You 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/Text/Grampa/Class.hs:87:1 Warning: 'notTerminal' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'ParseFailure' is ambiguous. It is defined * at src/Text/Grampa/Class.hs:43:4 * at src/Text/Grampa/Class.hs:42:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Text/Grampa/Class.hs:42:1 Warning: 'takeSome' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 12 / 12) in 'Text.Grampa.Combinators' Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/ContextFree/Parallel.hs:48:52 * at src/Text/Grampa/ContextFree/Parallel.hs:48:1 You 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/Text/Grampa/ContextFree/Parallel.hs:48:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 66% ( 2 / 3) in 'Text.Grampa.ContextFree.Parallel' Missing documentation for: ResultList (src/Text/Grampa/ContextFree/Parallel.hs:50) Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/ContextFree/Continued/Measured.hs:47:4 * at src/Text/Grampa/ContextFree/Continued/Measured.hs:46:1 You 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/Text/Grampa/ContextFree/Continued/Measured.hs:46:1 Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/ContextFree/Continued.hs:47:4 * at src/Text/Grampa/ContextFree/Continued.hs:46:1 You 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/Text/Grampa/ContextFree/Continued.hs:46:1 75% ( 3 / 4) in 'Text.Grampa.ContextFree.Continued' Missing documentation for: Result (src/Text/Grampa/ContextFree/Continued.hs:39) Warning: 'Alternative' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 37 / 37) in 'Text.Grampa' Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/PEG/Backtrack.hs:46:24 * at src/Text/Grampa/PEG/Backtrack.hs:46:1 You 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/Text/Grampa/PEG/Backtrack.hs:46:1 75% ( 3 / 4) in 'Text.Grampa.PEG.Backtrack' Missing documentation for: Result (src/Text/Grampa/PEG/Backtrack.hs:39) Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/PEG/Backtrack/Measured.hs:47:24 * at src/Text/Grampa/PEG/Backtrack/Measured.hs:47:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Text/Grampa/PEG/Backtrack/Measured.hs:47:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 72% ( 8 / 11) in 'Text.Grampa.ContextFree.SortedMemoizing.Transformer' Missing documentation for: ResultListT (src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:60) ResultsOfLengthT (src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:58) ResultsOfLength (src/Text/Grampa/ContextFree/SortedMemoizing/Transformer.hs:59) Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 90% ( 10 / 11) in 'Text.Grampa.ContextFree.SortedMemoizing.Transformer.LeftRecursive' Missing documentation for: AmbiguityDecidable (src/Text/Grampa/Internal.hs:47) 100% ( 2 / 2) in 'Text.Grampa.ContextFree.LeftRecursive.Transformer' Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/ContextFree/SortedMemoizing.hs:52:24 * at src/Text/Grampa/ContextFree/SortedMemoizing.hs:52:1 You 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/Text/Grampa/ContextFree/SortedMemoizing.hs:52:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 85% ( 6 / 7) in 'Text.Grampa.ContextFree.SortedMemoizing' Missing documentation for: ResultList (src/Text/Grampa/Internal.hs:28) 92% ( 12 / 13) in 'Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive' Missing documentation for: mapPrimitive (src/Text/Grampa/Internal/LeftRecursive.hs:126) 100% ( 2 / 2) in 'Text.Grampa.ContextFree.LeftRecursive' Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/ContextFree/Memoizing.hs:52:24 * at src/Text/Grampa/ContextFree/Memoizing.hs:52:1 You 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/Text/Grampa/ContextFree/Memoizing.hs:52:1 Warning: 'Compose' is ambiguous. It is defined * in Data.Functor.Compose * in Data.Functor.Compose 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.Compose 62% ( 5 / 8) in 'Text.Grampa.ContextFree.Memoizing' Missing documentation for: ResultList (src/Text/Grampa/ContextFree/Memoizing.hs:54) BinTree (src/Text/Grampa/Internal.hs:30) reparseTails (src/Text/Grampa/ContextFree/Memoizing.hs:232) 92% ( 12 / 13) in 'Text.Grampa.ContextFree.Memoizing.LeftRecursive' Missing documentation for: mapPrimitive (src/Text/Grampa/Internal/LeftRecursive.hs:126) Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/PEG/Continued.hs:46:4 * at src/Text/Grampa/PEG/Continued.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/Text/Grampa/PEG/Continued.hs:45:1 Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/PEG/Continued/Measured.hs:43:4 * at src/Text/Grampa/PEG/Continued/Measured.hs:42:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/Text/Grampa/PEG/Continued/Measured.hs:42:1 Warning: 'parse' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'Parser' is ambiguous. It is defined * at src/Text/Grampa/PEG/Packrat.hs:48:24 * at src/Text/Grampa/PEG/Packrat.hs:48:1 You 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/Text/Grampa/PEG/Packrat.hs:48:1 66% ( 2 / 3) in 'Text.Grampa.PEG.Packrat' Missing documentation for: Result (src/Text/Grampa/PEG/Packrat.hs:41) Warning: Text.Grampa.ContextFree.Parallel: could not find link destinations for: - Rank2.Functor - Text.Grampa.ContextFree.Parallel.ResultInfo - Text.Grampa.ContextFree.Parallel.D:R:CommittedResultsParser - Text.Grampa.ContextFree.Parallel.D:R:ParserInputParser - Text.Grampa.ContextFree.Parallel.R:ParserPositionParser - Text.Grampa.ContextFree.Parallel.D:R:ResultFunctorParser Warning: Text.Grampa.ContextFree.Continued: could not find link destinations for: - Rank2.Functor - Text.Grampa.ContextFree.Continued.D:R:ResultFunctorParser - Text.Grampa.ContextFree.Continued.D:R:ParserInputParser - Text.Grampa.ContextFree.Continued.R:ParserPositionParser - Text.Grampa.ContextFree.Continued.D:R:CommittedResultsParser Warning: Text.Grampa: could not find link destinations for: - Text.Parser.Input.D:R:ParserInputIdentityT - Text.Parser.Input.D:R:ParserInputLazy - Text.Parser.Input.D:R:ParserInputParsecT - Text.Parser.Input.D:R:ParserInputParser - Text.Parser.Input.D:R:ParserInputParser0 - Text.Parser.Input.D:R:ParserInputRWST - Text.Parser.Input.D:R:ParserInputRWST0 - Text.Parser.Input.D:R:ParserInputReadP - Text.Parser.Input.D:R:ParserInputReaderT - Text.Parser.Input.D:R:ParserInputStateT - Text.Parser.Input.D:R:ParserInputStateT0 - Text.Parser.Input.D:R:ParserInputStrict - Text.Parser.Input.D:R:ParserInputWriterT - Text.Parser.Input.D:R:ParserInputWriterT0 - Text.Parser.Input.D:R:ParserPositionIdentityT - Text.Parser.Input.D:R:ParserPositionLazy - Text.Parser.Input.D:R:ParserPositionRWST - Text.Parser.Input.D:R:ParserPositionRWST0 - Text.Parser.Input.D:R:ParserPositionReaderT - Text.Parser.Input.D:R:ParserPositionStateT - Text.Parser.Input.D:R:ParserPositionStateT0 - Text.Parser.Input.D:R:ParserPositionStrict - Text.Parser.Input.D:R:ParserPositionWriterT - Text.Parser.Input.D:R:ParserPositionWriterT0 - Text.Parser.Input.R:ParserPositionParsecT - Text.Parser.Input.R:ParserPositionParser - Text.Parser.Input.R:ParserPositionParser0 - Text.Parser.Input.R:ParserPositionReadP - Rank2.Apply - Rank2.Distributive - Rank2.Functor - Rank2.Only - Text.Grampa.Internal.ambiguityWitness - Text.Grampa.Internal.AmbiguityWitness - Text.Grampa.ContextFree.Parallel.D:R:CommittedResultsParser - Text.Grampa.ContextFree.Parallel.D:R:ParserInputParser - Text.Grampa.ContextFree.Parallel.R:ParserPositionParser - Text.Grampa.ContextFree.Parallel.D:R:ResultFunctorParser - Text.Grampa.ContextFree.Continued.D:R:ResultFunctorParser - Text.Grampa.ContextFree.Continued.D:R:ParserInputParser - Text.Grampa.ContextFree.Continued.R:ParserPositionParser - Text.Grampa.ContextFree.Continued.D:R:CommittedResultsParser - Text.Grampa.PEG.Backtrack.D:R:ResultFunctorParser - Text.Grampa.PEG.Backtrack.D:R:ParserInputParser - Text.Grampa.PEG.Backtrack.R:ParserPositionParser - Text.Grampa.PEG.Backtrack.D:R:CommittedResultsParser - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:CommittedResultsParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:ParserInputParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.R:ParserPositionParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:ParserGrammarParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:GrammarFunctorParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:ResultFunctorParserT - Text.Grampa.Internal.LeftRecursive.LeftRecParsing - Text.Grampa.Internal.LeftRecursive.Parser - Text.Grampa.Internal.LeftRecursive.D:R:ParserInputFixed - Text.Grampa.Internal.LeftRecursive.R:ParserPositionFixed - Text.Grampa.Internal.LeftRecursive.D:R:CommittedResultsFixed - Text.Grampa.Internal.LeftRecursive.D:R:ParserGrammarFixed - Text.Grampa.Internal.LeftRecursive.D:R:GrammarFunctorFixed - Text.Grampa.Internal.LeftRecursive.D:R:ResultFunctorFixed - Text.Grampa.ContextFree.SortedMemoizing.D:R:CommittedResultsParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:ParserInputParser - Text.Grampa.ContextFree.SortedMemoizing.R:ParserPositionParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:ResultFunctorParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:ParserGrammarParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:GrammarFunctorParser - Text.Grampa.ContextFree.Memoizing.D:R:ParserInputParser - Text.Grampa.ContextFree.Memoizing.R:ParserPositionParser - Text.Grampa.ContextFree.Memoizing.D:R:ResultFunctorParser - Text.Grampa.ContextFree.Memoizing.D:R:ParserGrammarParser - Text.Grampa.ContextFree.Memoizing.D:R:GrammarFunctorParser - Text.Grampa.PEG.Packrat.D:R:ResultFunctorParser - Text.Grampa.PEG.Packrat.D:R:ParserInputParser - Text.Grampa.PEG.Packrat.R:ParserPositionParser - Text.Grampa.PEG.Packrat.D:R:ParserGrammarParser - Text.Grampa.PEG.Packrat.D:R:GrammarFunctorParser - Text.Grampa.PEG.Packrat.D:R:CommittedResultsParser Warning: Text.Grampa.PEG.Backtrack: could not find link destinations for: - Rank2.Functor - Text.Grampa.PEG.Backtrack.D:R:ResultFunctorParser - Text.Grampa.PEG.Backtrack.D:R:ParserInputParser - Text.Grampa.PEG.Backtrack.R:ParserPositionParser - Text.Grampa.PEG.Backtrack.D:R:CommittedResultsParser Warning: Text.Grampa.ContextFree.SortedMemoizing.Transformer: could not find link destinations for: - Rank2.Distributive - Rank2.Functor - Text.Grampa.PEG.Backtrack.Measured.Parser - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:CommittedResultsParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:ParserInputParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.R:ParserPositionParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:ParserGrammarParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:GrammarFunctorParserT - Text.Grampa.ContextFree.SortedMemoizing.Transformer.D:R:ResultFunctorParserT Warning: Text.Grampa.ContextFree.SortedMemoizing.Transformer.LeftRecursive: could not find link destinations for: - Rank2.Apply - Rank2.Distributive - Rank2.Foldable - Rank2.Logistic - Rank2.Traversable - Text.Grampa.Class.TailsParsing - Text.Grampa.Internal.FallibleResults - Text.Grampa.Internal.AmbiguousAlternative - Text.Grampa.Internal.ambiguityWitness - Text.Grampa.Internal.AmbiguityWitness - Text.Grampa.Internal.Dependencies - Text.Grampa.Internal.LeftRecursive.LeftRecParsing - Text.Grampa.Internal.LeftRecursive.ResultAppend Warning: Text.Grampa.ContextFree.SortedMemoizing: could not find link destinations for: - Rank2.Distributive - Rank2.Functor - Text.Grampa.Internal.ResultsOfLength - Text.Grampa.PEG.Backtrack.Measured.Parser - Text.Grampa.ContextFree.SortedMemoizing.D:R:CommittedResultsParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:ParserInputParser - Text.Grampa.ContextFree.SortedMemoizing.R:ParserPositionParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:ResultFunctorParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:ParserGrammarParser - Text.Grampa.ContextFree.SortedMemoizing.D:R:GrammarFunctorParser Warning: Text.Grampa.ContextFree.SortedMemoizing.LeftRecursive: could not find link destinations for: - Rank2.Apply - Rank2.Distributive - Rank2.Foldable - Rank2.Logistic - Rank2.Traversable - Text.Grampa.Class.TailsParsing - Text.Grampa.Internal.FallibleResults - Text.Grampa.Internal.AmbiguousAlternative - Text.Grampa.Internal.Dependencies - Text.Grampa.PEG.Backtrack.Measured.Parser - Text.Grampa.Internal.LeftRecursive.LeftRecParsing - Text.Grampa.Internal.LeftRecursive.Parser - Text.Grampa.Internal.LeftRecursive.ResultAppend - Text.Grampa.Internal.LeftRecursive.D:R:ParserInputFixed - Text.Grampa.Internal.LeftRecursive.R:ParserPositionFixed - Text.Grampa.Internal.LeftRecursive.D:R:CommittedResultsFixed - Text.Grampa.Internal.LeftRecursive.D:R:ParserGrammarFixed - Text.Grampa.Internal.LeftRecursive.D:R:GrammarFunctorFixed - Text.Grampa.Internal.LeftRecursive.D:R:ResultFunctorFixed Warning: Text.Grampa.ContextFree.Memoizing: could not find link destinations for: - Rank2.Distributive - Rank2.Functor - Text.Grampa.PEG.Backtrack.Measured.Parser - Text.Grampa.ContextFree.Memoizing.ResultInfo - Text.Grampa.ContextFree.Memoizing.D:R:ParserInputParser - Text.Grampa.ContextFree.Memoizing.R:ParserPositionParser - Text.Grampa.ContextFree.Memoizing.D:R:ResultFunctorParser - Text.Grampa.ContextFree.Memoizing.D:R:ParserGrammarParser - Text.Grampa.ContextFree.Memoizing.D:R:GrammarFunctorParser Warning: Text.Grampa.ContextFree.Memoizing.LeftRecursive: could not find link destinations for: - Rank2.Apply - Rank2.Distributive - Rank2.Foldable - Rank2.Logistic - Rank2.Traversable - Text.Grampa.Class.TailsParsing - Text.Grampa.Internal.FallibleResults - Text.Grampa.Internal.AmbiguousAlternative - Text.Grampa.Internal.Dependencies - Text.Grampa.PEG.Backtrack.Measured.Parser - Text.Grampa.Internal.LeftRecursive.LeftRecParsing - Text.Grampa.Internal.LeftRecursive.Parser - Text.Grampa.Internal.LeftRecursive.ResultAppend - Text.Grampa.Internal.LeftRecursive.D:R:ParserInputFixed - Text.Grampa.Internal.LeftRecursive.R:ParserPositionFixed - Text.Grampa.Internal.LeftRecursive.D:R:CommittedResultsFixed - Text.Grampa.Internal.LeftRecursive.D:R:ParserGrammarFixed - Text.Grampa.Internal.LeftRecursive.D:R:GrammarFunctorFixed - Text.Grampa.Internal.LeftRecursive.D:R:ResultFunctorFixed Warning: Text.Grampa.PEG.Packrat: could not find link destinations for: - Rank2.Distributive - Rank2.Functor - Text.Grampa.PEG.Packrat.D:R:ResultFunctorParser - Text.Grampa.PEG.Packrat.D:R:ParserInputParser - Text.Grampa.PEG.Packrat.R:ParserPositionParser - Text.Grampa.PEG.Packrat.D:R:ParserGrammarParser - Text.Grampa.PEG.Packrat.D:R:GrammarFunctorParser - Text.Grampa.PEG.Packrat.D:R:CommittedResultsParser Documentation created: dist/doc/html/grammatical-parsers/, dist/doc/html/grammatical-parsers/grammatical-parsers.txt Preprocessing executable 'arithmetic' for grammatical-parsers-0.7.2.1.. Preprocessing executable 'boolean-transformations' for grammatical-parsers-0.7.2.1.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/grammatical-parsers-0.7.2.1-7bE2w6ws4v01pz5GdtPeiZ Installing executable arithmetic in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Installing executable boolean-transformations in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed grammatical-parsers-0.7.2.1 Configuring language-oberon-0.3.4... Preprocessing library for language-oberon-0.3.4.. Building library for language-oberon-0.3.4.. [1 of 9] Compiling Language.Oberon.Abstract ( src/Language/Oberon/Abstract.hs, dist/build/Language/Oberon/Abstract.o, dist/build/Language/Oberon/Abstract.dyn_o ) [2 of 9] Compiling Language.Oberon.AST ( src/Language/Oberon/AST.hs, dist/build/Language/Oberon/AST.o, dist/build/Language/Oberon/AST.dyn_o ) [3 of 9] Compiling Language.Oberon.Grammar ( src/Language/Oberon/Grammar.hs, dist/build/Language/Oberon/Grammar.o, dist/build/Language/Oberon/Grammar.dyn_o ) src/Language/Oberon/Grammar.hs:299:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 299 | integer = Abstract.integer . fst . head | ^^^^ src/Language/Oberon/Grammar.hs:303: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." | 303 | real = Abstract.real . fst . head . readFloat . unpack | ^^^^ src/Language/Oberon/Grammar.hs:306:59: 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." | 306 | charConstant = lexicalToken (Abstract.charCode . fst . head . readHex . unpack | ^^^^ [4 of 9] Compiling Language.Oberon.Pretty ( src/Language/Oberon/Pretty.hs, dist/build/Language/Oberon/Pretty.o, dist/build/Language/Oberon/Pretty.dyn_o ) [5 of 9] Compiling Language.Oberon.ConstantFolder ( src/Language/Oberon/ConstantFolder.hs, dist/build/Language/Oberon/ConstantFolder.o, dist/build/Language/Oberon/ConstantFolder.dyn_o ) [6 of 9] Compiling Language.Oberon.Reserializer ( src/Language/Oberon/Reserializer.hs, dist/build/Language/Oberon/Reserializer.o, dist/build/Language/Oberon/Reserializer.dyn_o ) [7 of 9] Compiling Language.Oberon.Resolver ( src/Language/Oberon/Resolver.hs, dist/build/Language/Oberon/Resolver.o, dist/build/Language/Oberon/Resolver.dyn_o ) [8 of 9] Compiling Language.Oberon.TypeChecker ( src/Language/Oberon/TypeChecker.hs, dist/build/Language/Oberon/TypeChecker.o, dist/build/Language/Oberon/TypeChecker.dyn_o ) src/Language/Oberon/TypeChecker.hs:402:44: warning: [GHC-02256] [-Wambiguous-fields] Ambiguous record update with parent type constructor InhTC. This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC. Consider disambiguating using module qualification instead. | 402 | localInheritance = inheritance{env= localEnv} | ^^^^^^^^^^^^^ src/Language/Oberon/TypeChecker.hs:549:72: 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." | 549 | && all (all (isIntegerType . inferredType . syn) . tail . getZipList) parameters') = | ^^^^ [9 of 9] Compiling Language.Oberon ( src/Language/Oberon.hs, dist/build/Language/Oberon.o, dist/build/Language/Oberon.dyn_o ) Preprocessing executable 'parse' for language-oberon-0.3.4.. Building executable 'parse' for language-oberon-0.3.4.. [1 of 1] Compiling Main ( app/Parse.hs, dist/build/parse/parse-tmp/Main.o ) [2 of 2] Linking dist/build/parse/parse Preprocessing library for language-oberon-0.3.4.. Running Haddock on library for language-oberon-0.3.4.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 9] Compiling Language.Oberon.Abstract ( src/Language/Oberon/Abstract.hs, /tmp/ghc18048_0/ghc_4.o, /tmp/ghc18048_0/ghc_4.dyn_o ) [2 of 9] Compiling Language.Oberon.AST ( src/Language/Oberon/AST.hs, /tmp/ghc18048_0/ghc_2.o, /tmp/ghc18048_0/ghc_2.dyn_o ) [3 of 9] Compiling Language.Oberon.Grammar ( src/Language/Oberon/Grammar.hs, /tmp/ghc18048_0/ghc_6.o, /tmp/ghc18048_0/ghc_6.dyn_o ) src/Language/Oberon/Grammar.hs:299:39: warning: [GHC-63394] [-Wx-partial] In the use of head (imported from Prelude, but defined in GHC.List): "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty." | 299 | integer = Abstract.integer . fst . head | ^^^^ src/Language/Oberon/Grammar.hs:303: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." | 303 | real = Abstract.real . fst . head . readFloat . unpack | ^^^^ src/Language/Oberon/Grammar.hs:306:59: 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." | 306 | charConstant = lexicalToken (Abstract.charCode . fst . head . readHex . unpack | ^^^^ [4 of 9] Compiling Language.Oberon.Pretty ( src/Language/Oberon/Pretty.hs, nothing ) [5 of 9] Compiling Language.Oberon.ConstantFolder ( src/Language/Oberon/ConstantFolder.hs, nothing ) [6 of 9] Compiling Language.Oberon.Reserializer ( src/Language/Oberon/Reserializer.hs, nothing ) [7 of 9] Compiling Language.Oberon.Resolver ( src/Language/Oberon/Resolver.hs, nothing ) [8 of 9] Compiling Language.Oberon.TypeChecker ( src/Language/Oberon/TypeChecker.hs, nothing ) src/Language/Oberon/TypeChecker.hs:402:44: warning: [GHC-02256] [-Wambiguous-fields] Ambiguous record update with parent type constructor InhTC. This type-directed disambiguation mechanism will not be supported by -XDuplicateRecordFields in future releases of GHC. Consider disambiguating using module qualification instead. | 402 | localInheritance = inheritance{env= localEnv} | ^^^^^^^^^^^^^ src/Language/Oberon/TypeChecker.hs:549:72: 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." | 549 | && all (all (isIntegerType . inferredType . syn) . tail . getZipList) parameters') = | ^^^^ [9 of 9] Compiling Language.Oberon ( src/Language/Oberon.hs, nothing ) Haddock coverage: Warning: 'Maybe3' is ambiguous. It is defined * at src/Language/Oberon/Abstract.hs:150:26 * at src/Language/Oberon/Abstract.hs:150:1 You 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/Language/Oberon/Abstract.hs:150:1 76% ( 16 / 21) in 'Language.Oberon.Abstract' Missing documentation for: Ident (src/Language/Oberon/Abstract.hs:24) IdentList (src/Language/Oberon/Abstract.hs:333) BaseType (src/Language/Oberon/Abstract.hs:330) ReturnType (src/Language/Oberon/Abstract.hs:331) ConstExpression (src/Language/Oberon/Abstract.hs:332) Warning: Language.Oberon.AST: Could not find documentation for exported module: Language.Oberon.AST 11% ( 3 / 27) in 'Language.Oberon.AST' Missing documentation for: Value (src/Language/Oberon/AST.hs:302) Module (src/Language/Oberon/AST.hs:228) Type (src/Language/Oberon/AST.hs:329) Expression (src/Language/Oberon/AST.hs:264) Statement (src/Language/Oberon/AST.hs:390) Ident (src/Language/Oberon/AST.hs:235) Block (src/Language/Oberon/AST.hs:374) Designator (src/Language/Oberon/AST.hs:314) Element (src/Language/Oberon/AST.hs:294) AccessMode (src/Language/Oberon/AST.hs:261) Declaration (src/Language/Oberon/AST.hs:239) FieldList (src/Language/Oberon/AST.hs:344) ProcedureHeading (src/Language/Oberon/AST.hs:351) FormalParameters (src/Language/Oberon/AST.hs:355) FPSection (src/Language/Oberon/AST.hs:357) StatementSequence (src/Language/Oberon/AST.hs:384) Case (src/Language/Oberon/AST.hs:423) CaseLabels (src/Language/Oberon/AST.hs:426) ConditionalBranch (src/Language/Oberon/AST.hs:429) Import (src/Language/Oberon/AST.hs:237) IdentDef (src/Language/Oberon/AST.hs:258) QualIdent (src/Language/Oberon/AST.hs:254) WithAlternative (src/Language/Oberon/AST.hs:420) isNamedVar (src/Language/Oberon/AST.hs:200) 63% ( 7 / 11) in 'Language.Oberon.Grammar' Missing documentation for: Parser (src/Language/Oberon/Grammar.hs:122) ParsedLexemes (src/Language/Oberon/Grammar.hs:135) Lexeme (src/Language/Oberon/Grammar.hs:123) TokenType (src/Language/Oberon/Grammar.hs:129) 50% ( 1 / 2) in 'Language.Oberon.Pretty' Missing documentation for: Precedence (src/Language/Oberon/Pretty.hs:20) 17% ( 8 / 45) in 'Language.Oberon.ConstantFolder' Missing documentation for: Placed (src/Language/Oberon/ConstantFolder.hs:65) Environment (src/Language/Oberon/ConstantFolder.hs:67) Modules (src/Language/Oberon/ConstantFolder.hs:69) ConstantFold (src/Language/Oberon/ConstantFolder.hs:71) InhCFRoot (src/Language/Oberon/ConstantFolder.hs:77) InhCF (src/Language/Oberon/ConstantFolder.hs:79) SynCF (src/Language/Oberon/ConstantFolder.hs:83) SynCFMod (src/Language/Oberon/ConstantFolder.hs:85) SynCFExp (src/Language/Oberon/ConstantFolder.hs:89) SynCFDesignator (src/Language/Oberon/ConstantFolder.hs:92) SynCFRoot (src/Language/Oberon/ConstantFolder.hs:96) SynCF' (src/Language/Oberon/ConstantFolder.hs:162) SynCFMod' (src/Language/Oberon/ConstantFolder.hs:163) folded' (src/Language/Oberon/ConstantFolder.hs:173) foldedExp (src/Language/Oberon/ConstantFolder.hs:174) foldedExp' (src/Language/Oberon/ConstantFolder.hs:175) foldedMod (src/Language/Oberon/ConstantFolder.hs:176) literalSynthesis (src/Language/Oberon/ConstantFolder.hs:369) maxInteger (src/Language/Oberon/ConstantFolder.hs:381) minInteger (src/Language/Oberon/ConstantFolder.hs:382) maxInt32 (src/Language/Oberon/ConstantFolder.hs:383) minInt32 (src/Language/Oberon/ConstantFolder.hs:384) maxSet (src/Language/Oberon/ConstantFolder.hs:385) minSet (src/Language/Oberon/ConstantFolder.hs:386) doubleSize (src/Language/Oberon/ConstantFolder.hs:389) floatSize (src/Language/Oberon/ConstantFolder.hs:390) intSize (src/Language/Oberon/ConstantFolder.hs:391) int32Size (src/Language/Oberon/ConstantFolder.hs:392) maxReal (src/Language/Oberon/ConstantFolder.hs:395) minReal (src/Language/Oberon/ConstantFolder.hs:397) foldBinaryArithmetic (src/Language/Oberon/ConstantFolder.hs:406) foldBinaryFractional (src/Language/Oberon/ConstantFolder.hs:426) foldBinaryInteger (src/Language/Oberon/ConstantFolder.hs:442) foldBinaryBoolean (src/Language/Oberon/ConstantFolder.hs:458) anyWhitespace (src/Language/Oberon/ConstantFolder.hs:474) lastWhitespace (src/Language/Oberon/ConstantFolder.hs:481) predefined2 (src/Language/Oberon/ConstantFolder.hs:501) 100% ( 6 / 6) in 'Language.Oberon.Reserializer' Warning: 'Language' is ambiguous. It is defined * at src/Language/Oberon/AST.hs:29:17 * at src/Language/Oberon/AST.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/Language/Oberon/AST.hs:29:1 100% ( 11 / 11) in 'Language.Oberon.Resolver' Warning: 'Predefined' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 57% ( 4 / 7) in 'Language.Oberon.TypeChecker' Missing documentation for: errorMessage (src/Language/Oberon/TypeChecker.hs:99) Error (src/Language/Oberon/TypeChecker.hs:71) ErrorType (src/Language/Oberon/TypeChecker.hs:51) 87% ( 7 / 8) in 'Language.Oberon' Missing documentation for: LanguageVersion (src/Language/Oberon.hs:35) Warning: Language.Oberon.Abstract: could not find link destinations for: - Language.Oberon.Abstract.D:R:ModuleWirthySubsetOf - Language.Oberon.Abstract.D:R:DeclarationWirthySubsetOf - Language.Oberon.Abstract.D:R:TypeWirthySubsetOf - Language.Oberon.Abstract.D:R:StatementWirthySubsetOf - Language.Oberon.Abstract.D:R:ExpressionWirthySubsetOf - Language.Oberon.Abstract.D:R:DesignatorWirthySubsetOf - Language.Oberon.Abstract.D:R:ValueWirthySubsetOf - Language.Oberon.Abstract.D:R:FieldListWirthySubsetOf - Language.Oberon.Abstract.D:R:ProcedureHeadingWirthySubsetOf - Language.Oberon.Abstract.D:R:FormalParametersWirthySubsetOf - Language.Oberon.Abstract.D:R:FPSectionWirthySubsetOf - Language.Oberon.Abstract.D:R:BlockWirthySubsetOf - Language.Oberon.Abstract.D:R:StatementSequenceWirthySubsetOf - Language.Oberon.Abstract.D:R:CaseWirthySubsetOf - Language.Oberon.Abstract.D:R:CaseLabelsWirthySubsetOf - Language.Oberon.Abstract.D:R:ConditionalBranchWirthySubsetOf - Language.Oberon.Abstract.D:R:ElementWirthySubsetOf - Language.Oberon.Abstract.D:R:ImportWirthySubsetOf - Language.Oberon.Abstract.D:R:IdentDefWirthySubsetOf - Language.Oberon.Abstract.D:R:QualIdentWirthySubsetOf - Language.Oberon.Abstract.D:R:WithAlternativeWirthySubsetOf - Language.Oberon.AST.D:R:TargetClassLanguage - Language.Oberon.AST.D:R:WithAlternativeLanguage - Language.Oberon.AST.D:R:ModuleLanguage - Language.Oberon.AST.D:R:DeclarationLanguage - Language.Oberon.AST.D:R:TypeLanguage - Language.Oberon.AST.D:R:StatementLanguage - Language.Oberon.AST.D:R:ExpressionLanguage - Language.Oberon.AST.D:R:DesignatorLanguage - Language.Oberon.AST.D:R:ValueLanguage - Language.Oberon.AST.D:R:ImportLanguage - Language.Oberon.AST.D:R:FieldListLanguage - Language.Oberon.AST.D:R:ProcedureHeadingLanguage - Language.Oberon.AST.D:R:FormalParametersLanguage - Language.Oberon.AST.D:R:FPSectionLanguage - Language.Oberon.AST.D:R:BlockLanguage - Language.Oberon.AST.D:R:StatementSequenceLanguage - Language.Oberon.AST.D:R:CaseLanguage - Language.Oberon.AST.D:R:CaseLabelsLanguage - Language.Oberon.AST.D:R:ConditionalBranchLanguage - Language.Oberon.AST.D:R:ElementLanguage - Language.Oberon.AST.D:R:IdentDefLanguage - Language.Oberon.AST.D:R:QualIdentLanguage Warning: Language.Oberon.AST: could not find link destinations for: - Rank2.Foldable - Rank2.Functor - Rank2.Traversable - Rank2.Apply - Rank2.~> - Language.Oberon.AST.D:R:TargetClassLanguage - Language.Oberon.AST.D:R:WithAlternativeLanguage - Language.Oberon.AST.D:R:ModuleLanguage - Language.Oberon.AST.D:R:DeclarationLanguage - Language.Oberon.AST.D:R:TypeLanguage - Language.Oberon.AST.D:R:StatementLanguage - Language.Oberon.AST.D:R:ExpressionLanguage - Language.Oberon.AST.D:R:DesignatorLanguage - Language.Oberon.AST.D:R:ValueLanguage - Language.Oberon.AST.D:R:ImportLanguage - Language.Oberon.AST.D:R:FieldListLanguage - Language.Oberon.AST.D:R:ProcedureHeadingLanguage - Language.Oberon.AST.D:R:FormalParametersLanguage - Language.Oberon.AST.D:R:FPSectionLanguage - Language.Oberon.AST.D:R:BlockLanguage - Language.Oberon.AST.D:R:StatementSequenceLanguage - Language.Oberon.AST.D:R:CaseLanguage - Language.Oberon.AST.D:R:CaseLabelsLanguage - Language.Oberon.AST.D:R:ConditionalBranchLanguage - Language.Oberon.AST.D:R:ElementLanguage - Language.Oberon.AST.D:R:IdentDefLanguage - Language.Oberon.AST.D:R:QualIdentLanguage - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.foldMap - Rank2.<$> - Rank2.coerce - Rank2.sequence - Rank2.traverse Warning: Language.Oberon.Grammar: could not find link destinations for: - Rank2.Foldable - Rank2.Functor - Rank2.Traversable - Rank2.Apply - Rank2.~> - Rank2.Applicative - Rank2.Distributive - Rank2.DistributiveTraversable - Rank2.pure - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.collect - Rank2.cotraverse - Rank2.distribute - Rank2.collectTraversable - Rank2.cotraverseTraversable - Rank2.distributeTraversable - Rank2.foldMap - Rank2.<$> - Rank2.coerce - Rank2.Logistic - Rank2.deliver - Rank2.sequence - Rank2.traverse - Language.Oberon.Grammar.BinOp Warning: Language.Oberon.ConstantFolder: could not find link destinations for: - Rank2.Foldable - Rank2.Functor - Rank2.Traversable - Rank2.Apply - Rank2.~> - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.foldMap - Rank2.<$> - Rank2.coerce - Rank2.sequence - Rank2.traverse - Language.Oberon.ConstantFolder.D:R:OriginConstantFold - Language.Oberon.ConstantFolder.Rep_SynCFDesignator - Language.Oberon.ConstantFolder.Rep_SynCFMod - Language.Oberon.ConstantFolder.Rep_SynCF - Language.Oberon.ConstantFolder.Rep_InhCF - Language.Oberon.ConstantFolder.Rep_InhCFRoot Warning: Language.Oberon.Reserializer: could not find link destinations for: - Rank2.Foldable - Rank2.Traversable - Language.Oberon.Reserializer.Parsed - Language.Oberon.Reserializer.D:R:DomainSerialization - Language.Oberon.Reserializer.D:R:CodomainSerialization - Language.Oberon.Reserializer.D:R:DomainPositionAdjustment - Language.Oberon.Reserializer.D:R:CodomainPositionAdjustment Warning: Language.Oberon.Resolver: could not find link destinations for: - Rank2.Functor - Language.Oberon.Resolver.BindableDeclaration - Language.Oberon.Resolver.CoFormalParameters - Language.Oberon.Resolver.Resolution - Language.Oberon.Resolver.Scope - Language.Oberon.Resolver.DeclarationRHS Warning: Language.Oberon.TypeChecker: could not find link destinations for: - Rank2.Apply - Rank2.~> - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Language.Oberon.TypeChecker.SynTCMod - Language.Oberon.TypeChecker.InhTC - Language.Oberon.TypeChecker.TypeCheck - Language.Oberon.TypeChecker.Environment - Language.Oberon.TypeChecker.LexicalPosition - Language.Oberon.TypeChecker.Type Documentation created: dist/doc/html/language-oberon/, dist/doc/html/language-oberon/language-oberon.txt Preprocessing executable 'parse' for language-oberon-0.3.4.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/language-oberon-0.3.4-1kML3f7A5DmCnEkAY7uvxW Installing executable parse in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed language-oberon-0.3.4 Downloading language-Modula2-0.1.5 Downloaded language-Modula2-0.1.5 Configuring language-Modula2-0.1.5... Preprocessing library for language-Modula2-0.1.5.. Building library for language-Modula2-0.1.5.. [ 1 of 11] Compiling Language.Modula2.Abstract ( src/Language/Modula2/Abstract.hs, dist/build/Language/Modula2/Abstract.o, dist/build/Language/Modula2/Abstract.dyn_o ) [ 2 of 11] Compiling Language.Modula2.AST ( src/Language/Modula2/AST.hs, dist/build/Language/Modula2/AST.o, dist/build/Language/Modula2/AST.dyn_o ) [ 3 of 11] Compiling Language.Modula2.Grammar ( src/Language/Modula2/Grammar.hs, dist/build/Language/Modula2/Grammar.o, dist/build/Language/Modula2/Grammar.dyn_o ) src/Language/Modula2/Grammar.hs:121:53: 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." | 121 | integer = lexicalToken (Abstract.integer . fst . head | ^^^^ src/Language/Modula2/Grammar.hs:125:58: 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." | 125 | <|> Abstract.charCode . fst . head . readOct . unpack | ^^^^ src/Language/Modula2/Grammar.hs:127: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." | 127 | real = Abstract.real . fst . head . readFloat . unpack | ^^^^ [ 4 of 11] Compiling Language.Modula2.ConstantFolder ( src/Language/Modula2/ConstantFolder.hs, dist/build/Language/Modula2/ConstantFolder.o, dist/build/Language/Modula2/ConstantFolder.dyn_o ) [ 5 of 11] Compiling Language.Modula2.ISO.Abstract ( src/Language/Modula2/ISO/Abstract.hs, dist/build/Language/Modula2/ISO/Abstract.o, dist/build/Language/Modula2/ISO/Abstract.dyn_o ) [ 6 of 11] Compiling Language.Modula2.ISO.AST ( src/Language/Modula2/ISO/AST.hs, dist/build/Language/Modula2/ISO/AST.o, dist/build/Language/Modula2/ISO/AST.dyn_o ) [ 7 of 11] Compiling Language.Modula2.ISO.ConstantFolder ( src/Language/Modula2/ISO/ConstantFolder.hs, dist/build/Language/Modula2/ISO/ConstantFolder.o, dist/build/Language/Modula2/ISO/ConstantFolder.dyn_o ) [ 8 of 11] Compiling Language.Modula2.ISO.Grammar ( src/Language/Modula2/ISO/Grammar.hs, dist/build/Language/Modula2/ISO/Grammar.o, dist/build/Language/Modula2/ISO/Grammar.dyn_o ) [ 9 of 11] Compiling Language.Modula2.Pretty ( src/Language/Modula2/Pretty.hs, dist/build/Language/Modula2/Pretty.o, dist/build/Language/Modula2/Pretty.dyn_o ) src/Language/Modula2/Pretty.hs:190:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for Language.Oberon.Abstract.moduleUnit, Language.Oberon.Abstract.moduleImport, Language.Oberon.Abstract.qualIdent, Language.Oberon.Abstract.getQualIdentNames, Language.Oberon.Abstract.exported, Language.Oberon.Abstract.forwardDeclaration, Language.Oberon.Abstract.procedureHeading, Language.Oberon.Abstract.arrayType, Language.Oberon.Abstract.recordType, Language.Oberon.Abstract.withStatement, Language.Oberon.Abstract.withAlternative, Language.Oberon.Abstract.is, Language.Oberon.Abstract.set, and Language.Oberon.Abstract.typeGuard " In the instance declaration for Language.Oberon.Abstract.Oberon Language | 190 | instance Language.Oberon.Abstract.Oberon Language where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 11] Compiling Language.Modula2.ISO.Pretty ( src/Language/Modula2/ISO/Pretty.hs, dist/build/Language/Modula2/ISO/Pretty.o, dist/build/Language/Modula2/ISO/Pretty.dyn_o ) src/Language/Modula2/ISO/Pretty.hs:171:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for Language.Oberon.Abstract.moduleUnit, Language.Oberon.Abstract.moduleImport, Language.Oberon.Abstract.qualIdent, Language.Oberon.Abstract.getQualIdentNames, Language.Oberon.Abstract.exported, Language.Oberon.Abstract.forwardDeclaration, Language.Oberon.Abstract.procedureHeading, Language.Oberon.Abstract.arrayType, Language.Oberon.Abstract.recordType, Language.Oberon.Abstract.withStatement, Language.Oberon.Abstract.withAlternative, Language.Oberon.Abstract.is, Language.Oberon.Abstract.set, and Language.Oberon.Abstract.typeGuard " In the instance declaration for Language.Oberon.Abstract.Oberon Language | 171 | instance Language.Oberon.Abstract.Oberon Language where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11 of 11] Compiling Language.Modula2 ( src/Language/Modula2.hs, dist/build/Language/Modula2.o, dist/build/Language/Modula2.dyn_o ) Preprocessing executable 'parse' for language-Modula2-0.1.5.. Building executable 'parse' for language-Modula2-0.1.5.. [1 of 1] Compiling Main ( app/Parse.hs, dist/build/parse/parse-tmp/Main.o ) [2 of 2] Linking dist/build/parse/parse Preprocessing library for language-Modula2-0.1.5.. Running Haddock on library for language-Modula2-0.1.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [ 1 of 11] Compiling Language.Modula2.Abstract ( src/Language/Modula2/Abstract.hs, /tmp/ghc18434_0/ghc_4.o, /tmp/ghc18434_0/ghc_4.dyn_o ) [ 2 of 11] Compiling Language.Modula2.AST ( src/Language/Modula2/AST.hs, /tmp/ghc18434_0/ghc_2.o, /tmp/ghc18434_0/ghc_2.dyn_o ) [ 3 of 11] Compiling Language.Modula2.Grammar ( src/Language/Modula2/Grammar.hs, /tmp/ghc18434_0/ghc_6.o, /tmp/ghc18434_0/ghc_6.dyn_o ) src/Language/Modula2/Grammar.hs:121:53: 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." | 121 | integer = lexicalToken (Abstract.integer . fst . head | ^^^^ src/Language/Modula2/Grammar.hs:125:58: 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." | 125 | <|> Abstract.charCode . fst . head . readOct . unpack | ^^^^ src/Language/Modula2/Grammar.hs:127: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." | 127 | real = Abstract.real . fst . head . readFloat . unpack | ^^^^ [ 4 of 11] Compiling Language.Modula2.ConstantFolder ( src/Language/Modula2/ConstantFolder.hs, nothing ) [ 5 of 11] Compiling Language.Modula2.ISO.Abstract ( src/Language/Modula2/ISO/Abstract.hs, /tmp/ghc18434_0/ghc_10.o, /tmp/ghc18434_0/ghc_10.dyn_o ) [ 6 of 11] Compiling Language.Modula2.ISO.AST ( src/Language/Modula2/ISO/AST.hs, /tmp/ghc18434_0/ghc_8.o, /tmp/ghc18434_0/ghc_8.dyn_o ) [ 7 of 11] Compiling Language.Modula2.ISO.ConstantFolder ( src/Language/Modula2/ISO/ConstantFolder.hs, nothing ) [ 8 of 11] Compiling Language.Modula2.ISO.Grammar ( src/Language/Modula2/ISO/Grammar.hs, nothing ) [ 9 of 11] Compiling Language.Modula2.Pretty ( src/Language/Modula2/Pretty.hs, nothing ) src/Language/Modula2/Pretty.hs:190:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for Language.Oberon.Abstract.moduleUnit, Language.Oberon.Abstract.moduleImport, Language.Oberon.Abstract.qualIdent, Language.Oberon.Abstract.getQualIdentNames, Language.Oberon.Abstract.exported, Language.Oberon.Abstract.forwardDeclaration, Language.Oberon.Abstract.procedureHeading, Language.Oberon.Abstract.arrayType, Language.Oberon.Abstract.recordType, Language.Oberon.Abstract.withStatement, Language.Oberon.Abstract.withAlternative, Language.Oberon.Abstract.is, Language.Oberon.Abstract.set, and Language.Oberon.Abstract.typeGuard " In the instance declaration for Language.Oberon.Abstract.Oberon Language | 190 | instance Language.Oberon.Abstract.Oberon Language where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 11] Compiling Language.Modula2.ISO.Pretty ( src/Language/Modula2/ISO/Pretty.hs, nothing ) src/Language/Modula2/ISO/Pretty.hs:171:10: warning: [GHC-06201] [-Wmissing-methods] " No explicit implementation for Language.Oberon.Abstract.moduleUnit, Language.Oberon.Abstract.moduleImport, Language.Oberon.Abstract.qualIdent, Language.Oberon.Abstract.getQualIdentNames, Language.Oberon.Abstract.exported, Language.Oberon.Abstract.forwardDeclaration, Language.Oberon.Abstract.procedureHeading, Language.Oberon.Abstract.arrayType, Language.Oberon.Abstract.recordType, Language.Oberon.Abstract.withStatement, Language.Oberon.Abstract.withAlternative, Language.Oberon.Abstract.is, Language.Oberon.Abstract.set, and Language.Oberon.Abstract.typeGuard " In the instance declaration for Language.Oberon.Abstract.Oberon Language | 171 | instance Language.Oberon.Abstract.Oberon Language where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [11 of 11] Compiling Language.Modula2 ( src/Language/Modula2.hs, nothing ) Haddock coverage: 75% ( 12 / 16) in 'Language.Modula2.Abstract' Missing documentation for: Ident IdentList BaseType ConstExpression Warning: Language.Modula2.AST: Could not find documentation for exported module: Language.Modula2.AST 11% ( 3 / 26) in 'Language.Modula2.AST' Missing documentation for: Module (src/Language/Modula2/AST.hs:250) Type (src/Language/Modula2/AST.hs:338) Expression (src/Language/Modula2/AST.hs:294) Statement (src/Language/Modula2/AST.hs:387) Designator (src/Language/Modula2/AST.hs:324) Declaration (src/Language/Modula2/AST.hs:268) FieldList (src/Language/Modula2/AST.hs:358) ProcedureHeading (src/Language/Modula2/AST.hs:380) Import (src/Language/Modula2/AST.hs:257) IdentDef (src/Language/Modula2/AST.hs:248) QualIdent (src/Language/Modula2/AST.hs:291) Variant (src/Language/Modula2/AST.hs:363) Export (src/Language/Modula2/AST.hs:258) Ident Value Element FormalParameters FPSection Block StatementSequence Case CaseLabels ConditionalBranch Warning: Language.Modula2.Grammar: Could not find documentation for exported module: Language.Modula2.Grammar 20% ( 3 / 15) in 'Language.Modula2.Grammar' Missing documentation for: Parser (src/Language/Modula2/Grammar.hs:30) moptional (src/Language/Modula2/Grammar.hs:323) delimiter (src/Language/Modula2/Grammar.hs:327) operator (src/Language/Modula2/Grammar.hs:328) NodeWrap (src/Language/Modula2/Grammar.hs:108) whiteSpace (src/Language/Modula2/Grammar.hs:315) wrap (src/Language/Modula2/Grammar.hs:319) modula2grammar (src/Language/Modula2/Grammar.hs:113) comment (src/Language/Modula2/Grammar.hs:309) reservedWords (src/Language/Modula2/Grammar.hs:331) Lexeme ParsedLexemes 20% ( 2 / 10) in 'Language.Modula2.ConstantFolder' Missing documentation for: ConstantFold Environment InhCF SynCF SynCFDesignator SynCFExp SynCFMod SynCFMod' 100% ( 2 / 2) in 'Language.Modula2.ISO.Abstract' 20% ( 2 / 10) in 'Language.Modula2.ISO.AST' Missing documentation for: Declaration (src/Language/Modula2/ISO/AST.hs:278) AddressedIdent (src/Language/Modula2/ISO/AST.hs:300) Type (src/Language/Modula2/ISO/AST.hs:307) Expression (src/Language/Modula2/ISO/AST.hs:328) Item (src/Language/Modula2/ISO/AST.hs:348) Variant (src/Language/Modula2/ISO/AST.hs:369) Block (src/Language/Modula2/ISO/AST.hs:380) Statement (src/Language/Modula2/ISO/AST.hs:394) 50% ( 2 / 4) in 'Language.Modula2.ISO.ConstantFolder' Missing documentation for: ConstantFold Environment 50% ( 4 / 8) in 'Language.Modula2.ISO.Grammar' Missing documentation for: Parser (src/Language/Modula2/ISO/Grammar.hs:32) ISOGrammar (src/Language/Modula2/ISO/Grammar.hs:80) modula2ISOgrammar (src/Language/Modula2/ISO/Grammar.hs:83) reservedWords (src/Language/Modula2/ISO/Grammar.hs:135) 100% ( 1 / 1) in 'Language.Modula2.Pretty' 100% ( 1 / 1) in 'Language.Modula2.ISO.Pretty' 87% ( 7 / 8) in 'Language.Modula2' Missing documentation for: Version (src/Language/Modula2.hs:65) Warning: Language.Modula2.Abstract: could not find link destinations for: - Language.Oberon.Abstract.D:R:BlockWirthySubsetOf - Language.Oberon.Abstract.D:R:CaseLabelsWirthySubsetOf - Language.Oberon.Abstract.D:R:CaseWirthySubsetOf - Language.Oberon.Abstract.D:R:ConditionalBranchWirthySubsetOf - Language.Oberon.Abstract.D:R:DeclarationWirthySubsetOf - Language.Oberon.Abstract.D:R:DesignatorWirthySubsetOf - Language.Oberon.Abstract.D:R:ElementWirthySubsetOf - Language.Oberon.Abstract.D:R:ExpressionWirthySubsetOf - Language.Oberon.Abstract.D:R:FPSectionWirthySubsetOf - Language.Oberon.Abstract.D:R:FieldListWirthySubsetOf - Language.Oberon.Abstract.D:R:FormalParametersWirthySubsetOf - Language.Oberon.Abstract.D:R:IdentDefWirthySubsetOf - Language.Oberon.Abstract.D:R:ImportWirthySubsetOf - Language.Oberon.Abstract.D:R:ModuleWirthySubsetOf - Language.Oberon.Abstract.D:R:ProcedureHeadingWirthySubsetOf - Language.Oberon.Abstract.D:R:QualIdentWirthySubsetOf - Language.Oberon.Abstract.D:R:StatementSequenceWirthySubsetOf - Language.Oberon.Abstract.D:R:StatementWirthySubsetOf - Language.Oberon.Abstract.D:R:TypeWirthySubsetOf - Language.Oberon.Abstract.D:R:ValueWirthySubsetOf - Language.Oberon.Abstract.D:R:WithAlternativeWirthySubsetOf - Language.Modula2.Abstract.D:R:ExportWirthySubsetOf - Language.Modula2.Abstract.D:R:DefinitionWirthySubsetOf - Language.Modula2.Abstract.D:R:VariantWirthySubsetOf - Language.Oberon.AST.D:R:BlockLanguage - Language.Oberon.AST.D:R:CaseLabelsLanguage - Language.Oberon.AST.D:R:CaseLanguage - Language.Oberon.AST.D:R:ConditionalBranchLanguage - Language.Oberon.AST.D:R:DeclarationLanguage - Language.Oberon.AST.D:R:DesignatorLanguage - Language.Oberon.AST.D:R:ElementLanguage - Language.Oberon.AST.D:R:ExpressionLanguage - Language.Oberon.AST.D:R:FPSectionLanguage - Language.Oberon.AST.D:R:FieldListLanguage - Language.Oberon.AST.D:R:FormalParametersLanguage - Language.Oberon.AST.D:R:IdentDefLanguage - Language.Oberon.AST.D:R:ImportLanguage - Language.Oberon.AST.D:R:ModuleLanguage - Language.Oberon.AST.D:R:ProcedureHeadingLanguage - Language.Oberon.AST.D:R:QualIdentLanguage - Language.Oberon.AST.D:R:StatementLanguage - Language.Oberon.AST.D:R:StatementSequenceLanguage - Language.Oberon.AST.D:R:TargetClassLanguage - Language.Oberon.AST.D:R:TypeLanguage - Language.Oberon.AST.D:R:ValueLanguage - Language.Modula2.AST.D:R:ExportLanguage - Language.Modula2.AST.D:R:DefinitionLanguage - Language.Modula2.AST.D:R:VariantLanguage - Language.Modula2.AST.D:R:TargetClassLanguage - Language.Modula2.AST.D:R:ModuleLanguage - Language.Modula2.AST.D:R:DeclarationLanguage - Language.Modula2.AST.D:R:TypeLanguage - Language.Modula2.AST.D:R:StatementLanguage - Language.Modula2.AST.D:R:ExpressionLanguage - Language.Modula2.AST.D:R:ValueLanguage - Language.Modula2.AST.D:R:DesignatorLanguage - Language.Modula2.AST.D:R:ImportLanguage - Language.Modula2.AST.D:R:FieldListLanguage - Language.Modula2.AST.D:R:ProcedureHeadingLanguage - Language.Modula2.AST.D:R:FormalParametersLanguage - Language.Modula2.AST.D:R:FPSectionLanguage - Language.Modula2.AST.D:R:BlockLanguage - Language.Modula2.AST.D:R:StatementSequenceLanguage - Language.Modula2.AST.D:R:CaseLanguage - Language.Modula2.AST.D:R:CaseLabelsLanguage - Language.Modula2.AST.D:R:ConditionalBranchLanguage - Language.Modula2.AST.D:R:ElementLanguage - Language.Modula2.AST.D:R:IdentDefLanguage - Language.Modula2.AST.D:R:QualIdentLanguage - Language.Modula2.ISO.Abstract.D:R:AddressedIdentWirthySubsetOf - Language.Modula2.ISO.Abstract.D:R:ItemWirthySubsetOf - Language.Modula2.ISO.AST.D:R:ExportLanguage - Language.Modula2.ISO.AST.D:R:DefinitionLanguage - Language.Modula2.ISO.AST.D:R:VariantLanguage - Language.Modula2.ISO.AST.D:R:TargetClassLanguage - Language.Modula2.ISO.AST.D:R:ModuleLanguage - Language.Modula2.ISO.AST.D:R:DeclarationLanguage - Language.Modula2.ISO.AST.D:R:TypeLanguage - Language.Modula2.ISO.AST.D:R:StatementLanguage - Language.Modula2.ISO.AST.D:R:ExpressionLanguage - Language.Modula2.ISO.AST.D:R:DesignatorLanguage - Language.Modula2.ISO.AST.D:R:ValueLanguage - Language.Modula2.ISO.AST.D:R:ImportLanguage - Language.Modula2.ISO.AST.D:R:FieldListLanguage - Language.Modula2.ISO.AST.D:R:ProcedureHeadingLanguage - Language.Modula2.ISO.AST.D:R:FormalParametersLanguage - Language.Modula2.ISO.AST.D:R:FPSectionLanguage - Language.Modula2.ISO.AST.D:R:BlockLanguage - Language.Modula2.ISO.AST.D:R:StatementSequenceLanguage - Language.Modula2.ISO.AST.D:R:CaseLanguage - Language.Modula2.ISO.AST.D:R:CaseLabelsLanguage - Language.Modula2.ISO.AST.D:R:ConditionalBranchLanguage - Language.Modula2.ISO.AST.D:R:ElementLanguage - Language.Modula2.ISO.AST.D:R:IdentDefLanguage - Language.Modula2.ISO.AST.D:R:QualIdentLanguage Warning: Language.Modula2.AST: could not find link destinations for: - Rank2.Apply - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.Foldable - Rank2.foldMap - Rank2.Functor - Rank2.<$> - Rank2.coerce - Rank2.Traversable - Rank2.sequence - Rank2.traverse - Rank2.~> - Language.Modula2.AST.D:R:ExportLanguage - Language.Modula2.AST.D:R:DefinitionLanguage - Language.Modula2.AST.D:R:VariantLanguage - Language.Modula2.AST.D:R:TargetClassLanguage - Language.Modula2.AST.D:R:ModuleLanguage - Language.Modula2.AST.D:R:DeclarationLanguage - Language.Modula2.AST.D:R:TypeLanguage - Language.Modula2.AST.D:R:StatementLanguage - Language.Modula2.AST.D:R:ExpressionLanguage - Language.Modula2.AST.D:R:ValueLanguage - Language.Modula2.AST.D:R:DesignatorLanguage - Language.Modula2.AST.D:R:ImportLanguage - Language.Modula2.AST.D:R:FieldListLanguage - Language.Modula2.AST.D:R:ProcedureHeadingLanguage - Language.Modula2.AST.D:R:FormalParametersLanguage - Language.Modula2.AST.D:R:FPSectionLanguage - Language.Modula2.AST.D:R:BlockLanguage - Language.Modula2.AST.D:R:StatementSequenceLanguage - Language.Modula2.AST.D:R:CaseLanguage - Language.Modula2.AST.D:R:CaseLabelsLanguage - Language.Modula2.AST.D:R:ConditionalBranchLanguage - Language.Modula2.AST.D:R:ElementLanguage - Language.Modula2.AST.D:R:IdentDefLanguage - Language.Modula2.AST.D:R:QualIdentLanguage - Language.Modula2.ConstantFolder.Placed - Language.Modula2.Pretty.D:R:WithAlternativeLanguage - Language.Oberon.Resolver.BindableDeclaration - Language.Oberon.Resolver.Resolution - Language.Oberon.Resolver.DeclarationRHS - Language.Oberon.TypeChecker.TypeCheck - Language.Oberon.TypeChecker.InhTC - Language.Oberon.TypeChecker.SynTC - Language.Oberon.TypeChecker.SynTCMod - Language.Oberon.TypeChecker.InhTCDecl - Language.Oberon.TypeChecker.InhTCExp - Language.Oberon.TypeChecker.SynTCExp - Language.Oberon.TypeChecker.Type - Language.Oberon.TypeChecker.SynTCSec - Language.Oberon.TypeChecker.SynTCSig - Language.Oberon.TypeChecker.SynTCType Warning: Language.Modula2.Grammar: could not find link destinations for: - Rank2.Applicative - Rank2.pure - Rank2.Apply - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.Distributive - Rank2.collect - Rank2.cotraverse - Rank2.distribute - Rank2.DistributiveTraversable - Rank2.collectTraversable - Rank2.cotraverseTraversable - Rank2.distributeTraversable - Rank2.Foldable - Rank2.foldMap - Rank2.Functor - Rank2.<$> - Rank2.coerce - Rank2.Logistic - Rank2.deliver - Rank2.Traversable - Rank2.sequence - Rank2.traverse - Rank2.~> - Language.Oberon.Reserializer.Parsed - Language.Oberon.Resolver.BindableDeclaration - Language.Oberon.Resolver.Resolution - Language.Oberon.Resolver.DeclarationRHS - Language.Oberon.Resolver.CoFormalParameters - Language.Oberon.Resolver.Resolvable - Language.Oberon.Resolver.Readable Warning: Language.Modula2.ConstantFolder: could not find link destinations for: - Language.Oberon.ConstantFolder.D:R:OriginConstantFold - Language.Oberon.ConstantFolder.Rep_InhCF - Language.Oberon.ConstantFolder.Rep_SynCF - Language.Oberon.ConstantFolder.Rep_SynCFDesignator - Language.Oberon.ConstantFolder.Rep_SynCFMod - Language.Modula2.ConstantFolder.Placed Warning: Language.Modula2.ISO.Abstract: could not find link destinations for: - Language.Modula2.ISO.Abstract.D:R:AddressedIdentWirthySubsetOf - Language.Modula2.ISO.Abstract.D:R:ItemWirthySubsetOf - Language.Modula2.ISO.AST.D:R:AddressedIdentLanguage - Language.Modula2.ISO.AST.D:R:ItemLanguage Warning: Language.Modula2.ISO.AST: could not find link destinations for: - Rank2.Apply - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.Foldable - Rank2.foldMap - Rank2.Functor - Rank2.<$> - Rank2.coerce - Rank2.Traversable - Rank2.sequence - Rank2.traverse - Rank2.~> - Language.Modula2.ISO.AST.D:R:AddressedIdentLanguage - Language.Modula2.ISO.AST.D:R:ItemLanguage - Language.Modula2.ISO.AST.D:R:ExportLanguage - Language.Modula2.ISO.AST.D:R:DefinitionLanguage - Language.Modula2.ISO.AST.D:R:VariantLanguage - Language.Modula2.ISO.AST.D:R:TargetClassLanguage - Language.Modula2.ISO.AST.D:R:ModuleLanguage - Language.Modula2.ISO.AST.D:R:DeclarationLanguage - Language.Modula2.ISO.AST.D:R:TypeLanguage - Language.Modula2.ISO.AST.D:R:StatementLanguage - Language.Modula2.ISO.AST.D:R:ExpressionLanguage - Language.Modula2.ISO.AST.D:R:DesignatorLanguage - Language.Modula2.ISO.AST.D:R:ValueLanguage - Language.Modula2.ISO.AST.D:R:ImportLanguage - Language.Modula2.ISO.AST.D:R:FieldListLanguage - Language.Modula2.ISO.AST.D:R:ProcedureHeadingLanguage - Language.Modula2.ISO.AST.D:R:FormalParametersLanguage - Language.Modula2.ISO.AST.D:R:FPSectionLanguage - Language.Modula2.ISO.AST.D:R:BlockLanguage - Language.Modula2.ISO.AST.D:R:StatementSequenceLanguage - Language.Modula2.ISO.AST.D:R:CaseLanguage - Language.Modula2.ISO.AST.D:R:CaseLabelsLanguage - Language.Modula2.ISO.AST.D:R:ConditionalBranchLanguage - Language.Modula2.ISO.AST.D:R:ElementLanguage - Language.Modula2.ISO.AST.D:R:IdentDefLanguage - Language.Modula2.ISO.AST.D:R:QualIdentLanguage - Language.Modula2.ISO.Pretty.D:R:WithAlternativeLanguage Warning: Language.Modula2.ISO.ConstantFolder: could not find link destinations for: - Language.Oberon.ConstantFolder.D:R:OriginConstantFold - Language.Modula2.ConstantFolder.Placed Warning: Language.Modula2.ISO.Grammar: could not find link destinations for: - Rank2.Applicative - Rank2.pure - Rank2.Apply - Rank2.<*> - Rank2.liftA2 - Rank2.liftA3 - Rank2.Distributive - Rank2.collect - Rank2.cotraverse - Rank2.distribute - Rank2.DistributiveTraversable - Rank2.collectTraversable - Rank2.cotraverseTraversable - Rank2.distributeTraversable - Rank2.Foldable - Rank2.foldMap - Rank2.Functor - Rank2.<$> - Rank2.coerce - Rank2.Logistic - Rank2.deliver - Rank2.Traversable - Rank2.sequence - Rank2.traverse - Rank2.~> Warning: Language.Modula2.Pretty: could not find link destinations for: - Language.Modula2.Pretty.D:R:WithAlternativeLanguage Warning: Language.Modula2.ISO.Pretty: could not find link destinations for: - Language.Modula2.ISO.Pretty.D:R:WithAlternativeLanguage Warning: Language.Modula2: could not find link destinations for: - Rank2.Functor Documentation created: dist/doc/html/language-Modula2/, dist/doc/html/language-Modula2/language-Modula2.txt Preprocessing executable 'parse' for language-Modula2-0.1.5.. Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/language-Modula2-0.1.5-2M0k9m8Oy0JBBkcYlmdbUo Installing executable parse in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin Warning: The directory /var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system search path. Completed language-Modula2-0.1.5