Build #1 for hackage-cli-0.1.0.4

[all reports]

Package hackage-cli-0.1.0.4
Install DependencyFailed hackage-cli-0.1.0.4
Docs NotTried
Tests NotTried
Time submitted 2025-08-30 10:07:30.911222732 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies Cabal-3.10.3.0, base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, mtl-2.3.1, pretty-1.1.3.6, Cabal-3.10.3.0, aeson-2.2.3.0, base-4.19.2.0, base-compat-0.14.1, bytestring-0.12.1.0, containers-0.6.8, deepseq-1.5.1.0, directory-1.3.8.5, filepath-1.4.301.0, http-io-streams-0.1.7.2, io-streams-1.5.2.2, microlens-0.4.14.0, microlens-mtl-0.2.1.0, microlens-th-0.4.3.17, mtl-2.3.1, netrc-0.2.0.1, optparse-applicative-0.19.0.0, process-extras-0.7.4, stringsearch-0.3.6.6, tagsoup-0.14.8, tar-0.6.4.0, text-2.1.1, time-1.12.2, zlib-0.7.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring OneTuple-0.4.2...
Preprocessing library for OneTuple-0.4.2..
Building library for OneTuple-0.4.2..
[1 of 3] Compiling Data.Tuple.Solo  ( src/Data/Tuple/Solo.hs, dist/build/Data/Tuple/Solo.o, dist/build/Data/Tuple/Solo.dyn_o )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, dist/build/Data/Tuple/OneTuple.o, dist/build/Data/Tuple/OneTuple.dyn_o )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, dist/build/Data/Tuple/Solo/TH.o, dist/build/Data/Tuple/Solo/TH.dyn_o )
Preprocessing library for OneTuple-0.4.2..
Running Haddock on library for OneTuple-0.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Tuple.Solo  ( src/Data/Tuple/Solo.hs, nothing )
[2 of 3] Compiling Data.Tuple.OneTuple ( src/Data/Tuple/OneTuple.hs, nothing )
[3 of 3] Compiling Data.Tuple.Solo.TH ( src/Data/Tuple/Solo/TH.hs, nothing )
Haddock coverage:
Warning: 'Solo' is ambiguous. It is defined
    * in GHC.Tuple
    * in GHC.Tuple.Prim
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Tuple.Prim
 100% (  3 /  3) in 'Data.Tuple.Solo'
  25% (  1 /  4) in 'Data.Tuple.OneTuple'
  Missing documentation for:
    OneTuple (src/Data/Tuple/OneTuple.hs:21)
    OneTuple (src/Data/Tuple/OneTuple.hs:30)
    only (src/Data/Tuple/OneTuple.hs:24)
Warning: 'Solo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  1 /  2) in 'Data.Tuple.Solo.TH'
  Missing documentation for:
    tupE
Warning: Data.Tuple.Solo: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/OneTuple/,
dist/doc/html/OneTuple/OneTuple.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/OneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz
Completed    OneTuple-0.4.2
Configuring StateVar-1.2.2...
Preprocessing library for StateVar-1.2.2..
Building library for StateVar-1.2.2..
[1 of 1] Compiling Data.StateVar    ( src/Data/StateVar.hs, dist/build/Data/StateVar.o, dist/build/Data/StateVar.dyn_o )

src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
220 |   default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                 ^

src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
226 |   default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                  ^

src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                ^

src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                      ^
Preprocessing library for StateVar-1.2.2..
Running Haddock on library for StateVar-1.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.StateVar    ( src/Data/StateVar.hs, nothing )

src/Data/StateVar.hs:220:33: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
220 |   default ($~) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                 ^

src/Data/StateVar.hs:226:34: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
226 |   default ($~!) :: (MonadIO m, a ~ b, HasGetter t a) => t -> (a -> b) -> m ()
    |                                  ^

src/Data/StateVar.hs:230:32: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
230 | defaultUpdate :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                ^

src/Data/StateVar.hs:235:38: warning: [GHC-58520] [-Wtype-equality-requires-operators]
    The use of ~ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators
    |
235 | defaultUpdateStrict :: (MonadIO m, a ~ b, HasGetter t a, HasSetter t a) => t -> (a -> b) -> m ()
    |                                      ^
Haddock coverage:
Warning: 'StateVar' is ambiguous. It is defined
    * at src/Data/StateVar.hs:125:19
    * at src/Data/StateVar.hs:125:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/StateVar.hs:125:1
Warning: 'SettableStateVar' is ambiguous. It is defined
    * at src/Data/StateVar.hs:148:30
    * at src/Data/StateVar.hs:148:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/StateVar.hs:148:1
 100% ( 15 / 15) in 'Data.StateVar'
Documentation created: dist/doc/html/StateVar/,
dist/doc/html/StateVar/StateVar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/StateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ
Completed    StateVar-1.2.2
Configuring assoc-1.1.1...
Preprocessing library for assoc-1.1.1..
Building library for assoc-1.1.1..
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, dist/build/Data/Bifunctor/Assoc.o, dist/build/Data/Bifunctor/Assoc.dyn_o )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, dist/build/Data/Bifunctor/Swap.o, dist/build/Data/Bifunctor/Swap.dyn_o )
Preprocessing library for assoc-1.1.1..
Running Haddock on library for assoc-1.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Bifunctor.Assoc ( src/Data/Bifunctor/Assoc.hs, nothing )
[2 of 2] Compiling Data.Bifunctor.Swap ( src/Data/Bifunctor/Swap.hs, nothing )
Haddock coverage:
  50% (  1 /  2) in 'Data.Bifunctor.Assoc'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Bifunctor.Swap'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/assoc/, dist/doc/html/assoc/assoc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/assoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj
Completed    assoc-1.1.1
Configuring atomic-counter-0.1.2.3...
Preprocessing library for atomic-counter-0.1.2.3..
Building library for atomic-counter-0.1.2.3..
[1 of 4] Compiling Control.Concurrent.Counter.Unlifted ( src/Control/Concurrent/Counter/Unlifted.hs, dist/build/Control/Concurrent/Counter/Unlifted.o, dist/build/Control/Concurrent/Counter/Unlifted.dyn_o )
[2 of 4] Compiling Control.Concurrent.Counter.Lifted.ST ( src/Control/Concurrent/Counter/Lifted/ST.hs, dist/build/Control/Concurrent/Counter/Lifted/ST.o, dist/build/Control/Concurrent/Counter/Lifted/ST.dyn_o )
[3 of 4] Compiling Control.Concurrent.Counter.Lifted.IO ( src/Control/Concurrent/Counter/Lifted/IO.hs, dist/build/Control/Concurrent/Counter/Lifted/IO.o, dist/build/Control/Concurrent/Counter/Lifted/IO.dyn_o )
[4 of 4] Compiling Control.Concurrent.Counter ( src/Control/Concurrent/Counter.hs, dist/build/Control/Concurrent/Counter.o, dist/build/Control/Concurrent/Counter.dyn_o )
Preprocessing library for atomic-counter-0.1.2.3..
Running Haddock on library for atomic-counter-0.1.2.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Control.Concurrent.Counter.Unlifted ( src/Control/Concurrent/Counter/Unlifted.hs, nothing )
[2 of 4] Compiling Control.Concurrent.Counter.Lifted.ST ( src/Control/Concurrent/Counter/Lifted/ST.hs, nothing )
[3 of 4] Compiling Control.Concurrent.Counter.Lifted.IO ( src/Control/Concurrent/Counter/Lifted/IO.hs, nothing )
[4 of 4] Compiling Control.Concurrent.Counter ( src/Control/Concurrent/Counter.hs, nothing )
Haddock coverage:
 100% ( 18 / 18) in 'Control.Concurrent.Counter.Unlifted'
 100% ( 16 / 16) in 'Control.Concurrent.Counter.Lifted.ST'
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Types
 100% ( 16 / 16) in 'Control.Concurrent.Counter.Lifted.IO'
 100% ( 16 / 16) in 'Control.Concurrent.Counter'
Documentation created: dist/doc/html/atomic-counter/,
dist/doc/html/atomic-counter/atomic-counter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/atomic-counter-0.1.2.3-2RbSHAjtOFpHILcO0prFtd
Completed    atomic-counter-0.1.2.3
Configuring base-compat-0.14.1...
Preprocessing library for base-compat-0.14.1..
Building library for base-compat-0.14.1..
[  1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, dist/build/Control/Concurrent/Compat.o, dist/build/Control/Concurrent/Compat.dyn_o )
[  2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, dist/build/Control/Concurrent/Compat/Repl.o, dist/build/Control/Concurrent/Compat/Repl.dyn_o )
[  3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, dist/build/Control/Concurrent/MVar/Compat.o, dist/build/Control/Concurrent/MVar/Compat.dyn_o )
[  4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, dist/build/Control/Concurrent/MVar/Compat/Repl.o, dist/build/Control/Concurrent/MVar/Compat/Repl.dyn_o )
[  5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, dist/build/Control/Exception/Compat.o, dist/build/Control/Exception/Compat.dyn_o )
[  6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, dist/build/Control/Exception/Compat/Repl.o, dist/build/Control/Exception/Compat/Repl.dyn_o )
[  7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, dist/build/Control/Monad/Compat.o, dist/build/Control/Monad/Compat.dyn_o )
[  8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, dist/build/Control/Monad/Compat/Repl.o, dist/build/Control/Monad/Compat/Repl.dyn_o )
[  9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, dist/build/Control/Monad/Fail/Compat.o, dist/build/Control/Monad/Fail/Compat.dyn_o )
[ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, dist/build/Control/Monad/Fail/Compat/Repl.o, dist/build/Control/Monad/Fail/Compat/Repl.dyn_o )
[ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, dist/build/Control/Monad/IO/Class/Compat.o, dist/build/Control/Monad/IO/Class/Compat.dyn_o )
[ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, dist/build/Control/Monad/IO/Class/Compat/Repl.o, dist/build/Control/Monad/IO/Class/Compat/Repl.dyn_o )
[ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat.dyn_o )
[ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.dyn_o )
[ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, dist/build/Control/Monad/ST/Unsafe/Compat.o, dist/build/Control/Monad/ST/Unsafe/Compat.dyn_o )
[ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.o, dist/build/Control/Monad/ST/Unsafe/Compat/Repl.dyn_o )
[ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, dist/build/Data/Bifoldable/Compat.o, dist/build/Data/Bifoldable/Compat.dyn_o )
[ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, dist/build/Data/Bifoldable/Compat/Repl.o, dist/build/Data/Bifoldable/Compat/Repl.dyn_o )
[ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, dist/build/Data/Bifoldable1/Compat.o, dist/build/Data/Bifoldable1/Compat.dyn_o )
[ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, dist/build/Data/Bifoldable1/Compat/Repl.o, dist/build/Data/Bifoldable1/Compat/Repl.dyn_o )
[ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, dist/build/Data/Bifunctor/Compat.o, dist/build/Data/Bifunctor/Compat.dyn_o )
[ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, dist/build/Data/Bifunctor/Compat/Repl.o, dist/build/Data/Bifunctor/Compat/Repl.dyn_o )
[ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, dist/build/Data/Bits/Compat/Repl.o, dist/build/Data/Bits/Compat/Repl.dyn_o )
[ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, dist/build/Data/Bool/Compat.o, dist/build/Data/Bool/Compat.dyn_o )
[ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, dist/build/Data/Bool/Compat/Repl.o, dist/build/Data/Bool/Compat/Repl.dyn_o )
[ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, dist/build/Data/Complex/Compat.o, dist/build/Data/Complex/Compat.dyn_o )
[ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, dist/build/Data/Complex/Compat/Repl.o, dist/build/Data/Complex/Compat/Repl.dyn_o )
[ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, dist/build/Data/Either/Compat.o, dist/build/Data/Either/Compat.dyn_o )
[ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, dist/build/Data/Either/Compat/Repl.o, dist/build/Data/Either/Compat/Repl.dyn_o )
[ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, dist/build/Data/Foldable/Compat.o, dist/build/Data/Foldable/Compat.dyn_o )
[ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, dist/build/Data/Foldable/Compat/Repl.o, dist/build/Data/Foldable/Compat/Repl.dyn_o )
[ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, dist/build/Data/Foldable1/Compat.o, dist/build/Data/Foldable1/Compat.dyn_o )
[ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, dist/build/Data/Foldable1/Compat/Repl.o, dist/build/Data/Foldable1/Compat/Repl.dyn_o )
[ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, dist/build/Data/Function/Compat.o, dist/build/Data/Function/Compat.dyn_o )
[ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, dist/build/Data/Function/Compat/Repl.o, dist/build/Data/Function/Compat/Repl.dyn_o )
[ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, dist/build/Data/Functor/Compat.o, dist/build/Data/Functor/Compat.dyn_o )
[ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, dist/build/Data/Functor/Compat/Repl.o, dist/build/Data/Functor/Compat/Repl.dyn_o )
[ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, dist/build/Data/Functor/Compose/Compat.o, dist/build/Data/Functor/Compose/Compat.dyn_o )
[ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, dist/build/Data/Functor/Compose/Compat/Repl.o, dist/build/Data/Functor/Compose/Compat/Repl.dyn_o )
[ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, dist/build/Data/Functor/Const/Compat.o, dist/build/Data/Functor/Const/Compat.dyn_o )
[ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, dist/build/Data/Functor/Const/Compat/Repl.o, dist/build/Data/Functor/Const/Compat/Repl.dyn_o )
[ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, dist/build/Data/Functor/Contravariant/Compat.o, dist/build/Data/Functor/Contravariant/Compat.dyn_o )
[ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, dist/build/Data/Functor/Contravariant/Compat/Repl.o, dist/build/Data/Functor/Contravariant/Compat/Repl.dyn_o )
[ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, dist/build/Data/Functor/Identity/Compat.o, dist/build/Data/Functor/Identity/Compat.dyn_o )
[ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, dist/build/Data/Functor/Identity/Compat/Repl.o, dist/build/Data/Functor/Identity/Compat/Repl.dyn_o )
[ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, dist/build/Data/Functor/Product/Compat.o, dist/build/Data/Functor/Product/Compat.dyn_o )
[ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, dist/build/Data/Functor/Product/Compat/Repl.o, dist/build/Data/Functor/Product/Compat/Repl.dyn_o )
[ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, dist/build/Data/Functor/Sum/Compat.o, dist/build/Data/Functor/Sum/Compat.dyn_o )
[ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, dist/build/Data/Functor/Sum/Compat/Repl.o, dist/build/Data/Functor/Sum/Compat/Repl.dyn_o )
[ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, dist/build/Data/IORef/Compat.o, dist/build/Data/IORef/Compat.dyn_o )
[ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, dist/build/Data/IORef/Compat/Repl.o, dist/build/Data/IORef/Compat/Repl.dyn_o )
[ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, dist/build/Data/Monoid/Compat.o, dist/build/Data/Monoid/Compat.dyn_o )
[ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, dist/build/Data/Monoid/Compat/Repl.o, dist/build/Data/Monoid/Compat/Repl.dyn_o )
[ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, dist/build/Data/Proxy/Compat.o, dist/build/Data/Proxy/Compat.dyn_o )
[ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, dist/build/Data/Proxy/Compat/Repl.o, dist/build/Data/Proxy/Compat/Repl.dyn_o )
[ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, dist/build/Data/Ratio/Compat.o, dist/build/Data/Ratio/Compat.dyn_o )
[ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, dist/build/Data/Ratio/Compat/Repl.o, dist/build/Data/Ratio/Compat/Repl.dyn_o )
[ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, dist/build/Data/STRef/Compat.o, dist/build/Data/STRef/Compat.dyn_o )
[ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, dist/build/Data/STRef/Compat/Repl.o, dist/build/Data/STRef/Compat/Repl.dyn_o )
[ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, dist/build/Data/Semigroup/Compat.o, dist/build/Data/Semigroup/Compat.dyn_o )
[ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, dist/build/Data/Semigroup/Compat/Repl.o, dist/build/Data/Semigroup/Compat/Repl.dyn_o )
[ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, dist/build/Data/String/Compat.o, dist/build/Data/String/Compat.dyn_o )
[ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, dist/build/Data/String/Compat/Repl.o, dist/build/Data/String/Compat/Repl.dyn_o )
[ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, dist/build/Data/Traversable/Compat.o, dist/build/Data/Traversable/Compat.dyn_o )
[ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, dist/build/Data/Traversable/Compat/Repl.o, dist/build/Data/Traversable/Compat/Repl.dyn_o )
[ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, dist/build/Data/Tuple/Compat.o, dist/build/Data/Tuple/Compat.dyn_o )
[ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, dist/build/Data/Tuple/Compat/Repl.o, dist/build/Data/Tuple/Compat/Repl.dyn_o )
[ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, dist/build/Data/Type/Coercion/Compat.o, dist/build/Data/Type/Coercion/Compat.dyn_o )
[ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, dist/build/Data/Type/Coercion/Compat/Repl.o, dist/build/Data/Type/Coercion/Compat/Repl.dyn_o )
[ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, dist/build/Data/Type/Equality/Compat.o, dist/build/Data/Type/Equality/Compat.dyn_o )
[ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, dist/build/Data/Type/Equality/Compat/Repl.o, dist/build/Data/Type/Equality/Compat/Repl.dyn_o )
[ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, dist/build/Data/Typeable/Compat.o, dist/build/Data/Typeable/Compat.dyn_o )
[ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, dist/build/Data/Typeable/Compat/Repl.o, dist/build/Data/Typeable/Compat/Repl.dyn_o )
[ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, dist/build/Data/Version/Compat.o, dist/build/Data/Version/Compat.dyn_o )
[ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, dist/build/Data/Version/Compat/Repl.o, dist/build/Data/Version/Compat/Repl.dyn_o )
[ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, dist/build/Data/Void/Compat.o, dist/build/Data/Void/Compat.dyn_o )
[ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, dist/build/Data/Void/Compat/Repl.o, dist/build/Data/Void/Compat/Repl.dyn_o )
[ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, dist/build/Data/Word/Compat.o, dist/build/Data/Word/Compat.dyn_o )
[ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, dist/build/Data/Word/Compat/Repl.o, dist/build/Data/Word/Compat/Repl.dyn_o )
[ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, dist/build/Debug/Trace/Compat.o, dist/build/Debug/Trace/Compat.dyn_o )
[ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, dist/build/Debug/Trace/Compat/Repl.o, dist/build/Debug/Trace/Compat/Repl.dyn_o )
[ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, dist/build/Foreign/ForeignPtr/Compat.o, dist/build/Foreign/ForeignPtr/Compat.dyn_o )
[ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Compat/Repl.dyn_o )
[ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, dist/build/Foreign/ForeignPtr/Safe/Compat.o, dist/build/Foreign/ForeignPtr/Safe/Compat.dyn_o )
[ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Safe/Compat/Repl.dyn_o )
[ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat.dyn_o )
[ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.o, dist/build/Foreign/ForeignPtr/Unsafe/Compat/Repl.dyn_o )
[ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, dist/build/Foreign/Marshal/Alloc/Compat.o, dist/build/Foreign/Marshal/Alloc/Compat.dyn_o )
[ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, dist/build/Foreign/Marshal/Alloc/Compat/Repl.o, dist/build/Foreign/Marshal/Alloc/Compat/Repl.dyn_o )
[ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, dist/build/Foreign/Marshal/Array/Compat.o, dist/build/Foreign/Marshal/Array/Compat.dyn_o )
[ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, dist/build/Foreign/Marshal/Array/Compat/Repl.o, dist/build/Foreign/Marshal/Array/Compat/Repl.dyn_o )
[ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, dist/build/Foreign/Marshal/Safe/Compat.o, dist/build/Foreign/Marshal/Safe/Compat.dyn_o )
[ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, dist/build/Foreign/Marshal/Safe/Compat/Repl.o, dist/build/Foreign/Marshal/Safe/Compat/Repl.dyn_o )
[ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, dist/build/Foreign/Marshal/Unsafe/Compat.o, dist/build/Foreign/Marshal/Unsafe/Compat.dyn_o )
[ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.o, dist/build/Foreign/Marshal/Unsafe/Compat/Repl.dyn_o )
[ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, dist/build/Foreign/Marshal/Utils/Compat.o, dist/build/Foreign/Marshal/Utils/Compat.dyn_o )
[ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, dist/build/Foreign/Marshal/Compat.o, dist/build/Foreign/Marshal/Compat.dyn_o )
[ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, dist/build/Foreign/Marshal/Compat/Repl.o, dist/build/Foreign/Marshal/Compat/Repl.dyn_o )
[100 of 130] Compiling Foreign.Compat   ( src/Foreign/Compat.hs, dist/build/Foreign/Compat.o, dist/build/Foreign/Compat.dyn_o )
[101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, dist/build/Foreign/Compat/Repl.o, dist/build/Foreign/Compat/Repl.dyn_o )
[102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, dist/build/Foreign/Marshal/Utils/Compat/Repl.o, dist/build/Foreign/Marshal/Utils/Compat/Repl.dyn_o )
[103 of 130] Compiling Numeric.Compat   ( src/Numeric/Compat.hs, dist/build/Numeric/Compat.o, dist/build/Numeric/Compat.dyn_o )
[104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, dist/build/Numeric/Compat/Repl.o, dist/build/Numeric/Compat/Repl.dyn_o )
[105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, dist/build/Numeric/Natural/Compat.o, dist/build/Numeric/Natural/Compat.dyn_o )
[106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, dist/build/Numeric/Natural/Compat/Repl.o, dist/build/Numeric/Natural/Compat/Repl.dyn_o )
[107 of 130] Compiling Prelude.Compat   ( src/Prelude/Compat.hs, dist/build/Prelude/Compat.o, dist/build/Prelude/Compat.dyn_o )
[108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, dist/build/Data/List/Compat.o, dist/build/Data/List/Compat.dyn_o )
[109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, dist/build/Data/List/NonEmpty/Compat.o, dist/build/Data/List/NonEmpty/Compat.dyn_o )
[110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, dist/build/Data/List/NonEmpty/Compat/Repl.o, dist/build/Data/List/NonEmpty/Compat/Repl.dyn_o )
[111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, dist/build/Data/List/Compat/Repl.o, dist/build/Data/List/Compat/Repl.dyn_o )
[112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, dist/build/Data/Bitraversable/Compat.o, dist/build/Data/Bitraversable/Compat.dyn_o )
[113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, dist/build/Data/Bitraversable/Compat/Repl.o, dist/build/Data/Bitraversable/Compat/Repl.dyn_o )
[114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, dist/build/Prelude/Compat/Repl.o, dist/build/Prelude/Compat/Repl.dyn_o )
[115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, dist/build/System/Environment/Compat.o, dist/build/System/Environment/Compat.dyn_o )
[116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, dist/build/System/Environment/Compat/Repl.o, dist/build/System/Environment/Compat/Repl.dyn_o )
[117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, dist/build/System/Exit/Compat.o, dist/build/System/Exit/Compat.dyn_o )
[118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, dist/build/System/Exit/Compat/Repl.o, dist/build/System/Exit/Compat/Repl.dyn_o )
[119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, dist/build/System/IO/Compat.o, dist/build/System/IO/Compat.dyn_o )
[120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, dist/build/System/IO/Compat/Repl.o, dist/build/System/IO/Compat/Repl.dyn_o )
[121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, dist/build/System/IO/Error/Compat.o, dist/build/System/IO/Error/Compat.dyn_o )
[122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, dist/build/System/IO/Error/Compat/Repl.o, dist/build/System/IO/Error/Compat/Repl.dyn_o )
[123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, dist/build/System/IO/Unsafe/Compat.o, dist/build/System/IO/Unsafe/Compat.dyn_o )
[124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, dist/build/System/IO/Unsafe/Compat/Repl.o, dist/build/System/IO/Unsafe/Compat/Repl.dyn_o )
[125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, dist/build/Text/Read/Compat.o, dist/build/Text/Read/Compat.dyn_o )
[126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, dist/build/Text/Read/Compat/Repl.o, dist/build/Text/Read/Compat/Repl.dyn_o )
[127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, dist/build/Text/Read/Lex/Compat.o, dist/build/Text/Read/Lex/Compat.dyn_o )
[128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, dist/build/Text/Read/Lex/Compat/Repl.o, dist/build/Text/Read/Lex/Compat/Repl.dyn_o )
[129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, dist/build/Type/Reflection/Compat.o, dist/build/Type/Reflection/Compat.dyn_o )
[130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, dist/build/Type/Reflection/Compat/Repl.o, dist/build/Type/Reflection/Compat/Repl.dyn_o )
Preprocessing library for base-compat-0.14.1..
Running Haddock on library for base-compat-0.14.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[  1 of 130] Compiling Control.Concurrent.Compat ( src/Control/Concurrent/Compat.hs, nothing )
[  2 of 130] Compiling Control.Concurrent.Compat.Repl ( src/Control/Concurrent/Compat/Repl.hs, nothing )
[  3 of 130] Compiling Control.Concurrent.MVar.Compat ( src/Control/Concurrent/MVar/Compat.hs, nothing )
[  4 of 130] Compiling Control.Concurrent.MVar.Compat.Repl ( src/Control/Concurrent/MVar/Compat/Repl.hs, nothing )
[  5 of 130] Compiling Control.Exception.Compat ( src/Control/Exception/Compat.hs, nothing )
[  6 of 130] Compiling Control.Exception.Compat.Repl ( src/Control/Exception/Compat/Repl.hs, nothing )
[  7 of 130] Compiling Control.Monad.Compat ( src/Control/Monad/Compat.hs, nothing )
[  8 of 130] Compiling Control.Monad.Compat.Repl ( src/Control/Monad/Compat/Repl.hs, nothing )
[  9 of 130] Compiling Control.Monad.Fail.Compat ( src/Control/Monad/Fail/Compat.hs, nothing )
[ 10 of 130] Compiling Control.Monad.Fail.Compat.Repl ( src/Control/Monad/Fail/Compat/Repl.hs, nothing )
[ 11 of 130] Compiling Control.Monad.IO.Class.Compat ( src/Control/Monad/IO/Class/Compat.hs, nothing )
[ 12 of 130] Compiling Control.Monad.IO.Class.Compat.Repl ( src/Control/Monad/IO/Class/Compat/Repl.hs, nothing )
[ 13 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat ( src/Control/Monad/ST/Lazy/Unsafe/Compat.hs, nothing )
[ 14 of 130] Compiling Control.Monad.ST.Lazy.Unsafe.Compat.Repl ( src/Control/Monad/ST/Lazy/Unsafe/Compat/Repl.hs, nothing )
[ 15 of 130] Compiling Control.Monad.ST.Unsafe.Compat ( src/Control/Monad/ST/Unsafe/Compat.hs, nothing )
[ 16 of 130] Compiling Control.Monad.ST.Unsafe.Compat.Repl ( src/Control/Monad/ST/Unsafe/Compat/Repl.hs, nothing )
[ 17 of 130] Compiling Data.Bifoldable.Compat ( src/Data/Bifoldable/Compat.hs, nothing )
[ 18 of 130] Compiling Data.Bifoldable.Compat.Repl ( src/Data/Bifoldable/Compat/Repl.hs, nothing )
[ 19 of 130] Compiling Data.Bifoldable1.Compat ( src/Data/Bifoldable1/Compat.hs, nothing )
[ 20 of 130] Compiling Data.Bifoldable1.Compat.Repl ( src/Data/Bifoldable1/Compat/Repl.hs, nothing )
[ 21 of 130] Compiling Data.Bifunctor.Compat ( src/Data/Bifunctor/Compat.hs, nothing )
[ 22 of 130] Compiling Data.Bifunctor.Compat.Repl ( src/Data/Bifunctor/Compat/Repl.hs, nothing )
[ 23 of 130] Compiling Data.Bits.Compat ( src/Data/Bits/Compat.hs, nothing )
[ 24 of 130] Compiling Data.Bits.Compat.Repl ( src/Data/Bits/Compat/Repl.hs, nothing )
[ 25 of 130] Compiling Data.Bool.Compat ( src/Data/Bool/Compat.hs, nothing )
[ 26 of 130] Compiling Data.Bool.Compat.Repl ( src/Data/Bool/Compat/Repl.hs, nothing )
[ 27 of 130] Compiling Data.Complex.Compat ( src/Data/Complex/Compat.hs, nothing )
[ 28 of 130] Compiling Data.Complex.Compat.Repl ( src/Data/Complex/Compat/Repl.hs, nothing )
[ 29 of 130] Compiling Data.Either.Compat ( src/Data/Either/Compat.hs, nothing )
[ 30 of 130] Compiling Data.Either.Compat.Repl ( src/Data/Either/Compat/Repl.hs, nothing )
[ 31 of 130] Compiling Data.Foldable.Compat ( src/Data/Foldable/Compat.hs, nothing )
[ 32 of 130] Compiling Data.Foldable.Compat.Repl ( src/Data/Foldable/Compat/Repl.hs, nothing )
[ 33 of 130] Compiling Data.Foldable1.Compat ( src/Data/Foldable1/Compat.hs, nothing )
[ 34 of 130] Compiling Data.Foldable1.Compat.Repl ( src/Data/Foldable1/Compat/Repl.hs, nothing )
[ 35 of 130] Compiling Data.Function.Compat ( src/Data/Function/Compat.hs, nothing )
[ 36 of 130] Compiling Data.Function.Compat.Repl ( src/Data/Function/Compat/Repl.hs, nothing )
[ 37 of 130] Compiling Data.Functor.Compat ( src/Data/Functor/Compat.hs, nothing )
[ 38 of 130] Compiling Data.Functor.Compat.Repl ( src/Data/Functor/Compat/Repl.hs, nothing )
[ 39 of 130] Compiling Data.Functor.Compose.Compat ( src/Data/Functor/Compose/Compat.hs, nothing )
[ 40 of 130] Compiling Data.Functor.Compose.Compat.Repl ( src/Data/Functor/Compose/Compat/Repl.hs, nothing )
[ 41 of 130] Compiling Data.Functor.Const.Compat ( src/Data/Functor/Const/Compat.hs, nothing )
[ 42 of 130] Compiling Data.Functor.Const.Compat.Repl ( src/Data/Functor/Const/Compat/Repl.hs, nothing )
[ 43 of 130] Compiling Data.Functor.Contravariant.Compat ( src/Data/Functor/Contravariant/Compat.hs, nothing )
[ 44 of 130] Compiling Data.Functor.Contravariant.Compat.Repl ( src/Data/Functor/Contravariant/Compat/Repl.hs, nothing )
[ 45 of 130] Compiling Data.Functor.Identity.Compat ( src/Data/Functor/Identity/Compat.hs, nothing )
[ 46 of 130] Compiling Data.Functor.Identity.Compat.Repl ( src/Data/Functor/Identity/Compat/Repl.hs, nothing )
[ 47 of 130] Compiling Data.Functor.Product.Compat ( src/Data/Functor/Product/Compat.hs, nothing )
[ 48 of 130] Compiling Data.Functor.Product.Compat.Repl ( src/Data/Functor/Product/Compat/Repl.hs, nothing )
[ 49 of 130] Compiling Data.Functor.Sum.Compat ( src/Data/Functor/Sum/Compat.hs, nothing )
[ 50 of 130] Compiling Data.Functor.Sum.Compat.Repl ( src/Data/Functor/Sum/Compat/Repl.hs, nothing )
[ 51 of 130] Compiling Data.IORef.Compat ( src/Data/IORef/Compat.hs, nothing )
[ 52 of 130] Compiling Data.IORef.Compat.Repl ( src/Data/IORef/Compat/Repl.hs, nothing )
[ 53 of 130] Compiling Data.Monoid.Compat ( src/Data/Monoid/Compat.hs, nothing )
[ 54 of 130] Compiling Data.Monoid.Compat.Repl ( src/Data/Monoid/Compat/Repl.hs, nothing )
[ 55 of 130] Compiling Data.Proxy.Compat ( src/Data/Proxy/Compat.hs, nothing )
[ 56 of 130] Compiling Data.Proxy.Compat.Repl ( src/Data/Proxy/Compat/Repl.hs, nothing )
[ 57 of 130] Compiling Data.Ratio.Compat ( src/Data/Ratio/Compat.hs, nothing )
[ 58 of 130] Compiling Data.Ratio.Compat.Repl ( src/Data/Ratio/Compat/Repl.hs, nothing )
[ 59 of 130] Compiling Data.STRef.Compat ( src/Data/STRef/Compat.hs, nothing )
[ 60 of 130] Compiling Data.STRef.Compat.Repl ( src/Data/STRef/Compat/Repl.hs, nothing )
[ 61 of 130] Compiling Data.Semigroup.Compat ( src/Data/Semigroup/Compat.hs, nothing )
[ 62 of 130] Compiling Data.Semigroup.Compat.Repl ( src/Data/Semigroup/Compat/Repl.hs, nothing )
[ 63 of 130] Compiling Data.String.Compat ( src/Data/String/Compat.hs, nothing )
[ 64 of 130] Compiling Data.String.Compat.Repl ( src/Data/String/Compat/Repl.hs, nothing )
[ 65 of 130] Compiling Data.Traversable.Compat ( src/Data/Traversable/Compat.hs, nothing )
[ 66 of 130] Compiling Data.Traversable.Compat.Repl ( src/Data/Traversable/Compat/Repl.hs, nothing )
[ 67 of 130] Compiling Data.Tuple.Compat ( src/Data/Tuple/Compat.hs, nothing )
[ 68 of 130] Compiling Data.Tuple.Compat.Repl ( src/Data/Tuple/Compat/Repl.hs, nothing )
[ 69 of 130] Compiling Data.Type.Coercion.Compat ( src/Data/Type/Coercion/Compat.hs, nothing )
[ 70 of 130] Compiling Data.Type.Coercion.Compat.Repl ( src/Data/Type/Coercion/Compat/Repl.hs, nothing )
[ 71 of 130] Compiling Data.Type.Equality.Compat ( src/Data/Type/Equality/Compat.hs, nothing )
[ 72 of 130] Compiling Data.Type.Equality.Compat.Repl ( src/Data/Type/Equality/Compat/Repl.hs, nothing )
[ 73 of 130] Compiling Data.Typeable.Compat ( src/Data/Typeable/Compat.hs, nothing )
[ 74 of 130] Compiling Data.Typeable.Compat.Repl ( src/Data/Typeable/Compat/Repl.hs, nothing )
[ 75 of 130] Compiling Data.Version.Compat ( src/Data/Version/Compat.hs, nothing )
[ 76 of 130] Compiling Data.Version.Compat.Repl ( src/Data/Version/Compat/Repl.hs, nothing )
[ 77 of 130] Compiling Data.Void.Compat ( src/Data/Void/Compat.hs, nothing )
[ 78 of 130] Compiling Data.Void.Compat.Repl ( src/Data/Void/Compat/Repl.hs, nothing )
[ 79 of 130] Compiling Data.Word.Compat ( src/Data/Word/Compat.hs, nothing )
[ 80 of 130] Compiling Data.Word.Compat.Repl ( src/Data/Word/Compat/Repl.hs, nothing )
[ 81 of 130] Compiling Debug.Trace.Compat ( src/Debug/Trace/Compat.hs, nothing )
[ 82 of 130] Compiling Debug.Trace.Compat.Repl ( src/Debug/Trace/Compat/Repl.hs, nothing )
[ 83 of 130] Compiling Foreign.ForeignPtr.Compat ( src/Foreign/ForeignPtr/Compat.hs, nothing )
[ 84 of 130] Compiling Foreign.ForeignPtr.Compat.Repl ( src/Foreign/ForeignPtr/Compat/Repl.hs, nothing )
[ 85 of 130] Compiling Foreign.ForeignPtr.Safe.Compat ( src/Foreign/ForeignPtr/Safe/Compat.hs, nothing )
[ 86 of 130] Compiling Foreign.ForeignPtr.Safe.Compat.Repl ( src/Foreign/ForeignPtr/Safe/Compat/Repl.hs, nothing )
[ 87 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat ( src/Foreign/ForeignPtr/Unsafe/Compat.hs, nothing )
[ 88 of 130] Compiling Foreign.ForeignPtr.Unsafe.Compat.Repl ( src/Foreign/ForeignPtr/Unsafe/Compat/Repl.hs, nothing )
[ 89 of 130] Compiling Foreign.Marshal.Alloc.Compat ( src/Foreign/Marshal/Alloc/Compat.hs, nothing )
[ 90 of 130] Compiling Foreign.Marshal.Alloc.Compat.Repl ( src/Foreign/Marshal/Alloc/Compat/Repl.hs, nothing )
[ 91 of 130] Compiling Foreign.Marshal.Array.Compat ( src/Foreign/Marshal/Array/Compat.hs, nothing )
[ 92 of 130] Compiling Foreign.Marshal.Array.Compat.Repl ( src/Foreign/Marshal/Array/Compat/Repl.hs, nothing )
[ 93 of 130] Compiling Foreign.Marshal.Safe.Compat ( src/Foreign/Marshal/Safe/Compat.hs, nothing )
[ 94 of 130] Compiling Foreign.Marshal.Safe.Compat.Repl ( src/Foreign/Marshal/Safe/Compat/Repl.hs, nothing )
[ 95 of 130] Compiling Foreign.Marshal.Unsafe.Compat ( src/Foreign/Marshal/Unsafe/Compat.hs, nothing )
[ 96 of 130] Compiling Foreign.Marshal.Unsafe.Compat.Repl ( src/Foreign/Marshal/Unsafe/Compat/Repl.hs, nothing )
[ 97 of 130] Compiling Foreign.Marshal.Utils.Compat ( src/Foreign/Marshal/Utils/Compat.hs, nothing )
[ 98 of 130] Compiling Foreign.Marshal.Compat ( src/Foreign/Marshal/Compat.hs, nothing )
[ 99 of 130] Compiling Foreign.Marshal.Compat.Repl ( src/Foreign/Marshal/Compat/Repl.hs, nothing )
[100 of 130] Compiling Foreign.Compat   ( src/Foreign/Compat.hs, nothing )
[101 of 130] Compiling Foreign.Compat.Repl ( src/Foreign/Compat/Repl.hs, nothing )
[102 of 130] Compiling Foreign.Marshal.Utils.Compat.Repl ( src/Foreign/Marshal/Utils/Compat/Repl.hs, nothing )
[103 of 130] Compiling Numeric.Compat   ( src/Numeric/Compat.hs, nothing )
[104 of 130] Compiling Numeric.Compat.Repl ( src/Numeric/Compat/Repl.hs, nothing )
[105 of 130] Compiling Numeric.Natural.Compat ( src/Numeric/Natural/Compat.hs, nothing )
[106 of 130] Compiling Numeric.Natural.Compat.Repl ( src/Numeric/Natural/Compat/Repl.hs, nothing )
[107 of 130] Compiling Prelude.Compat   ( src/Prelude/Compat.hs, nothing )
[108 of 130] Compiling Data.List.Compat ( src/Data/List/Compat.hs, nothing )
[109 of 130] Compiling Data.List.NonEmpty.Compat ( src/Data/List/NonEmpty/Compat.hs, nothing )
[110 of 130] Compiling Data.List.NonEmpty.Compat.Repl ( src/Data/List/NonEmpty/Compat/Repl.hs, nothing )
[111 of 130] Compiling Data.List.Compat.Repl ( src/Data/List/Compat/Repl.hs, nothing )
[112 of 130] Compiling Data.Bitraversable.Compat ( src/Data/Bitraversable/Compat.hs, nothing )
[113 of 130] Compiling Data.Bitraversable.Compat.Repl ( src/Data/Bitraversable/Compat/Repl.hs, nothing )
[114 of 130] Compiling Prelude.Compat.Repl ( src/Prelude/Compat/Repl.hs, nothing )
[115 of 130] Compiling System.Environment.Compat ( src/System/Environment/Compat.hs, nothing )
[116 of 130] Compiling System.Environment.Compat.Repl ( src/System/Environment/Compat/Repl.hs, nothing )
[117 of 130] Compiling System.Exit.Compat ( src/System/Exit/Compat.hs, nothing )
[118 of 130] Compiling System.Exit.Compat.Repl ( src/System/Exit/Compat/Repl.hs, nothing )
[119 of 130] Compiling System.IO.Compat ( src/System/IO/Compat.hs, nothing )
[120 of 130] Compiling System.IO.Compat.Repl ( src/System/IO/Compat/Repl.hs, nothing )
[121 of 130] Compiling System.IO.Error.Compat ( src/System/IO/Error/Compat.hs, nothing )
[122 of 130] Compiling System.IO.Error.Compat.Repl ( src/System/IO/Error/Compat/Repl.hs, nothing )
[123 of 130] Compiling System.IO.Unsafe.Compat ( src/System/IO/Unsafe/Compat.hs, nothing )
[124 of 130] Compiling System.IO.Unsafe.Compat.Repl ( src/System/IO/Unsafe/Compat/Repl.hs, nothing )
[125 of 130] Compiling Text.Read.Compat ( src/Text/Read/Compat.hs, nothing )
[126 of 130] Compiling Text.Read.Compat.Repl ( src/Text/Read/Compat/Repl.hs, nothing )
[127 of 130] Compiling Text.Read.Lex.Compat ( src/Text/Read/Lex/Compat.hs, nothing )
[128 of 130] Compiling Text.Read.Lex.Compat.Repl ( src/Text/Read/Lex/Compat/Repl.hs, nothing )
[129 of 130] Compiling Type.Reflection.Compat ( src/Type/Reflection/Compat.hs, nothing )
[130 of 130] Compiling Type.Reflection.Compat.Repl ( src/Type/Reflection/Compat/Repl.hs, nothing )
Haddock coverage:
  75% (  3 /  4) in 'Control.Concurrent.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Concurrent.Compat.Repl'
  66% (  2 /  3) in 'Control.Concurrent.MVar.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Concurrent.MVar.Compat.Repl'
  66% (  2 /  3) in 'Control.Exception.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Exception.Compat.Repl'
  71% (  5 /  7) in 'Control.Monad.Compat'
  Missing documentation for:
    Module header
    fail
 100% (  2 /  2) in 'Control.Monad.Compat.Repl'
  50% (  1 /  2) in 'Control.Monad.Fail.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Monad.Fail.Compat.Repl'
  50% (  1 /  2) in 'Control.Monad.IO.Class.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Monad.IO.Class.Compat.Repl'
  25% (  1 /  4) in 'Control.Monad.ST.Lazy.Unsafe.Compat'
  Missing documentation for:
    Module header
    unsafeInterleaveST
    unsafeIOToST
 100% (  2 /  2) in 'Control.Monad.ST.Lazy.Unsafe.Compat.Repl'
  80% (  4 /  5) in 'Control.Monad.ST.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Control.Monad.ST.Unsafe.Compat.Repl'
  50% (  1 /  2) in 'Data.Bifoldable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bifoldable.Compat.Repl'
  50% (  1 /  2) in 'Data.Bifoldable1.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bifoldable1.Compat.Repl'
  50% (  1 /  2) in 'Data.Bifunctor.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bifunctor.Compat.Repl'
  91% ( 11 / 12) in 'Data.Bits.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bits.Compat.Repl'
  66% (  2 /  3) in 'Data.Bool.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bool.Compat.Repl'
  50% (  1 /  2) in 'Data.Complex.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Complex.Compat.Repl'
  83% (  5 /  6) in 'Data.Either.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Either.Compat.Repl'
  50% (  1 /  2) in 'Data.Foldable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Foldable.Compat.Repl'
  50% (  1 /  2) in 'Data.Foldable1.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Foldable1.Compat.Repl'
  75% (  3 /  4) in 'Data.Function.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Function.Compat.Repl'
  85% (  6 /  7) in 'Data.Functor.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Compose.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Compose.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Const.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Const.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Contravariant.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Contravariant.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Identity.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Identity.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Product.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Product.Compat.Repl'
  50% (  1 /  2) in 'Data.Functor.Sum.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Functor.Sum.Compat.Repl'
  80% (  4 /  5) in 'Data.IORef.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.IORef.Compat.Repl'
  92% ( 12 / 13) in 'Data.Monoid.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Monoid.Compat.Repl'
  66% (  2 /  3) in 'Data.Proxy.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Proxy.Compat.Repl'
  50% (  1 /  2) in 'Data.Ratio.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Ratio.Compat.Repl'
  66% (  2 /  3) in 'Data.STRef.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.STRef.Compat.Repl'
 100% ( 26 / 26) in 'Data.Semigroup.Compat'
 100% (  2 /  2) in 'Data.Semigroup.Compat.Repl'
  85% (  6 /  7) in 'Data.String.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.String.Compat.Repl'
  75% (  3 /  4) in 'Data.Traversable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Traversable.Compat.Repl'
 100% (  8 /  8) in 'Data.Tuple.Compat'
 100% (  8 /  8) in 'Data.Tuple.Compat.Repl'
  66% (  2 /  3) in 'Data.Type.Coercion.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Type.Coercion.Compat.Repl'
  50% (  1 /  2) in 'Data.Type.Equality.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Type.Equality.Compat.Repl'
  80% (  4 /  5) in 'Data.Typeable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Typeable.Compat.Repl'
  66% (  2 /  3) in 'Data.Version.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Version.Compat.Repl'
  50% (  1 /  2) in 'Data.Void.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Void.Compat.Repl'
  80% (  4 /  5) in 'Data.Word.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Word.Compat.Repl'
  88% (  8 /  9) in 'Debug.Trace.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Debug.Trace.Compat.Repl'
  66% (  2 /  3) in 'Foreign.ForeignPtr.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.ForeignPtr.Compat.Repl'
  90% ( 19 / 21) in 'Foreign.ForeignPtr.Safe.Compat'
  Missing documentation for:
    Module header
    FinalizerEnvPtr
 100% (  2 /  2) in 'Foreign.ForeignPtr.Safe.Compat.Repl'
  66% (  2 /  3) in 'Foreign.ForeignPtr.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.ForeignPtr.Unsafe.Compat.Repl'
  75% (  3 /  4) in 'Foreign.Marshal.Alloc.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Alloc.Compat.Repl'
  75% (  3 /  4) in 'Foreign.Marshal.Array.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Array.Compat.Repl'
  85% (  6 /  7) in 'Foreign.Marshal.Safe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Safe.Compat.Repl'
  66% (  2 /  3) in 'Foreign.Marshal.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Unsafe.Compat.Repl'
  66% (  2 /  3) in 'Foreign.Marshal.Utils.Compat'
  Missing documentation for:
    Module header
  80% (  4 /  5) in 'Foreign.Marshal.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Marshal.Compat.Repl'
  66% (  2 /  3) in 'Foreign.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Foreign.Compat.Repl'
 100% (  2 /  2) in 'Foreign.Marshal.Utils.Compat.Repl'
  85% (  6 /  7) in 'Numeric.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Numeric.Compat.Repl'
  66% (  2 /  3) in 'Numeric.Natural.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Numeric.Natural.Compat.Repl'
  84% (212 /250) in 'Prelude.Compat'
  Missing documentation for:
    Module header
    even
    odd
    fail
    maxBound
    minBound
    **
    acos
    acosh
    asin
    asinh
    atan
    atanh
    cos
    cosh
    exp
    log
    logBase
    pi
    sin
    sinh
    sqrt
    tan
    tanh
    *
    +
    -
    /=
    ==
    <
    <=
    >
    >=
    compare
    max
    min
    Bool
    Ordering
  83% (  5 /  6) in 'Data.List.Compat'
  Missing documentation for:
    Module header
Warning: 'comparing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'sortOn' is ambiguous. It is defined
    * in Data.OldList
    * at src/Data/List/NonEmpty/Compat.hs:238:1
    You may 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/List/NonEmpty/Compat.hs:238:1
 100% ( 78 / 78) in 'Data.List.NonEmpty.Compat'
 100% (  2 /  2) in 'Data.List.NonEmpty.Compat.Repl'
 100% (  2 /  2) in 'Data.List.Compat.Repl'
  75% (  3 /  4) in 'Data.Bitraversable.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Data.Bitraversable.Compat.Repl'
 100% (  2 /  2) in 'Prelude.Compat.Repl'
 100% ( 10 / 10) in 'System.Environment.Compat'
 100% (  2 /  2) in 'System.Environment.Compat.Repl'
  66% (  2 /  3) in 'System.Exit.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.Exit.Compat.Repl'
  80% (  4 /  5) in 'System.IO.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.IO.Compat.Repl'
  80% (  4 /  5) in 'System.IO.Error.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.IO.Error.Compat.Repl'
  75% (  3 /  4) in 'System.IO.Unsafe.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'System.IO.Unsafe.Compat.Repl'
  88% ( 16 / 18) in 'Text.Read.Compat'
  Missing documentation for:
    Module header
    Lexeme
 100% (  2 /  2) in 'Text.Read.Compat.Repl'
  33% (  1 /  3) in 'Text.Read.Lex.Compat'
  Missing documentation for:
    Module header
    readBinP
 100% (  2 /  2) in 'Text.Read.Lex.Compat.Repl'
  80% (  4 /  5) in 'Type.Reflection.Compat'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Type.Reflection.Compat.Repl'
Warning: Control.Monad.Compat: could not find link destinations for: 
	- Text.ParserCombinators.ReadP.P
Warning: Data.Functor.Compat: could not find link destinations for: 
	- Text.ParserCombinators.ReadP.P
Warning: Data.Functor.Const.Compat: could not find link destinations for: 
	- Data.Functor.Const.Rep_Const
	- Data.Functor.Const.Rep1_Const
Warning: Data.Monoid.Compat: could not find link destinations for: 
	- Data.Semigroup.Internal.Rep_Alt
	- Data.Semigroup.Internal.Rep1_Alt
	- Data.Semigroup.Internal.Rep_Product
	- Data.Semigroup.Internal.Rep1_Product
	- Data.Semigroup.Internal.Rep_Sum
	- Data.Semigroup.Internal.Rep1_Sum
	- Data.Semigroup.Internal.Rep_Any
	- Data.Semigroup.Internal.Rep_All
	- Data.Semigroup.Internal.Rep_Endo
	- Data.Semigroup.Internal.Rep_Dual
	- Data.Semigroup.Internal.Rep1_Dual
	- Data.Monoid.Rep_Ap
	- Data.Monoid.Rep1_Ap
	- Data.Monoid.Rep_Last
	- Data.Monoid.Rep1_Last
	- Data.Monoid.Rep_First
	- Data.Monoid.Rep1_First
Warning: Data.Semigroup.Compat: could not find link destinations for: 
	- Data.Semigroup.Internal.Rep_Product
	- Data.Semigroup.Internal.Rep1_Product
	- Data.Semigroup.Internal.Rep_Sum
	- Data.Semigroup.Internal.Rep1_Sum
	- Data.Semigroup.Internal.Rep_Any
	- Data.Semigroup.Internal.Rep_All
	- Data.Semigroup.Internal.Rep_Endo
	- Data.Semigroup.Internal.Rep_Dual
	- Data.Semigroup.Internal.Rep1_Dual
	- Data.Semigroup.Rep_WrappedMonoid
	- Data.Semigroup.Rep1_WrappedMonoid
	- Data.Semigroup.Rep_Last
	- Data.Semigroup.Rep1_Last
	- Data.Semigroup.Rep_First
	- Data.Semigroup.Rep1_First
	- Data.Semigroup.Rep_Arg
	- Data.Semigroup.Rep1_Arg
	- Data.Semigroup.Rep_Max
	- Data.Semigroup.Rep1_Max
	- Data.Semigroup.Rep_Min
	- Data.Semigroup.Rep1_Min
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
Warning: Data.Tuple.Compat: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Warning: Data.Tuple.Compat.Repl: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Warning: Prelude.Compat: could not find link destinations for: 
	- GHC.Prim.~#
	- GHC.Generics.SingKind
	- GHC.Generics.DemoteRep
	- GHC.Generics.fromSing
	- GHC.Generics.SingI
	- GHC.Generics.sing
	- GHC.Generics.Sing
	- GHC.Generics.D:R:UReckWordp0
	- GHC.Generics.D:R:UReckIntp0
	- GHC.Generics.D:R:UReckFloatp0
	- GHC.Generics.D:R:UReckDoublep0
	- GHC.Generics.D:R:UReckCharp0
	- GHC.Generics.Rep1_Either
	- GHC.Generics.Rep1_Maybe
	- GHC.Generics.Rep_Ordering
	- GHC.Generics.Rep_Bool
	- GHC.Generics.Rep_Either
	- GHC.Generics.Rep_Maybe
	- GHC.Generics.Rep_R:UReckWordp
	- GHC.Generics.Rep1_R:UReckWordp
	- GHC.Generics.Rep_R:UReckIntp
	- GHC.Generics.Rep1_R:UReckIntp
	- GHC.Generics.Rep1_R:UReckFloatp
	- GHC.Generics.Rep_R:UReckDoublep
	- GHC.Generics.Rep1_R:UReckDoublep
	- GHC.Generics.Rep_R:UReckCharp
	- GHC.Generics.Rep1_R:UReckCharp
	- GHC.IOPort.IOPort
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
	- Text.ParserCombinators.ReadP.P
	- GHC.Generics.D:R:SingBoola0
	- GHC.Generics.STrue
	- GHC.Generics.D:R:DemoteRepBool
	- GHC.Generics.SFalse
	- GHC.Generics.Rep_R:UReckFloatp
	- GHC.Generics.D:R:SingMaybeb0
	- GHC.Generics.SNothing
	- GHC.Generics.SJust
	- GHC.Generics.D:R:DemoteRepMaybe
	- GHC.IOPort.IOPortException
	- Text.Printf.UPrintf
	- Text.Printf.hspr
	- Text.Printf.spr
Warning: Data.List.Compat: could not find link destinations for: 
	- GHC.Generics.Rep1_List
	- GHC.Generics.Rep_List
	- GHC.IsList.D:R:ItemList
	- Text.Printf.UPrintf
	- Text.Printf.spr
Warning: Data.List.NonEmpty.Compat: could not find link destinations for: 
	- GHC.Generics.Rep1_NonEmpty
	- GHC.Generics.Rep_NonEmpty
	- GHC.IsList.D:R:ItemNonEmpty
Documentation created: dist/doc/html/base-compat/,
dist/doc/html/base-compat/base-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base-compat-0.14.1-J5U6mhFb9eY8Ts5PwTLrMW
Completed    base-compat-0.14.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 base64-bytestring-1.2.1.0...
Preprocessing library for base64-bytestring-1.2.1.0..
Building library for base64-bytestring-1.2.1.0..
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist/build/Data/ByteString/Base64/Internal.o, dist/build/Data/ByteString/Base64/Internal.dyn_o )
[2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist/build/Data/ByteString/Base64.o, dist/build/Data/ByteString/Base64.dyn_o )
[3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist/build/Data/ByteString/Base64/Lazy.o, dist/build/Data/ByteString/Base64/Lazy.dyn_o )
[4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist/build/Data/ByteString/Base64/URL.o, dist/build/Data/ByteString/Base64/URL.dyn_o )
[5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist/build/Data/ByteString/Base64/URL/Lazy.o, dist/build/Data/ByteString/Base64/URL/Lazy.dyn_o )
Preprocessing library for base64-bytestring-1.2.1.0..
Running Haddock on library for base64-bytestring-1.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, nothing )
[2 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, nothing )
[3 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, nothing )
[4 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, nothing )
[5 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, nothing )
Haddock coverage:
 100% (  4 /  4) in 'Data.ByteString.Base64'
 100% (  4 /  4) in 'Data.ByteString.Base64.Lazy'
 100% (  7 /  7) in 'Data.ByteString.Base64.URL'
 100% (  7 /  7) in 'Data.ByteString.Base64.URL.Lazy'
Documentation created: dist/doc/html/base64-bytestring/,
dist/doc/html/base64-bytestring/base64-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV
Completed    base64-bytestring-1.2.1.0
Configuring blaze-builder-0.4.4.1...
Preprocessing library for blaze-builder-0.4.4.1..
Building library for blaze-builder-0.4.4.1..
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist/build/Blaze/ByteString/Builder/Internal/Write.o, dist/build/Blaze/ByteString/Builder/Internal/Write.dyn_o )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, dist/build/Blaze/ByteString/Builder/Compat/Write.o, dist/build/Blaze/ByteString/Builder/Compat/Write.dyn_o )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o, dist/build/Blaze/ByteString/Builder/Int.dyn_o )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, dist/build/Blaze/ByteString/Builder/Html/Word.o, dist/build/Blaze/ByteString/Builder/Html/Word.dyn_o )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist/build/Blaze/ByteString/Builder/Char8.o, dist/build/Blaze/ByteString/Builder/Char8.dyn_o )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist/build/Blaze/ByteString/Builder/Char/Utf8.o, dist/build/Blaze/ByteString/Builder/Char/Utf8.dyn_o )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist/build/Blaze/ByteString/Builder/Html/Utf8.o, dist/build/Blaze/ByteString/Builder/Html/Utf8.dyn_o )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist/build/Blaze/ByteString/Builder/ByteString.o, dist/build/Blaze/ByteString/Builder/ByteString.dyn_o )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o, dist/build/Blaze/ByteString/Builder/HTTP.dyn_o )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist/build/Blaze/ByteString/Builder/Word.o, dist/build/Blaze/ByteString/Builder/Word.dyn_o )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist/build/Blaze/ByteString/Builder.o, dist/build/Blaze/ByteString/Builder.dyn_o )
Preprocessing library for blaze-builder-0.4.4.1..
Running Haddock on library for blaze-builder-0.4.4.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, nothing )
[ 2 of 11] Compiling Blaze.ByteString.Builder.Compat.Write ( Blaze/ByteString/Builder/Compat/Write.hs, nothing )
[ 3 of 11] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, nothing )
[ 4 of 11] Compiling Blaze.ByteString.Builder.Html.Word ( Blaze/ByteString/Builder/Html/Word.hs, nothing )
[ 5 of 11] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, nothing )
[ 6 of 11] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, nothing )
[ 7 of 11] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, nothing )
[ 8 of 11] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, nothing )
[ 9 of 11] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, nothing )
[10 of 11] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, nothing )
[11 of 11] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, nothing )
Haddock coverage:
Warning: 'Poke' is ambiguous. It is defined
    * at Blaze/ByteString/Builder/Internal/Write.hs:77:5
    * at Blaze/ByteString/Builder/Internal/Write.hs:76:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:76:1
Warning: 'Write' is ambiguous. It is defined
    * at Blaze/ByteString/Builder/Internal/Write.hs:93:14
    * at Blaze/ByteString/Builder/Internal/Write.hs:93:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:93:1
  96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write'
  Missing documentation for:
    fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
  50% (  2 /  4) in 'Blaze.ByteString.Builder.Compat.Write'
  Missing documentation for:
    writePrimFixed (Blaze/ByteString/Builder/Compat/Write.hs:25)
    writePrimBounded (Blaze/ByteString/Builder/Compat/Write.hs:29)
 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Int'
  88% (  8 /  9) in 'Blaze.ByteString.Builder.Html.Word'
  Missing documentation for:
    wordHtmlEscaped (Blaze/ByteString/Builder/Html/Word.hs:40)
Warning: 'bytestring' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  9 /  9) in 'Blaze.ByteString.Builder.Char8'
 100% (  9 /  9) in 'Blaze.ByteString.Builder.Char.Utf8'
Warning: 'Builder' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Blaze.ByteString.Builder.Html.Utf8'
 100% ( 12 / 12) in 'Blaze.ByteString.Builder.ByteString'
 100% (  4 /  4) in 'Blaze.ByteString.Builder.HTTP'
 100% ( 43 / 43) in 'Blaze.ByteString.Builder.Word'
Warning: 'fromString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toLazyByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Write' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fromWrite' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  91% ( 22 / 24) in 'Blaze.ByteString.Builder'
  Missing documentation for:
    toByteStringIOWith (Blaze/ByteString/Builder.hs:187)
    fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:245)
Documentation created: dist/doc/html/blaze-builder/,
dist/doc/html/blaze-builder/blaze-builder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/blaze-builder-0.4.4.1-8j2XeR06mxnJMf1nnbZvi2
Completed    blaze-builder-0.4.4.1
Configuring brotli-0.0.0.2...
Preprocessing library for brotli-0.0.0.2..
Building library for brotli-0.0.0.2..
[1 of 2] Compiling LibBrotli        ( dist/build/LibBrotli.hs, dist/build/LibBrotli.o, dist/build/LibBrotli.dyn_o )
[2 of 2] Compiling Codec.Compression.Brotli ( src/Codec/Compression/Brotli.hs, dist/build/Codec/Compression/Brotli.o, dist/build/Codec/Compression/Brotli.dyn_o )
Preprocessing library for brotli-0.0.0.2..
Running Haddock on library for brotli-0.0.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling LibBrotli        ( dist/build/LibBrotli.hs, nothing )
[2 of 2] Compiling Codec.Compression.Brotli ( src/Codec/Compression/Brotli.hs, nothing )
Haddock coverage:
Warning: 'DecompressParams' is ambiguous. It is defined
    * at src/LibBrotli.hsc:117:25
    * at src/LibBrotli.hsc:117:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/LibBrotli.hsc:117:1
Warning: 'CompressParams' is ambiguous. It is defined
    * at src/LibBrotli.hsc:108:23
    * at src/LibBrotli.hsc: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/LibBrotli.hsc:108:1
Warning: 'BrotliDecoderErrorCode' is ambiguous. It is defined
    * at src/LibBrotli.hsc:73:34
    * at src/LibBrotli.hsc:73:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/LibBrotli.hsc:73:1
Warning: 'BrotliDecoderErrorCode' is ambiguous. It is defined
    * at src/LibBrotli.hsc:73:34
    * at src/LibBrotli.hsc:73:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/LibBrotli.hsc:73:1
Warning: 'BrotliException' is ambiguous. It is defined
    * at src/Codec/Compression/Brotli.hs:102:27
    * at src/Codec/Compression/Brotli.hs:102:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Codec/Compression/Brotli.hs:102:1
  94% ( 33 / 35) in 'Codec.Compression.Brotli'
  Missing documentation for:
    CompressStream (src/Codec/Compression/Brotli.hs:166)
    DecompressStream (src/Codec/Compression/Brotli.hs:309)
Documentation created: dist/doc/html/brotli/, dist/doc/html/brotli/brotli.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/brotli-0.0.0.2-JvdAIExEBhOF5ALNAF8SFz
Completed    brotli-0.0.0.2
Configuring character-ps-0.1...
Preprocessing library for character-ps-0.1..
Building library for character-ps-0.1..
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, dist/build/Data/Char/Patterns.o, dist/build/Data/Char/Patterns.dyn_o )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, dist/build/Data/Word16/Patterns.o, dist/build/Data/Word16/Patterns.dyn_o )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, dist/build/Data/Word8/Patterns.o, dist/build/Data/Word8/Patterns.dyn_o )
Preprocessing library for character-ps-0.1..
Running Haddock on library for character-ps-0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Char.Patterns ( src/Data/Char/Patterns.hs, nothing )
[2 of 3] Compiling Data.Word16.Patterns ( src/Data/Word16/Patterns.hs, nothing )
[3 of 3] Compiling Data.Word8.Patterns ( src/Data/Word8/Patterns.hs, nothing )
Haddock coverage:
 100% (137 /137) in 'Data.Char.Patterns'
 100% (137 /137) in 'Data.Word16.Patterns'
 100% (137 /137) in 'Data.Word8.Patterns'
Documentation created: dist/doc/html/character-ps/,
dist/doc/html/character-ps/character-ps.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/character-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ
Completed    character-ps-0.1
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )

Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |        ^^^^

Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |                        ^^^^

Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
    |                                                  ^^^^

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, dist/build/Data/Colour.o, dist/build/Data/Colour.dyn_o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o, dist/build/Data/Colour/Names.dyn_o )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o, dist/build/Data/Colour/CIE.dyn_o )
Preprocessing library for colour-2.3.6..
Running Haddock on library for colour-2.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, nothing )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, nothing )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, nothing )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, nothing )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, nothing )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, nothing )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, nothing )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, nothing )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, nothing )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, nothing )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, nothing )

Data/Colour/SRGB.hs:117:8: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |        ^^^^

Data/Colour/SRGB.hs:117:24: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
117 |   x' | head x == '#' = tail x
    |                        ^^^^

Data/Colour/SRGB.hs:127:50: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
127 | sRGB24read x | length rx /= 1 || not (null (snd (head rx))) =
    |                                                  ^^^^

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  Missing documentation for:
    Module header
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:122:19
    * at Data/Colour/RGBSpace.hs:122:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:92:27
    * at Data/Colour/RGBSpace.hs:92:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
  Missing documentation for:
    primaries
    whitePoint
    gamut
    transferFunction
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  Missing documentation for:
    black (Data/Colour/Internal.hs:53)
    AffineSpace (Data/Colour/Internal.hs:110)
    ColourOps (Data/Colour/Internal.hs:147)
   0% (  1 /149) in 'Data.Colour.Names'
  Missing documentation for:
    readColourName (Data/Colour/Names.hs:190)
    aliceblue (Data/Colour/Names.hs:341)
    antiquewhite (Data/Colour/Names.hs:344)
    aqua (Data/Colour/Names.hs:347)
    aquamarine (Data/Colour/Names.hs:350)
    azure (Data/Colour/Names.hs:353)
    beige (Data/Colour/Names.hs:356)
    bisque (Data/Colour/Names.hs:359)
    black (Data/Colour/Internal.hs:53)
    blanchedalmond (Data/Colour/Names.hs:364)
    blue (Data/Colour/Names.hs:367)
    blueviolet (Data/Colour/Names.hs:370)
    brown (Data/Colour/Names.hs:373)
    burlywood (Data/Colour/Names.hs:376)
    cadetblue (Data/Colour/Names.hs:379)
    chartreuse (Data/Colour/Names.hs:382)
    chocolate (Data/Colour/Names.hs:385)
    coral (Data/Colour/Names.hs:388)
    cornflowerblue (Data/Colour/Names.hs:391)
    cornsilk (Data/Colour/Names.hs:394)
    crimson (Data/Colour/Names.hs:397)
    cyan (Data/Colour/Names.hs:400)
    darkblue (Data/Colour/Names.hs:403)
    darkcyan (Data/Colour/Names.hs:406)
    darkgoldenrod (Data/Colour/Names.hs:409)
    darkgray (Data/Colour/Names.hs:412)
    darkgreen (Data/Colour/Names.hs:415)
    darkgrey (Data/Colour/Names.hs:418)
    darkkhaki (Data/Colour/Names.hs:421)
    darkmagenta (Data/Colour/Names.hs:424)
    darkolivegreen (Data/Colour/Names.hs:427)
    darkorange (Data/Colour/Names.hs:430)
    darkorchid (Data/Colour/Names.hs:433)
    darkred (Data/Colour/Names.hs:436)
    darksalmon (Data/Colour/Names.hs:439)
    darkseagreen (Data/Colour/Names.hs:442)
    darkslateblue (Data/Colour/Names.hs:445)
    darkslategray (Data/Colour/Names.hs:448)
    darkslategrey (Data/Colour/Names.hs:451)
    darkturquoise (Data/Colour/Names.hs:454)
    darkviolet (Data/Colour/Names.hs:457)
    deeppink (Data/Colour/Names.hs:460)
    deepskyblue (Data/Colour/Names.hs:463)
    dimgray (Data/Colour/Names.hs:466)
    dimgrey (Data/Colour/Names.hs:469)
    dodgerblue (Data/Colour/Names.hs:472)
    firebrick (Data/Colour/Names.hs:475)
    floralwhite (Data/Colour/Names.hs:478)
    forestgreen (Data/Colour/Names.hs:481)
    fuchsia (Data/Colour/Names.hs:484)
    gainsboro (Data/Colour/Names.hs:487)
    ghostwhite (Data/Colour/Names.hs:490)
    gold (Data/Colour/Names.hs:493)
    goldenrod (Data/Colour/Names.hs:496)
    gray (Data/Colour/Names.hs:499)
    grey (Data/Colour/Names.hs:502)
    green (Data/Colour/Names.hs:505)
    greenyellow (Data/Colour/Names.hs:508)
    honeydew (Data/Colour/Names.hs:511)
    hotpink (Data/Colour/Names.hs:514)
    indianred (Data/Colour/Names.hs:517)
    indigo (Data/Colour/Names.hs:520)
    ivory (Data/Colour/Names.hs:523)
    khaki (Data/Colour/Names.hs:526)
    lavender (Data/Colour/Names.hs:529)
    lavenderblush (Data/Colour/Names.hs:532)
    lawngreen (Data/Colour/Names.hs:535)
    lemonchiffon (Data/Colour/Names.hs:538)
    lightblue (Data/Colour/Names.hs:541)
    lightcoral (Data/Colour/Names.hs:544)
    lightcyan (Data/Colour/Names.hs:547)
    lightgoldenrodyellow (Data/Colour/Names.hs:550)
    lightgray (Data/Colour/Names.hs:553)
    lightgreen (Data/Colour/Names.hs:556)
    lightgrey (Data/Colour/Names.hs:559)
    lightpink (Data/Colour/Names.hs:562)
    lightsalmon (Data/Colour/Names.hs:565)
    lightseagreen (Data/Colour/Names.hs:568)
    lightskyblue (Data/Colour/Names.hs:571)
    lightslategray (Data/Colour/Names.hs:574)
    lightslategrey (Data/Colour/Names.hs:577)
    lightsteelblue (Data/Colour/Names.hs:580)
    lightyellow (Data/Colour/Names.hs:583)
    lime (Data/Colour/Names.hs:586)
    limegreen (Data/Colour/Names.hs:589)
    linen (Data/Colour/Names.hs:592)
    magenta (Data/Colour/Names.hs:595)
    maroon (Data/Colour/Names.hs:598)
    mediumaquamarine (Data/Colour/Names.hs:601)
    mediumblue (Data/Colour/Names.hs:604)
    mediumorchid (Data/Colour/Names.hs:607)
    mediumpurple (Data/Colour/Names.hs:610)
    mediumseagreen (Data/Colour/Names.hs:613)
    mediumslateblue (Data/Colour/Names.hs:616)
    mediumspringgreen (Data/Colour/Names.hs:619)
    mediumturquoise (Data/Colour/Names.hs:622)
    mediumvioletred (Data/Colour/Names.hs:625)
    midnightblue (Data/Colour/Names.hs:628)
    mintcream (Data/Colour/Names.hs:631)
    mistyrose (Data/Colour/Names.hs:634)
    moccasin (Data/Colour/Names.hs:637)
    navajowhite (Data/Colour/Names.hs:640)
    navy (Data/Colour/Names.hs:643)
    oldlace (Data/Colour/Names.hs:646)
    olive (Data/Colour/Names.hs:649)
    olivedrab (Data/Colour/Names.hs:652)
    orange (Data/Colour/Names.hs:655)
    orangered (Data/Colour/Names.hs:658)
    orchid (Data/Colour/Names.hs:661)
    palegoldenrod (Data/Colour/Names.hs:664)
    palegreen (Data/Colour/Names.hs:667)
    paleturquoise (Data/Colour/Names.hs:670)
    palevioletred (Data/Colour/Names.hs:673)
    papayawhip (Data/Colour/Names.hs:676)
    peachpuff (Data/Colour/Names.hs:679)
    peru (Data/Colour/Names.hs:682)
    pink (Data/Colour/Names.hs:685)
    plum (Data/Colour/Names.hs:688)
    powderblue (Data/Colour/Names.hs:691)
    purple (Data/Colour/Names.hs:694)
    red (Data/Colour/Names.hs:697)
    rosybrown (Data/Colour/Names.hs:700)
    royalblue (Data/Colour/Names.hs:703)
    saddlebrown (Data/Colour/Names.hs:706)
    salmon (Data/Colour/Names.hs:709)
    sandybrown (Data/Colour/Names.hs:712)
    seagreen (Data/Colour/Names.hs:715)
    seashell (Data/Colour/Names.hs:718)
    sienna (Data/Colour/Names.hs:721)
    silver (Data/Colour/Names.hs:724)
    skyblue (Data/Colour/Names.hs:727)
    slateblue (Data/Colour/Names.hs:730)
    slategray (Data/Colour/Names.hs:733)
    slategrey (Data/Colour/Names.hs:736)
    snow (Data/Colour/Names.hs:739)
    springgreen (Data/Colour/Names.hs:742)
    steelblue (Data/Colour/Names.hs:745)
    tan (Data/Colour/Names.hs:748)
    teal (Data/Colour/Names.hs:751)
    thistle (Data/Colour/Names.hs:754)
    tomato (Data/Colour/Names.hs:757)
    turquoise (Data/Colour/Names.hs:760)
    violet (Data/Colour/Names.hs:763)
    wheat (Data/Colour/Names.hs:766)
    white (Data/Colour/Names.hs:769)
    whitesmoke (Data/Colour/Names.hs:772)
    yellow (Data/Colour/Names.hs:775)
    yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 15 / 17) in 'Data.Colour.CIE'
  Missing documentation for:
    toCIEXYZ (Data/Colour/CIE.hs:65)
    Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed    colour-2.3.6
Configuring cryptohash-sha1-0.11.101.0...
Preprocessing library for cryptohash-sha1-0.11.101.0..
Building library for cryptohash-sha1-0.11.101.0..
[1 of 3] Compiling Compat           ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
[2 of 3] Compiling Crypto.Hash.SHA1.FFI ( src/Crypto/Hash/SHA1/FFI.hs, dist/build/Crypto/Hash/SHA1/FFI.o, dist/build/Crypto/Hash/SHA1/FFI.dyn_o )
[3 of 3] Compiling Crypto.Hash.SHA1 ( src/Crypto/Hash/SHA1.hs, dist/build/Crypto/Hash/SHA1.o, dist/build/Crypto/Hash/SHA1.dyn_o )

src/Crypto/Hash/SHA1.hs:133:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
133 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
Preprocessing library for cryptohash-sha1-0.11.101.0..
Running Haddock on library for cryptohash-sha1-0.11.101.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Compat           ( src/Compat.hs, nothing )
[2 of 3] Compiling Crypto.Hash.SHA1.FFI ( src/Crypto/Hash/SHA1/FFI.hs, nothing )
[3 of 3] Compiling Crypto.Hash.SHA1 ( src/Crypto/Hash/SHA1.hs, nothing )

src/Crypto/Hash/SHA1.hs:133:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
133 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
Haddock coverage:
Warning: 'hash' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hashlazy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'finalize' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is ambiguous. It is defined
    * in Data.ByteString.Internal.Type
    * in Data.ByteString.Lazy.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Lazy.Internal
 100% ( 21 / 21) in 'Crypto.Hash.SHA1'
Documentation created: dist/doc/html/cryptohash-sha1/,
dist/doc/html/cryptohash-sha1/cryptohash-sha1.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptohash-sha1-0.11.101.0-KU1Mc8lYma2AgxXVQn9w0u
Completed    cryptohash-sha1-0.11.101.0
Configuring data-default-0.8.0.1...
Preprocessing library for data-default-0.8.0.1..
Building library for data-default-0.8.0.1..
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o )
[2 of 2] Compiling Data.Default     ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o )
Preprocessing library for data-default-0.8.0.1..
Running Haddock on library for data-default-0.8.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing )
[2 of 2] Compiling Data.Default     ( Data/Default.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Data.Default.Internal'
 100% (  2 /  2) in 'Data.Default'
Documentation created: dist/doc/html/data-default/,
dist/doc/html/data-default/data-default.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA
Completed    data-default-0.8.0.1
Configuring dlist-1.0...
Preprocessing library for dlist-1.0..
Building library for dlist-1.0..
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, dist/build/Data/DList/Internal.o, dist/build/Data/DList/Internal.dyn_o )

Data/DList/Internal.hs:642:12: 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
    |
642 | instance a ~ Char => IsString (DList a) where
    |            ^
[2 of 5] Compiling Data.DList       ( Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, dist/build/Data/DList/DNonEmpty/Internal.o, dist/build/Data/DList/DNonEmpty/Internal.dyn_o )

Data/DList/DNonEmpty/Internal.hs:459:12: 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
    |
459 | instance a ~ Char => IsString (DNonEmpty a) where
    |            ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, dist/build/Data/DList/DNonEmpty.o, dist/build/Data/DList/DNonEmpty.dyn_o )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, dist/build/Data/DList/Unsafe.o, dist/build/Data/DList/Unsafe.dyn_o )
Preprocessing library for dlist-1.0..
Running Haddock on library for dlist-1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Data.DList.Internal ( Data/DList/Internal.hs, nothing )

Data/DList/Internal.hs:642:12: 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
    |
642 | instance a ~ Char => IsString (DList a) where
    |            ^
[2 of 5] Compiling Data.DList       ( Data/DList.hs, nothing )
[3 of 5] Compiling Data.DList.DNonEmpty.Internal ( Data/DList/DNonEmpty/Internal.hs, nothing )

Data/DList/DNonEmpty/Internal.hs:459:12: 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
    |
459 | instance a ~ Char => IsString (DNonEmpty a) where
    |            ^
[4 of 5] Compiling Data.DList.DNonEmpty ( Data/DList/DNonEmpty.hs, nothing )
[5 of 5] Compiling Data.DList.Unsafe ( Data/DList/Unsafe.hs, nothing )
Haddock coverage:
 100% ( 21 / 21) in 'Data.DList'
 100% ( 17 / 17) in 'Data.DList.DNonEmpty'
Warning: Data.DList: could not find link destinations for: 
	- Data.DList.Internal.D:R:ItemDList
Warning: Data.DList.DNonEmpty: could not find link destinations for: 
	- Data.DList.DNonEmpty.Internal.D:R:ItemDNonEmpty
Documentation created: dist/doc/html/dlist/, dist/doc/html/dlist/dlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dlist-1.0-64eJjLRuD1sLrW6rorjot6
Completed    dlist-1.0
Configuring file-io-0.1.5...
Preprocessing library for file-io-0.1.5..
Building library for file-io-0.1.5..
[1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, dist/build/System/File/Platform.o, dist/build/System/File/Platform.dyn_o )

posix/System/File/Platform.hs:31:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
31 | import "filepath" System.OsString.Internal.Types (PosixString(..), PosixChar(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

posix/System/File/Platform.hs:32:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsPath.Data.ByteString.Short is deprecated:
      "Use System.OsString.Data.ByteString.Short from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
32 | import qualified "filepath" System.OsPath.Data.ByteString.Short as BC
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling System.File.OsPath.Internal ( System/File/OsPath/Internal.hs, dist/build/System/File/OsPath/Internal.o, dist/build/System/File/OsPath/Internal.dyn_o )

System/File/OsPath/Internal.hs:24:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
24 | import System.OsString.Internal.Types
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling System.File.OsPath ( System/File/OsPath.hs, dist/build/System/File/OsPath.o, dist/build/System/File/OsPath.dyn_o )
[4 of 5] Compiling System.File.PlatformPath.Internal ( System/File/PlatformPath/Internal.hs, dist/build/System/File/PlatformPath/Internal.o, dist/build/System/File/PlatformPath/Internal.dyn_o )

System/File/PlatformPath/Internal.hs:34:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
34 | import System.OsString.Internal.Types
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling System.File.PlatformPath ( System/File/PlatformPath.hs, dist/build/System/File/PlatformPath.o, dist/build/System/File/PlatformPath.dyn_o )
Preprocessing library for file-io-0.1.5..
Running Haddock on library for file-io-0.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, nothing )

posix/System/File/Platform.hs:31:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
31 | import "filepath" System.OsString.Internal.Types (PosixString(..), PosixChar(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

posix/System/File/Platform.hs:32:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsPath.Data.ByteString.Short is deprecated:
      "Use System.OsString.Data.ByteString.Short from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
32 | import qualified "filepath" System.OsPath.Data.ByteString.Short as BC
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling System.File.OsPath.Internal ( System/File/OsPath/Internal.hs, nothing )

System/File/OsPath/Internal.hs:24:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
24 | import System.OsString.Internal.Types
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling System.File.OsPath ( System/File/OsPath.hs, nothing )
[4 of 5] Compiling System.File.PlatformPath.Internal ( System/File/PlatformPath/Internal.hs, nothing )

System/File/PlatformPath/Internal.hs:34:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
34 | import System.OsString.Internal.Types
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 5] Compiling System.File.PlatformPath ( System/File/PlatformPath.hs, nothing )
Haddock coverage:
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  64% ( 18 / 28) in 'System.File.OsPath.Internal'
  Missing documentation for:
    Module header
    withBinaryFile (System/File/OsPath/Internal.hs:59)
    withBinaryFile' (System/File/OsPath/Internal.hs:75)
    handleFinalizer (System/File/OsPath/Internal.hs:192)
    HandleFinalizer (System/File/OsPath/Internal.hs:198)
    withOpenFile' (System/File/OsPath/Internal.hs:213)
    addFilePathToIOError (System/File/OsPath/Internal.hs:226)
    augmentError (System/File/OsPath/Internal.hs:232)
    openTempFile' (System/File/OsPath/Internal.hs:237)
    any_ (System/File/OsPath/Internal.hs:256)
Warning: 'OsPath' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 16 / 18) in 'System.File.OsPath'
  Missing documentation for:
    withBinaryFile (System/File/OsPath/Internal.hs:59)
    withBinaryFile' (System/File/OsPath/Internal.hs:75)
  72% ( 16 / 22) in 'System.File.PlatformPath.Internal'
  Missing documentation for:
    Module header
    handleFinalizer (System/File/OsPath/Internal.hs:192)
    HandleFinalizer (System/File/OsPath/Internal.hs:198)
    withOpenFile' (System/File/PlatformPath/Internal.hs:111)
    addFilePathToIOError (System/File/PlatformPath/Internal.hs:114)
    augmentError (System/File/PlatformPath/Internal.hs:117)
Warning: 'OsPath' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 14 / 14) in 'System.File.PlatformPath'
Documentation created: dist/doc/html/file-io/,
dist/doc/html/file-io/file-io.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/file-io-0.1.5-2VaTczxt7HW5rd4UzeXzuA
Completed    file-io-0.1.5
Configuring fmlist-0.9.4...
Preprocessing library for fmlist-0.9.4..
Building library for fmlist-0.9.4..
[1 of 1] Compiling Data.FMList      ( Data/FMList.hs, dist/build/Data/FMList.o, dist/build/Data/FMList.dyn_o )

Data/FMList.hs:274:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (WrapApp f m).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
274 |   mappend (WrapApp a) (WrapApp b) = WrapApp $ mappend <$> a <*> b
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:294:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad FMList.
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
294 |   return     = one
    |   ^^^^^^^^^^^^^^^^

Data/FMList.hs:296:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical (>>) definition detected
    in the instance declaration for Monad FMList.
    (>>) will eventually be removed in favour of (*>)
    Suggested fix:
      Either remove definition for (>>) (recommended) or define as (>>) = (*>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
296 |   m >> k     = transform (\f -> const (foldMap f k)) m
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:314:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (FMList a).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
314 |   mappend    = (><)
    |   ^^^^^^^^^^^^^^^^^
Preprocessing library for fmlist-0.9.4..
Running Haddock on library for fmlist-0.9.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.FMList      ( Data/FMList.hs, nothing )

Data/FMList.hs:274:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (WrapApp f m).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
274 |   mappend (WrapApp a) (WrapApp b) = WrapApp $ mappend <$> a <*> b
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:294:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad FMList.
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
294 |   return     = one
    |   ^^^^^^^^^^^^^^^^

Data/FMList.hs:296:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical (>>) definition detected
    in the instance declaration for Monad FMList.
    (>>) will eventually be removed in favour of (*>)
    Suggested fix:
      Either remove definition for (>>) (recommended) or define as (>>) = (*>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
    |
296 |   m >> k     = transform (\f -> const (foldMap f k)) m
    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Data/FMList.hs:314:3: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid (FMList a).
    mappend will eventually be removed in favour of (<>)
    Suggested fix:
      Either remove definition for mappend (recommended) or define as mappend = (<>)
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid
    |
314 |   mappend    = (><)
    |   ^^^^^^^^^^^^^^^^^
Haddock coverage:
  36% ( 14 / 38) in 'Data.FMList'
  Missing documentation for:
    singleton (Data/FMList.hs:143)
    cons (Data/FMList.hs:146)
    snoc (Data/FMList.hs:149)
    pair (Data/FMList.hs:152)
    append (Data/FMList.hs:155)
    fromList (Data/FMList.hs:160)
    fromFoldable (Data/FMList.hs:163)
    null (Data/FMList.hs:170)
    length (Data/FMList.hs:173)
    genericLength (Data/FMList.hs:176)
    head (Data/FMList.hs:180)
    tail (Data/FMList.hs:183)
    last (Data/FMList.hs:186)
    init (Data/FMList.hs:189)
    reverse (Data/FMList.hs:192)
    flatten (Data/FMList.hs:195)
    filter (Data/FMList.hs:198)
    take (Data/FMList.hs:206)
    drop (Data/FMList.hs:212)
    takeWhile (Data/FMList.hs:209)
    dropWhile (Data/FMList.hs:215)
    zip (Data/FMList.hs:221)
    zipWith (Data/FMList.hs:218)
    iterate (Data/FMList.hs:225)
Documentation created: dist/doc/html/fmlist/, dist/doc/html/fmlist/fmlist.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fmlist-0.9.4-FXOjN4IGviz7bSpgSmjBby
Completed    fmlist-0.9.4
Configuring generically-0.1.1...
Preprocessing library for generically-0.1.1..
Building library for generically-0.1.1..
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, dist/build/GHC/Generics/Generically.o, dist/build/GHC/Generics/Generically.dyn_o )
Preprocessing library for generically-0.1.1..
Running Haddock on library for generically-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling GHC.Generics.Generically ( src/GHC/Generics/Generically.hs, nothing )
Haddock coverage:
Warning: 'Generically' 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
 100% (  3 /  3) in 'GHC.Generics.Generically'
Documentation created: dist/doc/html/generically/,
dist/doc/html/generically/generically.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/generically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP
Completed    generically-0.1.1
Configuring ghc-byteorder-4.11.0.0.10...
Preprocessing library for ghc-byteorder-4.11.0.0.10..
Building library for ghc-byteorder-4.11.0.0.10..
Preprocessing library for ghc-byteorder-4.11.0.0.10..
Running Haddock on library for ghc-byteorder-4.11.0.0.10..
Warning: Haddocks are being requested, but there aren't any modules given to
create documentation for.
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ghc-byteorder-4.11.0.0.10-Da35Fwla2EDLvYGPAORtEI
Completed    ghc-byteorder-4.11.0.0.10
Configuring indexed-traversable-0.1.4...
Preprocessing library for indexed-traversable-0.1.4..
Building library for indexed-traversable-0.1.4..
[1 of 7] Compiling CoerceCompat     ( src/CoerceCompat.hs, dist/build/CoerceCompat.o, dist/build/CoerceCompat.dyn_o )
[2 of 7] Compiling GhcList          ( src/GhcList.hs, dist/build/GhcList.o, dist/build/GhcList.dyn_o )
[3 of 7] Compiling WithIndex        ( src/WithIndex.hs, dist/build/WithIndex.o, dist/build/WithIndex.dyn_o )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, dist/build/Data/Traversable/WithIndex.o, dist/build/Data/Traversable/WithIndex.dyn_o )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, dist/build/Data/Functor/WithIndex.o, dist/build/Data/Functor/WithIndex.dyn_o )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, dist/build/Data/Foldable1/WithIndex.o, dist/build/Data/Foldable1/WithIndex.dyn_o )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, dist/build/Data/Foldable/WithIndex.o, dist/build/Data/Foldable/WithIndex.dyn_o )
Preprocessing library for indexed-traversable-0.1.4..
Running Haddock on library for indexed-traversable-0.1.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling CoerceCompat     ( src/CoerceCompat.hs, nothing )
[2 of 7] Compiling GhcList          ( src/GhcList.hs, nothing )
[3 of 7] Compiling WithIndex        ( src/WithIndex.hs, nothing )
[4 of 7] Compiling Data.Traversable.WithIndex ( src/Data/Traversable/WithIndex.hs, nothing )
[5 of 7] Compiling Data.Functor.WithIndex ( src/Data/Functor/WithIndex.hs, nothing )
[6 of 7] Compiling Data.Foldable1.WithIndex ( src/Data/Foldable1/WithIndex.hs, nothing )
[7 of 7] Compiling Data.Foldable.WithIndex ( src/Data/Foldable/WithIndex.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Identity
Warning: 'itraverseOf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'itraversed' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldl1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ifoldr1'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: '.' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'forM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  83% ( 10 / 12) in 'Data.Traversable.WithIndex'
  Missing documentation for:
    imapDefault (src/WithIndex.hs:81)
    ifoldMapDefault (src/WithIndex.hs:162)
  66% (  2 /  3) in 'Data.Functor.WithIndex'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'Data.Foldable1.WithIndex'
Warning: 'const' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'all' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'traverse_' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'for_' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IndexedFold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mapM_' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'imapM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'iforM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'concatMap' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'find' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldrM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'foldlM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'toList' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'snd' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 17 / 17) in 'Data.Foldable.WithIndex'
Documentation created: dist/doc/html/indexed-traversable/,
dist/doc/html/indexed-traversable/indexed-traversable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/indexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G
Completed    indexed-traversable-0.1.4
Configuring integer-logarithms-1.0.4...
Preprocessing library for integer-logarithms-1.0.4..
Building library for integer-logarithms-1.0.4..
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, dist/build/GHC/Integer/Logarithms/Compat.o, dist/build/GHC/Integer/Logarithms/Compat.dyn_o )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, dist/build/Math/NumberTheory/Logarithms.o, dist/build/Math/NumberTheory/Logarithms.dyn_o )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, dist/build/Math/NumberTheory/Powers/Integer.o, dist/build/Math/NumberTheory/Powers/Integer.dyn_o )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, dist/build/Math/NumberTheory/Powers/Natural.o, dist/build/Math/NumberTheory/Powers/Natural.dyn_o )
Preprocessing library for integer-logarithms-1.0.4..
Running Haddock on library for integer-logarithms-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling GHC.Integer.Logarithms.Compat ( src/GHC/Integer/Logarithms/Compat.hs, nothing )
[2 of 4] Compiling Math.NumberTheory.Logarithms ( src/Math/NumberTheory/Logarithms.hs, nothing )
[3 of 4] Compiling Math.NumberTheory.Powers.Integer ( src/Math/NumberTheory/Powers/Integer.hs, nothing )
[4 of 4] Compiling Math.NumberTheory.Powers.Natural ( src/Math/NumberTheory/Powers/Natural.hs, nothing )
Haddock coverage:
  40% (  2 /  5) in 'GHC.Integer.Logarithms.Compat'
  Missing documentation for:
    integerLogBase#
    integerLog2#
    wordLog2#
 100% ( 17 / 17) in 'Math.NumberTheory.Logarithms'
 100% (  3 /  3) in 'Math.NumberTheory.Powers.Integer'
 100% (  3 /  3) in 'Math.NumberTheory.Powers.Natural'
Documentation created: dist/doc/html/integer-logarithms/,
dist/doc/html/integer-logarithms/integer-logarithms.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/integer-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp
Completed    integer-logarithms-1.0.4
Configuring microlens-0.4.14.0...
Preprocessing library for microlens-0.4.14.0..
Building library for microlens-0.4.14.0..
[1 of 4] Compiling Lens.Micro.Type  ( src/Lens/Micro/Type.hs, dist/build/Lens/Micro/Type.o, dist/build/Lens/Micro/Type.dyn_o )
[2 of 4] Compiling Lens.Micro.Internal ( src/Lens/Micro/Internal.hs, dist/build/Lens/Micro/Internal.o, dist/build/Lens/Micro/Internal.dyn_o )
[3 of 4] Compiling Lens.Micro       ( src/Lens/Micro.hs, dist/build/Lens/Micro.o, dist/build/Lens/Micro.dyn_o )
[4 of 4] Compiling Lens.Micro.Extras ( src/Lens/Micro/Extras.hs, dist/build/Lens/Micro/Extras.o, dist/build/Lens/Micro/Extras.dyn_o )
Preprocessing library for microlens-0.4.14.0..
Running Haddock on library for microlens-0.4.14.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Lens.Micro.Type  ( src/Lens/Micro/Type.hs, nothing )
[2 of 4] Compiling Lens.Micro.Internal ( src/Lens/Micro/Internal.hs, nothing )
[3 of 4] Compiling Lens.Micro       ( src/Lens/Micro.hs, nothing )
[4 of 4] Compiling Lens.Micro.Extras ( src/Lens/Micro/Extras.hs, nothing )
Haddock coverage:
Warning: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Const
Warning: '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
 100% ( 12 / 12) in 'Lens.Micro.Type'
Warning: 'mapped' 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
  31% (  9 / 29) in 'Lens.Micro.Internal'
  Missing documentation for:
    foldring (src/Lens/Micro/Internal.hs:131)
    foldrOf (src/Lens/Micro/Internal.hs:135)
    foldMapOf (src/Lens/Micro/Internal.hs:139)
    phantom (src/Lens/Micro/Internal.hs:155)
    Each (src/Lens/Micro/Internal.hs:166)
    Index (src/Lens/Micro/Internal.hs:243)
    IxValue (src/Lens/Micro/Internal.hs:244)
    Ixed (src/Lens/Micro/Internal.hs:260)
    At (src/Lens/Micro/Internal.hs:307)
    ixAt (src/Lens/Micro/Internal.hs:345)
    Field1 (src/Lens/Micro/Internal.hs:369)
    Field2 (src/Lens/Micro/Internal.hs:448)
    Field3 (src/Lens/Micro/Internal.hs:487)
    Field4 (src/Lens/Micro/Internal.hs:522)
    Field5 (src/Lens/Micro/Internal.hs:553)
    Cons (src/Lens/Micro/Internal.hs:580)
    Snoc (src/Lens/Micro/Internal.hs:588)
    Strict (src/Lens/Micro/Internal.hs:596)
    #. (src/Lens/Micro/Internal.hs:648)
    .# (src/Lens/Micro/Internal.hs:651)
Warning: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Const
Warning: 'First' is ambiguous. It is defined
    * in Data.Monoid
    * in Data.Monoid
    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.Monoid
Warning: 'mapAccumL' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 91 / 96) in 'Lens.Micro'
  Missing documentation for:
    foldMapOf (src/Lens/Micro/Internal.hs:139)
    _2
    _3
    _4
    _5
 100% (  3 /  3) in 'Lens.Micro.Extras'
Warning: Lens.Micro: could not find link destinations for: 
	- Lens.Micro.State
	- Lens.Micro.Traversed
Documentation created: dist/doc/html/microlens/,
dist/doc/html/microlens/microlens.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/microlens-0.4.14.0-CuYneKymLmWKGJdTjw0eOP
Completed    microlens-0.4.14.0
Configuring netrc-0.2.0.1...
Preprocessing library for netrc-0.2.0.1..
Building library for netrc-0.2.0.1..
[1 of 1] Compiling Network.NetRc    ( src/Network/NetRc.hs, dist/build/Network/NetRc.o, dist/build/Network/NetRc.dyn_o )

src/Network/NetRc.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
59 | import           Data.Monoid
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for netrc-0.2.0.1..
Running Haddock on library for netrc-0.2.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.NetRc    ( src/Network/NetRc.hs, nothing )

src/Network/NetRc.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
59 | import           Data.Monoid
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'NetRc' is ambiguous. It is defined
    * at src/Network/NetRc.hs:92:14
    * at src/Network/NetRc.hs:92:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Network/NetRc.hs:92:1
 100% ( 13 / 13) in 'Network.NetRc'
Warning: Network.NetRc: could not find link destinations for: 
	- Network.NetRc.Rep_NetRc
	- Network.NetRc.Rep_NetRcHost
	- Network.NetRc.Rep_NetRcMacDef
Documentation created: dist/doc/html/netrc/, dist/doc/html/netrc/netrc.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/netrc-0.2.0.1-JxKIzOjFJts8Mug1SfZsxB
Completed    netrc-0.2.0.1
Configuring network-3.2.8.0...
configure: WARNING: unrecognized options: --with-compiler
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for fcntl.h... yes
checking for sys/uio.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... yes
checking for arpa/inet.h... yes
checking for netdb.h... yes
checking for net/if.h... yes
checking for netioapi.h... no
checking for struct ucred... yes
checking for gai_strerror... yes
checking for gethostent... yes
checking for accept4... yes
checking for getpeereid... no
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking whether AI_ADDRCONFIG is declared... yes
checking whether AI_ALL is declared... yes
checking whether AI_NUMERICSERV is declared... yes
checking whether AI_V4MAPPED is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking whether IPPROTO_IP is declared... yes
checking whether IPPROTO_TCP is declared... yes
checking whether IPPROTO_IPV6 is declared... yes
checking whether SO_PEERCRED is declared... yes
checking whether IP_DONTFRAG is declared... no
checking whether IP_MTU_DISCOVER is declared... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
configure: creating ./network.buildinfo
configure: creating ./config.status
config.status: creating include/HsNetworkConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for network-3.2.8.0..
Building library for network-3.2.8.0..
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.o, dist/build/Network/Socket/Imports.dyn_o )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.o, dist/build/Network/Socket/If.dyn_o )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.o, dist/build/Network/Socket/Flag.dyn_o )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.o, dist/build/Network/Socket/Cbits.dyn_o )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.o, dist/build/Network/Socket/Fcntl.dyn_o )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.o, dist/build/Network/Socket/Posix/IOVec.dyn_o )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.o, dist/build/Network/Socket/ReadShow.dyn_o )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o, dist/build/Network/Socket/Types.dyn_o )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o )
[28 of 29] Compiling Network.Socket   ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o )
Preprocessing library for network-3.2.8.0..
Running Haddock on library for network-3.2.8.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, nothing )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, nothing )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, nothing )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, nothing )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, nothing )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, nothing )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, nothing )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, nothing )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, nothing )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, nothing )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, nothing )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, nothing )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, nothing )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, nothing )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, nothing )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, nothing )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, nothing )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, nothing )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, nothing )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, nothing )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, nothing )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, nothing )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, nothing )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, nothing )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, nothing )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, nothing )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, nothing )
[28 of 29] Compiling Network.Socket   ( Network/Socket.hs, nothing )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, nothing )
Haddock coverage:
Warning: 'Socket' is ambiguous. It is defined
    * at dist/build/Network/Socket/Types.hs:112:15
    * at dist/build/Network/Socket/Types.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at dist/build/Network/Socket/Types.hs:112:1
Warning: 'getAddrInfo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Foreign.C.Types
Warning: 'Family' is ambiguous. It is defined
    * at Network/Socket/Types.hsc:398:18
    * at Network/Socket/Types.hsc:398:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Types.hsc:398:1
Warning: 'CmsgId' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:38:15
    * at Network/Socket/Posix/Cmsg.hsc:38:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:38:1
Warning: 'Fds' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IPv6PktInfo' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:215:20
    * at Network/Socket/Posix/Cmsg.hsc:215:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:215:1
Warning: 'IPv4PktInfo' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:182:20
    * at Network/Socket/Posix/Cmsg.hsc:182:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:182:1
Warning: 'IPv6TClass' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:172:22
    * at Network/Socket/Posix/Cmsg.hsc:172:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:172:1
Warning: 'IPv4TOS' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:162:19
    * at Network/Socket/Posix/Cmsg.hsc:162:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:162:1
Warning: 'IPv6HopLimit' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:152:24
    * at Network/Socket/Posix/Cmsg.hsc:152:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:152:1
Warning: 'IPv4TTL' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:141:19
    * at Network/Socket/Posix/Cmsg.hsc:141:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:141:1
 100% ( 20 / 20) in 'Network.Socket.Internal'
Warning: 'sendmsg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StructLinger' is ambiguous. It is defined
    * at Network/Socket/Options.hsc:500:21
    * at Network/Socket/Options.hsc:500:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Options.hsc:500:1
Warning: 'CInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Foreign.C.Types
Warning: 'setSocOptValue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SockOptValue' is ambiguous. It is defined
    * at Network/Socket/Options.hsc:528:3
    * at Network/Socket/Options.hsc:527:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Options.hsc:527:1
Warning: 'AddrInfo' is ambiguous. It is defined
    * at Network/Socket/Info.hsc:104:17
    * at Network/Socket/Info.hsc:104:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Info.hsc:104:1
Warning: 'inet_ntop' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hClose' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'gracefulClose' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'socket' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Cannot find documentation for: $vectored
 100% ( 17 / 17) in 'Network.Socket.ByteString'
 100% ( 19 / 19) in 'Network.Socket.Address'
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% (127 /130) in 'Network.Socket'
  Missing documentation for:
    AddrInfo (Network/Socket/Info.hsc:104)
    ShutdownCmd (Network/Socket/Shutdown.hs:28)
    packFamily
  75% (  6 /  8) in 'Network.Socket.ByteString.Lazy'
  Missing documentation for:
    send (Network/Socket/ByteString/Lazy/Posix.hs:29)
    sendAll (Network/Socket/ByteString/Lazy/Posix.hs:58)
Warning: Network.Socket: could not find link destinations for: 
	- Network.Socket.Info.GetAddrInfo
Documentation created: dist/doc/html/network/,
dist/doc/html/network/network.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-3.2.8.0-2mBD7NmHSYt6MqMlmsyIDz
Completed    network-3.2.8.0
Configuring os-string-2.0.8...
Preprocessing library for os-string-2.0.8..
Building library for os-string-2.0.8..
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o )

System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
   |                                          ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o )
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o )
[10 of 11] Compiling System.OsString  ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o )
Preprocessing library for os-string-2.0.8..
Running Haddock on library for os-string-2.0.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, nothing )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, nothing )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, nothing )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, nothing )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, nothing )

System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
   |                                          ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing )
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing )
[10 of 11] Compiling System.OsString  ( System/OsString.hs, nothing )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing )
Haddock coverage:
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
  26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal'
  Missing documentation for:
    _nul (System/OsString/Data/ByteString/Short/Internal.hs:60)
    isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63)
    create (System/OsString/Data/ByteString/Short/Internal.hs:70)
    asBA (System/OsString/Data/ByteString/Short/Internal.hs:80)
    BA (System/OsString/Data/ByteString/Short/Internal.hs:84)
    MBA (System/OsString/Data/ByteString/Short/Internal.hs:85)
    newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89)
    newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94)
    copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99)
    unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104)
    copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109)
    moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244)
    moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248)
    packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251)
    packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254)
    unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265)
    packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274)
    packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277)
    indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299)
    word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320)
    word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322)
    setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325)
    copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330)
    createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356)
    createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372)
    findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397)
    assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422)
    errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430)
    moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434)
    compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444)
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
  96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short'
  Missing documentation for:
    append
    uncons2 (System/OsString/Data/ByteString/Short.hs:184)
    concat
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16'
  Missing documentation for:
    append
    concat
    breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:663)
Warning: 'try' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  1 /  3) in 'System.OsString.Internal.Exception'
  Missing documentation for:
    Module header
    isAsyncException (System/OsString/Internal/Exception.hs:17)
Warning: 'TextEncoding' is ambiguous. It is defined
    * in GHC.IO.Encoding.Types
    * in GHC.IO.Encoding.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.IO.Encoding.Types
  27% (  9 / 33) in 'System.OsString.Encoding.Internal'
  Missing documentation for:
    Module header
    ucs2le (System/OsString/Encoding/Internal.hs:42)
    mkUcs2le (System/OsString/Encoding/Internal.hs:45)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
    cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231)
    cWcharsToChars (System/OsString/Encoding/Internal.hs:238)
    charsToCWchars (System/OsString/Encoding/Internal.hs:248)
    withWindowsString (System/OsString/Encoding/Internal.hs:264)
    peekWindowsString (System/OsString/Encoding/Internal.hs:267)
    withPosixString (System/OsString/Encoding/Internal.hs:272)
    withPosixString' (System/OsString/Encoding/Internal.hs:275)
    peekPosixString (System/OsString/Encoding/Internal.hs:278)
    peekPosixString' (System/OsString/Encoding/Internal.hs:281)
    EncodingException (System/OsString/Encoding/Internal.hs:340)
    showEncodingException (System/OsString/Encoding/Internal.hs:348)
    wNUL (System/OsString/Encoding/Internal.hs:367)
  44% ( 11 / 25) in 'System.OsString.Encoding'
  Missing documentation for:
    Module header
    EncodingException (System/OsString/Encoding/Internal.hs:340)
    showEncodingException (System/OsString/Encoding/Internal.hs:348)
    ucs2le (System/OsString/Encoding/Internal.hs:42)
    mkUcs2le (System/OsString/Encoding/Internal.hs:45)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
Warning: 'WindowsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:60:25
    * at System/OsString/Internal/Types.hs:60:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1
Warning: 'PosixString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:87:23
    * at System/OsString/Internal/Types.hs:87:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1
Warning: 'ShortByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:123:23
    * at System/OsString/Internal/Types.hs:123:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:123:1
Warning: 'WindowsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:117:23
    * at System/OsString/Internal/Types.hs:117:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:117:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:210:18
    * at System/OsString/Internal/Types.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1
Warning: 'OsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:161:20
    * at System/OsString/Internal/Types.hs:161:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1
Warning: '(</>)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  9 / 18) in 'System.OsString.Internal.Types'
  Missing documentation for:
    Module header
    unWS (System/OsString/Internal/Types.hs:70)
    unPS (System/OsString/Internal/Types.hs:96)
    PlatformString (System/OsString/Internal/Types.hs:114)
    WindowsChar (System/OsString/Internal/Types.hs:117)
    unWW (System/OsString/Internal/Types.hs:131)
    PosixChar (System/OsString/Internal/Types.hs:123)
    unPW (System/OsString/Internal/Types.hs:139)
    PlatformChar (System/OsString/Internal/Types.hs:148)
Warning: 'setFileSystemEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:87:23
    * at System/OsString/Internal/Types.hs:87:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1
Warning: 'OsString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  95% ( 95 /100) in 'System.OsString.Posix'
  Missing documentation for:
    Module header
    PosixChar (System/OsString/Internal/Types.hs:123)
    singleton (System/OsString/Common.hs:526)
    empty (System/OsString/Common.hs:529)
    concat (System/OsString/Common.hs:737)
Warning: 'setFileSystemEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:161:20
    * at System/OsString/Internal/Types.hs:161:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:210:18
    * at System/OsString/Internal/Types.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1
Warning: 'head' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:293:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:293:1
Warning: 'tail' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:277:1
Warning: 'init' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:302:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:302:1
Warning: 'last' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:268:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:268:1
Warning: 'map' is ambiguous. It is defined
    * in GHC.Base
    * at System/OsString/Internal.hs:332:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:332:1
Warning: 'reverse' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:338:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:338:1
Warning: 'foldl' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:354:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:354:1
Warning: 'foldl1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:368:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:368:1
Warning: 'foldr' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:384:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:384:1
Warning: 'foldr1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:398:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:398:1
Warning: 'all' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:412:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:412:1
Warning: 'any' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:419:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:419:1
Warning: 'replicate' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:434:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:434:1
Warning: 'take' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:476:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:476:1
Warning: 'length' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:325:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:325:1
Warning: 'drop' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:513:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:513:1
Warning: 'takeWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:507:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:507:1
Warning: 'dropWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:535:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:535:1
Warning: 'break' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:564:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:564:1
Warning: 'span' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:574:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:574:1
Warning: 'splitAt' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:599:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:599:1
Warning: 'elem' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:702:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:702:1
Warning: 'filter' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:720:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:720:1
  94% ( 75 / 79) in 'System.OsString.Internal'
  Missing documentation for:
    Module header
    empty (System/OsString/Internal.hs:233)
    singleton (System/OsString/Internal.hs:236)
    concat (System/OsString/Internal.hs:425)
Warning: 'setFileSystemEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 96 / 99) in 'System.OsString'
  Missing documentation for:
    empty (System/OsString/Internal.hs:233)
    singleton (System/OsString/Internal.hs:236)
    concat (System/OsString/Internal.hs:425)
Warning: 'unsafeDupablePerformIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WindowsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:60:25
    * at System/OsString/Internal/Types.hs:60:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1
Warning: 'OsString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 94 / 99) in 'System.OsString.Windows'
  Missing documentation for:
    Module header
    WindowsChar (System/OsString/Internal/Types.hs:117)
    singleton (System/OsString/Common.hs:526)
    empty (System/OsString/Common.hs:529)
    concat (System/OsString/Common.hs:737)
Warning: System.OsString.Data.ByteString.Short: could not find link destinations for: 
	- Data.ByteString.Short.Internal.Rep_ShortByteString
	- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for: 
	- Data.ByteString.Short.Internal.Rep_ShortByteString
	- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Internal.Types: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_OsChar
	- System.OsString.Internal.Types.Rep_OsString
	- System.OsString.Internal.Types.Rep_PosixChar
	- System.OsString.Internal.Types.Rep_WindowsChar
	- System.OsString.Internal.Types.Rep_PosixString
	- System.OsString.Internal.Types.Rep_WindowsString
Warning: System.OsString.Posix: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_PosixChar
	- System.OsString.Internal.Types.Rep_PosixString
Warning: System.OsString: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_OsChar
	- System.OsString.Internal.Types.Rep_OsString
Warning: System.OsString.Windows: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_WindowsChar
	- System.OsString.Internal.Types.Rep_WindowsString
Documentation created: dist/doc/html/os-string/,
dist/doc/html/os-string/os-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.8-JLOCx5syZ3qViIHERGXha
Completed    os-string-2.0.8
Configuring prettyprinter-1.7.1...
Preprocessing library for prettyprinter-1.7.1..
Building library for prettyprinter-1.7.1..
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o )

src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import           Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o )
[14 of 28] Compiling Prettyprinter    ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o )

src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
    Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
      "Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
  |
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o )
Preprocessing library for prettyprinter-1.7.1..
Running Haddock on library for prettyprinter-1.7.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing )

src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import           Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing )
[14 of 28] Compiling Prettyprinter    ( src/Prettyprinter.hs, nothing )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing )

src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
    Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
      "Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
  |
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing )
Haddock coverage:
  57% (  4 /  7) in 'Prettyprinter.Render.Util.Panic'
  Missing documentation for:
    Module header
    panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
    panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
Warning: 'parens' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'putDoc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hPutDoc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reAnnotateST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comma' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 77 / 78) in 'Prettyprinter.Internal'
  Missing documentation for:
    defaultPageWidth (src/Prettyprinter/Internal.hs:1778)
  66% (  2 /  3) in 'Prettyprinter.Render.String'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.String'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Prettyprinter.Internal.Type'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal.Type'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'Prettyprinter.Internal.Debug'
  Missing documentation for:
    diag' (src/Prettyprinter/Internal/Debug.hs:76)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal.Debug'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic'
  Missing documentation for:
    Module header
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine'
  Missing documentation for:
    Module header
 100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii'
Warning: 'Keyword' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Red' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'color' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'colorDull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColorDull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (112 /112) in 'Prettyprinter'
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree'
  Missing documentation for:
    Module header
  61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial'
  Missing documentation for:
    SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40)
    Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41)
    bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46)
    italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47)
    paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48)
    headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49)
    color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial'
  Missing documentation for:
    Module header
  61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial'
  Missing documentation for:
    SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43)
    Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44)
    bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49)
    italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50)
    paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51)
    headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52)
    color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial'
  Missing documentation for:
    Module header
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% (  9 /  9) in 'Prettyprinter.Render.Text'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Text'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii'
  Missing documentation for:
    Module header
 100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode'
  Missing documentation for:
    Module header
Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util
 100% (  4 /  4) in 'Prettyprinter.Util'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Util'
  Missing documentation for:
    Module header
Warning: Prettyprinter.Internal: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
	- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Internal.Type: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
Warning: Prettyprinter: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
	- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for: 
	- Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree
Documentation created: dist/doc/html/prettyprinter/,
dist/doc/html/prettyprinter/prettyprinter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB
Completed    prettyprinter-1.7.1
Configuring primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Preprocessing library for primitive-0.9.1.0..
Running Haddock on library for primitive-0.9.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, nothing )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, nothing )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, nothing )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, nothing )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, nothing )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, nothing )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, nothing )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, nothing )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, nothing )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, nothing )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, nothing )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, nothing )
[13 of 14] Compiling Data.Primitive   ( Data/Primitive.hs, nothing )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, nothing )
Haddock coverage:
   2% (  1 / 35) in 'Data.Primitive.MachDeps'
  Missing documentation for:
    sIZEOF_CHAR (Data/Primitive/MachDeps.hs:68)
    aLIGNMENT_CHAR (Data/Primitive/MachDeps.hs:69)
    sIZEOF_INT (Data/Primitive/MachDeps.hs:71)
    aLIGNMENT_INT (Data/Primitive/MachDeps.hs:72)
    sIZEOF_WORD (Data/Primitive/MachDeps.hs:74)
    aLIGNMENT_WORD (Data/Primitive/MachDeps.hs:75)
    sIZEOF_DOUBLE (Data/Primitive/MachDeps.hs:77)
    aLIGNMENT_DOUBLE (Data/Primitive/MachDeps.hs:78)
    sIZEOF_FLOAT (Data/Primitive/MachDeps.hs:80)
    aLIGNMENT_FLOAT (Data/Primitive/MachDeps.hs:81)
    sIZEOF_PTR (Data/Primitive/MachDeps.hs:83)
    aLIGNMENT_PTR (Data/Primitive/MachDeps.hs:84)
    sIZEOF_FUNPTR (Data/Primitive/MachDeps.hs:86)
    aLIGNMENT_FUNPTR (Data/Primitive/MachDeps.hs:87)
    sIZEOF_STABLEPTR (Data/Primitive/MachDeps.hs:89)
    aLIGNMENT_STABLEPTR (Data/Primitive/MachDeps.hs:90)
    sIZEOF_INT8 (Data/Primitive/MachDeps.hs:92)
    aLIGNMENT_INT8 (Data/Primitive/MachDeps.hs:93)
    sIZEOF_WORD8 (Data/Primitive/MachDeps.hs:95)
    aLIGNMENT_WORD8 (Data/Primitive/MachDeps.hs:96)
    sIZEOF_INT16 (Data/Primitive/MachDeps.hs:98)
    aLIGNMENT_INT16 (Data/Primitive/MachDeps.hs:99)
    sIZEOF_WORD16 (Data/Primitive/MachDeps.hs:101)
    aLIGNMENT_WORD16 (Data/Primitive/MachDeps.hs:102)
    sIZEOF_INT32 (Data/Primitive/MachDeps.hs:104)
    aLIGNMENT_INT32 (Data/Primitive/MachDeps.hs:105)
    sIZEOF_WORD32 (Data/Primitive/MachDeps.hs:107)
    aLIGNMENT_WORD32 (Data/Primitive/MachDeps.hs:108)
    sIZEOF_INT64 (Data/Primitive/MachDeps.hs:110)
    aLIGNMENT_INT64 (Data/Primitive/MachDeps.hs:111)
    sIZEOF_WORD64 (Data/Primitive/MachDeps.hs:113)
    aLIGNMENT_WORD64 (Data/Primitive/MachDeps.hs:114)
    Word64_# (Data/Primitive/MachDeps.hs:117)
    Int64_# (Data/Primitive/MachDeps.hs:118)
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Types
Warning: 'ST' is ambiguous. It is defined
    * in GHC.ST
    * in GHC.ST
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.ST
  89% ( 26 / 29) in 'Control.Monad.Primitive'
  Missing documentation for:
    unsafeInterleave (Control/Monad/Primitive.hs:408)
    unsafeDupableInterleave (Control/Monad/Primitive.hs:409)
    noDuplicate (Control/Monad/Primitive.hs:401)
Warning: 'MVar' is ambiguous. It is defined
    * at Data/Primitive/MVar.hs:41:17
    * at Data/Primitive/MVar.hs:41:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/MVar.hs:41:1
 100% ( 11 / 11) in 'Data.Primitive.MVar'
Warning: 'Array' is ambiguous. It is defined
    * at Data/Primitive/Array.hs:65:16
    * at Data/Primitive/Array.hs:65:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/Array.hs:65:1
Warning: 'MutableArray' is ambiguous. It is defined
    * at Data/Primitive/Array.hs:108:25
    * at Data/Primitive/Array.hs:108:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/Array.hs:108:1
 100% ( 27 / 27) in 'Data.Primitive.Array'
Warning: 'MutVar' is ambiguous. It is defined
    * at Data/Primitive/MutVar.hs:44:19
    * at Data/Primitive/MutVar.hs:44:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/MutVar.hs:44:1
Warning: 'IORef' is ambiguous. It is defined
    * in GHC.IORef
    * in GHC.IORef
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.IORef
Warning: 'STRef' is ambiguous. It is defined
    * in GHC.STRef
    * in GHC.STRef
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.STRef
 100% ( 15 / 15) in 'Data.Primitive.MutVar'
Warning: 'SmallArray' is ambiguous. It is defined
    * at Data/Primitive/SmallArray.hs:95:21
    * at Data/Primitive/SmallArray.hs:95:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/SmallArray.hs:95:1
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Functor.Identity
Warning: 'SmallMutableArray' is ambiguous. It is defined
    * at Data/Primitive/SmallArray.hs:106:30
    * at Data/Primitive/SmallArray.hs:106:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/SmallArray.hs:106:1
  93% ( 27 / 29) in 'Data.Primitive.SmallArray'
  Missing documentation for:
    SmallArray (Data/Primitive/SmallArray.hs:95)
    SmallMutableArray (Data/Primitive/SmallArray.hs:106)
 100% ( 10 / 10) in 'Data.Primitive.Types'
Warning: 'MutableByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
  98% ( 61 / 62) in 'Data.Primitive.ByteArray'
  Missing documentation for:
    createByteArray (Data/Primitive/ByteArray.hs:672)
Warning: 'PrimArray' is ambiguous. It is defined
    * at Data/Primitive/PrimArray.hs:144:20
    * at Data/Primitive/PrimArray.hs:144:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/PrimArray.hs:144:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
    * at Data/Primitive/PrimArray.hs:167:29
    * at Data/Primitive/PrimArray.hs:167:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
 100% ( 78 / 78) in 'Data.Primitive.PrimArray'
Warning: 'Ptr' is ambiguous. It is defined
    * in GHC.Ptr
    * in GHC.Ptr
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Ptr
 100% ( 17 / 17) in 'Data.Primitive.Ptr'
 100% ( 10 / 10) in 'Data.Primitive'
Warning: 'PrimVar' is ambiguous. It is defined
    * at Data/Primitive/PrimVar.hs:49:23
    * at Data/Primitive/PrimVar.hs:49:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/PrimVar.hs:49:1
Warning: 'MutablePrimArray' is ambiguous. It is defined
    * at Data/Primitive/PrimArray.hs:167:29
    * at Data/Primitive/PrimArray.hs:167:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Primitive/PrimArray.hs:167:1
 100% ( 22 / 22) in 'Data.Primitive.PrimVar'
Warning: Control.Monad.Primitive: could not find link destinations for: 
	- Control.Monad.Primitive.D:R:PrimStateST
	- Control.Monad.Primitive.D:R:PrimStateST0
	- Control.Monad.Primitive.D:R:PrimStateRWST
	- Control.Monad.Primitive.D:R:PrimStateWriterT
	- Control.Monad.Primitive.D:R:PrimStateStateT
	- Control.Monad.Primitive.D:R:PrimStateSelectT
	- Control.Monad.Primitive.D:R:PrimStateAccumT
	- Control.Monad.Primitive.D:R:PrimStateExceptT
	- Control.Monad.Primitive.D:R:PrimStateRWST0
	- Control.Monad.Primitive.D:R:PrimStateRWST1
	- Control.Monad.Primitive.D:R:PrimStateWriterT0
	- Control.Monad.Primitive.D:R:PrimStateWriterT1
	- Control.Monad.Primitive.D:R:PrimStateStateT0
	- Control.Monad.Primitive.D:R:PrimStateReaderT
	- Control.Monad.Primitive.D:R:PrimStateMaybeT
	- Control.Monad.Primitive.D:R:PrimStateIdentityT
	- Control.Monad.Primitive.D:R:PrimStateContT
	- Control.Monad.Primitive.D:R:PrimStateIO
Warning: Data.Primitive.Array: could not find link destinations for: 
	- Data.Primitive.Array.D:R:ItemArray
Warning: Data.Primitive.SmallArray: could not find link destinations for: 
	- Data.Primitive.SmallArray.D:R:ItemSmallArray
Warning: Data.Primitive.Types: could not find link destinations for: 
	- GHC.Generics.D:R:UReckPtrp0
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
Warning: Data.Primitive.ByteArray: could not find link destinations for: 
	- Data.Array.Byte.D:R:ItemByteArray
Warning: Data.Primitive.PrimArray: could not find link destinations for: 
	- Data.Primitive.PrimArray.D:R:ItemPrimArray
Warning: Data.Primitive.Ptr: could not find link destinations for: 
	- GHC.Generics.D:R:UReckPtrp0
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
Documentation created: dist/doc/html/primitive/,
dist/doc/html/primitive/primitive.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/primitive-0.9.1.0-FI4ablStFrKABDqEidp4iv
Completed    primitive-0.9.1.0
Configuring splitmix-0.1.3.1...
Preprocessing library for splitmix-0.1.3.1..
Building library for splitmix-0.1.3.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.3.1..
Running Haddock on library for splitmix-0.1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
    * at src/System/Random/SplitMix.hs:77:14
    * at src/System/Random/SplitMix.hs:77:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
 100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
    * at src/System/Random/SplitMix32.hs:61:14
    * at src/System/Random/SplitMix32.hs:61:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
 100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.3.1-FLXrwOMCBr82OHyMQoNXPe
Completed    splitmix-0.1.3.1
Warning: stringsearch.cabal:93:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:90:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:90:55: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:91:42: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:91:68: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:86:34: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:86:55: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:87:42: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Warning: stringsearch.cabal:87:68: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring stringsearch-0.3.6.6...
Preprocessing library for stringsearch-0.3.6.6..
Building library for stringsearch-0.3.6.6..
[ 1 of 15] Compiling Data.ByteString.Lazy.Search.KarpRabin ( Data/ByteString/Lazy/Search/KarpRabin.hs, dist/build/Data/ByteString/Lazy/Search/KarpRabin.o, dist/build/Data/ByteString/Lazy/Search/KarpRabin.dyn_o )
[ 2 of 15] Compiling Data.ByteString.Search.Internal.Utils ( Data/ByteString/Search/Internal/Utils.hs, dist/build/Data/ByteString/Search/Internal/Utils.o, dist/build/Data/ByteString/Search/Internal/Utils.dyn_o )
[ 3 of 15] Compiling Data.ByteString.Search.Internal.KnuthMorrisPratt ( Data/ByteString/Search/Internal/KnuthMorrisPratt.hs, dist/build/Data/ByteString/Search/Internal/KnuthMorrisPratt.o, dist/build/Data/ByteString/Search/Internal/KnuthMorrisPratt.dyn_o )
[ 4 of 15] Compiling Data.ByteString.Lazy.Search.KMP ( Data/ByteString/Lazy/Search/KMP.hs, dist/build/Data/ByteString/Lazy/Search/KMP.o, dist/build/Data/ByteString/Lazy/Search/KMP.dyn_o )
[ 5 of 15] Compiling Data.ByteString.Search.KMP ( Data/ByteString/Search/KMP.hs, dist/build/Data/ByteString/Search/KMP.o, dist/build/Data/ByteString/Search/KMP.dyn_o )
[ 6 of 15] Compiling Data.ByteString.Search.KarpRabin ( Data/ByteString/Search/KarpRabin.hs, dist/build/Data/ByteString/Search/KarpRabin.o, dist/build/Data/ByteString/Search/KarpRabin.dyn_o )
[ 7 of 15] Compiling Data.ByteString.Search.KnuthMorrisPratt ( Data/ByteString/Search/KnuthMorrisPratt.hs, dist/build/Data/ByteString/Search/KnuthMorrisPratt.o, dist/build/Data/ByteString/Search/KnuthMorrisPratt.dyn_o )
[ 8 of 15] Compiling Data.ByteString.Search.Substitution ( Data/ByteString/Search/Substitution.hs, dist/build/Data/ByteString/Search/Substitution.o, dist/build/Data/ByteString/Search/Substitution.dyn_o )
[ 9 of 15] Compiling Data.ByteString.Search.Internal.BoyerMoore ( Data/ByteString/Search/Internal/BoyerMoore.hs, dist/build/Data/ByteString/Search/Internal/BoyerMoore.o, dist/build/Data/ByteString/Search/Internal/BoyerMoore.dyn_o )
[10 of 15] Compiling Data.ByteString.Search.DFA ( Data/ByteString/Search/DFA.hs, dist/build/Data/ByteString/Search/DFA.o, dist/build/Data/ByteString/Search/DFA.dyn_o )
[11 of 15] Compiling Data.ByteString.Search ( Data/ByteString/Search.hs, dist/build/Data/ByteString/Search.o, dist/build/Data/ByteString/Search.dyn_o )
[12 of 15] Compiling Data.ByteString.Lazy.Search.Internal.BoyerMoore ( Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs, dist/build/Data/ByteString/Lazy/Search/Internal/BoyerMoore.o, dist/build/Data/ByteString/Lazy/Search/Internal/BoyerMoore.dyn_o )

Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs:714:42: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [[S.ByteString]] not matched: []
    |
714 |                                 else let (h : t) = splitter rst
    |                                          ^^^^^^^^^^^^^^^^^^^^^^

Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs:727:17: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [[S.ByteString]] not matched: []
    |
727 |             let (h : t) = if null mtch
    |                 ^^^^^^^^^^^^^^^^^^^^^^...
[13 of 15] Compiling Data.ByteString.Search.BoyerMoore ( Data/ByteString/Search/BoyerMoore.hs, dist/build/Data/ByteString/Search/BoyerMoore.o, dist/build/Data/ByteString/Search/BoyerMoore.dyn_o )
[14 of 15] Compiling Data.ByteString.Lazy.Search.DFA ( Data/ByteString/Lazy/Search/DFA.hs, dist/build/Data/ByteString/Lazy/Search/DFA.o, dist/build/Data/ByteString/Lazy/Search/DFA.dyn_o )

Data/ByteString/Lazy/Search/DFA.hs:312:40: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [[S.ByteString]] not matched: []
    |
312 |                               else let (h : t) = splitter' rst
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^
[15 of 15] Compiling Data.ByteString.Lazy.Search ( Data/ByteString/Lazy/Search.hs, dist/build/Data/ByteString/Lazy/Search.o, dist/build/Data/ByteString/Lazy/Search.dyn_o )
Preprocessing library for stringsearch-0.3.6.6..
Running Haddock on library for stringsearch-0.3.6.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Data.ByteString.Lazy.Search.KarpRabin ( Data/ByteString/Lazy/Search/KarpRabin.hs, nothing )
[ 2 of 15] Compiling Data.ByteString.Search.Internal.Utils ( Data/ByteString/Search/Internal/Utils.hs, nothing )
[ 3 of 15] Compiling Data.ByteString.Search.Internal.KnuthMorrisPratt ( Data/ByteString/Search/Internal/KnuthMorrisPratt.hs, nothing )
[ 4 of 15] Compiling Data.ByteString.Lazy.Search.KMP ( Data/ByteString/Lazy/Search/KMP.hs, nothing )
[ 5 of 15] Compiling Data.ByteString.Search.KMP ( Data/ByteString/Search/KMP.hs, nothing )
[ 6 of 15] Compiling Data.ByteString.Search.KarpRabin ( Data/ByteString/Search/KarpRabin.hs, nothing )
[ 7 of 15] Compiling Data.ByteString.Search.KnuthMorrisPratt ( Data/ByteString/Search/KnuthMorrisPratt.hs, nothing )
[ 8 of 15] Compiling Data.ByteString.Search.Substitution ( Data/ByteString/Search/Substitution.hs, nothing )
[ 9 of 15] Compiling Data.ByteString.Search.Internal.BoyerMoore ( Data/ByteString/Search/Internal/BoyerMoore.hs, nothing )
[10 of 15] Compiling Data.ByteString.Search.DFA ( Data/ByteString/Search/DFA.hs, nothing )
[11 of 15] Compiling Data.ByteString.Search ( Data/ByteString/Search.hs, nothing )
[12 of 15] Compiling Data.ByteString.Lazy.Search.Internal.BoyerMoore ( Data/ByteString/Lazy/Search/Internal/BoyerMoore.hs, nothing )
[13 of 15] Compiling Data.ByteString.Search.BoyerMoore ( Data/ByteString/Search/BoyerMoore.hs, nothing )
[14 of 15] Compiling Data.ByteString.Lazy.Search.DFA ( Data/ByteString/Lazy/Search/DFA.hs, nothing )
[15 of 15] Compiling Data.ByteString.Lazy.Search ( Data/ByteString/Lazy/Search.hs, nothing )
Haddock coverage:
 100% (  7 /  7) in 'Data.ByteString.Lazy.Search.KarpRabin'
 100% ( 12 / 12) in 'Data.ByteString.Lazy.Search.KMP'
 100% ( 10 / 10) in 'Data.ByteString.Search.KMP'
 100% (  7 /  7) in 'Data.ByteString.Search.KarpRabin'
 100% ( 20 / 20) in 'Data.ByteString.Search.KnuthMorrisPratt'
 100% (  2 /  2) in 'Data.ByteString.Search.Substitution'
 100% ( 19 / 19) in 'Data.ByteString.Search.DFA'
 100% ( 21 / 21) in 'Data.ByteString.Search'
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Int64' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 24 / 24) in 'Data.ByteString.Search.BoyerMoore'
 100% ( 20 / 20) in 'Data.ByteString.Lazy.Search.DFA'
 100% ( 28 / 28) in 'Data.ByteString.Lazy.Search'
Documentation created: dist/doc/html/stringsearch/,
dist/doc/html/stringsearch/stringsearch.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/stringsearch-0.3.6.6-GRnnN60Tty51XSWpr31Gc
Completed    stringsearch-0.3.6.6
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
Warning: tagsoup.cabal:1:24: Packages with 'cabal-version: 1.12' or later
should specify a specific version of the Cabal spec of the form
'cabal-version: x.y'. Use 'cabal-version: 1.18'.
Configuring tagsoup-0.14.8...
Preprocessing library for tagsoup-0.14.8..
Building library for tagsoup-0.14.8..
[ 1 of 13] Compiling Text.HTML.TagSoup.Entity ( src/Text/HTML/TagSoup/Entity.hs, dist/build/Text/HTML/TagSoup/Entity.o, dist/build/Text/HTML/TagSoup/Entity.dyn_o )
[ 2 of 13] Compiling Text.StringLike  ( src/Text/StringLike.hs, dist/build/Text/StringLike.o, dist/build/Text/StringLike.dyn_o )
[ 3 of 13] Compiling Text.HTML.TagSoup.Type ( src/Text/HTML/TagSoup/Type.hs, dist/build/Text/HTML/TagSoup/Type.o, dist/build/Text/HTML/TagSoup/Type.dyn_o )
[ 4 of 13] Compiling Text.HTML.TagSoup.Match ( src/Text/HTML/TagSoup/Match.hs, dist/build/Text/HTML/TagSoup/Match.o, dist/build/Text/HTML/TagSoup/Match.dyn_o )

src/Text/HTML/TagSoup/Match.hs:197:4: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
197 |    head . sections (tagOpenLit name pAttrs)
    |    ^^^^

src/Text/HTML/TagSoup/Match.hs:198:36: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
198 |     where sections p = filter (p . head) . init . tails
    |                                    ^^^^
[ 5 of 13] Compiling Text.HTML.TagSoup.Render ( src/Text/HTML/TagSoup/Render.hs, dist/build/Text/HTML/TagSoup/Render.o, dist/build/Text/HTML/TagSoup/Render.dyn_o )
[ 6 of 13] Compiling Text.HTML.TagSoup.Options ( src/Text/HTML/TagSoup/Options.hs, dist/build/Text/HTML/TagSoup/Options.o, dist/build/Text/HTML/TagSoup/Options.dyn_o )
[ 7 of 13] Compiling Text.HTML.TagSoup.Implementation ( src/Text/HTML/TagSoup/Implementation.hs, dist/build/Text/HTML/TagSoup/Implementation.o, dist/build/Text/HTML/TagSoup/Implementation.dyn_o )

src/Text/HTML/TagSoup/Implementation.hs:51:48: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
51 |                  ,tl = expand (positionChar p (head text)) (tail text)
   |                                                ^^^^

src/Text/HTML/TagSoup/Implementation.hs:51:61: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
51 |                  ,tl = expand (positionChar p (head text)) (tail text)
   |                                                             ^^^^

src/Text/HTML/TagSoup/Implementation.hs:52:52: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
52 |                  ,hd = if null text then '\0' else head text
   |                                                    ^^^^

src/Text/HTML/TagSoup/Implementation.hs:146:46: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
146 |               | isEntityHex x = chr_ $ fst $ head $ readHex s
    |                                              ^^^^
[ 8 of 13] Compiling Text.HTML.TagSoup.Specification ( src/Text/HTML/TagSoup/Specification.hs, dist/build/Text/HTML/TagSoup/Specification.o, dist/build/Text/HTML/TagSoup/Specification.dyn_o )
[ 9 of 13] Compiling Text.HTML.TagSoup.Manual ( src/Text/HTML/TagSoup/Manual.hs, dist/build/Text/HTML/TagSoup/Manual.o, dist/build/Text/HTML/TagSoup/Manual.dyn_o )
[10 of 13] Compiling Text.HTML.TagSoup.Generated ( src/Text/HTML/TagSoup/Generated.hs, dist/build/Text/HTML/TagSoup/Generated.o, dist/build/Text/HTML/TagSoup/Generated.dyn_o )
[11 of 13] Compiling Text.HTML.TagSoup.Parser ( src/Text/HTML/TagSoup/Parser.hs, dist/build/Text/HTML/TagSoup/Parser.o, dist/build/Text/HTML/TagSoup/Parser.dyn_o )
[12 of 13] Compiling Text.HTML.TagSoup ( src/Text/HTML/TagSoup.hs, dist/build/Text/HTML/TagSoup.o, dist/build/Text/HTML/TagSoup.dyn_o )

src/Text/HTML/TagSoup.hs:110:26: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
110 | sections p = filter (p . head) . init . tails
    |                          ^^^^
[13 of 13] Compiling Text.HTML.TagSoup.Tree ( src/Text/HTML/TagSoup/Tree.hs, dist/build/Text/HTML/TagSoup/Tree.o, dist/build/Text/HTML/TagSoup/Tree.dyn_o )
Preprocessing library for tagsoup-0.14.8..
Running Haddock on library for tagsoup-0.14.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 13] Compiling Text.HTML.TagSoup.Entity ( src/Text/HTML/TagSoup/Entity.hs, nothing )
[ 2 of 13] Compiling Text.StringLike  ( src/Text/StringLike.hs, nothing )
[ 3 of 13] Compiling Text.HTML.TagSoup.Type ( src/Text/HTML/TagSoup/Type.hs, nothing )
[ 4 of 13] Compiling Text.HTML.TagSoup.Match ( src/Text/HTML/TagSoup/Match.hs, nothing )

src/Text/HTML/TagSoup/Match.hs:197:4: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
197 |    head . sections (tagOpenLit name pAttrs)
    |    ^^^^

src/Text/HTML/TagSoup/Match.hs:198:36: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
198 |     where sections p = filter (p . head) . init . tails
    |                                    ^^^^
[ 5 of 13] Compiling Text.HTML.TagSoup.Render ( src/Text/HTML/TagSoup/Render.hs, nothing )
[ 6 of 13] Compiling Text.HTML.TagSoup.Options ( src/Text/HTML/TagSoup/Options.hs, nothing )
[ 7 of 13] Compiling Text.HTML.TagSoup.Implementation ( src/Text/HTML/TagSoup/Implementation.hs, nothing )

src/Text/HTML/TagSoup/Implementation.hs:51:48: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
51 |                  ,tl = expand (positionChar p (head text)) (tail text)
   |                                                ^^^^

src/Text/HTML/TagSoup/Implementation.hs:51:61: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
51 |                  ,tl = expand (positionChar p (head text)) (tail text)
   |                                                             ^^^^

src/Text/HTML/TagSoup/Implementation.hs:52:52: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
52 |                  ,hd = if null text then '\0' else head text
   |                                                    ^^^^

src/Text/HTML/TagSoup/Implementation.hs:146:46: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
146 |               | isEntityHex x = chr_ $ fst $ head $ readHex s
    |                                              ^^^^
[ 8 of 13] Compiling Text.HTML.TagSoup.Specification ( src/Text/HTML/TagSoup/Specification.hs, nothing )
[ 9 of 13] Compiling Text.HTML.TagSoup.Manual ( src/Text/HTML/TagSoup/Manual.hs, nothing )
[10 of 13] Compiling Text.HTML.TagSoup.Generated ( src/Text/HTML/TagSoup/Generated.hs, nothing )
[11 of 13] Compiling Text.HTML.TagSoup.Parser ( src/Text/HTML/TagSoup/Parser.hs, nothing )
[12 of 13] Compiling Text.HTML.TagSoup ( src/Text/HTML/TagSoup.hs, nothing )

src/Text/HTML/TagSoup.hs:110:26: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
110 | sections p = filter (p . head) . init . tails
    |                          ^^^^
[13 of 13] Compiling Text.HTML.TagSoup.Tree ( src/Text/HTML/TagSoup/Tree.hs, nothing )
Haddock coverage:
 100% (  7 /  7) in 'Text.HTML.TagSoup.Entity'
  75% (  3 /  4) in 'Text.StringLike'
  Missing documentation for:
    fromString
 100% ( 20 / 20) in 'Text.HTML.TagSoup.Match'
Warning: 'RenderOptions' is ambiguous. It is defined
    * at src/Text/HTML/TagSoup/Render.hs:21:26
    * at src/Text/HTML/TagSoup/Render.hs:21:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/HTML/TagSoup/Render.hs:21:1
Warning: 'parseTags' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ParseOptions' is ambiguous. It is defined
    * at src/Text/HTML/TagSoup/Options.hs:34:25
    * at src/Text/HTML/TagSoup/Options.hs:34:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/HTML/TagSoup/Options.hs:34:1
Warning: 'ParseOptions' is ambiguous. It is defined
    * at src/Text/HTML/TagSoup/Options.hs:34:25
    * at src/Text/HTML/TagSoup/Options.hs:34:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/HTML/TagSoup/Options.hs:34:1
 100% ( 40 / 40) in 'Text.HTML.TagSoup'
Warning: 'ParseOptions' is ambiguous. It is defined
    * at src/Text/HTML/TagSoup/Options.hs:34:25
    * at src/Text/HTML/TagSoup/Options.hs:34:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/HTML/TagSoup/Options.hs:34:1
Warning: 'RenderOptions' is ambiguous. It is defined
    * at src/Text/HTML/TagSoup/Render.hs:21:26
    * at src/Text/HTML/TagSoup/Render.hs:21:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/HTML/TagSoup/Render.hs:21:1
 100% ( 12 / 12) in 'Text.HTML.TagSoup.Tree'
Documentation created: dist/doc/html/tagsoup/,
dist/doc/html/tagsoup/tagsoup.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tagsoup-0.14.8-I10l1iKvCkU9wVnuXQJpOV
Completed    tagsoup-0.14.8
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 th-compat-0.1.6...
Preprocessing library for th-compat-0.1.6..
Building library for th-compat-0.1.6..
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
Preprocessing library for th-compat-0.1.6..
Running Haddock on library for th-compat-0.1.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing )
Haddock coverage:
Warning: 'Code' 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: 'm' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TExp' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lift' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'newNameQuote' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat'
  Missing documentation for:
    CodeQ
Documentation created: dist/doc/html/th-compat/,
dist/doc/html/th-compat/th-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.6-3eCsLS8Ko2yHD4T0lSGAtv
Completed    th-compat-0.1.6
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 utf8-string-1.0.2...
Preprocessing library for utf8-string-1.0.2..
Building library for utf8-string-1.0.2..
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o, dist/build/Codec/Binary/UTF8/String.dyn_o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o, dist/build/Codec/Binary/UTF8/Generic.dyn_o )

Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o, dist/build/Data/ByteString/Lazy/UTF8.dyn_o )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o, dist/build/Data/ByteString/UTF8.dyn_o )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o, dist/build/Data/String/UTF8.dyn_o )
Preprocessing library for utf8-string-1.0.2..
Running Haddock on library for utf8-string-1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, nothing )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, nothing )

Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, nothing )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, nothing )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, nothing )
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 18 / 18) in 'Data.ByteString.UTF8'
  88% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:64)
    toRep (Data/String/UTF8.hs:67)
Warning: Data.ByteString.Lazy.UTF8: could not find link destinations for: 
	- Data.ByteString.Lazy.Internal.D:R:ItemByteString
Warning: Data.ByteString.UTF8: could not find link destinations for: 
	- Data.ByteString.Internal.Type.D:R:ItemByteString
Documentation created: dist/doc/html/utf8-string/,
dist/doc/html/utf8-string/utf8-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utf8-string-1.0.2-ARoN8tTzuLW5AQK61y3Hvx
Completed    utf8-string-1.0.2
Configuring vector-stream-0.1.0.1...
Preprocessing library for vector-stream-0.1.0.1..
Building library for vector-stream-0.1.0.1..
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, dist/build/Data/Stream/Monadic.o, dist/build/Data/Stream/Monadic.dyn_o )
Preprocessing library for vector-stream-0.1.0.1..
Running Haddock on library for vector-stream-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Stream.Monadic ( src/Data/Stream/Monadic.hs, nothing )
Haddock coverage:
Warning: 'Stream' is ambiguous. It is defined
    * at src/Data/Stream/Monadic.hs:154:19
    * at src/Data/Stream/Monadic.hs:154:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Stream/Monadic.hs:154:1
Warning: 'Bundle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  81% (110 /135) in 'Data.Stream.Monadic'
  Missing documentation for:
    liftBox (src/Data/Stream/Monadic.hs:130)
    generate (src/Data/Stream/Monadic.hs:210)
    unbox (src/Data/Stream/Monadic.hs:462)
    concatMap (src/Data/Stream/Monadic.hs:1070)
    zipWithM_ (src/Data/Stream/Monadic.hs:531)
    zipWith3M (src/Data/Stream/Monadic.hs:535)
    zipWith4M (src/Data/Stream/Monadic.hs:565)
    zipWith5M (src/Data/Stream/Monadic.hs:572)
    zipWith6M (src/Data/Stream/Monadic.hs:579)
    zipWith (src/Data/Stream/Monadic.hs:585)
    zipWith3 (src/Data/Stream/Monadic.hs:590)
    zipWith4 (src/Data/Stream/Monadic.hs:596)
    zipWith5 (src/Data/Stream/Monadic.hs:602)
    zipWith6 (src/Data/Stream/Monadic.hs:608)
    zip (src/Data/Stream/Monadic.hs:612)
    zip3 (src/Data/Stream/Monadic.hs:616)
    zip4 (src/Data/Stream/Monadic.hs:621)
    zip5 (src/Data/Stream/Monadic.hs:626)
    zip6 (src/Data/Stream/Monadic.hs:631)
    mapMaybe (src/Data/Stream/Monadic.hs:702)
    catMaybes (src/Data/Stream/Monadic.hs:716)
    and (src/Data/Stream/Monadic.hs:1044)
    or (src/Data/Stream/Monadic.hs:1057)
    concatMapM (src/Data/Stream/Monadic.hs:1074)
    unfoldrN (src/Data/Stream/Monadic.hs:1136)
Documentation created: dist/doc/html/vector-stream/,
dist/doc/html/vector-stream/vector-stream.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/vector-stream-0.1.0.1-6z73n1LRnZvKlURnjwR3rr
Completed    vector-stream-0.1.0.1
Configuring zlib-0.7.1.0...
Preprocessing library for zlib-0.7.1.0..
Building library for zlib-0.7.1.0..
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, dist/build/Codec/Compression/Zlib/ByteStringCompat.o, dist/build/Codec/Compression/Zlib/ByteStringCompat.dyn_o )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, dist/build/Codec/Compression/Zlib/Stream.o, dist/build/Codec/Compression/Zlib/Stream.dyn_o )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, dist/build/Codec/Compression/Zlib/Internal.o, dist/build/Codec/Compression/Zlib/Internal.dyn_o )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, dist/build/Codec/Compression/Zlib/Raw.o, dist/build/Codec/Compression/Zlib/Raw.dyn_o )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, dist/build/Codec/Compression/Zlib.o, dist/build/Codec/Compression/Zlib.dyn_o )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, dist/build/Codec/Compression/GZip.o, dist/build/Codec/Compression/GZip.dyn_o )
Preprocessing library for zlib-0.7.1.0..
Running Haddock on library for zlib-0.7.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Codec.Compression.Zlib.ByteStringCompat ( Codec/Compression/Zlib/ByteStringCompat.hs, nothing )
[2 of 6] Compiling Codec.Compression.Zlib.Stream ( dist/build/Codec/Compression/Zlib/Stream.hs, nothing )
[3 of 6] Compiling Codec.Compression.Zlib.Internal ( Codec/Compression/Zlib/Internal.hs, nothing )
[4 of 6] Compiling Codec.Compression.Zlib.Raw ( Codec/Compression/Zlib/Raw.hs, nothing )
[5 of 6] Compiling Codec.Compression.Zlib ( Codec/Compression/Zlib.hs, nothing )
[6 of 6] Compiling Codec.Compression.GZip ( Codec/Compression/GZip.hs, nothing )
Haddock coverage:
 100% ( 53 / 53) in 'Codec.Compression.Zlib.Internal'
 100% ( 35 / 35) in 'Codec.Compression.Zlib.Raw'
 100% ( 36 / 36) in 'Codec.Compression.Zlib'
 100% ( 36 / 36) in 'Codec.Compression.GZip'
Warning: Codec.Compression.Zlib.Internal: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Stream.Rep_Format
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib.Raw: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.Zlib: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Warning: Codec.Compression.GZip: could not find link destinations for: 
	- Codec.Compression.Zlib.Stream.Rep_CompressionStrategy
	- Codec.Compression.Zlib.Stream.Rep_MemoryLevel
	- Codec.Compression.Zlib.Stream.Rep_WindowBits
	- Codec.Compression.Zlib.Stream.Rep_CompressionLevel
	- Codec.Compression.Zlib.Stream.Rep_Method
	- Codec.Compression.Zlib.Internal.Rep_DecompressError
	- Codec.Compression.Zlib.Internal.Rep_DecompressParams
	- Codec.Compression.Zlib.Internal.Rep_CompressParams
Documentation created: dist/doc/html/zlib/, dist/doc/html/zlib/zlib.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/zlib-0.7.1.0-FAtvayBxYL3BzSmCVeAO7B
Completed    zlib-0.7.1.0
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 directory-ospath-streaming-0.2.2...
Preprocessing library for directory-ospath-streaming-0.2.2..
Building library for directory-ospath-streaming-0.2.2..
[1 of 7] Compiling System.Directory.OsPath.Types ( src/System/Directory/OsPath/Types.hs, dist/build/System/Directory/OsPath/Types.o, dist/build/System/Directory/OsPath/Types.dyn_o )
[2 of 7] Compiling System.Directory.OsPath.FileType ( src/System/Directory/OsPath/FileType.hs, dist/build/System/Directory/OsPath/FileType.o, dist/build/System/Directory/OsPath/FileType.dyn_o )

src/System/Directory/OsPath/FileType.hs:29:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
29 | import System.OsString.Internal.Types (getOsString)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 7] Compiling System.Directory.OsPath.Utils ( src/System/Directory/OsPath/Utils.hs, dist/build/System/Directory/OsPath/Utils.o, dist/build/System/Directory/OsPath/Utils.dyn_o )
[4 of 7] Compiling System.Directory.OsPath.Streaming.Internal.Raw ( src/System/Directory/OsPath/Streaming/Internal/Raw.hs, dist/build/System/Directory/OsPath/Streaming/Internal/Raw.o, dist/build/System/Directory/OsPath/Streaming/Internal/Raw.dyn_o )

src/System/Directory/OsPath/Streaming/Internal/Raw.hs:57:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
57 | import System.OsString.Internal.Types (OsString(OsString), getOsString)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling System.Directory.OsPath.Streaming.Internal ( src/System/Directory/OsPath/Streaming/Internal.hs, dist/build/System/Directory/OsPath/Streaming/Internal.o, dist/build/System/Directory/OsPath/Streaming/Internal.dyn_o )
[6 of 7] Compiling System.Directory.OsPath.Contents ( src/System/Directory/OsPath/Contents.hs, dist/build/System/Directory/OsPath/Contents.o, dist/build/System/Directory/OsPath/Contents.dyn_o )
[7 of 7] Compiling System.Directory.OsPath.Streaming ( src/System/Directory/OsPath/Streaming.hs, dist/build/System/Directory/OsPath/Streaming.o, dist/build/System/Directory/OsPath/Streaming.dyn_o )
Preprocessing library for directory-ospath-streaming-0.2.2..
Running Haddock on library for directory-ospath-streaming-0.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling System.Directory.OsPath.Types ( src/System/Directory/OsPath/Types.hs, /tmp/ghc3546149_0/ghc_8.o, /tmp/ghc3546149_0/ghc_8.dyn_o )
[2 of 7] Compiling System.Directory.OsPath.FileType ( src/System/Directory/OsPath/FileType.hs, /tmp/ghc3546149_0/ghc_6.o, /tmp/ghc3546149_0/ghc_6.dyn_o )

src/System/Directory/OsPath/FileType.hs:29:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
29 | import System.OsString.Internal.Types (getOsString)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 7] Compiling System.Directory.OsPath.Utils ( src/System/Directory/OsPath/Utils.hs, /tmp/ghc3546149_0/ghc_10.o, /tmp/ghc3546149_0/ghc_10.dyn_o )
[4 of 7] Compiling System.Directory.OsPath.Streaming.Internal.Raw ( src/System/Directory/OsPath/Streaming/Internal/Raw.hs, nothing )

src/System/Directory/OsPath/Streaming/Internal/Raw.hs:57:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
57 | import System.OsString.Internal.Types (OsString(OsString), getOsString)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling System.Directory.OsPath.Streaming.Internal ( src/System/Directory/OsPath/Streaming/Internal.hs, nothing )
[6 of 7] Compiling System.Directory.OsPath.Contents ( src/System/Directory/OsPath/Contents.hs, nothing )
[7 of 7] Compiling System.Directory.OsPath.Streaming ( src/System/Directory/OsPath/Streaming.hs, nothing )
Haddock coverage:
  60% (  3 /  5) in 'System.Directory.OsPath.Types'
  Missing documentation for:
    SymlinkType (src/System/Directory/OsPath/Types.hs:23)
    FileType (src/System/Directory/OsPath/Types.hs:28)
  33% (  3 /  9) in 'System.Directory.OsPath.Streaming.Internal.Raw'
  Missing documentation for:
    openRawDirStream (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:97)
    readRawDirStream (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:114)
    DirReadCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:135)
    allocateDirReadCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:151)
    releaseDirReadCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:172)
    readRawDirStreamWithCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:192)
Warning: 'DirStream' is ambiguous. It is defined
    * at src/System/Directory/OsPath/Streaming/Internal.hs:36:18
    * at src/System/Directory/OsPath/Streaming/Internal.hs:36:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Directory/OsPath/Streaming/Internal.hs:36:1
  50% (  3 /  6) in 'System.Directory.OsPath.Streaming.Internal'
  Missing documentation for:
    openDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:43)
    readDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:66)
    readDirStreamWithCache (src/System/Directory/OsPath/Streaming/Internal.hs:72)
Warning: 'DirStream' is ambiguous. It is defined
    * at src/System/Directory/OsPath/Streaming/Internal.hs:36:18
    * at src/System/Directory/OsPath/Streaming/Internal.hs:36:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Directory/OsPath/Streaming/Internal.hs:36:1
  76% ( 16 / 21) in 'System.Directory.OsPath.Streaming'
  Missing documentation for:
    openDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:43)
    readDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:66)
    SymlinkType (src/System/Directory/OsPath/Types.hs:23)
    FileType (src/System/Directory/OsPath/Types.hs:28)
    getFileType (src/System/Directory/OsPath/FileType.hs:44)
Warning: System.Directory.OsPath.Types: could not find link destinations for: 
	- System.Directory.OsPath.Types.Rep_Relative
	- System.Directory.OsPath.Types.Rep1_Relative
	- System.Directory.OsPath.Types.Rep_Basename
	- System.Directory.OsPath.Types.Rep1_Basename
	- System.Directory.OsPath.Types.Rep_FileType
	- System.Directory.OsPath.Types.Rep_SymlinkType
Warning: System.Directory.OsPath.Streaming: could not find link destinations for: 
	- System.Directory.OsPath.Types.Rep_Basename
	- System.Directory.OsPath.Types.Rep1_Basename
	- System.Directory.OsPath.Types.Rep_FileType
	- System.Directory.OsPath.Types.Rep_SymlinkType
Documentation created: dist/doc/html/directory-ospath-streaming/,
dist/doc/html/directory-ospath-streaming/directory-ospath-streaming.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/directory-ospath-streaming-0.2.2-27FEYvtU69sFzfAtRu6tps
Completed    directory-ospath-streaming-0.2.2
Configuring ansi-terminal-types-1.1.3...
Preprocessing library for ansi-terminal-types-1.1.3..
Building library for ansi-terminal-types-1.1.3..
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
Preprocessing library for ansi-terminal-types-1.1.3..
Running Haddock on library for ansi-terminal-types-1.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
[2 of 2] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
Haddock coverage:
 100% ( 13 / 13) in 'System.Console.ANSI.Types'
  66% ( 41 / 62) in 'System.Console.ANSI.Codes'
  Missing documentation for:
    cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
    cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
    cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
    cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
    cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
    cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
    clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
    clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
    clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
    clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
    clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
    clearLineCode (src/System/Console/ANSI/Codes.hs:317)
    enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
    disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
    scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
    scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
    useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
    useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
    setSGRCode (src/System/Console/ANSI/Codes.hs:339)
    hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
    showCursorCode (src/System/Console/ANSI/Codes.hs:345)
Documentation created: dist/doc/html/ansi-terminal-types/,
dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1.3-FbCvCegLPPTJZH2c3Rw7yn
Completed    ansi-terminal-types-1.1.3
Configuring xor-0.0.1.3...
Preprocessing library for xor-0.0.1.3..
Building library for xor-0.0.1.3..
[1 of 2] Compiling Endianness       ( src/Endianness.hs, dist/build/Endianness.o, dist/build/Endianness.dyn_o )
[2 of 2] Compiling Data.XOR         ( src/Data/XOR.hs, dist/build/Data/XOR.o, dist/build/Data/XOR.dyn_o )
Preprocessing library for xor-0.0.1.3..
Running Haddock on library for xor-0.0.1.3..
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: ghc-byteorder-4.11.0.0.10
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Endianness       ( src/Endianness.hs, nothing )
[2 of 2] Compiling Data.XOR         ( src/Data/XOR.hs, nothing )
Haddock coverage:
 100% ( 12 / 12) in 'Data.XOR'
Documentation created: dist/doc/html/xor/, dist/doc/html/xor/xor.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/xor-0.0.1.3-sTfUVUH0EaH7isJ122xs7
Completed    xor-0.0.1.3
Configuring HsOpenSSL-0.11.7.9...
Preprocessing library for HsOpenSSL-0.11.7.9..
Building library for HsOpenSSL-0.11.7.9..
[ 1 of 33] Compiling OpenSSL          ( OpenSSL.hs, dist/build/OpenSSL.o, dist/build/OpenSSL.dyn_o )
[ 2 of 33] Compiling OpenSSL.DH.Internal ( OpenSSL/DH/Internal.hs, dist/build/OpenSSL/DH/Internal.o, dist/build/OpenSSL/DH/Internal.dyn_o )
/tmp/ghc3549748_0/ghc_36.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHziInternalZCDHzufree:

/tmp/ghc3549748_0/ghc_36.c:9:1: error:
     warning: DH_free is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHziInternalZCDHzufree(DH* a1) {DH_free(a1);}
          | ^~~~
  |
9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHziInternalZCDHzufree(DH* a1) {DH_free(a1);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_36.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:211:28: error:
     note: declared here
      211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
          |                            ^~~~~~~
    |
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
    |                            ^
/tmp/ghc3549748_0/ghc_43.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHziInternalZCDHzufree:

/tmp/ghc3549748_0/ghc_43.c:9:1: error:
     warning: DH_free is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHziInternalZCDHzufree(DH* a1) {DH_free(a1);}
          | ^~~~
  |
9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHziInternalZCDHzufree(DH* a1) {DH_free(a1);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_43.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:211:28: error:
     note: declared here
      211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
          |                            ^~~~~~~
    |
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
    |                            ^
[ 3 of 33] Compiling OpenSSL.ERR      ( OpenSSL/ERR.hs, dist/build/OpenSSL/ERR.o, dist/build/OpenSSL/ERR.dyn_o )
[ 4 of 33] Compiling OpenSSL.EVP.Base64 ( OpenSSL/EVP/Base64.hs, dist/build/OpenSSL/EVP/Base64.o, dist/build/OpenSSL/EVP/Base64.dyn_o )
[ 5 of 33] Compiling OpenSSL.Objects  ( dist/build/OpenSSL/Objects.hs, dist/build/OpenSSL/Objects.o, dist/build/OpenSSL/Objects.dyn_o )
[ 6 of 33] Compiling OpenSSL.SSL.Option ( dist/build/OpenSSL/SSL/Option.hs, dist/build/OpenSSL/SSL/Option.o, dist/build/OpenSSL/SSL/Option.dyn_o )
[ 7 of 33] Compiling OpenSSL.Stack    ( dist/build/OpenSSL/Stack.hs, dist/build/OpenSSL/Stack.o, dist/build/OpenSSL/Stack.dyn_o )
[ 8 of 33] Compiling OpenSSL.Utils    ( OpenSSL/Utils.hs, dist/build/OpenSSL/Utils.o, dist/build/OpenSSL/Utils.dyn_o )
[ 9 of 33] Compiling OpenSSL.Random   ( OpenSSL/Random.hs, dist/build/OpenSSL/Random.o, dist/build/OpenSSL/Random.dyn_o )
/tmp/ghc3549748_0/ghc_114.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRandomZCRANDzupseudozubytes:

/tmp/ghc3549748_0/ghc_114.c:10:1: error:
     warning: RAND_pseudo_bytes is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
       10 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRandomZCRANDzupseudozubytes(char* a1, HsInt32 a2) {RAND_pseudo_bytes(a1, a2);}
          | ^~~~
   |
10 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRandomZCRANDzupseudozubytes(char* a1, HsInt32 a2) {RAND_pseudo_bytes(a1, a2);}
   | ^

In file included from /tmp/ghc3549748_0/ghc_114.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rand.h:79:29: error:
     note: declared here
       79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
          |                             ^~~~~~~~~~~~~~~~~
   |
79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
   |                             ^
/tmp/ghc3549748_0/ghc_121.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRandomZCRANDzupseudozubytes:

/tmp/ghc3549748_0/ghc_121.c:10:1: error:
     warning: RAND_pseudo_bytes is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
       10 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRandomZCRANDzupseudozubytes(char* a1, HsInt32 a2) {RAND_pseudo_bytes(a1, a2);}
          | ^~~~
   |
10 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRandomZCRANDzupseudozubytes(char* a1, HsInt32 a2) {RAND_pseudo_bytes(a1, a2);}
   | ^

In file included from /tmp/ghc3549748_0/ghc_121.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rand.h:79:29: error:
     note: declared here
       79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
          |                             ^~~~~~~~~~~~~~~~~
   |
79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
   |                             ^
[10 of 33] Compiling OpenSSL.EVP.Internal ( dist/build/OpenSSL/EVP/Internal.hs, dist/build/OpenSSL/EVP/Internal.o, dist/build/OpenSSL/EVP/Internal.dyn_o )
/tmp/ghc3549748_0/ghc_128.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuFinal:

/tmp/ghc3549748_0/ghc_128.c:15:1: error:
     warning: HMAC_Final is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       15 | HsWord32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuFinal(HMAC_CTX* a1, unsigned char* a2, unsigned int* a3) {return HMAC_Final(a1, a2, a3);}
          | ^~~~~~~~
   |
15 | HsWord32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuFinal(HMAC_CTX* a1, unsigned char* a2, unsigned int* a3) {return HMAC_Final(a1, a2, a3);}
   | ^

In file included from /tmp/ghc3549748_0/ghc_128.c:13:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/hmac.h:47:27: error:
     note: declared here
       47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
          |                           ^~~~~~~~~~
   |
47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
   |                           ^
/tmp/ghc3549748_0/ghc_128.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuUpdate:

/tmp/ghc3549748_0/ghc_128.c:18:1: error:
     warning: HMAC_Update is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       18 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuUpdate(HMAC_CTX* a1, unsigned char* a2, HsWord64 a3) {return HMAC_Update(a1, a2, a3);}
          | ^~~~~~~
   |
18 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuUpdate(HMAC_CTX* a1, unsigned char* a2, HsWord64 a3) {return HMAC_Update(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/hmac.h:45:27: error:
     note: declared here
       45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
          |                           ^~~~~~~~~~~
   |
45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
   |                           ^
/tmp/ghc3549748_0/ghc_128.c: In function ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuInit:

/tmp/ghc3549748_0/ghc_128.c:22:1: error:
     warning: HMAC_Init is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
       22 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuInit(HMAC_CTX* a1, void* a2, HsInt32 a3, EVP_MD* a4) {return HMAC_Init(a1, a2, a3, a4);}
          | ^~~~~~~
   |
22 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuInit(HMAC_CTX* a1, void* a2, HsInt32 a3, EVP_MD* a4) {return HMAC_Init(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/hmac.h:38:36: error:
     note: declared here
       38 | OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx,
          |                                    ^~~~~~~~~
   |
38 | OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx,
   |                                    ^
/tmp/ghc3549748_0/ghc_135.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuFinal:

/tmp/ghc3549748_0/ghc_135.c:15:1: error:
     warning: HMAC_Final is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       15 | HsWord32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuFinal(HMAC_CTX* a1, unsigned char* a2, unsigned int* a3) {return HMAC_Final(a1, a2, a3);}
          | ^~~~~~~~
   |
15 | HsWord32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuFinal(HMAC_CTX* a1, unsigned char* a2, unsigned int* a3) {return HMAC_Final(a1, a2, a3);}
   | ^

In file included from /tmp/ghc3549748_0/ghc_135.c:13:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/hmac.h:47:27: error:
     note: declared here
       47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
          |                           ^~~~~~~~~~
   |
47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
   |                           ^
/tmp/ghc3549748_0/ghc_135.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuUpdate:

/tmp/ghc3549748_0/ghc_135.c:18:1: error:
     warning: HMAC_Update is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       18 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuUpdate(HMAC_CTX* a1, unsigned char* a2, HsWord64 a3) {return HMAC_Update(a1, a2, a3);}
          | ^~~~~~~
   |
18 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuUpdate(HMAC_CTX* a1, unsigned char* a2, HsWord64 a3) {return HMAC_Update(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/hmac.h:45:27: error:
     note: declared here
       45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
          |                           ^~~~~~~~~~~
   |
45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
   |                           ^
/tmp/ghc3549748_0/ghc_135.c: In function ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuInit:

/tmp/ghc3549748_0/ghc_135.c:22:1: error:
     warning: HMAC_Init is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
       22 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuInit(HMAC_CTX* a1, void* a2, HsInt32 a3, EVP_MD* a4) {return HMAC_Init(a1, a2, a3, a4);}
          | ^~~~~~~
   |
22 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziInternalZCHMACzuInit(HMAC_CTX* a1, void* a2, HsInt32 a3, EVP_MD* a4) {return HMAC_Init(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/hmac.h:38:36: error:
     note: declared here
       38 | OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx,
          |                                    ^~~~~~~~~
   |
38 | OSSL_DEPRECATEDIN_1_1_0 __owur int HMAC_Init(HMAC_CTX *ctx,
   |                                    ^
[11 of 33] Compiling OpenSSL.EVP.Digest ( dist/build/OpenSSL/EVP/Digest.hs, dist/build/OpenSSL/EVP/Digest.o, dist/build/OpenSSL/EVP/Digest.dyn_o )
/tmp/ghc3549748_0/ghc_142.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziDigestZCEVPzugetzudigestbyname:

/tmp/ghc3549748_0/ghc_142.c:14:138: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       14 | EVP_MD* ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziDigestZCEVPzugetzudigestbyname(char* a1) {return EVP_get_digestbyname(a1);}
          |                                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
   |
14 | EVP_MD* ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziDigestZCEVPzugetzudigestbyname(char* a1) {return EVP_get_digestbyname(a1);}
   |                                                                                                                                          ^
/tmp/ghc3549748_0/ghc_149.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziDigestZCEVPzugetzudigestbyname:

/tmp/ghc3549748_0/ghc_149.c:14:138: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       14 | EVP_MD* ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziDigestZCEVPzugetzudigestbyname(char* a1) {return EVP_get_digestbyname(a1);}
          |                                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
   |
14 | EVP_MD* ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziDigestZCEVPzugetzudigestbyname(char* a1) {return EVP_get_digestbyname(a1);}
   |                                                                                                                                          ^
[12 of 33] Compiling OpenSSL.EVP.Cipher ( OpenSSL/EVP/Cipher.hs, dist/build/OpenSSL/EVP/Cipher.o, dist/build/OpenSSL/EVP/Cipher.dyn_o )
/tmp/ghc3549748_0/ghc_156.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziCipherZCEVPzugetzucipherbyname:

/tmp/ghc3549748_0/ghc_156.c:9:142: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
        9 | EVP_CIPHER* ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziCipherZCEVPzugetzucipherbyname(char* a1) {return EVP_get_cipherbyname(a1);}
          |                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
  |
9 | EVP_CIPHER* ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziCipherZCEVPzugetzucipherbyname(char* a1) {return EVP_get_cipherbyname(a1);}
  |                                                                                                                                              ^
/tmp/ghc3549748_0/ghc_163.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziCipherZCEVPzugetzucipherbyname:

/tmp/ghc3549748_0/ghc_163.c:9:142: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
        9 | EVP_CIPHER* ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziCipherZCEVPzugetzucipherbyname(char* a1) {return EVP_get_cipherbyname(a1);}
          |                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
  |
9 | EVP_CIPHER* ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziEVPziCipherZCEVPzugetzucipherbyname(char* a1) {return EVP_get_cipherbyname(a1);}
  |                                                                                                                                              ^
[13 of 33] Compiling OpenSSL.Cipher   ( dist/build/OpenSSL/Cipher.hs, dist/build/OpenSSL/Cipher.o, dist/build/OpenSSL/Cipher.dyn_o )
/tmp/ghc3549748_0/ghc_170.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzucbczuencrypt:

/tmp/ghc3549748_0/ghc_170.c:9:1: error:
     warning: AES_cbc_encrypt is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzucbczuencrypt(char* a1, HsWord8* a2, HsWord64 a3, AES_KEY* a4, unsigned char* a5, HsInt32 a6) {AES_cbc_encrypt(a1, a2, a3, a4, a5, a6);}
          | ^~~~
  |
9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzucbczuencrypt(char* a1, HsWord8* a2, HsWord64 a3, AES_KEY* a4, unsigned char* a5, HsInt32 a6) {AES_cbc_encrypt(a1, a2, a3, a4, a5, a6);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_170.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/aes.h:66:6: error:
     note: declared here
       66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
          |      ^~~~~~~~~~~~~~~
   |
66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
   |      ^
/tmp/ghc3549748_0/ghc_170.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzudecryptzukey:

/tmp/ghc3549748_0/ghc_170.c:12:1: error:
     warning: AES_set_decrypt_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       12 | HsInt32 ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzudecryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_decrypt_key(a1, a2, a3);}
          | ^~~~~~~
   |
12 | HsInt32 ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzudecryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_decrypt_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/aes.h:54:5: error:
     note: declared here
       54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
          |     ^~~~~~~~~~~~~~~~~~~
   |
54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
   |     ^
/tmp/ghc3549748_0/ghc_170.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzuencryptzukey:

/tmp/ghc3549748_0/ghc_170.c:15:1: error:
     warning: AES_set_encrypt_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       15 | HsInt32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzuencryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_encrypt_key(a1, a2, a3);}
          | ^~~~~~~
   |
15 | HsInt32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzuencryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_encrypt_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/aes.h:51:5: error:
     note: declared here
       51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
          |     ^~~~~~~~~~~~~~~~~~~
   |
51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
   |     ^
/tmp/ghc3549748_0/ghc_177.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzucbczuencrypt:

/tmp/ghc3549748_0/ghc_177.c:9:1: error:
     warning: AES_cbc_encrypt is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzucbczuencrypt(char* a1, HsWord8* a2, HsWord64 a3, AES_KEY* a4, unsigned char* a5, HsInt32 a6) {AES_cbc_encrypt(a1, a2, a3, a4, a5, a6);}
          | ^~~~
  |
9 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzucbczuencrypt(char* a1, HsWord8* a2, HsWord64 a3, AES_KEY* a4, unsigned char* a5, HsInt32 a6) {AES_cbc_encrypt(a1, a2, a3, a4, a5, a6);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_177.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/aes.h:66:6: error:
     note: declared here
       66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
          |      ^~~~~~~~~~~~~~~
   |
66 | void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
   |      ^
/tmp/ghc3549748_0/ghc_177.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzudecryptzukey:

/tmp/ghc3549748_0/ghc_177.c:12:1: error:
     warning: AES_set_decrypt_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       12 | HsInt32 ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzudecryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_decrypt_key(a1, a2, a3);}
          | ^~~~~~~
   |
12 | HsInt32 ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzudecryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_decrypt_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/aes.h:54:5: error:
     note: declared here
       54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
          |     ^~~~~~~~~~~~~~~~~~~
   |
54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
   |     ^
/tmp/ghc3549748_0/ghc_177.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzuencryptzukey:

/tmp/ghc3549748_0/ghc_177.c:15:1: error:
     warning: AES_set_encrypt_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       15 | HsInt32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzuencryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_encrypt_key(a1, a2, a3);}
          | ^~~~~~~
   |
15 | HsInt32 ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziCipherZCAESzusetzuencryptzukey(char* a1, HsInt32 a2, AES_KEY* a3) {return AES_set_encrypt_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/aes.h:51:5: error:
     note: declared here
       51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
          |     ^~~~~~~~~~~~~~~~~~~
   |
51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
   |     ^
[14 of 33] Compiling OpenSSL.BN       ( dist/build/OpenSSL/BN.hs, dist/build/OpenSSL/BN.o, dist/build/OpenSSL/BN.dyn_o )
/tmp/ghc3549748_0/ghc_184.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBNZCBNzupseudozurandzurange:

/tmp/ghc3549748_0/ghc_184.c:9:1: error:
     warning: BN_pseudo_rand_range is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | HsInt32 ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBNZCBNzupseudozurandzurange(BIGNUM* a1, BIGNUM* a2) {return BN_pseudo_rand_range(a1, a2);}
          | ^~~~~~~
  |
9 | HsInt32 ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBNZCBNzupseudozurandzurange(BIGNUM* a1, BIGNUM* a2) {return BN_pseudo_rand_range(a1, a2);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_184.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/bn.h:233:5: error:
     note: declared here
      233 | int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
          |     ^~~~~~~~~~~~~~~~~~~~
    |
233 | int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
    |     ^
/tmp/ghc3549748_0/ghc_191.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBNZCBNzupseudozurandzurange:

/tmp/ghc3549748_0/ghc_191.c:9:1: error:
     warning: BN_pseudo_rand_range is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | HsInt32 ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBNZCBNzupseudozurandzurange(BIGNUM* a1, BIGNUM* a2) {return BN_pseudo_rand_range(a1, a2);}
          | ^~~~~~~
  |
9 | HsInt32 ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBNZCBNzupseudozurandzurange(BIGNUM* a1, BIGNUM* a2) {return BN_pseudo_rand_range(a1, a2);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_191.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/bn.h:233:5: error:
     note: declared here
      233 | int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
          |     ^~~~~~~~~~~~~~~~~~~~
    |
233 | int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
    |     ^
[15 of 33] Compiling OpenSSL.RSA      ( dist/build/OpenSSL/RSA.hs, dist/build/OpenSSL/RSA.o, dist/build/OpenSSL/RSA.dyn_o )
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams:

/tmp/ghc3549748_0/ghc_198.c:10:1: error:
     warning: RSA_get0_crt_params is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
          | ^~~~
   |
10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
   | ^

In file included from /tmp/ghc3549748_0/ghc_198.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:236:28: error:
     note: declared here
      236 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,
          |                            ^~~~~~~~~~~~~~~~~~~
    |
236 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,
    |                            ^

/tmp/ghc3549748_0/ghc_198.c:10:182: error:
     error: passing argument 2 of RSA_get0_crt_params from incompatible pointer type [-Wincompatible-pointer-types]
       10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
          |                                                                                                                                                                                      ^~
          |                                                                                                                                                                                      |
          |                                                                                                                                                                                      BIGNUM ** {aka struct bignum_st **}
   |
10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
   |                                                                                                                                                                                      ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:237:63: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      237 |                                                const BIGNUM **dmp1,
          |                                                ~~~~~~~~~~~~~~~^~~~
    |
237 |                                                const BIGNUM **dmp1,
    |                                                               ^

/tmp/ghc3549748_0/ghc_198.c:10:186: error:
     error: passing argument 3 of RSA_get0_crt_params from incompatible pointer type [-Wincompatible-pointer-types]
       10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
          |                                                                                                                                                                                          ^~
          |                                                                                                                                                                                          |
          |                                                                                                                                                                                          BIGNUM ** {aka struct bignum_st **}
   |
10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
   |                                                                                                                                                                                          ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:238:63: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      238 |                                                const BIGNUM **dmq1,
          |                                                ~~~~~~~~~~~~~~~^~~~
    |
238 |                                                const BIGNUM **dmq1,
    |                                                               ^

/tmp/ghc3549748_0/ghc_198.c:10:190: error:
     error: passing argument 4 of RSA_get0_crt_params from incompatible pointer type [-Wincompatible-pointer-types]
       10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
          |                                                                                                                                                                                              ^~
          |                                                                                                                                                                                              |
          |                                                                                                                                                                                              BIGNUM ** {aka struct bignum_st **}
   |
10 | void ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zucrtzuparams(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_crt_params(a1, a2, a3, a4);}
   |                                                                                                                                                                                              ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:239:63: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      239 |                                                const BIGNUM **iqmp);
          |                                                ~~~~~~~~~~~~~~~^~~~
    |
239 |                                                const BIGNUM **iqmp);
    |                                                               ^
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors:

/tmp/ghc3549748_0/ghc_198.c:14:1: error:
     warning: RSA_get0_factors is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       14 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors(RSA* a1, BIGNUM** a2, BIGNUM** a3) {RSA_get0_factors(a1, a2, a3);}
          | ^~~~
   |
14 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors(RSA* a1, BIGNUM** a2, BIGNUM** a3) {RSA_get0_factors(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:231:28: error:
     note: declared here
      231 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,
          |                            ^~~~~~~~~~~~~~~~
    |
231 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,
    |                            ^

/tmp/ghc3549748_0/ghc_198.c:14:162: error:
     error: passing argument 2 of RSA_get0_factors from incompatible pointer type [-Wincompatible-pointer-types]
       14 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors(RSA* a1, BIGNUM** a2, BIGNUM** a3) {RSA_get0_factors(a1, a2, a3);}
          |                                                                                                                                                                  ^~
          |                                                                                                                                                                  |
          |                                                                                                                                                                  BIGNUM ** {aka struct bignum_st **}
   |
14 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors(RSA* a1, BIGNUM** a2, BIGNUM** a3) {RSA_get0_factors(a1, a2, a3);}
   |                                                                                                                                                                  ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:232:60: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      232 |                                             const BIGNUM **p, const BIGNUM **q);
          |                                             ~~~~~~~~~~~~~~~^
    |
232 |                                             const BIGNUM **p, const BIGNUM **q);
    |                                                            ^

/tmp/ghc3549748_0/ghc_198.c:14:166: error:
     error: passing argument 3 of RSA_get0_factors from incompatible pointer type [-Wincompatible-pointer-types]
       14 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors(RSA* a1, BIGNUM** a2, BIGNUM** a3) {RSA_get0_factors(a1, a2, a3);}
          |                                                                                                                                                                      ^~
          |                                                                                                                                                                      |
          |                                                                                                                                                                      BIGNUM ** {aka struct bignum_st **}
   |
14 | void ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zufactors(RSA* a1, BIGNUM** a2, BIGNUM** a3) {RSA_get0_factors(a1, a2, a3);}
   |                                                                                                                                                                      ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:232:78: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      232 |                                             const BIGNUM **p, const BIGNUM **q);
          |                                                               ~~~~~~~~~~~~~~~^
    |
232 |                                             const BIGNUM **p, const BIGNUM **q);
    |                                                                              ^
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey:

/tmp/ghc3549748_0/ghc_198.c:18:1: error:
     warning: RSA_get0_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
          | ^~~~
   |
18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:228:28: error:
     note: declared here
      228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
          |                            ^~~~~~~~~~~~
    |
228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
    |                            ^

/tmp/ghc3549748_0/ghc_198.c:18:167: error:
     error: passing argument 2 of RSA_get0_key from incompatible pointer type [-Wincompatible-pointer-types]
       18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
          |                                                                                                                                                                       ^~
          |                                                                                                                                                                       |
          |                                                                                                                                                                       BIGNUM ** {aka struct bignum_st **}
   |
18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
   |                                                                                                                                                                       ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:229:56: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      229 |                                         const BIGNUM **n, const BIGNUM **e,
          |                                         ~~~~~~~~~~~~~~~^
    |
229 |                                         const BIGNUM **n, const BIGNUM **e,
    |                                                        ^

/tmp/ghc3549748_0/ghc_198.c:18:171: error:
     error: passing argument 3 of RSA_get0_key from incompatible pointer type [-Wincompatible-pointer-types]
       18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
          |                                                                                                                                                                           ^~
          |                                                                                                                                                                           |
          |                                                                                                                                                                           BIGNUM ** {aka struct bignum_st **}
   |
18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
   |                                                                                                                                                                           ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:229:74: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      229 |                                         const BIGNUM **n, const BIGNUM **e,
          |                                                           ~~~~~~~~~~~~~~~^
    |
229 |                                         const BIGNUM **n, const BIGNUM **e,
    |                                                                          ^

/tmp/ghc3549748_0/ghc_198.c:18:175: error:
     error: passing argument 4 of RSA_get0_key from incompatible pointer type [-Wincompatible-pointer-types]
       18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
          |                                                                                                                                                                               ^~
          |                                                                                                                                                                               |
          |                                                                                                                                                                               BIGNUM ** {aka struct bignum_st **}
   |
18 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzuget0zukey(RSA* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {RSA_get0_key(a1, a2, a3, a4);}
   |                                                                                                                                                                               ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:230:56: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      230 |                                         const BIGNUM **d);
          |                                         ~~~~~~~~~~~~~~~^
    |
230 |                                         const BIGNUM **d);
    |                                                        ^
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzugeneratezukey:

/tmp/ghc3549748_0/ghc_198.c:21:1: error:
     warning: RSA_generate_key is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations]
       21 | RSA* ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzugeneratezukey(HsInt32 a1, HsInt32 a2, void* a3, void* a4) {return RSA_generate_key(a1, a2, a3, a4);}
          | ^~~
   |
21 | RSA* ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzugeneratezukey(HsInt32 a1, HsInt32 a2, void* a3, void* a4) {return RSA_generate_key(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:264:30: error:
     note: declared here
      264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void
          |                              ^~~~~~~~~~~~~~~~
    |
264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void
    |                              ^
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzusizze:

/tmp/ghc3549748_0/ghc_198.c:34:1: error:
     warning: RSA_size is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       34 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzusizze(RSA* a1) {return RSA_size(a1);}
          | ^~~~~~~
   |
34 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAzusizze(RSA* a1) {return RSA_size(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:215:27: error:
     note: declared here
      215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
          |                           ^~~~~~~~
    |
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
    |                           ^
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAPrivateKeyzudup:

/tmp/ghc3549748_0/ghc_198.c:37:1: error:
     warning: RSAPrivateKey_dup is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       37 | RSA* ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAPrivateKeyzudup(RSA* a1) {return RSAPrivateKey_dup(a1);}
          | ^~~
   |
37 | RSA* ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAPrivateKeyzudup(RSA* a1) {return RSAPrivateKey_dup(a1);}
   | ^

In file included from /nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:21:0: error:
    

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:460:65: error:
     note: declared here
      460 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey)
          |                                                                 ^~~~~~~~~~~~~
    |
460 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey)
    |                                                                 ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/asn1.h:339:16: error:
     note: in definition of macro DECLARE_ASN1_DUP_FUNCTION_name_attr
      339 |     attr type *name##_dup(const type *a);
          |                ^~~~
    |
339 |     attr type *name##_dup(const type *a);
    |                ^
/tmp/ghc3549748_0/ghc_198.c: In function ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAPublicKeyzudup:

/tmp/ghc3549748_0/ghc_198.c:40:1: error:
     warning: RSAPublicKey_dup is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       40 | RSA* ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAPublicKeyzudup(RSA* a1) {return RSAPublicKey_dup(a1);}
          | ^~~
   |
40 | RSA* ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziRSAZCRSAPublicKeyzudup(RSA* a1) {return RSAPublicKey_dup(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/rsa.h:459:65: error:
     note: declared here
      459 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey)
          |                                                                 ^~~~~~~~~~~~
    |
459 | DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey)
    |                                                                 ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/asn1.h:339:16: error:
     note: in definition of macro DECLARE_ASN1_DUP_FUNCTION_name_attr
      339 |     attr type *name##_dup(const type *a);
          |                ^~~~
    |
339 |     attr type *name##_dup(const type *a);
    |                ^

<no location info>: error:
    `cc' failed in phase `C Compiler'. (Exit code: 1)
[17 of 33] Compiling OpenSSL.DSA      ( dist/build/OpenSSL/DSA.hs, dist/build/OpenSSL/DSA.o, dist/build/OpenSSL/DSA.dyn_o )
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuset0zukey:

/tmp/ghc3549748_0/ghc_202.c:9:1: error:
     warning: DSA_set0_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
        9 | HsInt32 ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuset0zukey(void* a1, BIGNUM* a2, BIGNUM* a3) {return DSA_set0_key(a1, a2, a3);}
          | ^~~~~~~
  |
9 | HsInt32 ghczuwrapperZC0ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuset0zukey(void* a1, BIGNUM* a2, BIGNUM* a3) {return DSA_set0_key(a1, a2, a3);}
  | ^

In file included from /tmp/ghc3549748_0/ghc_202.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:211:27: error:
     note: declared here
      211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
          |                           ^~~~~~~~~~~~
    |
211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
    |                           ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuset0zupqg:

/tmp/ghc3549748_0/ghc_202.c:12:1: error:
     warning: DSA_set0_pqg is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       12 | HsInt32 ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuset0zupqg(void* a1, BIGNUM* a2, BIGNUM* a3, BIGNUM* a4) {return DSA_set0_pqg(a1, a2, a3, a4);}
          | ^~~~~~~
   |
12 | HsInt32 ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuset0zupqg(void* a1, BIGNUM* a2, BIGNUM* a3, BIGNUM* a4) {return DSA_set0_pqg(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:208:27: error:
     note: declared here
      208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
          |                           ^~~~~~~~~~~~
    |
208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
    |                           ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey:

/tmp/ghc3549748_0/ghc_202.c:15:1: error:
     warning: DSA_get0_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       15 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey(void* a1, BIGNUM** a2, BIGNUM** a3) {DSA_get0_key(a1, a2, a3);}
          | ^~~~
   |
15 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey(void* a1, BIGNUM** a2, BIGNUM** a3) {DSA_get0_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:209:28: error:
     note: declared here
      209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
          |                            ^~~~~~~~~~~~
    |
209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
    |                            ^

/tmp/ghc3549748_0/ghc_202.c:15:155: error:
     error: passing argument 2 of DSA_get0_key from incompatible pointer type [-Wincompatible-pointer-types]
       15 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey(void* a1, BIGNUM** a2, BIGNUM** a3) {DSA_get0_key(a1, a2, a3);}
          |                                                                                                                                                           ^~
          |                                                                                                                                                           |
          |                                                                                                                                                           BIGNUM ** {aka struct bignum_st **}
   |
15 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey(void* a1, BIGNUM** a2, BIGNUM** a3) {DSA_get0_key(a1, a2, a3);}
   |                                                                                                                                                           ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:209:70: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
          |                                                       ~~~~~~~~~~~~~~~^~~~~~~
    |
209 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
    |                                                                      ^

/tmp/ghc3549748_0/ghc_202.c:15:159: error:
     error: passing argument 3 of DSA_get0_key from incompatible pointer type [-Wincompatible-pointer-types]
       15 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey(void* a1, BIGNUM** a2, BIGNUM** a3) {DSA_get0_key(a1, a2, a3);}
          |                                                                                                                                                               ^~
          |                                                                                                                                                               |
          |                                                                                                                                                               BIGNUM ** {aka struct bignum_st **}
   |
15 | void ghczuwrapperZC2ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zukey(void* a1, BIGNUM** a2, BIGNUM** a3) {DSA_get0_key(a1, a2, a3);}
   |                                                                                                                                                               ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:210:56: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      210 |                                         const BIGNUM **priv_key);
          |                                         ~~~~~~~~~~~~~~~^~~~~~~~
    |
210 |                                         const BIGNUM **priv_key);
    |                                                        ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg:

/tmp/ghc3549748_0/ghc_202.c:18:1: error:
     warning: DSA_get0_pqg is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
          | ^~~~
   |
18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:206:28: error:
     note: declared here
      206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
          |                            ^~~~~~~~~~~~
    |
206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
    |                            ^

/tmp/ghc3549748_0/ghc_202.c:18:168: error:
     error: passing argument 2 of DSA_get0_pqg from incompatible pointer type [-Wincompatible-pointer-types]
       18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
          |                                                                                                                                                                        ^~
          |                                                                                                                                                                        |
          |                                                                                                                                                                        BIGNUM ** {aka struct bignum_st **}
   |
18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
   |                                                                                                                                                                        ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:206:70: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
          |                                                       ~~~~~~~~~~~~~~~^
    |
206 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_pqg(const DSA *d, const BIGNUM **p,
    |                                                                      ^

/tmp/ghc3549748_0/ghc_202.c:18:172: error:
     error: passing argument 3 of DSA_get0_pqg from incompatible pointer type [-Wincompatible-pointer-types]
       18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
          |                                                                                                                                                                            ^~
          |                                                                                                                                                                            |
          |                                                                                                                                                                            BIGNUM ** {aka struct bignum_st **}
   |
18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
   |                                                                                                                                                                            ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:207:56: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      207 |                                         const BIGNUM **q, const BIGNUM **g);
          |                                         ~~~~~~~~~~~~~~~^
    |
207 |                                         const BIGNUM **q, const BIGNUM **g);
    |                                                        ^

/tmp/ghc3549748_0/ghc_202.c:18:176: error:
     error: passing argument 4 of DSA_get0_pqg from incompatible pointer type [-Wincompatible-pointer-types]
       18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
          |                                                                                                                                                                                ^~
          |                                                                                                                                                                                |
          |                                                                                                                                                                                BIGNUM ** {aka struct bignum_st **}
   |
18 | void ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzuget0zupqg(void* a1, BIGNUM** a2, BIGNUM** a3, BIGNUM** a4) {DSA_get0_pqg(a1, a2, a3, a4);}
   |                                                                                                                                                                                ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:207:74: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
      207 |                                         const BIGNUM **q, const BIGNUM **g);
          |                                                           ~~~~~~~~~~~~~~~^
    |
207 |                                         const BIGNUM **q, const BIGNUM **g);
    |                                                                          ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzusizze:

/tmp/ghc3549748_0/ghc_202.c:20:1: error:
     warning: DSA_size is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       20 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzusizze(void* a1) {return DSA_size(a1);}
          | ^~~~~~~
   |
20 | HsInt32 ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzusizze(void* a1) {return DSA_size(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:135:27: error:
     note: declared here
      135 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);
          |                           ^~~~~~~~
    |
135 | OSSL_DEPRECATEDIN_3_0 int DSA_size(const DSA *);
    |                           ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezuparameters:

/tmp/ghc3549748_0/ghc_202.c:26:1: error:
     warning: DSA_generate_parameters is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations]
       26 | void* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezuparameters(HsInt32 a1, char* a2, HsInt32 a3, int* a4, int* a5, void* a6, void* a7) {return DSA_generate_parameters(a1, a2, a3, a4, a5, a6, a7);}
          | ^~~~
   |
26 | void* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezuparameters(HsInt32 a1, char* a2, HsInt32 a3, int* a4, int* a5, void* a6, void* a7) {return DSA_generate_parameters(a1, a2, a3, a4, a5, a6, a7);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:164:6: error:
     note: declared here
      164 | DSA *DSA_generate_parameters(int bits, unsigned char *seed, int seed_len,
          |      ^~~~~~~~~~~~~~~~~~~~~~~
    |
164 | DSA *DSA_generate_parameters(int bits, unsigned char *seed, int seed_len,
    |      ^

/tmp/ghc3549748_0/ghc_202.c:26:233: error:
     error: passing argument 5 of DSA_generate_parameters from incompatible pointer type [-Wincompatible-pointer-types]
       26 | void* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezuparameters(HsInt32 a1, char* a2, HsInt32 a3, int* a4, int* a5, void* a6, void* a7) {return DSA_generate_parameters(a1, a2, a3, a4, a5, a6, a7);}
          |                                                                                                                                                                                                                                         ^~
          |                                                                                                                                                                                                                                         |
          |                                                                                                                                                                                                                                         int *
   |
26 | void* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezuparameters(HsInt32 a1, char* a2, HsInt32 a3, int* a4, int* a5, void* a6, void* a7) {return DSA_generate_parameters(a1, a2, a3, a4, a5, a6, a7);}
   |                                                                                                                                                                                                                                         ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:165:63: error:
     note: expected long unsigned int * but argument is of type int *
      165 |                              int *counter_ret, unsigned long *h_ret,
          |                                                ~~~~~~~~~~~~~~~^~~~~
    |
165 |                              int *counter_ret, unsigned long *h_ret,
    |                                                               ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCHsOpenSSLzudsazusign:

/tmp/ghc3549748_0/ghc_202.c:32:207: error:
     error: passing argument 4 of HsOpenSSL_dsa_sign from incompatible pointer type [-Wincompatible-pointer-types]
       32 | HsInt32 ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCHsOpenSSLzudsazusign(void* a1, char* a2, HsInt32 a3, BIGNUM** a4, BIGNUM** a5) {return HsOpenSSL_dsa_sign(a1, a2, a3, a4, a5);}
          |                                                                                                                                                                                                               ^~
          |                                                                                                                                                                                                               |
          |                                                                                                                                                                                                               BIGNUM ** {aka struct bignum_st **}
   |
32 | HsInt32 ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCHsOpenSSLzudsazusign(void* a1, char* a2, HsInt32 a3, BIGNUM** a4, BIGNUM** a5) {return HsOpenSSL_dsa_sign(a1, a2, a3, a4, a5);}
   |                                                                                                                                                                                                               ^

In file included from /tmp/ghc3549748_0/ghc_202.c:21:0: error: 

cbits/HsOpenSSL.h:96:39: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
       96 |                        const BIGNUM **r, const BIGNUM **s);
          |                        ~~~~~~~~~~~~~~~^
   |
96 |                        const BIGNUM **r, const BIGNUM **s);
   |                                       ^

/tmp/ghc3549748_0/ghc_202.c:32:211: error:
     error: passing argument 5 of HsOpenSSL_dsa_sign from incompatible pointer type [-Wincompatible-pointer-types]
       32 | HsInt32 ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCHsOpenSSLzudsazusign(void* a1, char* a2, HsInt32 a3, BIGNUM** a4, BIGNUM** a5) {return HsOpenSSL_dsa_sign(a1, a2, a3, a4, a5);}
          |                                                                                                                                                                                                                   ^~
          |                                                                                                                                                                                                                   |
          |                                                                                                                                                                                                                   BIGNUM ** {aka struct bignum_st **}
   |
32 | HsInt32 ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCHsOpenSSLzudsazusign(void* a1, char* a2, HsInt32 a3, BIGNUM** a4, BIGNUM** a5) {return HsOpenSSL_dsa_sign(a1, a2, a3, a4, a5);}
   |                                                                                                                                                                                                                   ^

cbits/HsOpenSSL.h:96:57: error:
     note: expected const BIGNUM ** {aka const struct bignum_st **} but argument is of type BIGNUM ** {aka struct bignum_st **}
       96 |                        const BIGNUM **r, const BIGNUM **s);
          |                                          ~~~~~~~~~~~~~~~^
   |
96 |                        const BIGNUM **r, const BIGNUM **s);
   |                                                         ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC10ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezukey:

/tmp/ghc3549748_0/ghc_202.c:34:1: error:
     warning: DSA_generate_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       34 | void ghczuwrapperZC10ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezukey(void* a1) {DSA_generate_key(a1);}
          | ^~~~
   |
34 | void ghczuwrapperZC10ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzugeneratezukey(void* a1) {DSA_generate_key(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:179:27: error:
     note: declared here
      179 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);
          |                           ^~~~~~~~~~~~~~~~
    |
179 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);
    |                           ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC11ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzunew:

/tmp/ghc3549748_0/ghc_202.c:36:1: error:
     warning: DSA_new is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       36 | void* ghczuwrapperZC11ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzunew(void) {return DSA_new();}
          | ^~~~
   |
36 | void* ghczuwrapperZC11ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzunew(void) {return DSA_new();}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:130:28: error:
     note: declared here
      130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
          |                            ^~~~~~~
    |
130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
    |                            ^
/tmp/ghc3549748_0/ghc_202.c: In function ghczuwrapperZC13ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzufree:

/tmp/ghc3549748_0/ghc_202.c:41:1: error:
     warning: DSA_free is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       41 | void ghczuwrapperZC13ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzufree(void* a1) {DSA_free(a1);}
          | ^~~~
   |
41 | void ghczuwrapperZC13ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDSAZCDSAzufree(void* a1) {DSA_free(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dsa.h:132:28: error:
     note: declared here
      132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
          |                            ^~~~~~~~
    |
132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
    |                            ^

<no location info>: error:
    `cc' failed in phase `C Compiler'. (Exit code: 1)
[23 of 33] Compiling OpenSSL.DH       ( OpenSSL/DH.hs, dist/build/OpenSSL/DH.o, dist/build/OpenSSL/DH.dyn_o )
/tmp/ghc3549748_0/ghc_206.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCHsOpenSSLzuDHzugetzupubzukey:

/tmp/ghc3549748_0/ghc_206.c:13:133: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       13 | BIGNUM* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCHsOpenSSLzuDHzugetzupubzukey(DH* a1) {return HsOpenSSL_DH_get_pub_key(a1);}
          |                                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   |
13 | BIGNUM* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCHsOpenSSLzuDHzugetzupubzukey(DH* a1) {return HsOpenSSL_DH_get_pub_key(a1);}
   |                                                                                                                                     ^
/tmp/ghc3549748_0/ghc_206.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzusizze:

/tmp/ghc3549748_0/ghc_206.c:19:1: error:
     warning: DH_size is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       19 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzusizze(DH* a1) {return DH_size(a1);}
          | ^~~~~~~
   |
19 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzusizze(DH* a1) {return DH_size(a1);}
   | ^
In file included from cbits/HsOpenSSL.h:6,

                 from /tmp/ghc3549748_0/ghc_206.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:214:27: error:
     note: declared here
      214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
          |                           ^~~~~~~
    |
214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
    |                           ^
/tmp/ghc3549748_0/ghc_206.c: In function ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucheck:

/tmp/ghc3549748_0/ghc_206.c:22:1: error:
     warning: DH_check is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       22 | HsBool ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucheck(DH* a1, int* a2) {return DH_check(a1, a2);}
          | ^~~~~~
   |
22 | HsBool ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucheck(DH* a1, int* a2) {return DH_check(a1, a2);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:231:27: error:
     note: declared here
      231 | OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
          |                           ^~~~~~~~
    |
231 | OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
    |                           ^
/tmp/ghc3549748_0/ghc_206.c: In function ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucomputezukey:

/tmp/ghc3549748_0/ghc_206.c:26:1: error:
     warning: DH_compute_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       26 | HsInt32 ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucomputezukey(HsWord8* a1, BIGNUM* a2, DH* a3) {return DH_compute_key(a1, a2, a3);}
          | ^~~~~~~
   |
26 | HsInt32 ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucomputezukey(HsWord8* a1, BIGNUM* a2, DH* a3) {return DH_compute_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:235:27: error:
     note: declared here
      235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
          |                           ^~~~~~~~~~~~~~
    |
235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
    |                           ^
/tmp/ghc3549748_0/ghc_206.c: In function ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezukey:

/tmp/ghc3549748_0/ghc_206.c:29:1: error:
     warning: DH_generate_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       29 | HsInt32 ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezukey(DH* a1) {return DH_generate_key(a1);}
          | ^~~~~~~
   |
29 | HsInt32 ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezukey(DH* a1) {return DH_generate_key(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:234:27: error:
     note: declared here
      234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
          |                           ^~~~~~~~~~~~~~~
    |
234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
    |                           ^
/tmp/ghc3549748_0/ghc_206.c: In function ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezuparameters:

/tmp/ghc3549748_0/ghc_206.c:32:1: error:
     warning: DH_generate_parameters is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations]
       32 | DH* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezuparameters(HsInt32 a1, HsInt32 a2, void* a3, void* a4) {return DH_generate_parameters(a1, a2, a3, a4);}
          | ^~
   |
32 | DH* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezuparameters(HsInt32 a1, HsInt32 a2, void* a3, void* a4) {return DH_generate_parameters(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:329:29: error:
     note: declared here
      329 | OSSL_DEPRECATEDIN_0_9_8 DH *DH_generate_parameters(int prime_len, int generator,
          |                             ^~~~~~~~~~~~~~~~~~~~~~
    |
329 | OSSL_DEPRECATEDIN_0_9_8 DH *DH_generate_parameters(int prime_len, int generator,
    |                             ^
/tmp/ghc3549748_0/ghc_213.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCHsOpenSSLzuDHzugetzupubzukey:

/tmp/ghc3549748_0/ghc_213.c:13:133: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       13 | BIGNUM* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCHsOpenSSLzuDHzugetzupubzukey(DH* a1) {return HsOpenSSL_DH_get_pub_key(a1);}
          |                                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   |
13 | BIGNUM* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCHsOpenSSLzuDHzugetzupubzukey(DH* a1) {return HsOpenSSL_DH_get_pub_key(a1);}
   |                                                                                                                                     ^
/tmp/ghc3549748_0/ghc_213.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzusizze:

/tmp/ghc3549748_0/ghc_213.c:19:1: error:
     warning: DH_size is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       19 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzusizze(DH* a1) {return DH_size(a1);}
          | ^~~~~~~
   |
19 | HsInt32 ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzusizze(DH* a1) {return DH_size(a1);}
   | ^
In file included from cbits/HsOpenSSL.h:6,

                 from /tmp/ghc3549748_0/ghc_213.c:7:0: error: 

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:214:27: error:
     note: declared here
      214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
          |                           ^~~~~~~
    |
214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
    |                           ^
/tmp/ghc3549748_0/ghc_213.c: In function ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucheck:

/tmp/ghc3549748_0/ghc_213.c:22:1: error:
     warning: DH_check is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       22 | HsBool ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucheck(DH* a1, int* a2) {return DH_check(a1, a2);}
          | ^~~~~~
   |
22 | HsBool ghczuwrapperZC4ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucheck(DH* a1, int* a2) {return DH_check(a1, a2);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:231:27: error:
     note: declared here
      231 | OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
          |                           ^~~~~~~~
    |
231 | OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
    |                           ^
/tmp/ghc3549748_0/ghc_213.c: In function ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucomputezukey:

/tmp/ghc3549748_0/ghc_213.c:26:1: error:
     warning: DH_compute_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       26 | HsInt32 ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucomputezukey(HsWord8* a1, BIGNUM* a2, DH* a3) {return DH_compute_key(a1, a2, a3);}
          | ^~~~~~~
   |
26 | HsInt32 ghczuwrapperZC5ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzucomputezukey(HsWord8* a1, BIGNUM* a2, DH* a3) {return DH_compute_key(a1, a2, a3);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:235:27: error:
     note: declared here
      235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
          |                           ^~~~~~~~~~~~~~
    |
235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
    |                           ^
/tmp/ghc3549748_0/ghc_213.c: In function ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezukey:

/tmp/ghc3549748_0/ghc_213.c:29:1: error:
     warning: DH_generate_key is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
       29 | HsInt32 ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezukey(DH* a1) {return DH_generate_key(a1);}
          | ^~~~~~~
   |
29 | HsInt32 ghczuwrapperZC6ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezukey(DH* a1) {return DH_generate_key(a1);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:234:27: error:
     note: declared here
      234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
          |                           ^~~~~~~~~~~~~~~
    |
234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
    |                           ^
/tmp/ghc3549748_0/ghc_213.c: In function ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezuparameters:

/tmp/ghc3549748_0/ghc_213.c:32:1: error:
     warning: DH_generate_parameters is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations]
       32 | DH* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezuparameters(HsInt32 a1, HsInt32 a2, void* a3, void* a4) {return DH_generate_parameters(a1, a2, a3, a4);}
          | ^~
   |
32 | DH* ghczuwrapperZC7ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziDHZCDHzugeneratezuparameters(HsInt32 a1, HsInt32 a2, void* a3, void* a4) {return DH_generate_parameters(a1, a2, a3, a4);}
   | ^

/nix/store/ak8zw9vzaradp09j6bc4sazvl63yz2ah-openssl-3.4.1-dev/include/openssl/dh.h:329:29: error:
     note: declared here
      329 | OSSL_DEPRECATEDIN_0_9_8 DH *DH_generate_parameters(int prime_len, int generator,
          |                             ^~~~~~~~~~~~~~~~~~~~~~
    |
329 | OSSL_DEPRECATEDIN_0_9_8 DH *DH_generate_parameters(int prime_len, int generator,
    |                             ^
[24 of 33] Compiling OpenSSL.BIO      ( OpenSSL/BIO.hs, dist/build/OpenSSL/BIO.o, dist/build/OpenSSL/BIO.dyn_o )
/tmp/ghc3549748_0/ghc_220.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubuffer:

/tmp/ghc3549748_0/ghc_220.c:12:122: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       12 | BIO_METHOD* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubuffer(void) {return BIO_f_buffer();}
          |                                                                                                                          ^~~~~~~~~~~~~~
   |
12 | BIO_METHOD* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubuffer(void) {return BIO_f_buffer();}
   |                                                                                                                          ^
/tmp/ghc3549748_0/ghc_220.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubase64:

/tmp/ghc3549748_0/ghc_220.c:17:122: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       17 | BIO_METHOD* ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubase64(void) {return BIO_f_base64();}
          |                                                                                                                          ^~~~~~~~~~~~~~
   |
17 | BIO_METHOD* ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubase64(void) {return BIO_f_base64();}
   |                                                                                                                          ^
/tmp/ghc3549748_0/ghc_227.c: In function ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubuffer:

/tmp/ghc3549748_0/ghc_227.c:12:122: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       12 | BIO_METHOD* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubuffer(void) {return BIO_f_buffer();}
          |                                                                                                                          ^~~~~~~~~~~~~~
   |
12 | BIO_METHOD* ghczuwrapperZC1ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubuffer(void) {return BIO_f_buffer();}
   |                                                                                                                          ^
/tmp/ghc3549748_0/ghc_227.c: In function ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubase64:

/tmp/ghc3549748_0/ghc_227.c:17:122: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       17 | BIO_METHOD* ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubase64(void) {return BIO_f_base64();}
          |                                                                                                                          ^~~~~~~~~~~~~~
   |
17 | BIO_METHOD* ghczuwrapperZC3ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziBIOZCBIOzufzubase64(void) {return BIO_f_base64();}
   |                                                                                                                          ^
[25 of 33] Compiling OpenSSL.ASN1     ( dist/build/OpenSSL/ASN1.hs, dist/build/OpenSSL/ASN1.o, dist/build/OpenSSL/ASN1.dyn_o )
/tmp/ghc3549748_0/ghc_234.c: In function ghczuwrapperZC8ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2ln:

/tmp/ghc3549748_0/ghc_234.c:35:120: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       35 | char* ghczuwrapperZC8ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2ln(HsInt32 a1) {return OBJ_nid2ln(a1);}
          |                                                                                                                        ^~~~~~~~~~~~~~
   |
35 | char* ghczuwrapperZC8ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2ln(HsInt32 a1) {return OBJ_nid2ln(a1);}
   |                                                                                                                        ^
/tmp/ghc3549748_0/ghc_234.c: In function ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2sn:

/tmp/ghc3549748_0/ghc_234.c:37:120: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       37 | char* ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2sn(HsInt32 a1) {return OBJ_nid2sn(a1);}
          |                                                                                                                        ^~~~~~~~~~~~~~
   |
37 | char* ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2sn(HsInt32 a1) {return OBJ_nid2sn(a1);}
   |                                                                                                                        ^
/tmp/ghc3549748_0/ghc_241.c: In function ghczuwrapperZC8ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2ln:

/tmp/ghc3549748_0/ghc_241.c:35:120: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       35 | char* ghczuwrapperZC8ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2ln(HsInt32 a1) {return OBJ_nid2ln(a1);}
          |                                                                                                                        ^~~~~~~~~~~~~~
   |
35 | char* ghczuwrapperZC8ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2ln(HsInt32 a1) {return OBJ_nid2ln(a1);}
   |                                                                                                                        ^
/tmp/ghc3549748_0/ghc_241.c: In function ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2sn:

/tmp/ghc3549748_0/ghc_241.c:37:120: error:
     warning: return discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
       37 | char* ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2sn(HsInt32 a1) {return OBJ_nid2sn(a1);}
          |                                                                                                                        ^~~~~~~~~~~~~~
   |
37 | char* ghczuwrapperZC9ZCHsOpenSSLzm0zi11zi7zi9zmGRluwZZDlWlQ95XTEMamrBGZCOpenSSLziASN1ZCOBJzunid2sn(HsInt32 a1) {return OBJ_nid2sn(a1);}
   |                                                                                                                        ^
[26 of 33] Compiling OpenSSL.X509.Name ( dist/build/OpenSSL/X509/Name.hs, dist/build/OpenSSL/X509/Name.o, dist/build/OpenSSL/X509/Name.dyn_o )
Failed to install HsOpenSSL-0.11.7.9
Error: cabal: Some packages failed to install:
HsOpenSSL-0.11.7.9-GRluwZDlWlQ95XTEMamrBG failed during the building phase.
The exception was:
ExitFailure 1
hackage-cli-0.1.0.4-8jIbTS4sbGcJxzrld9PiqS depends on hackage-cli-0.1.0.4
which failed to install.
http-io-streams-0.1.7.2-6ZQBuB1irNlKMb9wOgjo3s depends on
http-io-streams-0.1.7.2 which failed to install.
openssl-streams-1.2.3.0-7wOWgAlcy6HKgifwMf1tUR depends on
openssl-streams-1.2.3.0 which failed to install.

Test log

No test log was submitted for this report.