Build #2 for telegram-bot-api-7.4.5

[all reports]

Package telegram-bot-api-7.4.5
Install DependencyFailed telegram-bot-api-7.4.5
Docs NotTried
Tests NotTried
Time submitted 2025-05-12 06:11:29.889822552 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies aeson-2.2.3.0, base-4.19.2.0, filepath-1.4.301.0, hashable-1.5.0.0, http-api-data-0.6.2, http-client-0.7.19, http-client-tls-0.3.6.4, mtl-2.3.1, servant-0.20.2, servant-client-0.20.2, servant-multipart-api-0.12.1, servant-multipart-client-0.12.2, servant-server-0.20.2, template-haskell-2.21.0.0, text-2.1.1, time-1.12.2
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
Warning: Unable to strip executable or library
'libHSOneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSOneTuple-0.4.2-ATtFINcmw7oK2Yohb9PBmz-ghc9.8.4' (missing the 'strip'
program)
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
Warning: Unable to strip executable or library
'libHSStateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSStateVar-1.2.2-FkX29h2fwdP2Mo2NQELJhZ-ghc9.8.4' (missing the 'strip'
program)
Completed    StateVar-1.2.2
Warning: appar.cabal:20:37: version operators used. To use version operators
the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring appar-0.1.8...
Preprocessing library for appar-0.1.8..
Building library for appar-0.1.8..

on the commandline: warning: [GHC-53692] [-Wdeprecated-flags]
    -Wnoncanonical-monadfail-instances is deprecated: fail is no longer a method of Monad
[1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, dist/build/Text/Appar/Input.o, dist/build/Text/Appar/Input.dyn_o )

Text/Appar/Input.hs:37:11: 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."
   |
37 |     car = head
   |           ^^^^

Text/Appar/Input.hs:38:11: 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."
   |
38 |     cdr = tail
   |           ^^^^
[2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, dist/build/Text/Appar/Parser.o, dist/build/Text/Appar/Parser.dyn_o )

Text/Appar/Parser.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Monad.Fail is redundant
      except perhaps to import instances from Control.Monad.Fail
    To import instances alone, use: import Control.Monad.Fail()
   |
59 | import Control.Monad.Fail as Fail
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, dist/build/Text/Appar/LazyByteString.o, dist/build/Text/Appar/LazyByteString.dyn_o )
[4 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, dist/build/Text/Appar/ByteString.o, dist/build/Text/Appar/ByteString.dyn_o )
[5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, dist/build/Text/Appar/String.o, dist/build/Text/Appar/String.dyn_o )
Preprocessing library for appar-0.1.8..
Running Haddock on library for appar-0.1.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Text.Appar.Input ( Text/Appar/Input.hs, nothing )

Text/Appar/Input.hs:37:11: 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."
   |
37 |     car = head
   |           ^^^^

Text/Appar/Input.hs:38:11: 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."
   |
38 |     cdr = tail
   |           ^^^^
[2 of 5] Compiling Text.Appar.Parser ( Text/Appar/Parser.hs, nothing )

Text/Appar/Parser.hs:59:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Monad.Fail is redundant
      except perhaps to import instances from Control.Monad.Fail
    To import instances alone, use: import Control.Monad.Fail()
   |
59 | import Control.Monad.Fail as Fail
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 5] Compiling Text.Appar.LazyByteString ( Text/Appar/LazyByteString.hs, nothing )
[4 of 5] Compiling Text.Appar.ByteString ( Text/Appar/ByteString.hs, nothing )
[5 of 5] Compiling Text.Appar.String ( Text/Appar/String.hs, nothing )
Haddock coverage:
  97% ( 33 / 34) in 'Text.Appar.LazyByteString'
  Missing documentation for:
    MkParser (Text/Appar/Parser.hs:65)
  97% ( 33 / 34) in 'Text.Appar.ByteString'
  Missing documentation for:
    MkParser (Text/Appar/Parser.hs:65)
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% ( 33 / 34) in 'Text.Appar.String'
  Missing documentation for:
    MkParser (Text/Appar/Parser.hs:65)
Documentation created: dist/doc/html/appar/, dist/doc/html/appar/appar.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/appar-0.1.8-JcFgRGqtdQU46hFjedECdX
Warning: Unable to strip executable or library
'libHSappar-0.1.8-JcFgRGqtdQU46hFjedECdX' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSappar-0.1.8-JcFgRGqtdQU46hFjedECdX-ghc9.8.4' (missing the 'strip'
program)
Completed    appar-0.1.8
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
Warning: Unable to strip executable or library
'libHSassoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSassoc-1.1.1-IR5FZLHpO7uKvKwb4BxhYj-ghc9.8.4' (missing the 'strip'
program)
Completed    assoc-1.1.1
Configuring auto-update-0.2.6...
Preprocessing library for auto-update-0.2.6..
Building library for auto-update-0.2.6..
[1 of 9] Compiling Control.AutoUpdate.Types ( Control/AutoUpdate/Types.hs, dist/build/Control/AutoUpdate/Types.o, dist/build/Control/AutoUpdate/Types.dyn_o )
[2 of 9] Compiling Control.AutoUpdate.Thread ( Control/AutoUpdate/Thread.hs, dist/build/Control/AutoUpdate/Thread.o, dist/build/Control/AutoUpdate/Thread.dyn_o )
[3 of 9] Compiling Control.AutoUpdate.Event ( Control/AutoUpdate/Event.hs, dist/build/Control/AutoUpdate/Event.o, dist/build/Control/AutoUpdate/Event.dyn_o )
[4 of 9] Compiling Control.AutoUpdate.Internal ( Control/AutoUpdate/Internal.hs, dist/build/Control/AutoUpdate/Internal.o, dist/build/Control/AutoUpdate/Internal.dyn_o )
[5 of 9] Compiling Control.AutoUpdate ( Control/AutoUpdate.hs, dist/build/Control/AutoUpdate.o, dist/build/Control/AutoUpdate.dyn_o )
[6 of 9] Compiling Control.Debounce.Internal ( Control/Debounce/Internal.hs, dist/build/Control/Debounce/Internal.o, dist/build/Control/Debounce/Internal.dyn_o )
[7 of 9] Compiling Control.Debounce ( Control/Debounce.hs, dist/build/Control/Debounce.o, dist/build/Control/Debounce.dyn_o )
[8 of 9] Compiling Control.Reaper.Internal ( Control/Reaper/Internal.hs, dist/build/Control/Reaper/Internal.o, dist/build/Control/Reaper/Internal.dyn_o )
[9 of 9] Compiling Control.Reaper   ( Control/Reaper.hs, dist/build/Control/Reaper.o, dist/build/Control/Reaper.dyn_o )
Preprocessing library for auto-update-0.2.6..
Running Haddock on library for auto-update-0.2.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Control.AutoUpdate.Types ( Control/AutoUpdate/Types.hs, nothing )
[2 of 9] Compiling Control.AutoUpdate.Thread ( Control/AutoUpdate/Thread.hs, nothing )
[3 of 9] Compiling Control.AutoUpdate.Event ( Control/AutoUpdate/Event.hs, nothing )
[4 of 9] Compiling Control.AutoUpdate.Internal ( Control/AutoUpdate/Internal.hs, nothing )
[5 of 9] Compiling Control.AutoUpdate ( Control/AutoUpdate.hs, nothing )
[6 of 9] Compiling Control.Debounce.Internal ( Control/Debounce/Internal.hs, nothing )
[7 of 9] Compiling Control.Debounce ( Control/Debounce.hs, nothing )
[8 of 9] Compiling Control.Reaper.Internal ( Control/Reaper/Internal.hs, nothing )
[9 of 9] Compiling Control.Reaper   ( Control/Reaper.hs, nothing )
Haddock coverage:
Warning: 'threadDelay' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UpdateSettings' is ambiguous. It is defined
    * at Control/AutoUpdate/Types.hs:13:25
    * at Control/AutoUpdate/Types.hs:13:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/AutoUpdate/Types.hs:13:1
Warning: 'UpdateState' is ambiguous. It is defined
    * at Control/AutoUpdate/Event.hs:43:5
    * at Control/AutoUpdate/Event.hs:42:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/AutoUpdate/Event.hs:42:1
  60% (  3 /  5) in 'Control.AutoUpdate.Internal'
  Missing documentation for:
    Module header
    UpdateState (Control/AutoUpdate/Event.hs:42)
Warning: 'IORef' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getCurrentTime' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  83% ( 10 / 12) in 'Control.AutoUpdate'
  Missing documentation for:
    mkAutoUpdate (Control/AutoUpdate.hs:58)
    mkAutoUpdateWithModify (Control/AutoUpdate.hs:65)
Warning: 'defaultDebounceSettings' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  87% (  7 /  8) in 'Control.Debounce.Internal'
  Missing documentation for:
    mkDebounceInternal (Control/Debounce/Internal.hs:167)
Warning: 'debounceAction' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'debounceFreq' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'debounceEdge' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'DebounceSettings' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 16 / 16) in 'Control.Debounce'
Warning: 'reaperEmpty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reaperAction' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reaperNull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  1 /  2) in 'Control.Reaper.Internal'
  Missing documentation for:
    Module header
Warning: 'Reaper' is ambiguous. It is defined
    * at Control/Reaper/Internal.hs:4:29
    * at Control/Reaper/Internal.hs:4:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Reaper/Internal.hs:4:1
 100% ( 24 / 24) in 'Control.Reaper'
Documentation created: dist/doc/html/auto-update/,
dist/doc/html/auto-update/auto-update.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/auto-update-0.2.6-Ehn22ADx6c0KLKy1In2HqR
Warning: Unable to strip executable or library
'libHSauto-update-0.2.6-Ehn22ADx6c0KLKy1In2HqR' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSauto-update-0.2.6-Ehn22ADx6c0KLKy1In2HqR-ghc9.8.4' (missing the 'strip'
program)
Completed    auto-update-0.2.6
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
Warning: Unable to strip executable or library
'libHSbase-compat-0.14.1-J5U6mhFb9eY8Ts5PwTLrMW' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSbase-compat-0.14.1-J5U6mhFb9eY8Ts5PwTLrMW-ghc9.8.4' (missing the 'strip'
program)
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
Warning: Unable to strip executable or library
'libHSbase-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSbase-orphans-0.9.3-FO1MOLOK3e83158jMAOVc9-ghc9.8.4' (missing the 'strip'
program)
Completed    base-orphans-0.9.3
Configuring base16-bytestring-1.0.2.0...
Preprocessing library for base16-bytestring-1.0.2.0..
Building library for base16-bytestring-1.0.2.0..
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, dist/build/Data/ByteString/Base16/Internal.o, dist/build/Data/ByteString/Base16/Internal.dyn_o )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o, dist/build/Data/ByteString/Base16.dyn_o )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o, dist/build/Data/ByteString/Base16/Lazy.dyn_o )
Preprocessing library for base16-bytestring-1.0.2.0..
Running Haddock on library for base16-bytestring-1.0.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, nothing )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, nothing )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, nothing )
Haddock coverage:
 100% (  4 /  4) in 'Data.ByteString.Base16'
 100% (  4 /  4) in 'Data.ByteString.Base16.Lazy'
Documentation created: dist/doc/html/base16-bytestring/,
dist/doc/html/base16-bytestring/base16-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U
Warning: Unable to strip executable or library
'libHSbase16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSbase16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U-ghc9.8.4' (missing the
'strip' program)
Completed    base16-bytestring-1.0.2.0
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
Warning: Unable to strip executable or library
'libHSbase64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSbase64-bytestring-1.2.1.0-AIN2dTo0IeiEPRnFKNxiRV-ghc9.8.4' (missing the
'strip' program)
Completed    base64-bytestring-1.2.1.0
Configuring basement-0.0.16...
Preprocessing library for basement-0.0.16..
Building library for basement-0.0.16..

Basement/Error.hs:7:14: warning: [GHC-53692] [-Wdeprecated-flags]
    -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  |
7 | {-# LANGUAGE TypeInType #-}
  |              ^^^^^^^^^^
[ 1 of 84] Compiling Basement.Compat.Bifunctor ( Basement/Compat/Bifunctor.hs, dist/build/Basement/Compat/Bifunctor.o, dist/build/Basement/Compat/Bifunctor.dyn_o )
[ 2 of 84] Compiling Basement.Compat.C.Types ( Basement/Compat/C/Types.hs, dist/build/Basement/Compat/C/Types.o, dist/build/Basement/Compat/C/Types.dyn_o )
[ 3 of 84] Compiling Basement.Compat.CallStack ( Basement/Compat/CallStack.hs, dist/build/Basement/Compat/CallStack.o, dist/build/Basement/Compat/CallStack.dyn_o )
[ 4 of 84] Compiling Basement.Compat.Identity ( Basement/Compat/Identity.hs, dist/build/Basement/Compat/Identity.o, dist/build/Basement/Compat/Identity.dyn_o )
[ 5 of 84] Compiling Basement.Compat.IsList ( Basement/Compat/IsList.hs, dist/build/Basement/Compat/IsList.o, dist/build/Basement/Compat/IsList.dyn_o )
[ 6 of 84] Compiling Basement.Compat.Natural ( Basement/Compat/Natural.hs, dist/build/Basement/Compat/Natural.o, dist/build/Basement/Compat/Natural.dyn_o )
[ 7 of 84] Compiling Basement.Compat.NumLiteral ( Basement/Compat/NumLiteral.hs, dist/build/Basement/Compat/NumLiteral.o, dist/build/Basement/Compat/NumLiteral.dyn_o )
[ 8 of 84] Compiling Basement.Compat.PrimTypes ( Basement/Compat/PrimTypes.hs, dist/build/Basement/Compat/PrimTypes.o, dist/build/Basement/Compat/PrimTypes.dyn_o )
[ 9 of 84] Compiling Basement.Compat.Primitive ( Basement/Compat/Primitive.hs, dist/build/Basement/Compat/Primitive.o, dist/build/Basement/Compat/Primitive.dyn_o )
[10 of 84] Compiling Basement.Compat.Semigroup ( Basement/Compat/Semigroup.hs, dist/build/Basement/Compat/Semigroup.o, dist/build/Basement/Compat/Semigroup.dyn_o )
[11 of 84] Compiling Basement.Compat.Typeable ( Basement/Compat/Typeable.hs, dist/build/Basement/Compat/Typeable.o, dist/build/Basement/Compat/Typeable.dyn_o )
[12 of 84] Compiling Basement.Compat.Base ( Basement/Compat/Base.hs, dist/build/Basement/Compat/Base.o, dist/build/Basement/Compat/Base.dyn_o )
[13 of 84] Compiling Basement.Compat.MonadTrans ( Basement/Compat/MonadTrans.hs, dist/build/Basement/Compat/MonadTrans.o, dist/build/Basement/Compat/MonadTrans.dyn_o )
[14 of 84] Compiling Basement.Compat.AMP ( Basement/Compat/AMP.hs, dist/build/Basement/Compat/AMP.o, dist/build/Basement/Compat/AMP.dyn_o )
[15 of 84] Compiling Basement.Endianness ( Basement/Endianness.hs, dist/build/Basement/Endianness.o, dist/build/Basement/Endianness.dyn_o )
[16 of 84] Compiling Basement.Floating ( Basement/Floating.hs, dist/build/Basement/Floating.o, dist/build/Basement/Floating.dyn_o )
[17 of 84] Compiling Basement.Monad   ( Basement/Monad.hs, dist/build/Basement/Monad.o, dist/build/Basement/Monad.dyn_o )

Basement/Monad.hs:47:23: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
   |
47 |     type PrimVar m :: * -> *
   |                       ^

Basement/Monad.hs:47:28: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
   |
47 |     type PrimVar m :: * -> *
   |                            ^
[18 of 84] Compiling Basement.FinalPtr ( Basement/FinalPtr.hs, dist/build/Basement/FinalPtr.o, dist/build/Basement/FinalPtr.dyn_o )
[19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, dist/build/Basement/Numerical/Conversion.o, dist/build/Basement/Numerical/Conversion.dyn_o )
[20 of 84] Compiling Basement.Numerical.Number ( Basement/Numerical/Number.hs, dist/build/Basement/Numerical/Number.o, dist/build/Basement/Numerical/Number.dyn_o )
[21 of 84] Compiling Basement.IntegralConv ( Basement/IntegralConv.hs, dist/build/Basement/IntegralConv.o, dist/build/Basement/IntegralConv.dyn_o )
[22 of 84] Compiling Basement.Types.Char7 ( Basement/Types/Char7.hs, dist/build/Basement/Types/Char7.o, dist/build/Basement/Types/Char7.dyn_o )
[23 of 84] Compiling Basement.Base16  ( Basement/Base16.hs, dist/build/Basement/Base16.o, dist/build/Basement/Base16.dyn_o )
[24 of 84] Compiling Basement.Types.Word128 ( Basement/Types/Word128.hs, dist/build/Basement/Types/Word128.o, dist/build/Basement/Types/Word128.dyn_o )
[25 of 84] Compiling Basement.Types.Word256 ( Basement/Types/Word256.hs, dist/build/Basement/Types/Word256.o, dist/build/Basement/Types/Word256.dyn_o )
[26 of 84] Compiling Basement.Nat     ( Basement/Nat.hs, dist/build/Basement/Nat.o, dist/build/Basement/Nat.dyn_o )
[27 of 84] Compiling Basement.Bounded ( Basement/Bounded.hs, dist/build/Basement/Bounded.o, dist/build/Basement/Bounded.dyn_o )
[28 of 84] Compiling Basement.Numerical.Subtractive ( Basement/Numerical/Subtractive.hs, dist/build/Basement/Numerical/Subtractive.o, dist/build/Basement/Numerical/Subtractive.dyn_o )
[29 of 84] Compiling Basement.Numerical.Additive ( Basement/Numerical/Additive.hs, dist/build/Basement/Numerical/Additive.o, dist/build/Basement/Numerical/Additive.dyn_o )
[30 of 84] Compiling Basement.Numerical.Multiplicative ( Basement/Numerical/Multiplicative.hs, dist/build/Basement/Numerical/Multiplicative.o, dist/build/Basement/Numerical/Multiplicative.dyn_o )
[31 of 84] Compiling Basement.Types.OffsetSize ( Basement/Types/OffsetSize.hs, dist/build/Basement/Types/OffsetSize.o, dist/build/Basement/Types/OffsetSize.dyn_o )
[32 of 84] Compiling Basement.Types.Ptr ( Basement/Types/Ptr.hs, dist/build/Basement/Types/Ptr.o, dist/build/Basement/Types/Ptr.dyn_o )
[33 of 84] Compiling Basement.Terminal.Size ( dist/build/Basement/Terminal/Size.hs, dist/build/Basement/Terminal/Size.o, dist/build/Basement/Terminal/Size.dyn_o )
[34 of 84] Compiling Basement.Terminal ( Basement/Terminal.hs, dist/build/Basement/Terminal.o, dist/build/Basement/Terminal.dyn_o )
[35 of 84] Compiling Basement.Runtime ( Basement/Runtime.hs, dist/build/Basement/Runtime.o, dist/build/Basement/Runtime.dyn_o )
[36 of 84] Compiling Basement.PrimType ( Basement/PrimType.hs, dist/build/Basement/PrimType.o, dist/build/Basement/PrimType.dyn_o )
[37 of 84] Compiling Basement.MutableBuilder ( Basement/MutableBuilder.hs, dist/build/Basement/MutableBuilder.o, dist/build/Basement/MutableBuilder.dyn_o )
[38 of 84] Compiling Basement.Exception ( Basement/Exception.hs, dist/build/Basement/Exception.o, dist/build/Basement/Exception.dyn_o )
[39 of 84] Compiling Basement.NonEmpty ( Basement/NonEmpty.hs, dist/build/Basement/NonEmpty.o, dist/build/Basement/NonEmpty.dyn_o )
[40 of 84] Compiling Basement.Bindings.Memory ( Basement/Bindings/Memory.hs, dist/build/Basement/Bindings/Memory.o, dist/build/Basement/Bindings/Memory.dyn_o )
[41 of 84] Compiling Basement.Alg.Class ( Basement/Alg/Class.hs, dist/build/Basement/Alg/Class.o, dist/build/Basement/Alg/Class.dyn_o )
[42 of 84] Compiling Basement.Compat.ExtList ( Basement/Compat/ExtList.hs, dist/build/Basement/Compat/ExtList.o, dist/build/Basement/Compat/ExtList.dyn_o )
[43 of 84] Compiling Basement.Alg.XorShift ( Basement/Alg/XorShift.hs, dist/build/Basement/Alg/XorShift.o, dist/build/Basement/Alg/XorShift.dyn_o )
[44 of 84] Compiling Basement.Alg.PrimArray ( Basement/Alg/PrimArray.hs, dist/build/Basement/Alg/PrimArray.o, dist/build/Basement/Alg/PrimArray.dyn_o )
[45 of 84] Compiling Basement.Alg.Mutable ( Basement/Alg/Mutable.hs, dist/build/Basement/Alg/Mutable.o, dist/build/Basement/Alg/Mutable.dyn_o )
[46 of 84] Compiling Basement.NormalForm ( Basement/NormalForm.hs, dist/build/Basement/NormalForm.o, dist/build/Basement/NormalForm.dyn_o )
[47 of 84] Compiling Basement.These   ( Basement/These.hs, dist/build/Basement/These.o, dist/build/Basement/These.dyn_o )
[48 of 84] Compiling Basement.Sized.List ( Basement/Sized/List.hs, dist/build/Basement/Sized/List.o, dist/build/Basement/Sized/List.dyn_o )
[49 of 84] Compiling Basement.Block.Base ( Basement/Block/Base.hs, dist/build/Basement/Block/Base.o, dist/build/Basement/Block/Base.dyn_o )
[50 of 84] Compiling Basement.Cast    ( Basement/Cast.hs, dist/build/Basement/Cast.o, dist/build/Basement/Cast.dyn_o )
[51 of 84] Compiling Basement.Block.Mutable ( Basement/Block/Mutable.hs, dist/build/Basement/Block/Mutable.o, dist/build/Basement/Block/Mutable.dyn_o )
[52 of 84] Compiling Basement.Block   ( Basement/Block.hs, dist/build/Basement/Block.o, dist/build/Basement/Block.dyn_o )
[53 of 84] Compiling Basement.Sized.Block ( Basement/Sized/Block.hs, dist/build/Basement/Sized/Block.o, dist/build/Basement/Sized/Block.dyn_o )
[54 of 84] Compiling Basement.BlockN  ( Basement/BlockN.hs, dist/build/Basement/BlockN.o, dist/build/Basement/BlockN.dyn_o )
[55 of 84] Compiling Basement.Bits    ( Basement/Bits.hs, dist/build/Basement/Bits.o, dist/build/Basement/Bits.dyn_o )
[56 of 84] Compiling Basement.UArray.Base ( Basement/UArray/Base.hs, dist/build/Basement/UArray/Base.o, dist/build/Basement/UArray/Base.dyn_o )
[57 of 84] Compiling Basement.BoxedArray ( Basement/BoxedArray.hs, dist/build/Basement/BoxedArray.o, dist/build/Basement/BoxedArray.dyn_o )
[58 of 84] Compiling Basement.Sized.Vect ( Basement/Sized/Vect.hs, dist/build/Basement/Sized/Vect.o, dist/build/Basement/Sized/Vect.dyn_o )
[59 of 84] Compiling Basement.UArray.Mutable ( Basement/UArray/Mutable.hs, dist/build/Basement/UArray/Mutable.o, dist/build/Basement/UArray/Mutable.dyn_o )
[60 of 84] Compiling Basement.UArray  ( Basement/UArray.hs, dist/build/Basement/UArray.o, dist/build/Basement/UArray.dyn_o )
[61 of 84] Compiling Basement.Types.AsciiString ( Basement/Types/AsciiString.hs, dist/build/Basement/Types/AsciiString.o, dist/build/Basement/Types/AsciiString.dyn_o )
[62 of 84] Compiling Basement.String.Encoding.Encoding ( Basement/String/Encoding/Encoding.hs, dist/build/Basement/String/Encoding/Encoding.o, dist/build/Basement/String/Encoding/Encoding.dyn_o )
[63 of 84] Compiling Basement.String.Encoding.UTF32 ( Basement/String/Encoding/UTF32.hs, dist/build/Basement/String/Encoding/UTF32.o, dist/build/Basement/String/Encoding/UTF32.dyn_o )
[64 of 84] Compiling Basement.String.Encoding.UTF16 ( Basement/String/Encoding/UTF16.hs, dist/build/Basement/String/Encoding/UTF16.o, dist/build/Basement/String/Encoding/UTF16.dyn_o )
[65 of 84] Compiling Basement.String.Encoding.ISO_8859_1 ( Basement/String/Encoding/ISO_8859_1.hs, dist/build/Basement/String/Encoding/ISO_8859_1.o, dist/build/Basement/String/Encoding/ISO_8859_1.dyn_o )
[66 of 84] Compiling Basement.String.Encoding.ASCII7 ( Basement/String/Encoding/ASCII7.hs, dist/build/Basement/String/Encoding/ASCII7.o, dist/build/Basement/String/Encoding/ASCII7.dyn_o )
[67 of 84] Compiling Basement.Sized.UVect ( Basement/Sized/UVect.hs, dist/build/Basement/Sized/UVect.o, dist/build/Basement/Sized/UVect.dyn_o )
[68 of 84] Compiling Basement.UTF8.Types ( Basement/UTF8/Types.hs, dist/build/Basement/UTF8/Types.o, dist/build/Basement/UTF8/Types.dyn_o )
[69 of 84] Compiling Basement.UTF8.Table ( Basement/UTF8/Table.hs, dist/build/Basement/UTF8/Table.o, dist/build/Basement/UTF8/Table.dyn_o )
[70 of 84] Compiling Basement.UTF8.Helper ( Basement/UTF8/Helper.hs, dist/build/Basement/UTF8/Helper.o, dist/build/Basement/UTF8/Helper.dyn_o )
[71 of 84] Compiling Basement.Types.CharUTF8 ( Basement/Types/CharUTF8.hs, dist/build/Basement/Types/CharUTF8.o, dist/build/Basement/Types/CharUTF8.dyn_o )
[72 of 84] Compiling Basement.String.CaseMapping ( Basement/String/CaseMapping.hs, dist/build/Basement/String/CaseMapping.o, dist/build/Basement/String/CaseMapping.dyn_o )
[73 of 84] Compiling Basement.Alg.UTF8 ( Basement/Alg/UTF8.hs, dist/build/Basement/Alg/UTF8.o, dist/build/Basement/Alg/UTF8.dyn_o )
[74 of 84] Compiling Basement.UTF8.Base ( Basement/UTF8/Base.hs, dist/build/Basement/UTF8/Base.o, dist/build/Basement/UTF8/Base.dyn_o )
[75 of 84] Compiling Basement.Show    ( Basement/Show.hs, dist/build/Basement/Show.o, dist/build/Basement/Show.dyn_o )
[76 of 84] Compiling Basement.Error   ( Basement/Error.hs, dist/build/Basement/Error.o, dist/build/Basement/Error.dyn_o )
[77 of 84] Compiling Basement.Imports ( Basement/Imports.hs, dist/build/Basement/Imports.o, dist/build/Basement/Imports.dyn_o )
[78 of 84] Compiling Basement.Environment ( Basement/Environment.hs, dist/build/Basement/Environment.o, dist/build/Basement/Environment.dyn_o )
[79 of 84] Compiling Basement.Alg.String ( Basement/Alg/String.hs, dist/build/Basement/Alg/String.o, dist/build/Basement/Alg/String.dyn_o )
[80 of 84] Compiling Basement.String  ( Basement/String.hs, dist/build/Basement/String.o, dist/build/Basement/String.dyn_o )
[81 of 84] Compiling Basement.Terminal.ANSI ( Basement/Terminal/ANSI.hs, dist/build/Basement/Terminal/ANSI.o, dist/build/Basement/Terminal/ANSI.dyn_o )
[82 of 84] Compiling Basement.From    ( Basement/From.hs, dist/build/Basement/From.o, dist/build/Basement/From.dyn_o )
[83 of 84] Compiling Basement.Block.Builder ( Basement/Block/Builder.hs, dist/build/Basement/Block/Builder.o, dist/build/Basement/Block/Builder.dyn_o )
[84 of 84] Compiling Basement.String.Builder ( Basement/String/Builder.hs, dist/build/Basement/String/Builder.o, dist/build/Basement/String/Builder.dyn_o )
Preprocessing library for basement-0.0.16..
Running Haddock on library for basement-0.0.16..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.

Basement/Error.hs:7:14: warning: [GHC-53692] [-Wdeprecated-flags]
    -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
  |
7 | {-# LANGUAGE TypeInType #-}
  |              ^^^^^^^^^^
[ 1 of 84] Compiling Basement.Compat.Bifunctor ( Basement/Compat/Bifunctor.hs, nothing )
[ 2 of 84] Compiling Basement.Compat.C.Types ( Basement/Compat/C/Types.hs, nothing )
[ 3 of 84] Compiling Basement.Compat.CallStack ( Basement/Compat/CallStack.hs, nothing )
[ 4 of 84] Compiling Basement.Compat.Identity ( Basement/Compat/Identity.hs, nothing )
[ 5 of 84] Compiling Basement.Compat.IsList ( Basement/Compat/IsList.hs, nothing )
[ 6 of 84] Compiling Basement.Compat.Natural ( Basement/Compat/Natural.hs, nothing )
[ 7 of 84] Compiling Basement.Compat.NumLiteral ( Basement/Compat/NumLiteral.hs, nothing )
[ 8 of 84] Compiling Basement.Compat.PrimTypes ( Basement/Compat/PrimTypes.hs, nothing )
[ 9 of 84] Compiling Basement.Compat.Primitive ( Basement/Compat/Primitive.hs, nothing )
[10 of 84] Compiling Basement.Compat.Semigroup ( Basement/Compat/Semigroup.hs, nothing )
[11 of 84] Compiling Basement.Compat.Typeable ( Basement/Compat/Typeable.hs, nothing )
[12 of 84] Compiling Basement.Compat.Base ( Basement/Compat/Base.hs, nothing )
[13 of 84] Compiling Basement.Compat.MonadTrans ( Basement/Compat/MonadTrans.hs, nothing )
[14 of 84] Compiling Basement.Compat.AMP ( Basement/Compat/AMP.hs, nothing )
[15 of 84] Compiling Basement.Endianness ( Basement/Endianness.hs, nothing )
[16 of 84] Compiling Basement.Floating ( Basement/Floating.hs, nothing )
[17 of 84] Compiling Basement.Monad   ( Basement/Monad.hs, nothing )

Basement/Monad.hs:47:23: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
   |
47 |     type PrimVar m :: * -> *
   |                       ^

Basement/Monad.hs:47:28: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
   |
47 |     type PrimVar m :: * -> *
   |                            ^
[18 of 84] Compiling Basement.FinalPtr ( Basement/FinalPtr.hs, nothing )
[19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, nothing )
[20 of 84] Compiling Basement.Numerical.Number ( Basement/Numerical/Number.hs, nothing )
[21 of 84] Compiling Basement.IntegralConv ( Basement/IntegralConv.hs, nothing )
[22 of 84] Compiling Basement.Types.Char7 ( Basement/Types/Char7.hs, nothing )
[23 of 84] Compiling Basement.Base16  ( Basement/Base16.hs, nothing )
[24 of 84] Compiling Basement.Types.Word128 ( Basement/Types/Word128.hs, nothing )
[25 of 84] Compiling Basement.Types.Word256 ( Basement/Types/Word256.hs, nothing )
[26 of 84] Compiling Basement.Nat     ( Basement/Nat.hs, nothing )
[27 of 84] Compiling Basement.Bounded ( Basement/Bounded.hs, nothing )
[28 of 84] Compiling Basement.Numerical.Subtractive ( Basement/Numerical/Subtractive.hs, nothing )
[29 of 84] Compiling Basement.Numerical.Additive ( Basement/Numerical/Additive.hs, nothing )
[30 of 84] Compiling Basement.Numerical.Multiplicative ( Basement/Numerical/Multiplicative.hs, nothing )
[31 of 84] Compiling Basement.Types.OffsetSize ( Basement/Types/OffsetSize.hs, nothing )
[32 of 84] Compiling Basement.Types.Ptr ( Basement/Types/Ptr.hs, nothing )
[33 of 84] Compiling Basement.Terminal.Size ( dist/build/Basement/Terminal/Size.hs, nothing )
[34 of 84] Compiling Basement.Terminal ( Basement/Terminal.hs, nothing )
[35 of 84] Compiling Basement.Runtime ( Basement/Runtime.hs, nothing )
[36 of 84] Compiling Basement.PrimType ( Basement/PrimType.hs, nothing )
[37 of 84] Compiling Basement.MutableBuilder ( Basement/MutableBuilder.hs, nothing )
[38 of 84] Compiling Basement.Exception ( Basement/Exception.hs, nothing )
[39 of 84] Compiling Basement.NonEmpty ( Basement/NonEmpty.hs, nothing )
[40 of 84] Compiling Basement.Bindings.Memory ( Basement/Bindings/Memory.hs, nothing )
[41 of 84] Compiling Basement.Alg.Class ( Basement/Alg/Class.hs, nothing )
[42 of 84] Compiling Basement.Compat.ExtList ( Basement/Compat/ExtList.hs, nothing )
[43 of 84] Compiling Basement.Alg.XorShift ( Basement/Alg/XorShift.hs, nothing )
[44 of 84] Compiling Basement.Alg.PrimArray ( Basement/Alg/PrimArray.hs, nothing )
[45 of 84] Compiling Basement.Alg.Mutable ( Basement/Alg/Mutable.hs, nothing )
[46 of 84] Compiling Basement.NormalForm ( Basement/NormalForm.hs, nothing )
[47 of 84] Compiling Basement.These   ( Basement/These.hs, nothing )
[48 of 84] Compiling Basement.Sized.List ( Basement/Sized/List.hs, nothing )
[49 of 84] Compiling Basement.Block.Base ( Basement/Block/Base.hs, nothing )
[50 of 84] Compiling Basement.Cast    ( Basement/Cast.hs, nothing )
[51 of 84] Compiling Basement.Block.Mutable ( Basement/Block/Mutable.hs, nothing )
[52 of 84] Compiling Basement.Block   ( Basement/Block.hs, nothing )
[53 of 84] Compiling Basement.Sized.Block ( Basement/Sized/Block.hs, nothing )
[54 of 84] Compiling Basement.BlockN  ( Basement/BlockN.hs, nothing )
[55 of 84] Compiling Basement.Bits    ( Basement/Bits.hs, nothing )
[56 of 84] Compiling Basement.UArray.Base ( Basement/UArray/Base.hs, nothing )
[57 of 84] Compiling Basement.BoxedArray ( Basement/BoxedArray.hs, nothing )
[58 of 84] Compiling Basement.Sized.Vect ( Basement/Sized/Vect.hs, nothing )
[59 of 84] Compiling Basement.UArray.Mutable ( Basement/UArray/Mutable.hs, nothing )
[60 of 84] Compiling Basement.UArray  ( Basement/UArray.hs, nothing )
[61 of 84] Compiling Basement.Types.AsciiString ( Basement/Types/AsciiString.hs, nothing )
[62 of 84] Compiling Basement.String.Encoding.Encoding ( Basement/String/Encoding/Encoding.hs, nothing )
[63 of 84] Compiling Basement.String.Encoding.UTF32 ( Basement/String/Encoding/UTF32.hs, nothing )
[64 of 84] Compiling Basement.String.Encoding.UTF16 ( Basement/String/Encoding/UTF16.hs, nothing )
[65 of 84] Compiling Basement.String.Encoding.ISO_8859_1 ( Basement/String/Encoding/ISO_8859_1.hs, nothing )
[66 of 84] Compiling Basement.String.Encoding.ASCII7 ( Basement/String/Encoding/ASCII7.hs, nothing )
[67 of 84] Compiling Basement.Sized.UVect ( Basement/Sized/UVect.hs, nothing )
[68 of 84] Compiling Basement.UTF8.Types ( Basement/UTF8/Types.hs, nothing )
[69 of 84] Compiling Basement.UTF8.Table ( Basement/UTF8/Table.hs, nothing )
[70 of 84] Compiling Basement.UTF8.Helper ( Basement/UTF8/Helper.hs, nothing )
[71 of 84] Compiling Basement.Types.CharUTF8 ( Basement/Types/CharUTF8.hs, nothing )
[72 of 84] Compiling Basement.String.CaseMapping ( Basement/String/CaseMapping.hs, nothing )
[73 of 84] Compiling Basement.Alg.UTF8 ( Basement/Alg/UTF8.hs, nothing )
[74 of 84] Compiling Basement.UTF8.Base ( Basement/UTF8/Base.hs, nothing )
[75 of 84] Compiling Basement.Show    ( Basement/Show.hs, nothing )
[76 of 84] Compiling Basement.Error   ( Basement/Error.hs, nothing )
[77 of 84] Compiling Basement.Imports ( Basement/Imports.hs, nothing )
[78 of 84] Compiling Basement.Environment ( Basement/Environment.hs, nothing )
[79 of 84] Compiling Basement.Alg.String ( Basement/Alg/String.hs, nothing )
[80 of 84] Compiling Basement.String  ( Basement/String.hs, nothing )
[81 of 84] Compiling Basement.Terminal.ANSI ( Basement/Terminal/ANSI.hs, nothing )
[82 of 84] Compiling Basement.From    ( Basement/From.hs, nothing )
[83 of 84] Compiling Basement.Block.Builder ( Basement/Block/Builder.hs, nothing )
[84 of 84] Compiling Basement.String.Builder ( Basement/String/Builder.hs, nothing )
Haddock coverage:
Warning: 'Functor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Either' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Left' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Right' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  2 /  2) in 'Basement.Compat.Bifunctor'
  79% ( 23 / 29) in 'Basement.Compat.C.Types'
  Missing documentation for:
    CIntPtr
    CUIntPtr
    CIntMax
    CUIntMax
    COff
    CMode
  50% (  1 /  2) in 'Basement.Compat.CallStack'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Basement.Compat.Identity'
 100% (  2 /  2) in 'Basement.Compat.IsList'
  25% (  1 /  4) in 'Basement.Compat.Natural'
  Missing documentation for:
    Module header
    integerToNatural (Basement/Compat/Natural.hs:58)
    naturalToInteger (Basement/Compat/Natural.hs:61)
 100% (  4 /  4) in 'Basement.Compat.NumLiteral'
 100% (  6 /  6) in 'Basement.Compat.PrimTypes'
  11% (  6 / 52) in 'Basement.Compat.Primitive'
  Missing documentation for:
    toPinnedStatus# (Basement/Compat/Primitive.hs:110)
    compatIsByteArrayPinned# (Basement/Compat/Primitive.hs:130)
    compatIsMutableByteArrayPinned# (Basement/Compat/Primitive.hs:133)
    Word8#
    Word16#
    Word32#
    Int8#
    Int16#
    Int32#
    word8ToWord16# (Basement/Compat/Primitive.hs:145)
    word8ToWord32# (Basement/Compat/Primitive.hs:148)
    word8ToWord#
    word16ToWord8# (Basement/Compat/Primitive.hs:151)
    word16ToWord32# (Basement/Compat/Primitive.hs:154)
    word16ToWord#
    word32ToWord#
    word32ToWord8# (Basement/Compat/Primitive.hs:157)
    word32ToWord16# (Basement/Compat/Primitive.hs:160)
    wordToWord32#
    wordToWord16#
    wordToWord8#
    int8ToInt16# (Basement/Compat/Primitive.hs:163)
    int8ToInt32# (Basement/Compat/Primitive.hs:166)
    int8ToInt#
    int16ToInt32# (Basement/Compat/Primitive.hs:169)
    int16ToInt#
    int32ToInt#
    intToInt8#
    intToInt16#
    intToInt32#
    word8ToInt# (Basement/Compat/Primitive.hs:178)
    word8ToInt16# (Basement/Compat/Primitive.hs:172)
    word8ToInt32# (Basement/Compat/Primitive.hs:175)
    charToWord32# (Basement/Compat/Primitive.hs:181)
    word8ToChar# (Basement/Compat/Primitive.hs:184)
    word16ToChar# (Basement/Compat/Primitive.hs:187)
    word32ToChar# (Basement/Compat/Primitive.hs:190)
    wordToChar# (Basement/Compat/Primitive.hs:193)
    plusWord8#
    uncheckedShiftRLWord16#
    plusWord16#
    uncheckedShiftRLWord32#
    plusWord32#
    plusInt8#
    plusInt16#
    plusInt32#
  33% (  1 /  3) in 'Basement.Compat.Semigroup'
  Missing documentation for:
    Module header
    ListNonEmpty (Basement/Compat/Semigroup.hs:16)
 100% (  2 /  2) in 'Basement.Compat.Typeable'
  97% ( 65 / 67) in 'Basement.Compat.Base'
  Missing documentation for:
    Ordering
    Bool
 100% (  3 /  3) in 'Basement.Compat.MonadTrans'
   0% (  0 /  2) in 'Basement.Compat.AMP'
  Missing documentation for:
    Module header
    AMPMonad (Basement/Compat/AMP.hs:11)
  92% ( 12 / 13) in 'Basement.Endianness'
  Missing documentation for:
    Endianness (Basement/Endianness.hs:46)
   0% (  0 / 10) in 'Basement.Floating'
  Missing documentation for:
    Module header
    integerToDouble (Basement/Floating.hs:27)
    naturalToDouble (Basement/Floating.hs:32)
    doubleExponant (Basement/Floating.hs:35)
    integerToFloat (Basement/Floating.hs:38)
    naturalToFloat (Basement/Floating.hs:41)
    wordToFloat (Basement/Floating.hs:44)
    floatToWord (Basement/Floating.hs:52)
    wordToDouble (Basement/Floating.hs:60)
    doubleToWord (Basement/Floating.hs:68)
Warning: 'unwrapPrimMonad' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  9 /  9) in 'Basement.Monad'
Warning: 'f' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% (  8 / 10) in 'Basement.FinalPtr'
  Missing documentation for:
    touchFinalPtr (Basement/FinalPtr.hs:92)
    withFinalPtrNoTouch (Basement/FinalPtr.hs:74)
  66% (  2 /  3) in 'Basement.Numerical.Number'
  Missing documentation for:
    Module header
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  25% (  3 / 12) in 'Basement.IntegralConv'
  Missing documentation for:
    Module header
    intToInt64 (Basement/Numerical/Conversion.hs:35)
    int64ToInt (Basement/Numerical/Conversion.hs:46)
    wordToWord64 (Basement/Numerical/Conversion.hs:57)
    word64ToWord32s (Basement/Numerical/Conversion.hs:111)
    word64ToWord (Basement/Numerical/Conversion.hs:68)
    wordToChar (Basement/Numerical/Conversion.hs:121)
    wordToInt (Basement/Numerical/Conversion.hs:124)
    charToInt (Basement/Numerical/Conversion.hs:130)
Warning: 'Char7' is ambiguous. It is defined
    * at Basement/Types/Char7.hs:42:17
    * at Basement/Types/Char7.hs:42:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Basement/Types/Char7.hs:42:1
Warning: 'Byte' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  28% (  8 / 28) in 'Basement.Types.Char7'
  Missing documentation for:
    Module header
    c7_LF (Basement/Types/Char7.hs:74)
    c7_CR (Basement/Types/Char7.hs:77)
    c7_minus (Basement/Types/Char7.hs:80)
    c7_a (Basement/Types/Char7.hs:83)
    c7_A (Basement/Types/Char7.hs:86)
    c7_z (Basement/Types/Char7.hs:89)
    c7_Z (Basement/Types/Char7.hs:92)
    c7_0 (Basement/Types/Char7.hs:95)
    c7_1 (Basement/Types/Char7.hs:96)
    c7_2 (Basement/Types/Char7.hs:97)
    c7_3 (Basement/Types/Char7.hs:98)
    c7_4 (Basement/Types/Char7.hs:99)
    c7_5 (Basement/Types/Char7.hs:100)
    c7_6 (Basement/Types/Char7.hs:101)
    c7_7 (Basement/Types/Char7.hs:102)
    c7_8 (Basement/Types/Char7.hs:103)
    c7_9 (Basement/Types/Char7.hs:104)
    c7Upper (Basement/Types/Char7.hs:113)
    c7Lower (Basement/Types/Char7.hs:107)
  50% (  3 /  6) in 'Basement.Base16'
  Missing documentation for:
    Module header
    escapeByte (Basement/Base16.hs:36)
    Base16Escape (Basement/Base16.hs:18)
  88% ( 15 / 17) in 'Basement.Types.Word128'
  Missing documentation for:
    Module header
    fromNatural (Basement/Types/Word128.hs:255)
  88% ( 15 / 17) in 'Basement.Types.Word256'
  Missing documentation for:
    Module header
    fromNatural (Basement/Types/Word256.hs:341)
Warning: 'n' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  57% ( 16 / 28) in 'Basement.Nat'
  Missing documentation for:
    Module header
    natValNatural (Basement/Nat.hs:56)
    natValInt (Basement/Nat.hs:59)
    natValInt8 (Basement/Nat.hs:71)
    natValInt16 (Basement/Nat.hs:68)
    natValInt32 (Basement/Nat.hs:65)
    natValInt64 (Basement/Nat.hs:62)
    natValWord (Basement/Nat.hs:74)
    natValWord8 (Basement/Nat.hs:86)
    natValWord16 (Basement/Nat.hs:83)
    natValWord32 (Basement/Nat.hs:80)
    natValWord64 (Basement/Nat.hs:77)
  77% (  7 /  9) in 'Basement.Bounded'
  Missing documentation for:
    unZn64
    unZn
  50% (  1 /  2) in 'Basement.Numerical.Subtractive'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Basement.Numerical.Additive'
  Missing documentation for:
    Module header
  60% (  3 /  5) in 'Basement.Numerical.Multiplicative'
  Missing documentation for:
    Module header
    recip (Basement/Numerical/Multiplicative.hs:312)
Warning: 'ty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Offset' is ambiguous. It is defined
    * at Basement/Types/OffsetSize.hs:88:21
    * at Basement/Types/OffsetSize.hs:88:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Basement/Types/OffsetSize.hs:88:1
  25% (  8 / 31) in 'Basement.Types.OffsetSize'
  Missing documentation for:
    sentinel (Basement/Types/OffsetSize.hs:91)
    offsetOfE (Basement/Types/OffsetSize.hs:111)
    offsetPlusE (Basement/Types/OffsetSize.hs:114)
    offsetMinusE (Basement/Types/OffsetSize.hs:117)
    offsetRecast (Basement/Types/OffsetSize.hs:127)
    offsetCast (Basement/Types/OffsetSize.hs:138)
    offsetShiftL (Basement/Types/OffsetSize.hs:135)
    offsetShiftR (Basement/Types/OffsetSize.hs:132)
    sizeCast (Basement/Types/OffsetSize.hs:142)
    sizeLastOffset (Basement/Types/OffsetSize.hs:158)
    sizeAsOffset (Basement/Types/OffsetSize.hs:163)
    offsetAsSize (Basement/Types/OffsetSize.hs:167)
    +. (Basement/Types/OffsetSize.hs:102)
    .==# (Basement/Types/OffsetSize.hs:107)
    sizeOfE (Basement/Types/OffsetSize.hs:216)
    csizeOfOffset (Basement/Types/OffsetSize.hs:244)
    csizeOfSize (Basement/Types/OffsetSize.hs:231)
    sizeOfCSSize (Basement/Types/OffsetSize.hs:251)
    sizeOfCSize (Basement/Types/OffsetSize.hs:267)
    Countable (Basement/Types/OffsetSize.hs:282)
    Offsetable (Basement/Types/OffsetSize.hs:283)
    natValCountOf (Basement/Types/OffsetSize.hs:274)
    natValOffset (Basement/Types/OffsetSize.hs:277)
  20% (  2 / 10) in 'Basement.Types.Ptr'
  Missing documentation for:
    Module header
    Addr (Basement/Types/Ptr.hs:21)
    addrPlus (Basement/Types/Ptr.hs:25)
    addrPlusSz (Basement/Types/Ptr.hs:28)
    addrPlusCSz (Basement/Types/Ptr.hs:31)
    ptrPlus (Basement/Types/Ptr.hs:34)
    ptrPlusSz (Basement/Types/Ptr.hs:37)
    ptrPlusCSz (Basement/Types/Ptr.hs:40)
  33% (  1 /  3) in 'Basement.Terminal'
  Missing documentation for:
    Module header
    initialize (Basement/Terminal.hs:15)
Warning: 'ty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  14% (  3 / 21) in 'Basement.PrimType'
  Missing documentation for:
    Module header
    primBaIndex (Basement/PrimType.hs:135)
    primMbaRead (Basement/PrimType.hs:139)
    primMbaWrite (Basement/PrimType.hs:143)
    primArrayIndex (Basement/PrimType.hs:147)
    primMutableArrayRead (Basement/PrimType.hs:151)
    primMutableArrayWrite (Basement/PrimType.hs:155)
    primOffsetOfE (Basement/PrimType.hs:743)
    primOffsetRecast (Basement/PrimType.hs:719)
    offsetAsSize (Basement/Types/OffsetSize.hs:167)
    sizeAsOffset (Basement/Types/OffsetSize.hs:163)
    sizeInBytes (Basement/PrimType.hs:700)
    offsetInBytes (Basement/PrimType.hs:703)
    offsetInElements (Basement/PrimType.hs:711)
    offsetIsAligned (Basement/PrimType.hs:729)
    primWordGetByteAndShift (Basement/PrimType.hs:747)
    primWord64GetByteAndShift (Basement/PrimType.hs:752)
    primWord64GetHiLo (Basement/PrimType.hs:755)
  33% (  1 /  3) in 'Basement.MutableBuilder'
  Missing documentation for:
    Module header
    Builder (Basement/MutableBuilder.hs:12)
  40% (  4 / 10) in 'Basement.Exception'
  Missing documentation for:
    isOutOfBound (Basement/Exception.hs:54)
    outOfBound (Basement/Exception.hs:46)
    primOutOfBound (Basement/Exception.hs:50)
    InvalidRecast (Basement/Exception.hs:62)
    RecastSourceSize (Basement/Exception.hs:57)
    RecastDestinationSize (Basement/Exception.hs:59)
 100% (  2 /  2) in 'Basement.NonEmpty'
  33% (  2 /  6) in 'Basement.Compat.ExtList'
  Missing documentation for:
    Module header
    null (Basement/Compat/ExtList.hs:26)
    reverse (Basement/Compat/ExtList.hs:39)
    !! (Basement/Compat/ExtList.hs:45)
Warning: 'f' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Basement.Alg.XorShift'
  25% (  1 /  4) in 'Basement.NormalForm'
  Missing documentation for:
    Module header
    deepseq (Basement/NormalForm.hs:23)
    force (Basement/NormalForm.hs:26)
 100% (  2 /  2) in 'Basement.These'
Warning: 'scanl' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'scanl1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 52 / 53) in 'Basement.Sized.List'
  Missing documentation for:
    unListN
Warning: 'ty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'index' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'read' 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: '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
Warning: 'f' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'From' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TryFrom' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  2 /  2) in 'Basement.Cast'
Warning: 'ty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  85% ( 24 / 28) in 'Basement.Block.Mutable'
  Missing documentation for:
    mutableLengthSize (Basement/Block/Mutable.hs:92)
    mutableLengthBytes (Basement/Block/Base.hs:121)
    mutableEmpty (Basement/Block/Base.hs:135)
    unsafeCopyElementsRO (Basement/Block/Base.hs:331)
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  44% ( 22 / 50) in 'Basement.Block'
  Missing documentation for:
    length (Basement/Block/Base.hs:102)
    isPinned (Basement/Block/Base.hs:96)
    isMutablePinned (Basement/Block/Base.hs:99)
    singleton (Basement/Block.hs:139)
    replicate (Basement/Block.hs:142)
    foldl' (Basement/Block.hs:198)
    foldr (Basement/Block.hs:189)
    foldl1' (Basement/Block.hs:207)
    foldr1 (Basement/Block.hs:216)
    cons (Basement/Block.hs:220)
    snoc (Basement/Block.hs:231)
    uncons (Basement/Block.hs:254)
    unsnoc (Basement/Block.hs:261)
    sub (Basement/Block.hs:242)
    splitAt (Basement/Block.hs:267)
    revSplitAt (Basement/Block.hs:279)
    splitOn (Basement/Block.hs:338)
    break (Basement/Block.hs:285)
    breakEnd (Basement/Block.hs:296)
    span (Basement/Block.hs:305)
    elem (Basement/Block.hs:308)
    all (Basement/Block.hs:318)
    any (Basement/Block.hs:328)
    find (Basement/Block.hs:353)
    filter (Basement/Block.hs:363)
    reverse (Basement/Block.hs:366)
    sortBy (Basement/Block.hs:385)
    intersperse (Basement/Block.hs:395)
Warning: 'ty' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'f' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  19% (  7 / 36) in 'Basement.Sized.Block'
  Missing documentation for:
    MutableBlockN (Basement/Sized/Block.hs:74)
    length (Basement/Sized/Block.hs:87)
    lengthBytes (Basement/Sized/Block.hs:93)
    toBlockN (Basement/Sized/Block.hs:77)
    toBlock (Basement/Sized/Block.hs:96)
    singleton (Basement/Sized/Block.hs:132)
    replicate (Basement/Sized/Block.hs:135)
    thaw (Basement/Sized/Block.hs:138)
    freeze (Basement/Sized/Block.hs:141)
    index (Basement/Sized/Block.hs:147)
    indexStatic (Basement/Sized/Block.hs:144)
    map (Basement/Sized/Block.hs:150)
    foldl' (Basement/Sized/Block.hs:153)
    foldr (Basement/Sized/Block.hs:156)
    cons (Basement/Sized/Block.hs:159)
    snoc (Basement/Sized/Block.hs:162)
    elem (Basement/Sized/Block.hs:195)
    sub (Basement/Sized/Block.hs:175)
    uncons (Basement/Sized/Block.hs:180)
    unsnoc (Basement/Sized/Block.hs:185)
    splitAt (Basement/Sized/Block.hs:190)
    all (Basement/Sized/Block.hs:198)
    any (Basement/Sized/Block.hs:201)
    find (Basement/Sized/Block.hs:204)
    reverse (Basement/Sized/Block.hs:207)
    sortBy (Basement/Sized/Block.hs:210)
    intersperse (Basement/Sized/Block.hs:213)
    cast (Basement/Sized/Block.hs:105)
    mutableCast (Basement/Sized/Block.hs:114)
 100% (  2 /  2) in 'Basement.BlockN'
Warning: 'Bits' is ambiguous. It is defined
    * at Basement/Bits.hs:133:27
    * at Basement/Bits.hs:133:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Basement/Bits.hs:133:1
Warning: 'n' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  6 /  6) in 'Basement.Bits'
Warning: 'read' 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: 'index' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  29% ( 17 / 58) in 'Basement.BoxedArray'
  Missing documentation for:
    empty (Basement/BoxedArray.hs:356)
    length (Basement/BoxedArray.hs:359)
    freeze (Basement/BoxedArray.hs:245)
    singleton (Basement/BoxedArray.hs:572)
    replicate (Basement/BoxedArray.hs:578)
    null (Basement/BoxedArray.hs:447)
    take (Basement/BoxedArray.hs:450)
    drop (Basement/BoxedArray.hs:458)
    splitAt (Basement/BoxedArray.hs:464)
    revTake (Basement/BoxedArray.hs:478)
    revDrop (Basement/BoxedArray.hs:481)
    revSplitAt (Basement/BoxedArray.hs:484)
    splitOn (Basement/BoxedArray.hs:487)
    sub (Basement/BoxedArray.hs:503)
    intersperse (Basement/BoxedArray.hs:534)
    span (Basement/BoxedArray.hs:552)
    spanEnd (Basement/BoxedArray.hs:555)
    break (Basement/BoxedArray.hs:511)
    breakEnd (Basement/BoxedArray.hs:522)
    mapFromUnboxed (Basement/BoxedArray.hs:561)
    mapToUnboxed (Basement/BoxedArray.hs:564)
    cons (Basement/BoxedArray.hs:581)
    snoc (Basement/BoxedArray.hs:592)
    uncons (Basement/BoxedArray.hs:603)
    unsnoc (Basement/BoxedArray.hs:610)
    sortBy (Basement/BoxedArray.hs:641)
    filter (Basement/BoxedArray.hs:650)
    reverse (Basement/BoxedArray.hs:673)
    elem (Basement/BoxedArray.hs:617)
    find (Basement/BoxedArray.hs:626)
    foldl' (Basement/BoxedArray.hs:687)
    foldr (Basement/BoxedArray.hs:679)
    foldl1' (Basement/BoxedArray.hs:695)
    foldr1 (Basement/BoxedArray.hs:699)
    all (Basement/BoxedArray.hs:703)
    any (Basement/BoxedArray.hs:712)
    isPrefixOf (Basement/BoxedArray.hs:721)
    isSuffixOf (Basement/BoxedArray.hs:729)
    builderAppend (Basement/BoxedArray.hs:737)
    builderBuild (Basement/BoxedArray.hs:752)
    builderBuild_ (Basement/BoxedArray.hs:776)
   0% (  0 / 27) in 'Basement.Sized.Vect'
  Missing documentation for:
    Module header
    Vect (Basement/Sized/Vect.hs:47)
    MVect (Basement/Sized/Vect.hs:48)
    unVect
    toVect (Basement/Sized/Vect.hs:54)
    empty (Basement/Sized/Vect.hs:61)
    singleton (Basement/Sized/Vect.hs:64)
    replicate (Basement/Sized/Vect.hs:72)
    thaw (Basement/Sized/Vect.hs:75)
    freeze (Basement/Sized/Vect.hs:78)
    index (Basement/Sized/Vect.hs:90)
    map (Basement/Sized/Vect.hs:93)
    foldl' (Basement/Sized/Vect.hs:96)
    foldr (Basement/Sized/Vect.hs:99)
    cons (Basement/Sized/Vect.hs:102)
    snoc (Basement/Sized/Vect.hs:105)
    elem (Basement/Sized/Vect.hs:137)
    sub (Basement/Sized/Vect.hs:117)
    uncons (Basement/Sized/Vect.hs:122)
    unsnoc (Basement/Sized/Vect.hs:127)
    splitAt (Basement/Sized/Vect.hs:132)
    all (Basement/Sized/Vect.hs:140)
    any (Basement/Sized/Vect.hs:143)
    find (Basement/Sized/Vect.hs:146)
    reverse (Basement/Sized/Vect.hs:149)
    sortBy (Basement/Sized/Vect.hs:152)
    intersperse (Basement/Sized/Vect.hs:155)
Warning: 'f' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  68% ( 17 / 25) in 'Basement.UArray.Mutable'
  Missing documentation for:
    sizeInMutableBytesOfContent (Basement/UArray/Mutable.hs:63)
    mutableOffset (Basement/UArray/Mutable.hs:182)
    mutableSame (Basement/UArray/Mutable.hs:91)
    onMutableBackend (Basement/UArray/Base.hs:333)
    newNative (Basement/UArray/Base.hs:188)
    mutableForeignMem (Basement/UArray/Mutable.hs:99)
    sub (Basement/UArray/Mutable.hs:106)
    withMutablePtrHint (Basement/UArray/Mutable.hs:125)
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'filler' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'b' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'needle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'replacement' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'haystack' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  47% ( 42 / 88) in 'Basement.UArray'
  Missing documentation for:
    length (Basement/UArray/Base.hs:145)
    sub (Basement/UArray.hs:487)
    unsafeFreezeShrink (Basement/UArray/Base.hs:265)
    unsafeUpdate (Basement/UArray.hs:289)
    unsafeIndexer (Basement/UArray/Base.hs:250)
    unsafeDewrap (Basement/UArray/Base.hs:342)
    equalMemcmp (Basement/UArray/Base.hs:459)
    singleton (Basement/UArray.hs:266)
    replicate (Basement/UArray.hs:269)
    map (Basement/UArray.hs:583)
    mapIndex (Basement/UArray.hs:587)
    findIndex (Basement/UArray.hs:495)
    revFindIndex (Basement/UArray.hs:503)
    null (Basement/UArray.hs:361)
    unsafeTake (Basement/UArray.hs:371)
    unsafeDrop (Basement/UArray.hs:381)
    splitOn (Basement/UArray.hs:469)
    break (Basement/UArray.hs:511)
    breakElem (Basement/UArray.hs:394)
    elem (Basement/UArray.hs:555)
    indices (Basement/UArray.hs:696)
    intersperse (Basement/UArray.hs:559)
    span (Basement/UArray.hs:577)
    spanEnd (Basement/UArray.hs:580)
    cons (Basement/UArray.hs:590)
    snoc (Basement/UArray.hs:601)
    uncons (Basement/UArray.hs:612)
    unsnoc (Basement/UArray.hs:619)
    find (Basement/UArray.hs:625)
    sortBy (Basement/UArray.hs:635)
    filter (Basement/UArray.hs:650)
    reverse (Basement/UArray.hs:663)
    foldr (Basement/UArray.hs:763)
    foldl' (Basement/UArray.hs:771)
    foldr1 (Basement/UArray.hs:779)
    foldl1' (Basement/UArray.hs:775)
    all (Basement/UArray.hs:783)
    any (Basement/UArray.hs:787)
    isPrefixOf (Basement/UArray.hs:927)
    isSuffixOf (Basement/UArray.hs:936)
    foreignMem (Basement/UArray.hs:158)
    builderAppend (Basement/UArray.hs:791)
    builderBuild (Basement/UArray.hs:806)
    builderBuild_ (Basement/UArray.hs:830)
    toHexadecimal (Basement/UArray.hs:833)
    toBase64Internal (Basement/UArray.hs:857)
Warning: 'ASCII' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  83% (  5 /  6) in 'Basement.Types.AsciiString'
  Missing documentation for:
    MutableAsciiString (Basement/Types/AsciiString.hs:35)
Warning: 'unsafeIndexer' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
   0% (  0 / 27) in 'Basement.Sized.UVect'
  Missing documentation for:
    Module header
    UVect (Basement/Sized/UVect.hs:47)
    MUVect (Basement/Sized/UVect.hs:48)
    unUVect
    toUVect (Basement/Sized/UVect.hs:51)
    empty (Basement/Sized/UVect.hs:58)
    singleton (Basement/Sized/UVect.hs:61)
    replicate (Basement/Sized/UVect.hs:69)
    thaw (Basement/Sized/UVect.hs:72)
    freeze (Basement/Sized/UVect.hs:75)
    index (Basement/Sized/UVect.hs:87)
    map (Basement/Sized/UVect.hs:90)
    foldl' (Basement/Sized/UVect.hs:93)
    foldr (Basement/Sized/UVect.hs:96)
    cons (Basement/Sized/UVect.hs:99)
    snoc (Basement/Sized/UVect.hs:102)
    elem (Basement/Sized/UVect.hs:135)
    sub (Basement/Sized/UVect.hs:115)
    uncons (Basement/Sized/UVect.hs:120)
    unsnoc (Basement/Sized/UVect.hs:125)
    splitAt (Basement/Sized/UVect.hs:130)
    all (Basement/Sized/UVect.hs:138)
    any (Basement/Sized/UVect.hs:141)
    find (Basement/Sized/UVect.hs:144)
    reverse (Basement/Sized/UVect.hs:147)
    sortBy (Basement/Sized/UVect.hs:150)
    intersperse (Basement/Sized/UVect.hs:153)
Warning: 'A' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'H' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  75% (  3 /  4) in 'Basement.Types.CharUTF8'
  Missing documentation for:
    Module header
  97% ( 76 / 78) in 'Basement.Imports'
  Missing documentation for:
    Ordering
    Bool
  66% (  2 /  3) in 'Basement.Environment'
  Missing documentation for:
    Module header
Warning: 'MutableByteArray' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'needle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'haystack' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'replacement' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'e' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'E' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'acc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
    * at Basement/UTF8/Base.hs:48:18
    * at Basement/UTF8/Base.hs:48:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Basement/UTF8/Base.hs:48:1
  93% ( 68 / 73) in 'Basement.String'
  Missing documentation for:
    breakEnd (Basement/String.hs:483)
    builderBuild_ (Basement/String.hs:1071)
    readInteger (Basement/String.hs:1107)
    all (Basement/String.hs:1443)
    any (Basement/String.hs:1450)
  29% (  9 / 31) in 'Basement.Terminal.ANSI'
  Missing documentation for:
    Escape (Basement/Terminal/ANSI.hs:62)
    Displacement (Basement/Terminal/ANSI.hs:64)
    cursorUp (Basement/Terminal/ANSI.hs:78)
    cursorDown (Basement/Terminal/ANSI.hs:79)
    cursorForward (Basement/Terminal/ANSI.hs:80)
    cursorBack (Basement/Terminal/ANSI.hs:81)
    cursorNextLine (Basement/Terminal/ANSI.hs:82)
    cursorPrevLine (Basement/Terminal/ANSI.hs:83)
    cursorHorizontalAbsolute (Basement/Terminal/ANSI.hs:84)
    cursorPosition (Basement/Terminal/ANSI.hs:87)
    eraseScreenFromCursor (Basement/Terminal/ANSI.hs:95)
    eraseScreenToCursor (Basement/Terminal/ANSI.hs:96)
    eraseScreenAll (Basement/Terminal/ANSI.hs:97)
    eraseLineFromCursor (Basement/Terminal/ANSI.hs:98)
    eraseLineToCursor (Basement/Terminal/ANSI.hs:99)
    eraseLineAll (Basement/Terminal/ANSI.hs:100)
    scrollUp (Basement/Terminal/ANSI.hs:103)
    scrollDown (Basement/Terminal/ANSI.hs:104)
    sgrForegroundGray24 (Basement/Terminal/ANSI.hs:125)
    sgrBackgroundGray24 (Basement/Terminal/ANSI.hs:126)
    sgrForegroundColor216 (Basement/Terminal/ANSI.hs:132)
    sgrBackgroundColor216 (Basement/Terminal/ANSI.hs:138)
  71% (  5 /  7) in 'Basement.From'
  Missing documentation for:
    Into (Basement/From.hs:75)
    TryInto (Basement/From.hs:92)
  80% (  8 / 10) in 'Basement.Block.Builder'
  Missing documentation for:
    Builder (Basement/Block/Builder.hs:53)
    emitPrim (Basement/Block/Builder.hs:119)
  66% (  6 /  9) in 'Basement.String.Builder'
  Missing documentation for:
    Builder (Basement/String/Builder.hs:33)
    run (Basement/String/Builder.hs:41)
    unsafeStringBuilder (Basement/String/Builder.hs:37)
Warning: Basement.Compat.C.Types: could not find link destinations for: 
	- Basement.Numerical.Subtractive.D:R:DifferenceCDouble
	- Basement.Numerical.Subtractive.D:R:DifferenceCFloat
	- Basement.Numerical.Subtractive.D:R:DifferenceCOff
	- Basement.Numerical.Subtractive.D:R:DifferenceCSUSeconds
	- Basement.Numerical.Subtractive.D:R:DifferenceCUSeconds
	- Basement.Numerical.Subtractive.D:R:DifferenceCTime
	- Basement.Numerical.Subtractive.D:R:DifferenceCClock
	- Basement.Numerical.Subtractive.D:R:DifferenceCUIntMax
	- Basement.Numerical.Subtractive.D:R:DifferenceCIntMax
	- Basement.Numerical.Subtractive.D:R:DifferenceCUIntPtr
	- Basement.Numerical.Subtractive.D:R:DifferenceCIntPtr
	- Basement.Numerical.Subtractive.D:R:DifferenceCBool
	- Basement.Numerical.Subtractive.D:R:DifferenceCULLong
	- Basement.Numerical.Subtractive.D:R:DifferenceCLLong
	- Basement.Numerical.Subtractive.D:R:DifferenceCSigAtomic
	- Basement.Numerical.Subtractive.D:R:DifferenceCWchar
	- Basement.Numerical.Subtractive.D:R:DifferenceCSize
	- Basement.Numerical.Subtractive.D:R:DifferenceCPtrdiff
	- Basement.Numerical.Subtractive.D:R:DifferenceCULong
	- Basement.Numerical.Subtractive.D:R:DifferenceCLong
	- Basement.Numerical.Subtractive.D:R:DifferenceCUInt
	- Basement.Numerical.Subtractive.D:R:DifferenceCInt
	- Basement.Numerical.Subtractive.D:R:DifferenceCUShort
	- Basement.Numerical.Subtractive.D:R:DifferenceCShort
	- Basement.Numerical.Subtractive.D:R:DifferenceCUChar
	- Basement.Numerical.Subtractive.D:R:DifferenceCSChar
	- Basement.Numerical.Subtractive.D:R:DifferenceCChar
	- Basement.PrimType.D:R:PrimSizeCUChar
	- Basement.PrimType.D:R:PrimSizeCChar
Warning: Basement.Compat.Identity: could not find link destinations for: 
	- Data.Functor.Identity.Rep_Identity
	- Data.Functor.Identity.Rep1_Identity
Warning: Basement.Compat.IsList: could not find link destinations for: 
	- GHC.IsList.D:R:ItemCallStack
	- GHC.IsList.D:R:ItemList
	- GHC.IsList.D:R:ItemNonEmpty
	- GHC.IsList.D:R:ItemVersion
	- GHC.IsList.D:R:ItemZipList
	- Basement.NonEmpty.D:R:ItemNonEmpty
	- Basement.Block.Base.D:R:ItemBlock
	- Basement.UArray.Base.D:R:ItemUArray
	- Basement.BoxedArray.D:R:ItemArray
	- Basement.Types.AsciiString.D:R:ItemAsciiString
	- Basement.UTF8.Base.D:R:ItemString
	- Data.Array.Byte.D:R:ItemByteArray
Warning: Basement.Compat.Natural: could not find link destinations for: 
	- Basement.Numerical.Subtractive.D:R:DifferenceNatural
Warning: Basement.Compat.Primitive: could not find link destinations for: 
	- GHC.Generics.D:R:UReckWordp0
	- GHC.Generics.Rep_R:UReckWordp
	- GHC.Generics.Rep1_R:UReckWordp
	- Basement.Numerical.Subtractive.D:R:DifferenceWord
	- Basement.PrimType.D:R:PrimSizeWord
Warning: Basement.Compat.Semigroup: could not find link destinations for: 
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
Warning: Basement.Compat.Base: could not find link destinations for: 
	- 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.D:R:UReckPtrp0
	- GHC.Generics.Rep1_Either
	- GHC.Generics.Rep1_Maybe
	- GHC.Generics.Rep_Fingerprint
	- GHC.Generics.Rep_GeneralCategory
	- GHC.Generics.Rep_SrcLoc
	- GHC.Generics.Rep_Down
	- GHC.Generics.Rep_Tuple15
	- GHC.Generics.Rep_Tuple14
	- GHC.Generics.Rep_Tuple13
	- GHC.Generics.Rep_Tuple12
	- GHC.Generics.Rep_Tuple11
	- GHC.Generics.Rep_Tuple10
	- GHC.Generics.Rep_Tuple9
	- GHC.Generics.Rep_Tuple8
	- GHC.Generics.Rep_Tuple7
	- GHC.Generics.Rep_Tuple6
	- GHC.Generics.Rep_Tuple5
	- GHC.Generics.Rep_Tuple4
	- GHC.Generics.Rep_Tuple3
	- GHC.Generics.Rep_Tuple2
	- GHC.Generics.Rep_Solo
	- GHC.Generics.Rep_Unit
	- GHC.Generics.Rep_Proxy
	- GHC.Generics.Rep_Ordering
	- GHC.Generics.Rep_Bool
	- GHC.Generics.Rep_Either
	- GHC.Generics.Rep_Maybe
	- GHC.Generics.Rep_NonEmpty
	- GHC.Generics.Rep_List
	- GHC.Generics.Rep_Void
	- GHC.Generics.Rep_M1
	- GHC.Generics.Rep_V1
	- GHC.Generics.Rep_U1
	- GHC.Generics.Rep_Par1
	- GHC.Generics.Rep_Rec1
	- GHC.Generics.Rep_K1
	- GHC.Generics.Rep_:+:
	- GHC.Generics.Rep_:*:
	- GHC.Generics.Rep_:.:
	- 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.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
	- GHC.Generics.Rep_Fixity
	- GHC.Generics.Rep_Associativity
	- GHC.Generics.Rep_SourceUnpackedness
	- GHC.Generics.Rep_SourceStrictness
	- GHC.Generics.Rep_DecidedStrictness
	- Data.Semigroup.Internal.Rep_Alt
	- Data.Semigroup.Internal.Rep_Product
	- Data.Semigroup.Internal.Rep_Sum
	- Data.Semigroup.Internal.Rep_Any
	- Data.Semigroup.Internal.Rep_All
	- Data.Semigroup.Internal.Rep_Endo
	- Data.Semigroup.Internal.Rep_Dual
	- Data.Monoid.Rep_Ap
	- Data.Monoid.Rep_Last
	- Data.Monoid.Rep_First
	- Data.Functor.Const.Rep_Const
	- GHC.IOPort.IOPort
	- GHC.RTS.Flags.Rep_RTSFlags
	- GHC.RTS.Flags.Rep_ParFlags
	- GHC.RTS.Flags.Rep_TickyFlags
	- GHC.RTS.Flags.Rep_TraceFlags
	- GHC.RTS.Flags.Rep_DoTrace
	- GHC.RTS.Flags.Rep_ProfFlags
	- GHC.RTS.Flags.Rep_DoHeapProfile
	- GHC.RTS.Flags.Rep_CCFlags
	- GHC.RTS.Flags.Rep_DoCostCentres
	- GHC.RTS.Flags.Rep_DebugFlags
	- GHC.RTS.Flags.Rep_MiscFlags
	- GHC.RTS.Flags.Rep_ConcFlags
	- GHC.RTS.Flags.Rep_GCFlags
	- GHC.RTS.Flags.Rep_GiveGCStats
	- Data.Functor.Identity.Rep_Identity
	- Control.Arrow.Rep_Kleisli
	- Control.Applicative.Rep_ZipList
	- Control.Applicative.Rep_WrappedArrow
	- Control.Applicative.Rep_WrappedMonad
	- Data.Version.Rep_Version
	- GHC.ByteOrder.Rep_ByteOrder
	- GHC.Stats.Rep_RTSStats
	- GHC.Stats.Rep_GCDetails
	- Data.Semigroup.Rep_WrappedMonoid
	- Data.Semigroup.Rep_Last
	- Data.Semigroup.Rep_First
	- Data.Semigroup.Rep_Arg
	- Data.Semigroup.Rep_Max
	- Data.Semigroup.Rep_Min
	- Data.Complex.Rep_Complex
	- Data.Functor.Sum.Rep_Sum
	- Data.Functor.Product.Rep_Product
	- Data.Functor.Compose.Rep_Compose
	- Text.ParserCombinators.ReadP.P
	- GHC.IsList.D:R:ItemCallStack
	- GHC.IsList.D:R:ItemList
	- GHC.IsList.D:R:ItemNonEmpty
	- GHC.IsList.D:R:ItemVersion
	- GHC.IsList.D:R:ItemZipList
	- 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
	- Basement.Endianness.byteSwap
	- Basement.Monad.D:R:PrimStateIO
	- Basement.Monad.D:R:PrimVarIO
	- Basement.Monad.D:R:FailureEither
	- Basement.Monad.D:R:FailureMaybe
	- Basement.Numerical.Subtractive.D:R:DifferenceChar
	- Basement.Numerical.Subtractive.D:R:DifferenceDouble
	- Basement.Numerical.Subtractive.D:R:DifferenceFloat
	- Basement.Numerical.Subtractive.D:R:DifferenceWord64
	- Basement.Numerical.Subtractive.D:R:DifferenceWord32
	- Basement.Numerical.Subtractive.D:R:DifferenceWord16
	- Basement.Numerical.Subtractive.D:R:DifferenceWord8
	- Basement.Numerical.Subtractive.D:R:DifferenceWord
	- Basement.Numerical.Subtractive.D:R:DifferenceInt64
	- Basement.Numerical.Subtractive.D:R:DifferenceInt32
	- Basement.Numerical.Subtractive.D:R:DifferenceInt16
	- Basement.Numerical.Subtractive.D:R:DifferenceInt8
	- Basement.Numerical.Subtractive.D:R:DifferenceInt
	- Basement.Numerical.Subtractive.D:R:DifferenceInteger
	- Basement.PrimType.D:R:PrimSizeChar
	- Basement.PrimType.D:R:PrimSizeDouble
	- Basement.PrimType.D:R:PrimSizeFloat
	- Basement.PrimType.D:R:PrimSizeInt64
	- Basement.PrimType.D:R:PrimSizeInt32
	- Basement.PrimType.D:R:PrimSizeInt16
	- Basement.PrimType.D:R:PrimSizeInt8
	- Basement.PrimType.D:R:PrimSizeWord64
	- Basement.PrimType.D:R:PrimSizeWord32
	- Basement.PrimType.D:R:PrimSizeWord16
	- Basement.PrimType.D:R:PrimSizeWord8
	- Basement.PrimType.D:R:PrimSizeWord
	- Basement.PrimType.D:R:PrimSizeInt
	- Basement.NonEmpty.D:R:ItemNonEmpty
	- GHC.IO.Exception.Rep_ExitCode
	- Basement.Sized.List.Rep_ListN
	- Basement.Block.Base.D:R:ItemBlock
	- Basement.Bits.SizeValid
	- Basement.UArray.Base.D:R:ItemUArray
	- Basement.BoxedArray.D:R:ItemArray
	- Basement.Types.AsciiString.D:R:ItemAsciiString
	- Basement.UTF8.Base.D:R:ItemString
	- Data.Array.Byte.D:R:ItemByteArray
	- GHC.IOPort.IOPortException
	- Text.Printf.UPrintf
	- Text.Printf.hspr
	- Text.Printf.spr
Warning: Basement.Endianness: could not find link destinations for: 
	- Basement.Endianness.byteSwap
	- Basement.PrimType.D:R:PrimSizeBE
	- Basement.PrimType.D:R:PrimSizeLE
Warning: Basement.Monad: could not find link destinations for: 
	- Basement.Monad.D:R:PrimStateST
	- Basement.Monad.D:R:PrimVarST
	- Basement.Monad.D:R:PrimStateIO
	- Basement.Monad.D:R:PrimVarIO
	- Basement.Monad.D:R:FailureEither
	- Basement.Monad.D:R:FailureMaybe
	- Basement.MutableBuilder.D:R:FailureBuilder
Warning: Basement.Types.Char7: could not find link destinations for: 
	- Basement.PrimType.D:R:PrimSizeChar7
Warning: Basement.Types.Word128: could not find link destinations for: 
	- Basement.Numerical.Subtractive.D:R:DifferenceWord128
	- Basement.PrimType.D:R:PrimSizeWord128
Warning: Basement.Types.Word256: could not find link destinations for: 
	- Basement.Numerical.Subtractive.D:R:DifferenceWord256
	- Basement.PrimType.D:R:PrimSizeWord256
Warning: Basement.Nat: could not find link destinations for: 
	- Data.Type.Ord.LeErrMsg
Warning: Basement.Bounded: could not find link destinations for: 
	- Basement.Numerical.Subtractive.D:R:DifferenceZn
	- Basement.Numerical.Subtractive.D:R:DifferenceZn64
Warning: Basement.Numerical.Subtractive: could not find link destinations for: 
	- Basement.Numerical.Subtractive.D:R:DifferenceCDouble
	- Basement.Numerical.Subtractive.D:R:DifferenceCFloat
	- Basement.Numerical.Subtractive.D:R:DifferenceCOff
	- Basement.Numerical.Subtractive.D:R:DifferenceCSUSeconds
	- Basement.Numerical.Subtractive.D:R:DifferenceCUSeconds
	- Basement.Numerical.Subtractive.D:R:DifferenceCTime
	- Basement.Numerical.Subtractive.D:R:DifferenceCClock
	- Basement.Numerical.Subtractive.D:R:DifferenceCUIntMax
	- Basement.Numerical.Subtractive.D:R:DifferenceCIntMax
	- Basement.Numerical.Subtractive.D:R:DifferenceCUIntPtr
	- Basement.Numerical.Subtractive.D:R:DifferenceCIntPtr
	- Basement.Numerical.Subtractive.D:R:DifferenceCBool
	- Basement.Numerical.Subtractive.D:R:DifferenceCULLong
	- Basement.Numerical.Subtractive.D:R:DifferenceCLLong
	- Basement.Numerical.Subtractive.D:R:DifferenceCSigAtomic
	- Basement.Numerical.Subtractive.D:R:DifferenceCWchar
	- Basement.Numerical.Subtractive.D:R:DifferenceCSize
	- Basement.Numerical.Subtractive.D:R:DifferenceCPtrdiff
	- Basement.Numerical.Subtractive.D:R:DifferenceCULong
	- Basement.Numerical.Subtractive.D:R:DifferenceCLong
	- Basement.Numerical.Subtractive.D:R:DifferenceCUInt
	- Basement.Numerical.Subtractive.D:R:DifferenceCInt
	- Basement.Numerical.Subtractive.D:R:DifferenceCUShort
	- Basement.Numerical.Subtractive.D:R:DifferenceCShort
	- Basement.Numerical.Subtractive.D:R:DifferenceCUChar
	- Basement.Numerical.Subtractive.D:R:DifferenceCSChar
	- Basement.Numerical.Subtractive.D:R:DifferenceCChar
	- Basement.Numerical.Subtractive.D:R:DifferenceZn
	- Basement.Numerical.Subtractive.D:R:DifferenceZn64
	- Basement.Numerical.Subtractive.D:R:DifferenceChar
	- Basement.Numerical.Subtractive.D:R:DifferenceDouble
	- Basement.Numerical.Subtractive.D:R:DifferenceFloat
	- Basement.Numerical.Subtractive.D:R:DifferenceWord256
	- Basement.Numerical.Subtractive.D:R:DifferenceWord128
	- Basement.Numerical.Subtractive.D:R:DifferenceWord64
	- Basement.Numerical.Subtractive.D:R:DifferenceWord32
	- Basement.Numerical.Subtractive.D:R:DifferenceWord16
	- Basement.Numerical.Subtractive.D:R:DifferenceWord8
	- Basement.Numerical.Subtractive.D:R:DifferenceWord
	- Basement.Numerical.Subtractive.D:R:DifferenceNatural
	- Basement.Numerical.Subtractive.D:R:DifferenceInt64
	- Basement.Numerical.Subtractive.D:R:DifferenceInt32
	- Basement.Numerical.Subtractive.D:R:DifferenceInt16
	- Basement.Numerical.Subtractive.D:R:DifferenceInt8
	- Basement.Numerical.Subtractive.D:R:DifferenceInt
	- Basement.Numerical.Subtractive.D:R:DifferenceInteger
	- Basement.Types.OffsetSize.D:R:DifferenceCountOf
	- Basement.Types.OffsetSize.D:R:DifferenceOffset
	- Basement.Bits.SizeValid
	- Basement.Bits.D:R:DifferenceBits
Warning: Basement.Numerical.Additive: could not find link destinations for: 
	- Basement.Bits.SizeValid
Warning: Basement.Numerical.Multiplicative: could not find link destinations for: 
	- Basement.Bits.SizeValid
Warning: Basement.Types.OffsetSize: could not find link destinations for: 
	- Basement.Types.OffsetSize.D:R:DifferenceCountOf
	- Basement.Types.OffsetSize.D:R:DifferenceOffset
Warning: Basement.Types.Ptr: could not find link destinations for: 
	- GHC.Generics.D:R:UReckPtrp0
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
Warning: Basement.PrimType: could not find link destinations for: 
	- Basement.PrimType.D:R:PrimSizeBE
	- Basement.PrimType.D:R:PrimSizeLE
	- Basement.PrimType.D:R:PrimSizeChar7
	- Basement.PrimType.D:R:PrimSizeCUChar
	- Basement.PrimType.D:R:PrimSizeCChar
	- Basement.PrimType.D:R:PrimSizeChar
	- Basement.PrimType.D:R:PrimSizeDouble
	- Basement.PrimType.D:R:PrimSizeFloat
	- Basement.PrimType.D:R:PrimSizeInt64
	- Basement.PrimType.D:R:PrimSizeInt32
	- Basement.PrimType.D:R:PrimSizeInt16
	- Basement.PrimType.D:R:PrimSizeInt8
	- Basement.PrimType.D:R:PrimSizeWord256
	- Basement.PrimType.D:R:PrimSizeWord128
	- Basement.PrimType.D:R:PrimSizeWord64
	- Basement.PrimType.D:R:PrimSizeWord32
	- Basement.PrimType.D:R:PrimSizeWord16
	- Basement.PrimType.D:R:PrimSizeWord8
	- Basement.PrimType.D:R:PrimSizeWord
	- Basement.PrimType.D:R:PrimSizeInt
Warning: Basement.MutableBuilder: could not find link destinations for: 
	- Basement.MutableBuilder.D:R:FailureBuilder
Warning: Basement.NonEmpty: could not find link destinations for: 
	- Basement.NonEmpty.D:R:ItemNonEmpty
Warning: Basement.Sized.List: could not find link destinations for: 
	- Basement.Sized.List.Rep_ListN
Warning: Basement.Block.Mutable: could not find link destinations for: 
	- Basement.Block.Base.D:R:ItemBlock
Warning: Basement.Block: could not find link destinations for: 
	- Basement.Block.Base.D:R:ItemBlock
Warning: Basement.Bits: could not find link destinations for: 
	- Basement.Bits.SizeValid
	- Basement.Bits.D:R:DifferenceBits
Warning: Basement.BoxedArray: could not find link destinations for: 
	- Basement.BoxedArray.D:R:ItemArray
Warning: Basement.UArray.Mutable: could not find link destinations for: 
	- Basement.UArray.Base.MUArrayBackend
Warning: Basement.UArray: could not find link destinations for: 
	- Basement.PrimType.D:R:PrimSizeBE
	- Basement.PrimType.D:R:PrimSizeLE
	- Basement.PrimType.D:R:PrimSizeChar7
	- Basement.PrimType.D:R:PrimSizeCUChar
	- Basement.PrimType.D:R:PrimSizeCChar
	- Basement.PrimType.D:R:PrimSizeChar
	- Basement.PrimType.D:R:PrimSizeDouble
	- Basement.PrimType.D:R:PrimSizeFloat
	- Basement.PrimType.D:R:PrimSizeInt64
	- Basement.PrimType.D:R:PrimSizeInt32
	- Basement.PrimType.D:R:PrimSizeInt16
	- Basement.PrimType.D:R:PrimSizeInt8
	- Basement.PrimType.D:R:PrimSizeWord256
	- Basement.PrimType.D:R:PrimSizeWord128
	- Basement.PrimType.D:R:PrimSizeWord64
	- Basement.PrimType.D:R:PrimSizeWord32
	- Basement.PrimType.D:R:PrimSizeWord16
	- Basement.PrimType.D:R:PrimSizeWord8
	- Basement.PrimType.D:R:PrimSizeWord
	- Basement.PrimType.D:R:PrimSizeInt
	- Basement.UArray.Base.UArrayBackend
	- Basement.UArray.Base.D:R:ItemUArray
Warning: Basement.Types.AsciiString: could not find link destinations for: 
	- Basement.Types.AsciiString.D:R:ItemAsciiString
Warning: Basement.Imports: could not find link destinations for: 
	- 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.D:R:UReckPtrp0
	- GHC.Generics.Rep1_Either
	- GHC.Generics.Rep1_Maybe
	- GHC.Generics.Rep_Fingerprint
	- GHC.Generics.Rep_GeneralCategory
	- GHC.Generics.Rep_SrcLoc
	- GHC.Generics.Rep_Down
	- GHC.Generics.Rep_Tuple15
	- GHC.Generics.Rep_Tuple14
	- GHC.Generics.Rep_Tuple13
	- GHC.Generics.Rep_Tuple12
	- GHC.Generics.Rep_Tuple11
	- GHC.Generics.Rep_Tuple10
	- GHC.Generics.Rep_Tuple9
	- GHC.Generics.Rep_Tuple8
	- GHC.Generics.Rep_Tuple7
	- GHC.Generics.Rep_Tuple6
	- GHC.Generics.Rep_Tuple5
	- GHC.Generics.Rep_Tuple4
	- GHC.Generics.Rep_Tuple3
	- GHC.Generics.Rep_Tuple2
	- GHC.Generics.Rep_Solo
	- GHC.Generics.Rep_Unit
	- GHC.Generics.Rep_Proxy
	- GHC.Generics.Rep_Ordering
	- GHC.Generics.Rep_Bool
	- GHC.Generics.Rep_Either
	- GHC.Generics.Rep_Maybe
	- GHC.Generics.Rep_NonEmpty
	- GHC.Generics.Rep_List
	- GHC.Generics.Rep_Void
	- GHC.Generics.Rep_M1
	- GHC.Generics.Rep_V1
	- GHC.Generics.Rep_U1
	- GHC.Generics.Rep_Par1
	- GHC.Generics.Rep_Rec1
	- GHC.Generics.Rep_K1
	- GHC.Generics.Rep_:+:
	- GHC.Generics.Rep_:*:
	- GHC.Generics.Rep_:.:
	- 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.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep1_R:UReckPtrp
	- GHC.Generics.Rep_Fixity
	- GHC.Generics.Rep_Associativity
	- GHC.Generics.Rep_SourceUnpackedness
	- GHC.Generics.Rep_SourceStrictness
	- GHC.Generics.Rep_DecidedStrictness
	- Data.Semigroup.Internal.Rep_Alt
	- Data.Semigroup.Internal.Rep_Product
	- Data.Semigroup.Internal.Rep_Sum
	- Data.Semigroup.Internal.Rep_Any
	- Data.Semigroup.Internal.Rep_All
	- Data.Semigroup.Internal.Rep_Endo
	- Data.Semigroup.Internal.Rep_Dual
	- Data.Monoid.Rep_Ap
	- Data.Monoid.Rep_Last
	- Data.Monoid.Rep_First
	- Data.Functor.Const.Rep_Const
	- GHC.IOPort.IOPort
	- GHC.RTS.Flags.Rep_RTSFlags
	- GHC.RTS.Flags.Rep_ParFlags
	- GHC.RTS.Flags.Rep_TickyFlags
	- GHC.RTS.Flags.Rep_TraceFlags
	- GHC.RTS.Flags.Rep_DoTrace
	- GHC.RTS.Flags.Rep_ProfFlags
	- GHC.RTS.Flags.Rep_DoHeapProfile
	- GHC.RTS.Flags.Rep_CCFlags
	- GHC.RTS.Flags.Rep_DoCostCentres
	- GHC.RTS.Flags.Rep_DebugFlags
	- GHC.RTS.Flags.Rep_MiscFlags
	- GHC.RTS.Flags.Rep_ConcFlags
	- GHC.RTS.Flags.Rep_GCFlags
	- GHC.RTS.Flags.Rep_GiveGCStats
	- Data.Functor.Identity.Rep_Identity
	- Control.Arrow.Rep_Kleisli
	- Control.Applicative.Rep_ZipList
	- Control.Applicative.Rep_WrappedArrow
	- Control.Applicative.Rep_WrappedMonad
	- Data.Version.Rep_Version
	- GHC.ByteOrder.Rep_ByteOrder
	- GHC.Stats.Rep_RTSStats
	- GHC.Stats.Rep_GCDetails
	- Data.Semigroup.Rep_WrappedMonoid
	- Data.Semigroup.Rep_Last
	- Data.Semigroup.Rep_First
	- Data.Semigroup.Rep_Arg
	- Data.Semigroup.Rep_Max
	- Data.Semigroup.Rep_Min
	- Data.Complex.Rep_Complex
	- Data.Functor.Sum.Rep_Sum
	- Data.Functor.Product.Rep_Product
	- Data.Functor.Compose.Rep_Compose
	- Data.Foldable1.JoinWith
	- Data.Foldable1.FromMaybe
	- Data.Foldable1.NonEmptyDList
	- Text.ParserCombinators.ReadP.P
	- GHC.IsList.D:R:ItemCallStack
	- GHC.IsList.D:R:ItemList
	- GHC.IsList.D:R:ItemNonEmpty
	- GHC.IsList.D:R:ItemVersion
	- GHC.IsList.D:R:ItemZipList
	- 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
	- Basement.Endianness.byteSwap
	- Basement.Monad.D:R:PrimStateIO
	- Basement.Monad.D:R:PrimVarIO
	- Basement.Monad.D:R:FailureEither
	- Basement.Monad.D:R:FailureMaybe
	- Basement.Numerical.Subtractive.D:R:DifferenceChar
	- Basement.Numerical.Subtractive.D:R:DifferenceDouble
	- Basement.Numerical.Subtractive.D:R:DifferenceFloat
	- Basement.Numerical.Subtractive.D:R:DifferenceWord64
	- Basement.Numerical.Subtractive.D:R:DifferenceWord32
	- Basement.Numerical.Subtractive.D:R:DifferenceWord16
	- Basement.Numerical.Subtractive.D:R:DifferenceWord8
	- Basement.Numerical.Subtractive.D:R:DifferenceWord
	- Basement.Numerical.Subtractive.D:R:DifferenceNatural
	- Basement.Numerical.Subtractive.D:R:DifferenceInt64
	- Basement.Numerical.Subtractive.D:R:DifferenceInt32
	- Basement.Numerical.Subtractive.D:R:DifferenceInt16
	- Basement.Numerical.Subtractive.D:R:DifferenceInt8
	- Basement.Numerical.Subtractive.D:R:DifferenceInt
	- Basement.Numerical.Subtractive.D:R:DifferenceInteger
	- Basement.Types.OffsetSize.D:R:DifferenceCountOf
	- Basement.Types.OffsetSize.D:R:DifferenceOffset
	- Basement.PrimType.D:R:PrimSizeBE
	- Basement.PrimType.D:R:PrimSizeLE
	- Basement.PrimType.D:R:PrimSizeChar7
	- Basement.PrimType.D:R:PrimSizeCUChar
	- Basement.PrimType.D:R:PrimSizeCChar
	- Basement.PrimType.D:R:PrimSizeChar
	- Basement.PrimType.D:R:PrimSizeDouble
	- Basement.PrimType.D:R:PrimSizeFloat
	- Basement.PrimType.D:R:PrimSizeInt64
	- Basement.PrimType.D:R:PrimSizeInt32
	- Basement.PrimType.D:R:PrimSizeInt16
	- Basement.PrimType.D:R:PrimSizeInt8
	- Basement.PrimType.D:R:PrimSizeWord256
	- Basement.PrimType.D:R:PrimSizeWord128
	- Basement.PrimType.D:R:PrimSizeWord64
	- Basement.PrimType.D:R:PrimSizeWord32
	- Basement.PrimType.D:R:PrimSizeWord16
	- Basement.PrimType.D:R:PrimSizeWord8
	- Basement.PrimType.D:R:PrimSizeWord
	- Basement.PrimType.D:R:PrimSizeInt
	- Basement.NonEmpty.D:R:ItemNonEmpty
	- GHC.IO.Exception.Rep_ExitCode
	- Basement.Sized.List.Rep_ListN
	- Basement.Block.Base.D:R:ItemBlock
	- Basement.Bits.SizeValid
	- Basement.UArray.Base.D:R:ItemUArray
	- Basement.BoxedArray.D:R:ItemArray
	- Basement.Types.AsciiString.D:R:ItemAsciiString
	- Basement.UTF8.Base.D:R:ItemString
	- Data.Array.Byte.D:R:ItemByteArray
	- GHC.IOPort.IOPortException
	- Text.Printf.UPrintf
	- Text.Printf.hspr
	- Text.Printf.spr
Warning: Basement.String: could not find link destinations for: 
	- Basement.UTF8.Base.D:R:ItemString
	- Basement.String.ReadFloatingCallback
	- Basement.String.validate
Documentation created: dist/doc/html/basement/,
dist/doc/html/basement/basement.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/basement-0.0.16-6eiQVk251K5auGmA6749Q
Warning: Unable to strip executable or library
'libHSbasement-0.0.16-6eiQVk251K5auGmA6749Q' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSbasement-0.0.16-6eiQVk251K5auGmA6749Q-ghc9.8.4' (missing the 'strip'
program)
Completed    basement-0.0.16
Configuring blaze-builder-0.4.2.3...
Preprocessing library for blaze-builder-0.4.2.3..
Building library for blaze-builder-0.4.2.3..
[ 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.2.3..
Running Haddock on library for blaze-builder-0.4.2.3..
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:81:5
    * at Blaze/ByteString/Builder/Internal/Write.hs:80:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Blaze/ByteString/Builder/Internal/Write.hs:80:1
Warning: 'Write' is ambiguous. It is defined
    * at Blaze/ByteString/Builder/Internal/Write.hs:97:14
    * at Blaze/ByteString/Builder/Internal/Write.hs:97:1
    You 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:97:1
  96% ( 24 / 25) in 'Blaze.ByteString.Builder.Internal.Write'
  Missing documentation for:
    fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:249)
  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:41)
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:196)
    fromWriteSingleton (Blaze/ByteString/Builder/Internal/Write.hs:249)
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.2.3-8cqs3TetbWsCs7MawWHl32
Warning: Unable to strip executable or library
'libHSblaze-builder-0.4.2.3-8cqs3TetbWsCs7MawWHl32' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSblaze-builder-0.4.2.3-8cqs3TetbWsCs7MawWHl32-ghc9.8.4' (missing the
'strip' program)
Completed    blaze-builder-0.4.2.3
Configuring bsb-http-chunked-0.0.0.4...
Preprocessing library for bsb-http-chunked-0.0.0.4..
Building library for bsb-http-chunked-0.0.0.4..
[1 of 1] Compiling Data.ByteString.Builder.HTTP.Chunked ( Data/ByteString/Builder/HTTP/Chunked.hs, dist/build/Data/ByteString/Builder/HTTP/Chunked.o, dist/build/Data/ByteString/Builder/HTTP/Chunked.dyn_o )
Preprocessing library for bsb-http-chunked-0.0.0.4..
Running Haddock on library for bsb-http-chunked-0.0.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.ByteString.Builder.HTTP.Chunked ( Data/ByteString/Builder/HTTP/Chunked.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Data.ByteString.Builder.HTTP.Chunked'
Documentation created: dist/doc/html/bsb-http-chunked/,
dist/doc/html/bsb-http-chunked/bsb-http-chunked.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/bsb-http-chunked-0.0.0.4-5l1nXorvyYIKs60s2D3Apj
Warning: Unable to strip executable or library
'libHSbsb-http-chunked-0.0.0.4-5l1nXorvyYIKs60s2D3Apj' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSbsb-http-chunked-0.0.0.4-5l1nXorvyYIKs60s2D3Apj-ghc9.8.4' (missing the
'strip' program)
Completed    bsb-http-chunked-0.0.0.4
Configuring byteorder-1.0.4...
Preprocessing library for byteorder-1.0.4..
Building library for byteorder-1.0.4..
[1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, dist/build/System/ByteOrder.o, dist/build/System/ByteOrder.dyn_o )
Preprocessing library for byteorder-1.0.4..
Running Haddock on library for byteorder-1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.ByteOrder ( System/ByteOrder.hs, nothing )
Haddock coverage:
  66% (  2 /  3) in 'System.ByteOrder'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/byteorder/,
dist/doc/html/byteorder/byteorder.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/byteorder-1.0.4-FIBTcKQEAUIIMRRNmF2aaT
Warning: Unable to strip executable or library
'libHSbyteorder-1.0.4-FIBTcKQEAUIIMRRNmF2aaT' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSbyteorder-1.0.4-FIBTcKQEAUIIMRRNmF2aaT-ghc9.8.4' (missing the 'strip'
program)
Completed    byteorder-1.0.4
Configuring call-stack-0.4.0...
Preprocessing library for call-stack-0.4.0..
Building library for call-stack-0.4.0..
[1 of 3] Compiling Data.SrcLoc      ( src/Data/SrcLoc.hs, dist/build/Data/SrcLoc.o, dist/build/Data/SrcLoc.dyn_o )
[2 of 3] Compiling Data.CallStack   ( src/Data/CallStack.hs, dist/build/Data/CallStack.o, dist/build/Data/CallStack.dyn_o )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, dist/build/Paths_call_stack.o, dist/build/Paths_call_stack.dyn_o )
Preprocessing library for call-stack-0.4.0..
Running Haddock on library for call-stack-0.4.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.SrcLoc      ( src/Data/SrcLoc.hs, nothing )
[2 of 3] Compiling Data.CallStack   ( src/Data/CallStack.hs, nothing )
[3 of 3] Compiling Paths_call_stack ( dist/build/autogen/Paths_call_stack.hs, nothing )
Haddock coverage:
  33% (  2 /  6) in 'Data.CallStack'
  Missing documentation for:
    Module header
    CallStack (src/Data/CallStack.hs:42)
    callStack (src/Data/CallStack.hs:45)
    callSite (src/Data/CallStack.hs:55)
Warning: Data.CallStack: could not find link destinations for: 
	- GHC.Generics.Rep_SrcLoc
Documentation created: dist/doc/html/call-stack/,
dist/doc/html/call-stack/call-stack.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/call-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn
Warning: Unable to strip executable or library
'libHScall-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScall-stack-0.4.0-6toa6qiMTfCIj9v12ifnhn-ghc9.8.4' (missing the 'strip'
program)
Completed    call-stack-0.4.0
Configuring cereal-0.5.8.3...
Preprocessing library for cereal-0.5.8.3..
Building library for cereal-0.5.8.3..
[1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o, dist/build/Data/Serialize/Get.dyn_o )
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o, dist/build/Data/Serialize/Put.dyn_o )
[3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o, dist/build/Data/Serialize/IEEE754.dyn_o )
[4 of 4] Compiling Data.Serialize   ( src/Data/Serialize.hs, dist/build/Data/Serialize.o, dist/build/Data/Serialize.dyn_o )

src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
    |                      ^

src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
    |                           ^
Preprocessing library for cereal-0.5.8.3..
Running Haddock on library for cereal-0.5.8.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, nothing )
[2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, nothing )
[3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, nothing )
[4 of 4] Compiling Data.Serialize   ( src/Data/Serialize.hs, nothing )

src/Data/Serialize.hs:702:22: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
    |                      ^

src/Data/Serialize.hs:702:27: warning: [GHC-39567] [-Wstar-is-type]
    Using * (or its Unicode variant) to mean Data.Kind.Type
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use Type from Data.Kind instead.
    |
702 | newtype Tagged (s :: * -> *) b = Tagged {unTagged :: b}
    |                           ^
Haddock coverage:
  93% ( 61 / 65) in 'Data.Serialize.Get'
  Missing documentation for:
    label (src/Data/Serialize/Get.hs:268)
    getLazyByteString (src/Data/Serialize/Get.hs:509)
    getShortByteString (src/Data/Serialize/Get.hs:513)
    getTwoOf (src/Data/Serialize/Get.hs:761)
Warning: 'Put' is ambiguous. It is defined
    * at src/Data/Serialize/Put.hs:140:18
    * at src/Data/Serialize/Put.hs:143:1
    You 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/Serialize/Put.hs:143:1
  75% ( 42 / 56) in 'Data.Serialize.Put'
  Missing documentation for:
    Putter (src/Data/Serialize/Put.hs:145)
    putBuilder (src/Data/Serialize/Put.hs:202)
    putShortByteString (src/Data/Serialize/Put.hs:260)
    putTwoOf (src/Data/Serialize/Put.hs:400)
    putListOf (src/Data/Serialize/Put.hs:404)
    putIArrayOf (src/Data/Serialize/Put.hs:410)
    putSeqOf (src/Data/Serialize/Put.hs:416)
    putTreeOf (src/Data/Serialize/Put.hs:422)
    putMapOf (src/Data/Serialize/Put.hs:429)
    putIntMapOf (src/Data/Serialize/Put.hs:433)
    putSetOf (src/Data/Serialize/Put.hs:437)
    putIntSetOf (src/Data/Serialize/Put.hs:441)
    putMaybeOf (src/Data/Serialize/Put.hs:445)
    putEitherOf (src/Data/Serialize/Put.hs:450)
 100% ( 11 / 11) in 'Data.Serialize.IEEE754'
Cannot find documentation for: $example
  86% ( 13 / 15) in 'Data.Serialize'
  Missing documentation for:
    GSerializePut (src/Data/Serialize.hs:571)
    GSerializeGet (src/Data/Serialize.hs:574)
Warning: Data.Serialize.Get: could not find link destinations for: 
	- Data.Serialize.Get.get
Warning: Data.Serialize.Put: could not find link destinations for: 
	- Data.Serialize.Put.PairS
Warning: Data.Serialize: could not find link destinations for: 
	- Data.Serialize.SumSize
	- Data.Serialize.GetSum
	- Data.Serialize.PutSum
Documentation created: dist/doc/html/cereal/, dist/doc/html/cereal/cereal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cereal-0.5.8.3-CdRifegrast6xnOPLq62pE
Warning: Unable to strip executable or library
'libHScereal-0.5.8.3-CdRifegrast6xnOPLq62pE' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScereal-0.5.8.3-CdRifegrast6xnOPLq62pE-ghc9.8.4' (missing the 'strip'
program)
Completed    cereal-0.5.8.3
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
Warning: Unable to strip executable or library
'libHScharacter-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScharacter-ps-0.1-AUtJVqsxjke1Iwdfhhw7tZ-ghc9.8.4' (missing the 'strip'
program)
Completed    character-ps-0.1
Configuring cmdargs-0.10.22...
Preprocessing library for cmdargs-0.10.22..
Building library for cmdargs-0.10.22..
[ 1 of 25] Compiling Data.Generics.Any ( Data/Generics/Any.hs, dist/build/Data/Generics/Any.o, dist/build/Data/Generics/Any.dyn_o )

Data/Generics/Any.hs:21:22: 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."
   |
21 |     where y = init $ tail x
   |                      ^^^^

Data/Generics/Any.hs:102:32: 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."
    |
102 |                          put $ tail cs
    |                                ^^^^

Data/Generics/Any.hs:103:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
103 |                          return $ fromAny $ head cs
    |                                             ^^^^
[ 2 of 25] Compiling Data.Generics.Any.Prelude ( Data/Generics/Any/Prelude.hs, dist/build/Data/Generics/Any/Prelude.o, dist/build/Data/Generics/Any/Prelude.dyn_o )
[ 3 of 25] Compiling System.Console.CmdArgs.Annotate ( System/Console/CmdArgs/Annotate.hs, dist/build/System/Console/CmdArgs/Annotate.o, dist/build/System/Console/CmdArgs/Annotate.dyn_o )

System/Console/CmdArgs/Annotate.hs:81:22: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
81 |             return $ head $
   |                      ^^^^

System/Console/CmdArgs/Annotate.hs:148:14: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
148 |     return $ head xs
    |              ^^^^
[ 4 of 25] Compiling System.Console.CmdArgs.Default ( System/Console/CmdArgs/Default.hs, dist/build/System/Console/CmdArgs/Default.o, dist/build/System/Console/CmdArgs/Default.dyn_o )
[ 5 of 25] Compiling System.Console.CmdArgs.Explicit.ExpandArgsAt ( System/Console/CmdArgs/Explicit/ExpandArgsAt.hs, dist/build/System/Console/CmdArgs/Explicit/ExpandArgsAt.o, dist/build/System/Console/CmdArgs/Explicit/ExpandArgsAt.dyn_o )
[ 6 of 25] Compiling System.Console.CmdArgs.Explicit.SplitJoin ( System/Console/CmdArgs/Explicit/SplitJoin.hs, dist/build/System/Console/CmdArgs/Explicit/SplitJoin.o, dist/build/System/Console/CmdArgs/Explicit/SplitJoin.dyn_o )
[ 7 of 25] Compiling System.Console.CmdArgs.Explicit.Type ( System/Console/CmdArgs/Explicit/Type.hs, dist/build/System/Console/CmdArgs/Explicit/Type.o, dist/build/System/Console/CmdArgs/Explicit/Type.dyn_o )
[ 8 of 25] Compiling System.Console.CmdArgs.Explicit.Process ( System/Console/CmdArgs/Explicit/Process.hs, dist/build/System/Console/CmdArgs/Explicit/Process.o, dist/build/System/Console/CmdArgs/Explicit/Process.dyn_o )

System/Console/CmdArgs/Explicit/Process.hs:74:44: 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."
   |
74 |                     | null b -> upd s{args=tail ys} $ flagValue flag $ head ys
   |                                            ^^^^

System/Console/CmdArgs/Explicit/Process.hs:74:72: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
74 |                     | null b -> upd s{args=tail ys} $ flagValue flag $ head ys
   |                                                                        ^^^^

System/Console/CmdArgs/Explicit/Process.hs:75:61: 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."
   |
75 |                     | otherwise -> upd s $ flagValue flag $ tail b
   |                                                             ^^^^

System/Console/CmdArgs/Explicit/Process.hs:77:55: 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."
   |
77 |               | otherwise -> upd s $ flagValue flag $ tail b
   |                                                       ^^^^

System/Console/CmdArgs/Explicit/Process.hs:91:46: 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."
   |
91 |                     | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys
   |                                              ^^^^

System/Console/CmdArgs/Explicit/Process.hs:91:74: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
91 |                     | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys
   |                                                                          ^^^^

System/Console/CmdArgs/Explicit/Process.hs:92:99: 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."
   |
92 |                     | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs
   |                                                                                                   ^^^^

System/Console/CmdArgs/Explicit/Process.hs:94:101: 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."
   |
94 |                       | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs
   |                                                                                                     ^^^^

System/Console/CmdArgs/Explicit/Process.hs:95:87: 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."
   |
95 |             FlagOptRare x | "=" `isPrefixOf` xs -> upd s_{args=ys} $ flagValue flag $ tail xs
   |                                                                                       ^^^^

System/Console/CmdArgs/Explicit/Process.hs:149:22: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
149 |         match op = [(head ys,v) | (xs,v) <- names, let ys = filter (op value) xs, ys /= []]
    |                      ^^^^
[ 9 of 25] Compiling System.Console.CmdArgs.Explicit.Complete ( System/Console/CmdArgs/Explicit/Complete.hs, dist/build/System/Console/CmdArgs/Explicit/Complete.o, dist/build/System/Console/CmdArgs/Explicit/Complete.dyn_o )

System/Console/CmdArgs/Explicit/Complete.hs:52:15: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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 |         now = head $ next ++ [""]
   |               ^^^^
[10 of 25] Compiling System.Console.CmdArgs.Helper ( System/Console/CmdArgs/Helper.hs, dist/build/System/Console/CmdArgs/Helper.o, dist/build/System/Console/CmdArgs/Helper.dyn_o )
[11 of 25] Compiling System.Console.CmdArgs.Implicit.Ann ( System/Console/CmdArgs/Implicit/Ann.hs, dist/build/System/Console/CmdArgs/Implicit/Ann.o, dist/build/System/Console/CmdArgs/Implicit/Ann.dyn_o )
[12 of 25] Compiling System.Console.CmdArgs.Implicit.UI ( System/Console/CmdArgs/Implicit/UI.hs, dist/build/System/Console/CmdArgs/Implicit/UI.o, dist/build/System/Console/CmdArgs/Implicit/UI.dyn_o )
[13 of 25] Compiling System.Console.CmdArgs.Text ( System/Console/CmdArgs/Text.hs, dist/build/System/Console/CmdArgs/Text.o, dist/build/System/Console/CmdArgs/Text.dyn_o )

System/Console/CmdArgs/Text.hs:91:32: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
91 |         cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
   |                                ^^^^
[14 of 25] Compiling System.Console.CmdArgs.Explicit.Help ( System/Console/CmdArgs/Explicit/Help.hs, dist/build/System/Console/CmdArgs/Explicit/Help.o, dist/build/System/Console/CmdArgs/Explicit/Help.dyn_o )

System/Console/CmdArgs/Explicit/Help.hs:83:59: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
83 | helpText pre HelpFormatBash x = map Line $ completeBash $ head $ modeNames x ++ ["unknown"]
   |                                                           ^^^^

System/Console/CmdArgs/Explicit/Help.hs:84:57: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
84 | helpText pre HelpFormatZsh x = map Line $ completeZsh $ head $ modeNames x ++ ["unknown"]
   |                                                         ^^^^

System/Console/CmdArgs/Explicit/Help.hs:154:46: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
154 |             add x y = if null x then x else (head x ++ y) : tail x
    |                                              ^^^^

System/Console/CmdArgs/Explicit/Help.hs:154:61: 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."
    |
154 |             add x y = if null x then x else (head x ++ y) : tail x
    |                                                             ^^^^
[15 of 25] Compiling System.Console.CmdArgs.Verbosity ( System/Console/CmdArgs/Verbosity.hs, dist/build/System/Console/CmdArgs/Verbosity.o, dist/build/System/Console/CmdArgs/Verbosity.dyn_o )
[16 of 25] Compiling System.Console.CmdArgs.Implicit.Type ( System/Console/CmdArgs/Implicit/Type.hs, dist/build/System/Console/CmdArgs/Implicit/Type.o, dist/build/System/Console/CmdArgs/Implicit/Type.dyn_o )
[17 of 25] Compiling System.Console.CmdArgs.Explicit ( System/Console/CmdArgs/Explicit.hs, dist/build/System/Console/CmdArgs/Explicit.o, dist/build/System/Console/CmdArgs/Explicit.dyn_o )

System/Console/CmdArgs/Explicit.hs:112:79: 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."
    |
112 |             let var = mplus (lookup ("CMDARGS_HELPER_" ++ show (map toUpper $ head $ modeNames m ++ [nam])) env)
    |                                                                               ^^^^
[18 of 25] Compiling System.Console.CmdArgs.Implicit.Reader ( System/Console/CmdArgs/Implicit/Reader.hs, dist/build/System/Console/CmdArgs/Implicit/Reader.o, dist/build/System/Console/CmdArgs/Implicit/Reader.dyn_o )

System/Console/CmdArgs/Implicit/Reader.hs:35:16: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
35 |     let down = head . children
   |                ^^^^

System/Console/CmdArgs/Implicit/Reader.hs:82:42: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
82 |              | otherwise = Right $ snd $ head ys
   |                                          ^^^^

System/Console/CmdArgs/Implicit/Reader.hs:92:67: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
92 |         if n == 1 then fmap (recompose x . return) $ readerRead_ (head $ filter ((==) 1 . readerParts) rs) s
   |                                                                   ^^^^
[19 of 25] Compiling System.Console.CmdArgs.Implicit.Local ( System/Console/CmdArgs/Implicit/Local.hs, dist/build/System/Console/CmdArgs/Implicit/Local.o, dist/build/System/Console/CmdArgs/Implicit/Local.dyn_o )

System/Console/CmdArgs/Implicit/Local.hs:120:58: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
120 |     where prog = map toLower $ typeShell $ fromCapture $ head xs
    |                                                          ^^^^

System/Console/CmdArgs/Implicit/Local.hs:220:24: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
220 | flagAnn a x = errFlag (head $ words $ show x) $ show a
    |                        ^^^^
[20 of 25] Compiling System.Console.CmdArgs.Implicit.Reform ( System/Console/CmdArgs/Implicit/Reform.hs, dist/build/System/Console/CmdArgs/Implicit/Reform.o, dist/build/System/Console/CmdArgs/Implicit/Reform.dyn_o )
[21 of 25] Compiling System.Console.CmdArgs.Implicit.Global ( System/Console/CmdArgs/Implicit/Global.hs, dist/build/System/Console/CmdArgs/Implicit/Global.o, dist/build/System/Console/CmdArgs/Implicit/Global.dyn_o )

System/Console/CmdArgs/Implicit/Global.hs:35:38: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
35 | collapse x | length ms == 1 = (snd $ head ms){modeNames=[progProgram x]}
   |                                      ^^^^

System/Console/CmdArgs/Implicit/Global.hs:37:27: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
37 |            | otherwise = (head $ map zeroMode auto ++ map (emptyMode . snd) ms)
   |                           ^^^^

System/Console/CmdArgs/Implicit/Global.hs:143:19: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
143 |         com = map head $ filter ((== length (progModes p)) . length) $ group $ sort
    |                   ^^^^

System/Console/CmdArgs/Implicit/Global.hs:193:74: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
193 |         mapModes1 f pre m = m{modeGroupModes = fmap (mapModes0 f (pre ++ head (modeNames m) ++ " ")) $ modeGroupModes m}
    |                                                                          ^^^^

System/Console/CmdArgs/Implicit/Global.hs:204:68: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
204 |           f flg = if concatMap flagNames hlp == flagNames flg then head hlp else flg
    |                                                                    ^^^^

System/Console/CmdArgs/Implicit/Global.hs:218:65: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
218 |         toMode xs x = x{modeMode = (modeMode x){modeNames=["["++head xs++"]" | modeDefault x] ++ xs}}
    |                                                                 ^^^^
[22 of 25] Compiling System.Console.CmdArgs.Implicit ( System/Console/CmdArgs/Implicit.hs, dist/build/System/Console/CmdArgs/Implicit.o, dist/build/System/Console/CmdArgs/Implicit.dyn_o )
[23 of 25] Compiling System.Console.CmdArgs.Quote ( System/Console/CmdArgs/Quote.hs, dist/build/System/Console/CmdArgs/Quote.o, dist/build/System/Console/CmdArgs/Quote.dyn_o )
[24 of 25] Compiling System.Console.CmdArgs ( System/Console/CmdArgs.hs, dist/build/System/Console/CmdArgs.o, dist/build/System/Console/CmdArgs.dyn_o )
[25 of 25] Compiling System.Console.CmdArgs.GetOpt ( System/Console/CmdArgs/GetOpt.hs, dist/build/System/Console/CmdArgs/GetOpt.o, dist/build/System/Console/CmdArgs/GetOpt.dyn_o )
Preprocessing library for cmdargs-0.10.22..
Running Haddock on library for cmdargs-0.10.22..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 25] Compiling Data.Generics.Any ( Data/Generics/Any.hs, /tmp/ghc2597191_0/ghc_4.o, /tmp/ghc2597191_0/ghc_4.dyn_o )

Data/Generics/Any.hs:21:22: 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."
   |
21 |     where y = init $ tail x
   |                      ^^^^

Data/Generics/Any.hs:102:32: 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."
    |
102 |                          put $ tail cs
    |                                ^^^^

Data/Generics/Any.hs:103:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
103 |                          return $ fromAny $ head cs
    |                                             ^^^^
[ 2 of 25] Compiling Data.Generics.Any.Prelude ( Data/Generics/Any/Prelude.hs, /tmp/ghc2597191_0/ghc_6.o, /tmp/ghc2597191_0/ghc_6.dyn_o )
[ 3 of 25] Compiling System.Console.CmdArgs.Annotate ( System/Console/CmdArgs/Annotate.hs, /tmp/ghc2597191_0/ghc_8.o, /tmp/ghc2597191_0/ghc_8.dyn_o )

System/Console/CmdArgs/Annotate.hs:81:22: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
81 |             return $ head $
   |                      ^^^^

System/Console/CmdArgs/Annotate.hs:148:14: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
148 |     return $ head xs
    |              ^^^^
[ 4 of 25] Compiling System.Console.CmdArgs.Default ( System/Console/CmdArgs/Default.hs, /tmp/ghc2597191_0/ghc_10.o, /tmp/ghc2597191_0/ghc_10.dyn_o )
[ 5 of 25] Compiling System.Console.CmdArgs.Explicit.ExpandArgsAt ( System/Console/CmdArgs/Explicit/ExpandArgsAt.hs, /tmp/ghc2597191_0/ghc_16.o, /tmp/ghc2597191_0/ghc_16.dyn_o )
[ 6 of 25] Compiling System.Console.CmdArgs.Explicit.SplitJoin ( System/Console/CmdArgs/Explicit/SplitJoin.hs, /tmp/ghc2597191_0/ghc_22.o, /tmp/ghc2597191_0/ghc_22.dyn_o )
[ 7 of 25] Compiling System.Console.CmdArgs.Explicit.Type ( System/Console/CmdArgs/Explicit/Type.hs, /tmp/ghc2597191_0/ghc_24.o, /tmp/ghc2597191_0/ghc_24.dyn_o )
[ 8 of 25] Compiling System.Console.CmdArgs.Explicit.Process ( System/Console/CmdArgs/Explicit/Process.hs, /tmp/ghc2597191_0/ghc_20.o, /tmp/ghc2597191_0/ghc_20.dyn_o )

System/Console/CmdArgs/Explicit/Process.hs:74:44: 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."
   |
74 |                     | null b -> upd s{args=tail ys} $ flagValue flag $ head ys
   |                                            ^^^^

System/Console/CmdArgs/Explicit/Process.hs:74:72: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
74 |                     | null b -> upd s{args=tail ys} $ flagValue flag $ head ys
   |                                                                        ^^^^

System/Console/CmdArgs/Explicit/Process.hs:75:61: 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."
   |
75 |                     | otherwise -> upd s $ flagValue flag $ tail b
   |                                                             ^^^^

System/Console/CmdArgs/Explicit/Process.hs:77:55: 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."
   |
77 |               | otherwise -> upd s $ flagValue flag $ tail b
   |                                                       ^^^^

System/Console/CmdArgs/Explicit/Process.hs:91:46: 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."
   |
91 |                     | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys
   |                                              ^^^^

System/Console/CmdArgs/Explicit/Process.hs:91:74: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
91 |                     | null xs -> upd s_{args=tail ys} $ flagValue flag $ head ys
   |                                                                          ^^^^

System/Console/CmdArgs/Explicit/Process.hs:92:99: 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."
   |
92 |                     | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs
   |                                                                                                   ^^^^

System/Console/CmdArgs/Explicit/Process.hs:94:101: 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."
   |
94 |                       | otherwise -> upd s_{args=ys} $ flagValue flag $ if "=" `isPrefixOf` xs then tail xs else xs
   |                                                                                                     ^^^^

System/Console/CmdArgs/Explicit/Process.hs:95:87: 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."
   |
95 |             FlagOptRare x | "=" `isPrefixOf` xs -> upd s_{args=ys} $ flagValue flag $ tail xs
   |                                                                                       ^^^^

System/Console/CmdArgs/Explicit/Process.hs:149:22: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
149 |         match op = [(head ys,v) | (xs,v) <- names, let ys = filter (op value) xs, ys /= []]
    |                      ^^^^
[ 9 of 25] Compiling System.Console.CmdArgs.Explicit.Complete ( System/Console/CmdArgs/Explicit/Complete.hs, /tmp/ghc2597191_0/ghc_14.o, /tmp/ghc2597191_0/ghc_14.dyn_o )

System/Console/CmdArgs/Explicit/Complete.hs:52:15: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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 |         now = head $ next ++ [""]
   |               ^^^^
[10 of 25] Compiling System.Console.CmdArgs.Helper ( System/Console/CmdArgs/Helper.hs, /tmp/ghc2597191_0/ghc_26.o, /tmp/ghc2597191_0/ghc_26.dyn_o )
[11 of 25] Compiling System.Console.CmdArgs.Implicit.Ann ( System/Console/CmdArgs/Implicit/Ann.hs, /tmp/ghc2597191_0/ghc_30.o, /tmp/ghc2597191_0/ghc_30.dyn_o )
[12 of 25] Compiling System.Console.CmdArgs.Implicit.UI ( System/Console/CmdArgs/Implicit/UI.hs, /tmp/ghc2597191_0/ghc_42.o, /tmp/ghc2597191_0/ghc_42.dyn_o )
[13 of 25] Compiling System.Console.CmdArgs.Text ( System/Console/CmdArgs/Text.hs, /tmp/ghc2597191_0/ghc_44.o, /tmp/ghc2597191_0/ghc_44.dyn_o )

System/Console/CmdArgs/Text.hs:91:32: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
91 |         cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
   |                                ^^^^
[14 of 25] Compiling System.Console.CmdArgs.Explicit.Help ( System/Console/CmdArgs/Explicit/Help.hs, /tmp/ghc2597191_0/ghc_18.o, /tmp/ghc2597191_0/ghc_18.dyn_o )

System/Console/CmdArgs/Explicit/Help.hs:83:59: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
83 | helpText pre HelpFormatBash x = map Line $ completeBash $ head $ modeNames x ++ ["unknown"]
   |                                                           ^^^^

System/Console/CmdArgs/Explicit/Help.hs:84:57: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
84 | helpText pre HelpFormatZsh x = map Line $ completeZsh $ head $ modeNames x ++ ["unknown"]
   |                                                         ^^^^

System/Console/CmdArgs/Explicit/Help.hs:154:46: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
154 |             add x y = if null x then x else (head x ++ y) : tail x
    |                                              ^^^^

System/Console/CmdArgs/Explicit/Help.hs:154:61: 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."
    |
154 |             add x y = if null x then x else (head x ++ y) : tail x
    |                                                             ^^^^
[15 of 25] Compiling System.Console.CmdArgs.Verbosity ( System/Console/CmdArgs/Verbosity.hs, /tmp/ghc2597191_0/ghc_46.o, /tmp/ghc2597191_0/ghc_46.dyn_o )
[16 of 25] Compiling System.Console.CmdArgs.Implicit.Type ( System/Console/CmdArgs/Implicit/Type.hs, /tmp/ghc2597191_0/ghc_40.o, /tmp/ghc2597191_0/ghc_40.dyn_o )
[17 of 25] Compiling System.Console.CmdArgs.Explicit ( System/Console/CmdArgs/Explicit.hs, /tmp/ghc2597191_0/ghc_12.o, /tmp/ghc2597191_0/ghc_12.dyn_o )

System/Console/CmdArgs/Explicit.hs:112:79: 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."
    |
112 |             let var = mplus (lookup ("CMDARGS_HELPER_" ++ show (map toUpper $ head $ modeNames m ++ [nam])) env)
    |                                                                               ^^^^
[18 of 25] Compiling System.Console.CmdArgs.Implicit.Reader ( System/Console/CmdArgs/Implicit/Reader.hs, /tmp/ghc2597191_0/ghc_36.o, /tmp/ghc2597191_0/ghc_36.dyn_o )

System/Console/CmdArgs/Implicit/Reader.hs:35:16: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
35 |     let down = head . children
   |                ^^^^

System/Console/CmdArgs/Implicit/Reader.hs:82:42: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
82 |              | otherwise = Right $ snd $ head ys
   |                                          ^^^^

System/Console/CmdArgs/Implicit/Reader.hs:92:67: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
92 |         if n == 1 then fmap (recompose x . return) $ readerRead_ (head $ filter ((==) 1 . readerParts) rs) s
   |                                                                   ^^^^
[19 of 25] Compiling System.Console.CmdArgs.Implicit.Local ( System/Console/CmdArgs/Implicit/Local.hs, /tmp/ghc2597191_0/ghc_34.o, /tmp/ghc2597191_0/ghc_34.dyn_o )

System/Console/CmdArgs/Implicit/Local.hs:120:58: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
120 |     where prog = map toLower $ typeShell $ fromCapture $ head xs
    |                                                          ^^^^

System/Console/CmdArgs/Implicit/Local.hs:220:24: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
220 | flagAnn a x = errFlag (head $ words $ show x) $ show a
    |                        ^^^^
[20 of 25] Compiling System.Console.CmdArgs.Implicit.Reform ( System/Console/CmdArgs/Implicit/Reform.hs, /tmp/ghc2597191_0/ghc_38.o, /tmp/ghc2597191_0/ghc_38.dyn_o )
[21 of 25] Compiling System.Console.CmdArgs.Implicit.Global ( System/Console/CmdArgs/Implicit/Global.hs, /tmp/ghc2597191_0/ghc_32.o, /tmp/ghc2597191_0/ghc_32.dyn_o )

System/Console/CmdArgs/Implicit/Global.hs:35:38: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
35 | collapse x | length ms == 1 = (snd $ head ms){modeNames=[progProgram x]}
   |                                      ^^^^

System/Console/CmdArgs/Implicit/Global.hs:37:27: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
   |
37 |            | otherwise = (head $ map zeroMode auto ++ map (emptyMode . snd) ms)
   |                           ^^^^

System/Console/CmdArgs/Implicit/Global.hs:143:19: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
143 |         com = map head $ filter ((== length (progModes p)) . length) $ group $ sort
    |                   ^^^^

System/Console/CmdArgs/Implicit/Global.hs:193:74: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
193 |         mapModes1 f pre m = m{modeGroupModes = fmap (mapModes0 f (pre ++ head (modeNames m) ++ " ")) $ modeGroupModes m}
    |                                                                          ^^^^

System/Console/CmdArgs/Implicit/Global.hs:204:68: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, 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."
    |
204 |           f flg = if concatMap flagNames hlp == flagNames flg then head hlp else flg
    |                                                                    ^^^^

System/Console/CmdArgs/Implicit/Global.hs:218:65: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
218 |         toMode xs x = x{modeMode = (modeMode x){modeNames=["["++head xs++"]" | modeDefault x] ++ xs}}
    |                                                                 ^^^^
[22 of 25] Compiling System.Console.CmdArgs.Implicit ( System/Console/CmdArgs/Implicit.hs, /tmp/ghc2597191_0/ghc_28.o, /tmp/ghc2597191_0/ghc_28.dyn_o )
[23 of 25] Compiling System.Console.CmdArgs.Quote ( System/Console/CmdArgs/Quote.hs, nothing )
[24 of 25] Compiling System.Console.CmdArgs ( System/Console/CmdArgs.hs, nothing )
[25 of 25] Compiling System.Console.CmdArgs.GetOpt ( System/Console/CmdArgs/GetOpt.hs, nothing )
Haddock coverage:
Warning: 'RecConError' is ambiguous. It is defined
    * in Control.Exception.Base
    * in Control.Exception.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 Control.Exception.Base
 100% ( 17 / 17) in 'System.Console.CmdArgs.Annotate'
 100% (  2 /  2) in 'System.Console.CmdArgs.Default'
Warning: 'getArgs' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Mode' is ambiguous. It is defined
    * at System/Console/CmdArgs/Explicit/Type.hs:81:15
    * at System/Console/CmdArgs/Explicit/Type.hs:81:1
    You 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/Console/CmdArgs/Explicit/Type.hs:81:1
Warning: 'helpText' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'expandArgsAt' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Mode' is ambiguous. It is defined
    * at System/Console/CmdArgs/Explicit/Type.hs:81:15
    * at System/Console/CmdArgs/Explicit/Type.hs:81:1
    You 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/Console/CmdArgs/Explicit/Type.hs:81:1
 100% (  8 /  8) in 'System.Console.CmdArgs.Helper'
Warning: 'flag' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'System.Console.CmdArgs.Text'
 100% (  8 /  8) in 'System.Console.CmdArgs.Verbosity'
Warning: 'Mode' is ambiguous. It is defined
    * at System/Console/CmdArgs/Explicit/Type.hs:81:15
    * at System/Console/CmdArgs/Explicit/Type.hs:81:1
    You 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/Console/CmdArgs/Explicit/Type.hs:81:1
Warning: 'Group' is ambiguous. It is defined
    * at System/Console/CmdArgs/Explicit/Type.hs:42:16
    * at System/Console/CmdArgs/Explicit/Type.hs:42:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/Console/CmdArgs/Explicit/Type.hs:42:1
 100% ( 48 / 48) in 'System.Console.CmdArgs.Explicit'
Warning: 'process' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CmdArgs' is ambiguous. It is defined
    * at System/Console/CmdArgs/Implicit/Type.hs:19:18
    * at System/Console/CmdArgs/Implicit/Type.hs:19:1
    You 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/Console/CmdArgs/Implicit/Type.hs:19:1
 100% ( 50 / 50) in 'System.Console.CmdArgs.Implicit'
 100% (  9 /  9) in 'System.Console.CmdArgs.Quote'
 100% (  2 /  2) in 'System.Console.CmdArgs'
Warning: 'Mode' is ambiguous. It is defined
    * at System/Console/CmdArgs/Explicit/Type.hs:81:15
    * at System/Console/CmdArgs/Explicit/Type.hs:81:1
    You 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/Console/CmdArgs/Explicit/Type.hs:81:1
 100% (  8 /  8) in 'System.Console.CmdArgs.GetOpt'
Warning: System.Console.CmdArgs.Implicit: could not find link destinations for: 
	- System.Console.CmdArgs.Implicit.Type.CmdArgsPrivate
Documentation created: dist/doc/html/cmdargs/,
dist/doc/html/cmdargs/cmdargs.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cmdargs-0.10.22-DrV9hhThmPRIxIB4blq0mX
Warning: Unable to strip executable or library
'libHScmdargs-0.10.22-DrV9hhThmPRIxIB4blq0mX' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScmdargs-0.10.22-DrV9hhThmPRIxIB4blq0mX-ghc9.8.4' (missing the 'strip'
program)
Completed    cmdargs-0.10.22
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
Warning: Unable to strip executable or library
'libHScolour-2.3.6-JegldMtiv9a8c4VaIBFkGx' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHScolour-2.3.6-JegldMtiv9a8c4VaIBFkGx-ghc9.8.4' (missing the 'strip'
program)
Completed    colour-2.3.6
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
Warning: Unable to strip executable or library
'libHSdata-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSdata-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA-ghc9.8.4' (missing the
'strip' program)
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
Warning: Unable to strip executable or library
'libHSdlist-1.0-64eJjLRuD1sLrW6rorjot6' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSdlist-1.0-64eJjLRuD1sLrW6rorjot6-ghc9.8.4' (missing the 'strip' program)
Completed    dlist-1.0
Configuring easy-file-0.2.5...
Preprocessing library for easy-file-0.2.5..
Building library for easy-file-0.2.5..
[1 of 4] Compiling System.EasyFile.Directory ( System/EasyFile/Directory.hs, dist/build/System/EasyFile/Directory.o, dist/build/System/EasyFile/Directory.dyn_o )
[2 of 4] Compiling System.EasyFile.FilePath ( System/EasyFile/FilePath.hs, dist/build/System/EasyFile/FilePath.o, dist/build/System/EasyFile/FilePath.dyn_o )

System/EasyFile/FilePath.hs:517:63: 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."
    |
517 | combine a b | hasDrive b || (not (null b) && isPathSeparator (head b)) = b
    |                                                               ^^^^

System/EasyFile/FilePath.hs:561:31: 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."
    |
561 |         if hasDrive path then head pathComponents : f (tail pathComponents)
    |                               ^^^^

System/EasyFile/FilePath.hs:561:56: 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."
    |
561 |         if hasDrive path then head pathComponents : f (tail pathComponents)
    |                                                        ^^^^
[3 of 4] Compiling System.EasyFile.Missing ( System/EasyFile/Missing.hs, dist/build/System/EasyFile/Missing.o, dist/build/System/EasyFile/Missing.dyn_o )
[4 of 4] Compiling System.EasyFile  ( System/EasyFile.hs, dist/build/System/EasyFile.o, dist/build/System/EasyFile.dyn_o )
Preprocessing library for easy-file-0.2.5..
Running Haddock on library for easy-file-0.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling System.EasyFile.Directory ( System/EasyFile/Directory.hs, nothing )
[2 of 4] Compiling System.EasyFile.FilePath ( System/EasyFile/FilePath.hs, nothing )

System/EasyFile/FilePath.hs:517:63: 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."
    |
517 | combine a b | hasDrive b || (not (null b) && isPathSeparator (head b)) = b
    |                                                               ^^^^

System/EasyFile/FilePath.hs:561:31: 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."
    |
561 |         if hasDrive path then head pathComponents : f (tail pathComponents)
    |                               ^^^^

System/EasyFile/FilePath.hs:561:56: 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."
    |
561 |         if hasDrive path then head pathComponents : f (tail pathComponents)
    |                                                        ^^^^
[3 of 4] Compiling System.EasyFile.Missing ( System/EasyFile/Missing.hs, nothing )
[4 of 4] Compiling System.EasyFile  ( System/EasyFile.hs, nothing )
Haddock coverage:
Warning: 'HardwareFault' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isDoesNotExistError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NoSuchThing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isPermissionError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PermissionDenied' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ResourceExhausted' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UnsupportedOperation' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: System.EasyFile.Directory: Could not find documentation for exported module: System.EasyFile.Directory
Warning: 'isPermissionError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'isDoesNotExistError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ClockTime' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UTCTime' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 83 / 84) in 'System.EasyFile'
  Missing documentation for:
    Permissions
Documentation created: dist/doc/html/easy-file/,
dist/doc/html/easy-file/easy-file.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/easy-file-0.2.5-I4fqOg3gbxNK5ixEQNQkLS
Warning: Unable to strip executable or library
'libHSeasy-file-0.2.5-I4fqOg3gbxNK5ixEQNQkLS' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSeasy-file-0.2.5-I4fqOg3gbxNK5ixEQNQkLS-ghc9.8.4' (missing the 'strip'
program)
Completed    easy-file-0.2.5
Configuring file-embed-0.0.16.0...
Preprocessing library for file-embed-0.0.16.0..
Building library for file-embed-0.0.16.0..
[1 of 1] Compiling Data.FileEmbed   ( Data/FileEmbed.hs, dist/build/Data/FileEmbed.o, dist/build/Data/FileEmbed.dyn_o )

Data/FileEmbed.hs:71: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()
   |
71 | import Control.Applicative ((<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for file-embed-0.0.16.0..
Running Haddock on library for file-embed-0.0.16.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.FileEmbed   ( Data/FileEmbed.hs, nothing )

Data/FileEmbed.hs:71: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()
   |
71 | import Control.Applicative ((<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 24 / 27) in 'Data.FileEmbed'
  Missing documentation for:
    stringToBs (Data/FileEmbed.hs:214)
    bsToExp (Data/FileEmbed.hs:193)
    strToExp (Data/FileEmbed.hs:252)
Documentation created: dist/doc/html/file-embed/,
dist/doc/html/file-embed/file-embed.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/file-embed-0.0.16.0-6JpcjfGKBsLHMlixuUcAHx
Warning: Unable to strip executable or library
'libHSfile-embed-0.0.16.0-6JpcjfGKBsLHMlixuUcAHx' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSfile-embed-0.0.16.0-6JpcjfGKBsLHMlixuUcAHx-ghc9.8.4' (missing the
'strip' program)
Completed    file-embed-0.0.16.0
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
Warning: Unable to strip executable or library
'libHSgenerically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSgenerically-0.1.1-vTL0zKNdCC1ZY9eXzpWeP-ghc9.8.4' (missing the 'strip'
program)
Completed    generically-0.1.1
Configuring half-0.3.2...
Preprocessing library for half-0.3.2..
Building library for half-0.3.2..
[1 of 2] Compiling Numeric.Half.Internal ( src/Numeric/Half/Internal.hs, dist/build/Numeric/Half/Internal.o, dist/build/Numeric/Half/Internal.dyn_o )
[2 of 2] Compiling Numeric.Half     ( src/Numeric/Half.hs, dist/build/Numeric/Half.o, dist/build/Numeric/Half.dyn_o )
Preprocessing library for half-0.3.2..
Running Haddock on library for half-0.3.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Numeric.Half.Internal ( src/Numeric/Half/Internal.hs, nothing )
[2 of 2] Compiling Numeric.Half     ( src/Numeric/Half.hs, nothing )
Haddock coverage:
Warning: 'Half' is ambiguous. It is defined
    * at src/Numeric/Half/Internal.hs:77:10
    * at src/Numeric/Half/Internal.hs:75:1
    You 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/Numeric/Half/Internal.hs:75:1
 100% ( 20 / 20) in 'Numeric.Half.Internal'
 100% ( 17 / 17) in 'Numeric.Half'
Warning: Numeric.Half.Internal: could not find link destinations for: 
	- Numeric.Half.Internal.Rep_Half
Warning: Numeric.Half: could not find link destinations for: 
	- Numeric.Half.Internal.Rep_Half
Documentation created: dist/doc/html/half/, dist/doc/html/half/half.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/half-0.3.2-1j2adct5GIDCgzz5GIdmg6
Warning: Unable to strip executable or library
'libHShalf-0.3.2-1j2adct5GIDCgzz5GIdmg6' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHShalf-0.3.2-1j2adct5GIDCgzz5GIdmg6-ghc9.8.4' (missing the 'strip'
program)
Completed    half-0.3.2
Configuring hourglass-0.2.12...
Preprocessing library for hourglass-0.2.12..
Building library for hourglass-0.2.12..
[ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, dist/build/Data/Hourglass/Utils.o, dist/build/Data/Hourglass/Utils.dyn_o )
[ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, dist/build/Data/Hourglass/Zone.o, dist/build/Data/Hourglass/Zone.dyn_o )
[ 3 of 17] Compiling Time.Types       ( Time/Types.hs, dist/build/Time/Types.o, dist/build/Time/Types.dyn_o )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, dist/build/Data/Hourglass/Types.o, dist/build/Data/Hourglass/Types.dyn_o )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, dist/build/Data/Hourglass/Internal/Unix.o, dist/build/Data/Hourglass/Internal/Unix.dyn_o )

Data/Hourglass/Internal/Unix.hs:24: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()
   |
24 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, dist/build/Data/Hourglass/Internal.o, dist/build/Data/Hourglass/Internal.dyn_o )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, dist/build/Data/Hourglass/Calendar.o, dist/build/Data/Hourglass/Calendar.dyn_o )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, dist/build/Data/Hourglass/Diff.o, dist/build/Data/Hourglass/Diff.dyn_o )

Data/Hourglass/Diff.hs:23: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()
   |
23 | import Data.Monoid
   | ^^^^^^^^^^^^^^^^^^

Data/Hourglass/Diff.hs:49:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid Period.
    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
   |
49 |     mappend (Period y1 m1 d1) (Period y2 m2 d2) =
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/Hourglass/Diff.hs:70:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid Duration.
    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
   |
70 |     mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, dist/build/Data/Hourglass/Time.o, dist/build/Data/Hourglass/Time.dyn_o )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, dist/build/Data/Hourglass/Epoch.o, dist/build/Data/Hourglass/Epoch.dyn_o )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, dist/build/Data/Hourglass/Local.o, dist/build/Data/Hourglass/Local.dyn_o )
[12 of 17] Compiling Time.System      ( Time/System.hs, dist/build/Time/System.o, dist/build/Time/System.dyn_o )

Time/System.hs:23: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()
   |
23 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, dist/build/System/Hourglass.o, dist/build/System/Hourglass.dyn_o )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, dist/build/Data/Hourglass/Format.o, dist/build/Data/Hourglass/Format.dyn_o )
[15 of 17] Compiling Data.Hourglass   ( Data/Hourglass.hs, dist/build/Data/Hourglass.o, dist/build/Data/Hourglass.dyn_o )
[16 of 17] Compiling Time.Compat      ( Time/Compat.hs, dist/build/Time/Compat.o, dist/build/Time/Compat.dyn_o )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, dist/build/Data/Hourglass/Compat.o, dist/build/Data/Hourglass/Compat.dyn_o )
Preprocessing library for hourglass-0.2.12..
Running Haddock on library for hourglass-0.2.12..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 17] Compiling Data.Hourglass.Utils ( Data/Hourglass/Utils.hs, nothing )
[ 2 of 17] Compiling Data.Hourglass.Zone ( Data/Hourglass/Zone.hs, nothing )
[ 3 of 17] Compiling Time.Types       ( Time/Types.hs, nothing )
[ 4 of 17] Compiling Data.Hourglass.Types ( Data/Hourglass/Types.hs, nothing )
[ 5 of 17] Compiling Data.Hourglass.Internal.Unix ( Data/Hourglass/Internal/Unix.hs, nothing )

Data/Hourglass/Internal/Unix.hs:24: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()
   |
24 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 6 of 17] Compiling Data.Hourglass.Internal ( Data/Hourglass/Internal.hs, nothing )
[ 7 of 17] Compiling Data.Hourglass.Calendar ( Data/Hourglass/Calendar.hs, nothing )
[ 8 of 17] Compiling Data.Hourglass.Diff ( Data/Hourglass/Diff.hs, nothing )

Data/Hourglass/Diff.hs:23: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()
   |
23 | import Data.Monoid
   | ^^^^^^^^^^^^^^^^^^

Data/Hourglass/Diff.hs:49:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid Period.
    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
   |
49 |     mappend (Period y1 m1 d1) (Period y2 m2 d2) =
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Data/Hourglass/Diff.hs:70:5: warning: [GHC-50928] [-Wnoncanonical-monoid-instances]
    Noncanonical mappend definition detected
    in the instance declaration for Monoid Duration.
    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
   |
70 |     mappend (Duration h1 m1 s1 ns1) (Duration h2 m2 s2 ns2) =
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 17] Compiling Data.Hourglass.Time ( Data/Hourglass/Time.hs, nothing )
[10 of 17] Compiling Data.Hourglass.Epoch ( Data/Hourglass/Epoch.hs, nothing )
[11 of 17] Compiling Data.Hourglass.Local ( Data/Hourglass/Local.hs, nothing )
[12 of 17] Compiling Time.System      ( Time/System.hs, nothing )

Time/System.hs:23: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()
   |
23 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 17] Compiling System.Hourglass ( System/Hourglass.hs, nothing )
[14 of 17] Compiling Data.Hourglass.Format ( Data/Hourglass/Format.hs, nothing )
[15 of 17] Compiling Data.Hourglass   ( Data/Hourglass.hs, nothing )
[16 of 17] Compiling Time.Compat      ( Time/Compat.hs, nothing )
[17 of 17] Compiling Data.Hourglass.Compat ( Data/Hourglass/Compat.hs, nothing )
Haddock coverage:
 100% ( 23 / 23) in 'Time.Types'
 100% (  2 /  2) in 'Data.Hourglass.Types'
Warning: 'Duration' is ambiguous. It is defined
    * at Data/Hourglass/Diff.hs:54:17
    * at Data/Hourglass/Diff.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/Hourglass/Diff.hs:54:1
 100% (  9 /  9) in 'Data.Hourglass.Epoch'
 100% ( 10 / 10) in 'Time.System'
 100% (  2 /  2) in 'System.Hourglass'
Warning: 'Jan' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Feb' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 43 / 43) in 'Data.Hourglass'
 100% (  4 /  4) in 'Time.Compat'
 100% (  2 /  2) in 'Data.Hourglass.Compat'
Documentation created: dist/doc/html/hourglass/,
dist/doc/html/hourglass/hourglass.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hourglass-0.2.12-3LWw6zFlLnN26UCFObPVgQ
Warning: Unable to strip executable or library
'libHShourglass-0.2.12-3LWw6zFlLnN26UCFObPVgQ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHShourglass-0.2.12-3LWw6zFlLnN26UCFObPVgQ-ghc9.8.4' (missing the 'strip'
program)
Completed    hourglass-0.2.12
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
Warning: Unable to strip executable or library
'libHSindexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSindexed-traversable-0.1.4-5JdsPOnURa2E0CZ9MR1Y0G-ghc9.8.4' (missing the
'strip' program)
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
Warning: Unable to strip executable or library
'libHSinteger-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSinteger-logarithms-1.0.4-KzAgsevoV5Y6IrFUclFTyp-ghc9.8.4' (missing the
'strip' program)
Completed    integer-logarithms-1.0.4
Configuring mime-types-0.1.2.0...
Preprocessing library for mime-types-0.1.2.0..
Building library for mime-types-0.1.2.0..
[1 of 1] Compiling Network.Mime     ( Network/Mime.hs, dist/build/Network/Mime.o, dist/build/Network/Mime.dyn_o )
Preprocessing library for mime-types-0.1.2.0..
Running Haddock on library for mime-types-0.1.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.Mime     ( Network/Mime.hs, nothing )
Haddock coverage:
  93% ( 15 / 16) in 'Network.Mime'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/mime-types/,
dist/doc/html/mime-types/mime-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/mime-types-0.1.2.0-4E6woUmkAfrDilEbAOMAKU
Warning: Unable to strip executable or library
'libHSmime-types-0.1.2.0-4E6woUmkAfrDilEbAOMAKU' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSmime-types-0.1.2.0-4E6woUmkAfrDilEbAOMAKU-ghc9.8.4' (missing the 'strip'
program)
Completed    mime-types-0.1.2.0
Configuring network-3.2.7.0...
Error: cabal: The package has a './configure' script. If you are on Windows,
This requires a Unix compatibility toolchain such as MinGW+MSYS or Cygwin. If
you are not on Windows, ensure that an 'sh' command is discoverable in your
path.

Failed to install network-3.2.7.0
Error: cabal: Some packages failed to install:
crypton-connection-0.4.4-56crrl4HzDVlX1PGcRm5p depends on
crypton-connection-0.4.4 which failed to install.
crypton-x509-validation-1.6.14-KbbBV39zNT1JcxTogmc3zx depends on
crypton-x509-validation-1.6.14 which failed to install.
http-client-0.7.19-DGfHH3yF2eb5Hujm1ncIeU depends on http-client-0.7.19 which
failed to install.
http-client-tls-0.3.6.4-4P6wjl8tlGmCk1gO8Nbxs8 depends on
http-client-tls-0.3.6.4 which failed to install.
http-semantics-0.3.0-A8MNZMfvukZIOXarjiEWG depends on http-semantics-0.3.0
which failed to install.
http2-5.3.9-2DEehP76HrWG1IsFOOyAx7 depends on http2-5.3.9 which failed to
install.
iproute-1.7.15-IK4YyuoHRXd4tsiVdAoiaY depends on iproute-1.7.15 which failed
to install.
network-3.2.7.0-LRYd70IdAsXC1OZdaI7ZCi failed during the configure step. The
exception was:
ExitFailure 1
recv-0.1.1-KV0mmSiQmr0Bc4fWv3hTmy depends on recv-0.1.1 which failed to
install.
servant-client-0.20.2-JkHW37lx9teJtTGnkLPPqs depends on servant-client-0.20.2
which failed to install.
servant-multipart-0.12.1-AtbqBPruARk4tv3R3FmKQS depends on
servant-multipart-0.12.1 which failed to install.
servant-multipart-client-0.12.2-FmKq0gtWXGS51DNWyBxAeq depends on
servant-multipart-client-0.12.2 which failed to install.
servant-server-0.20.2-db2luKE4Kj7Vd2WnDqdkl depends on servant-server-0.20.2
which failed to install.
simple-sendfile-0.2.32-3qgBMVhDnwwEBErkS1JVIv depends on
simple-sendfile-0.2.32 which failed to install.
socks-0.6.1-AEv5niqeJOy8FwAoD5KMMV depends on socks-0.6.1 which failed to
install.
streaming-commons-0.2.3.0-7NgXLNzAveHC3YyF55feAg depends on
streaming-commons-0.2.3.0 which failed to install.
telegram-bot-api-7.4.5-J1BReJuUa1H9GV7D1lpxHV depends on
telegram-bot-api-7.4.5 which failed to install.
tls-2.1.8-FewkKE1G0di9u9dxCSnSHL depends on tls-2.1.8 which failed to install.
wai-3.2.4-9qbUyrSyTzmB8QqseR7i17 depends on wai-3.2.4 which failed to install.
wai-app-static-3.1.9-E7Dvw4Dkp5JIMOyyBldgvN depends on wai-app-static-3.1.9
which failed to install.
wai-extra-3.1.17-Ku4tThjbXEO2nprcQvB7H1 depends on wai-extra-3.1.17 which
failed to install.
wai-logger-2.5.0-3QdVzm7zH4D89qwUT8sXuw depends on wai-logger-2.5.0 which
failed to install.
warp-3.4.7-2RiSmb4sCLMDLGwn71OnMd depends on warp-3.4.7 which failed to
install.

Test log

No test log was submitted for this report.