Build #1 for generic-lens-2.3.0.0

[all reports]

Package generic-lens-2.3.0.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-08-27 19:11:42.199302231 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, generic-lens-core-2.3.0.0, profunctors-5.6.3
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
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 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 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 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 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:
    <? (src/Data/Generics/Product/Internal/Positions.hs:190)
    Size (src/Data/Generics/Product/Internal/Positions.hs:178)
    Context (src/Data/Generics/Product/Internal/Positions.hs:68)
    Context_ (src/Data/Generics/Product/Internal/Positions.hs:79)
    Context' (src/Data/Generics/Product/Internal/Positions.hs:55)
    Context0 (src/Data/Generics/Product/Internal/Positions.hs:85)
    derived0 (src/Data/Generics/Product/Internal/Positions.hs:100)
    derived' (src/Data/Generics/Product/Internal/Positions.hs:104)
  25% (  1 /  4) in 'Data.Generics.Product.Internal.Subtype'
  Missing documentation for:
    Context (src/Data/Generics/Product/Internal/Subtype.hs:48)
    GSmash (src/Data/Generics/Product/Internal/Subtype.hs:110)
    GUpcast (src/Data/Generics/Product/Internal/Subtype.hs:89)
  22% ( 14 / 62) in 'Data.GenericLens.Internal'
  Missing documentation for:
    Param (src/Data/Generics/Internal/GenericN.hs:36)
    GenericN (src/Data/Generics/Internal/GenericN.hs:47)
    Rec (src/Data/Generics/Internal/GenericN.hs:45)
    RepN (src/Data/Generics/Internal/GenericN.hs:51)
    Iso (src/Data/Generics/Internal/Profunctor/Iso.hs:31)
    kIso (src/Data/Generics/Internal/Profunctor/Iso.hs:47)
    sumIso (src/Data/Generics/Internal/Profunctor/Iso.hs:55)
    Iso' (src/Data/Generics/Internal/Profunctor/Iso.hs:34)
    iso (src/Data/Generics/Internal/Profunctor/Iso.hs:76)
    recIso (src/Data/Generics/Internal/Profunctor/Iso.hs:51)
    prodIso (src/Data/Generics/Internal/Profunctor/Iso.hs:63)
    assoc3 (src/Data/Generics/Internal/Profunctor/Iso.hs:66)
    fromIso (src/Data/Generics/Internal/Profunctor/Iso.hs:72)
    withIso (src/Data/Generics/Internal/Profunctor/Iso.hs:80)
    pairing (src/Data/Generics/Internal/Profunctor/Iso.hs:84)
    swap (src/Data/Generics/Internal/Profunctor/Lens.hs:128)
    Lens (src/Data/Generics/Internal/Profunctor/Lens.hs:30)
    choosing (src/Data/Generics/Internal/Profunctor/Lens.hs:102)
    view (src/Data/Generics/Internal/Profunctor/Lens.hs:49)
    LensLike (src/Data/Generics/Internal/Profunctor/Lens.hs:33)
    ravel (src/Data/Generics/Internal/Profunctor/Lens.hs:38)
    ALens (src/Data/Generics/Internal/Profunctor/Lens.hs:117)
    idLens (src/Data/Generics/Internal/Profunctor/Lens.hs:62)
    lens (src/Data/Generics/Internal/Profunctor/Lens.hs:112)
    withLensPrim (src/Data/Generics/Internal/Profunctor/Lens.hs:57)
    fork (src/Data/Generics/Internal/Profunctor/Lens.hs:76)
    Coyoneda (src/Data/Generics/Internal/Profunctor/Lens.hs:80)
    inj (src/Data/Generics/Internal/Profunctor/Lens.hs:87)
    proj (src/Data/Generics/Internal/Profunctor/Lens.hs:90)
    ?? (src/Data/Generics/Internal/Profunctor/Lens.hs:93)
    assoc3L (src/Data/Generics/Internal/Profunctor/Lens.hs:96)
    stron (src/Data/Generics/Internal/Profunctor/Lens.hs:99)
    build (src/Data/Generics/Internal/Profunctor/Prism.hs:54)
    left (src/Data/Generics/Internal/Profunctor/Prism.hs:36)
    right (src/Data/Generics/Internal/Profunctor/Prism.hs:39)
    match (src/Data/Generics/Internal/Profunctor/Prism.hs:57)
    APrism (src/Data/Generics/Internal/Profunctor/Prism.hs:28)
    Prism (src/Data/Generics/Internal/Profunctor/Prism.hs:30)
    Prism' (src/Data/Generics/Internal/Profunctor/Prism.hs:33)
    prism (src/Data/Generics/Internal/Profunctor/Prism.hs:42)
    gsum (src/Data/Generics/Internal/Profunctor/Prism.hs:80)
    _Left (src/Data/Generics/Internal/Profunctor/Prism.hs:45)
    _Right (src/Data/Generics/Internal/Profunctor/Prism.hs:48)
    prismPRavel (src/Data/Generics/Internal/Profunctor/Prism.hs:51)
    prism2prismp (src/Data/Generics/Internal/Profunctor/Prism.hs:74)
    idPrism (src/Data/Generics/Internal/Profunctor/Prism.hs:77)
    withPrism (src/Data/Generics/Internal/Profunctor/Prism.hs:70)
    without' (src/Data/Generics/Internal/Profunctor/Prism.hs:63)
   0% (  0 /  3) in 'Data.Generics.Product.Internal.Typed'
  Missing documentation for:
    Module header
    Context (src/Data/Generics/Product/Internal/Typed.hs:30)
    derived (src/Data/Generics/Product/Internal/Typed.hs:39)
Warning: 'typesUsing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'types' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  22% (  4 / 18) in 'Data.Generics.Product.Internal.Types'
  Missing documentation for:
    Module header
    ChildrenDefault (src/Data/Generics/Product/Internal/Types.hs:65)
    ChildrenGeneric (src/Data/Generics/Product/Internal/Types.hs:90)
    Interesting (src/Data/Generics/Product/Internal/Types.hs:97)
    NoChildren (src/Data/Generics/Product/Internal/Types.hs:101)
    Interesting' (src/Data/Generics/Product/Internal/Types.hs:109)
    InterestingUnless (src/Data/Generics/Product/Internal/Types.hs:116)
    InterestingOr (src/Data/Generics/Product/Internal/Types.hs:126)
    Elem (src/Data/Generics/Product/Internal/Types.hs:132)
    IsNothing (src/Data/Generics/Product/Internal/Types.hs:137)
    HasTypes (src/Data/Generics/Product/Internal/Types.hs:147)
    Void (src/Data/Generics/Product/Internal/Types.hs:160)
    HasTypesOpt (src/Data/Generics/Product/Internal/Types.hs:228)
    GHasTypes (src/Data/Generics/Product/Internal/Types.hs:240)
   0% (  0 /  3) in 'Data.Generics.Product.Internal.Param'
  Missing documentation for:
    Module header
    Context (src/Data/Generics/Product/Internal/Param.hs:27)
    derived (src/Data/Generics/Product/Internal/Param.hs:46)
Warning: 'AsConstructor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  25% (  2 /  8) in 'Data.Generics.Sum.Internal.Constructors'
  Missing documentation for:
    GAsConstructor' (src/Data/Generics/Sum/Internal/Constructors.hs:111)
    Context' (src/Data/Generics/Sum/Internal/Constructors.hs:56)
    Context (src/Data/Generics/Sum/Internal/Constructors.hs:60)
    Context_ (src/Data/Generics/Sum/Internal/Constructors.hs:71)
    Context0 (src/Data/Generics/Sum/Internal/Constructors.hs:82)
    derived0 (src/Data/Generics/Sum/Internal/Constructors.hs:53)
Warning: 'AsType' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  2 /  4) in 'Data.Generics.Sum.Internal.Typed'
  Missing documentation for:
    Context (src/Data/Generics/Sum/Internal/Typed.hs:43)
    derived (src/Data/Generics/Sum/Internal/Typed.hs:53)
Warning: 'AsSubtype' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  1 /  3) in 'Data.Generics.Sum.Internal.Subtype'
  Missing documentation for:
    Context (src/Data/Generics/Sum/Internal/Subtype.hs:43)
    derived (src/Data/Generics/Sum/Internal/Subtype.hs:50)
Warning: Data.Generics.Internal.Errors: could not find link destinations for: 
	- Data.Generics.Internal.Errors.Any
	- Data.Generics.Internal.Errors.Void
	- Data.Generics.Internal.Errors.Void1
	- Data.Generics.Internal.Errors.PrettyLines
Warning: Data.Generics.Internal.Families.Changing: could not find link destinations for: 
	- Data.Generics.Internal.Families.Changing.IfEq
	- Data.Generics.Internal.Families.Changing.MaybeAdd
	- Data.Generics.Internal.Families.Changing.ReplaceArgs
	- Data.Generics.Internal.Families.Changing.Unify
	- Data.Generics.Internal.Families.Changing.Indexed'
Warning: Data.Generics.Internal.Wrapped: could not find link destinations for: 
	- Data.Generics.Internal.Wrapped.GWrapped
	- Data.Generics.Internal.Wrapped.ErrorUnlessOnlyOne
Warning: Data.Generics.Product.Internal.GLens: could not find link destinations for: 
	- Data.Generics.Product.Internal.GLens.GProductLens
	- Data.Generics.Product.Internal.GLens.Pred
Warning: Data.Generics.Product.Internal.HList: could not find link destinations for: 
	- Data.Generics.Product.Internal.HList.Appending
Warning: Data.Generics.Internal.Families.Has: could not find link destinations for: 
	- Data.Generics.Internal.Families.Has.Alt
	- Data.Generics.Internal.Families.Has.Both
Warning: Data.Generics.Internal.Families.Collect: could not find link destinations for: 
	- Data.Generics.Internal.Families.Collect.Sub'
	- Data.Generics.Internal.Families.Collect.Merge
	- Data.Generics.Internal.Families.Collect.CountField
	- Data.Generics.Internal.Families.Collect.CountType
	- Data.Generics.Internal.Families.Collect.MergeStat
	- Data.Generics.Internal.Families.Collect.AddToStat
	- Data.Generics.Internal.Families.Collect.EmptyStat
Warning: Data.Generics.Product.Internal.Fields: could not find link destinations for: 
	- Data.Generics.Product.Internal.Fields.HasTotalFieldPSym
	- Data.Generics.Product.Internal.Fields.ErrorUnless
Warning: Data.Generics.Product.Internal.Positions: could not find link destinations for: 
	- Data.Generics.Product.Internal.Positions.Min
	- Data.Generics.Product.Internal.Positions.Fst
	- Data.Generics.Product.Internal.Positions.Traverse
	- Data.Generics.Product.Internal.Positions.G
	- Data.Generics.Product.Internal.Positions.HasTotalPositionPSym
	- Data.Generics.Product.Internal.Positions.ErrorUnless
Warning: Data.Generics.Product.Internal.Subtype: could not find link destinations for: 
	- Data.Generics.Product.Internal.Subtype.HasTotalFieldPSym
	- Data.Generics.Product.Internal.Subtype.GSmashLeaf
	- Data.Generics.Product.Internal.Subtype.CustomError
Warning: Data.GenericLens.Internal: could not find link destinations for: 
	- Data.Generics.Internal.GenericN.Indexed
	- Data.Generics.Internal.GenericN.D:R:ParamTYPETYPEna0
	- Data.Generics.Internal.GenericN.R:RepNa
Warning: Data.Generics.Product.Internal.Typed: could not find link destinations for: 
	- Data.Generics.Product.Internal.Typed.HasTotalTypePSym
	- Data.Generics.Product.Internal.Typed.ErrorUnlessOne
Warning: Data.Generics.Product.Internal.Types: could not find link destinations for: 
	- Data.Generics.Internal.VL.Traversal.Traversal
	- Data.Generics.Internal.VL.Traversal.Traversal'
Warning: Data.Generics.Product.Internal.Param: could not find link destinations for: 
	- Data.Generics.Internal.VL.Traversal.Traversal
	- Data.Generics.Product.Internal.Param.Error
Warning: Data.Generics.Sum.Internal.Constructors: could not find link destinations for: 
	- Data.Generics.Sum.Internal.Constructors.GSumAsConstructor
	- Data.Generics.Sum.Internal.Constructors.ErrorUnless
Warning: Data.Generics.Sum.Internal.Typed: could not find link destinations for: 
	- Data.Generics.Sum.Internal.Typed.GSumAsType
	- Data.Generics.Sum.Internal.Typed.ErrorUnlessOne
Warning: Data.Generics.Sum.Internal.Subtype: could not find link destinations for: 
	- Data.Generics.Sum.Internal.Subtype.GAsSubtype
Documentation created: dist/doc/html/generic-lens-core/,
dist/doc/html/generic-lens-core/generic-lens-core.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generic-lens-core-2.3.0.0-6u07ABm5rmd5BxwSHQqlKk
Completed    generic-lens-core-2.3.0.0
Configuring distributive-0.6.2.1...
Preprocessing library for distributive-0.6.2.1..
Building library for distributive-0.6.2.1..
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o, dist/build/Data/Distributive.dyn_o )

src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
    The prefix use of a $ would denote an untyped splice
      were the TemplateHaskell extension enabled.
    Suggested fix: Add whitespace after the $.
    |
157 |   distribute a e = fmap ($e) a
    |                          ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o, dist/build/Data/Distributive/Generic.dyn_o )
Preprocessing library for distributive-0.6.2.1..
Running Haddock on library for distributive-0.6.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, nothing )

src/Data/Distributive.hs:157:26: warning: [GHC-47082] [-Woperator-whitespace-ext-conflict]
    The prefix use of a $ would denote an untyped splice
      were the TemplateHaskell extension enabled.
    Suggested fix: Add whitespace after the $.
    |
157 |   distribute a e = fmap ($e) a
    |                          ^
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, nothing )
Haddock coverage:
Warning: 'Representable' 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: '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
 100% (  4 /  4) in 'Data.Distributive'
  75% (  3 /  4) in 'Data.Distributive.Generic'
  Missing documentation for:
    GDistributive (src/Data/Distributive/Generic.hs:51)
Documentation created: dist/doc/html/distributive/,
dist/doc/html/distributive/distributive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/distributive-0.6.2.1-LYGC3cC7tAvDF84yagGUZw
Completed    distributive-0.6.2.1
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 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 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
Downloading  generic-lens-2.3.0.0
Downloaded   generic-lens-2.3.0.0
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

Test log

[view raw]

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