Build #1 for miv-0.4.9

[all reports]

Package miv-0.4.9
Install InstallOk
Docs Ok
Tests Ok
Time submitted 2025-06-19 23:17:41.300907469 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies HsYAML-0.2.1.5, MissingH-1.6.0.2, SafeSemaphore-0.10.1, async-2.2.5, base-4.19.2.0, bytestring-0.12.1.0, concurrent-output-1.10.21, containers-0.6.8, data-default-0.8.0.1, directory-1.3.8.5, extra-1.8, filepath-1.4.301.0, filepattern-0.1.3, monad-parallel-0.8, process-1.6.25.0, text-2.1.1, text-builder-linear-0.1.3, text-display-1.0.0.0, time-1.12.2, unix-compat-0.7.4, xdg-basedir-0.2.2
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring HsYAML-0.2.1.5...
Preprocessing library for HsYAML-0.2.1.5..
Building library for HsYAML-0.2.1.5..
[ 1 of 14] Compiling Data.DList       ( src/Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[ 2 of 14] Compiling Util             ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
[ 3 of 14] Compiling Data.YAML.Token.Encoding ( src/Data/YAML/Token/Encoding.hs, dist/build/Data/YAML/Token/Encoding.o, dist/build/Data/YAML/Token/Encoding.dyn_o )

src/Data/YAML/Token/Encoding.hs:250:5: warning: [GHC-53633] [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for decodeFourUTF8:
        decodeFourUTF8 first
                       offset
                       (second : third : fourth : rest) | third < 0x80
                                                            || 0xBF < third = ...
    |
250 |   | third  < 0x80 || 0xBF < third  = error "UTF-8 quad byte char has invalid fourth byte"
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.YAML.Token  ( src/Data/YAML/Token.hs, dist/build/Data/YAML/Token.o, dist/build/Data/YAML/Token.dyn_o )
[ 5 of 14] Compiling Data.YAML.Pos    ( src/Data/YAML/Pos.hs, dist/build/Data/YAML/Pos.o, dist/build/Data/YAML/Pos.dyn_o )
[ 6 of 14] Compiling Data.YAML.Event.Internal ( src/Data/YAML/Event/Internal.hs, dist/build/Data/YAML/Event/Internal.o, dist/build/Data/YAML/Event/Internal.dyn_o )
[ 7 of 14] Compiling Data.YAML.Event.Writer ( src/Data/YAML/Event/Writer.hs, dist/build/Data/YAML/Event/Writer.o, dist/build/Data/YAML/Event/Writer.dyn_o )
[ 8 of 14] Compiling Data.YAML.Event  ( src/Data/YAML/Event.hs, dist/build/Data/YAML/Event.o, dist/build/Data/YAML/Event.dyn_o )
[ 9 of 14] Compiling Data.YAML.Schema.Internal ( src/Data/YAML/Schema/Internal.hs, dist/build/Data/YAML/Schema/Internal.o, dist/build/Data/YAML/Schema/Internal.dyn_o )
[10 of 14] Compiling Data.YAML.Schema ( src/Data/YAML/Schema.hs, dist/build/Data/YAML/Schema.o, dist/build/Data/YAML/Schema.dyn_o )
[11 of 14] Compiling Data.YAML.Loader ( src/Data/YAML/Loader.hs, dist/build/Data/YAML/Loader.o, dist/build/Data/YAML/Loader.dyn_o )
[12 of 14] Compiling Data.YAML.Internal ( src/Data/YAML/Internal.hs, dist/build/Data/YAML/Internal.o, dist/build/Data/YAML/Internal.dyn_o )
[13 of 14] Compiling Data.YAML.Dumper ( src/Data/YAML/Dumper.hs, dist/build/Data/YAML/Dumper.o, dist/build/Data/YAML/Dumper.dyn_o )
[14 of 14] Compiling Data.YAML        ( src/Data/YAML.hs, dist/build/Data/YAML.o, dist/build/Data/YAML.dyn_o )
Preprocessing library for HsYAML-0.2.1.5..
Running Haddock on library for HsYAML-0.2.1.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 14] Compiling Data.DList       ( src/Data/DList.hs, nothing )
[ 2 of 14] Compiling Util             ( src/Util.hs, nothing )
[ 3 of 14] Compiling Data.YAML.Token.Encoding ( src/Data/YAML/Token/Encoding.hs, nothing )
[ 4 of 14] Compiling Data.YAML.Token  ( src/Data/YAML/Token.hs, nothing )
[ 5 of 14] Compiling Data.YAML.Pos    ( src/Data/YAML/Pos.hs, nothing )
[ 6 of 14] Compiling Data.YAML.Event.Internal ( src/Data/YAML/Event/Internal.hs, nothing )
[ 7 of 14] Compiling Data.YAML.Event.Writer ( src/Data/YAML/Event/Writer.hs, nothing )
[ 8 of 14] Compiling Data.YAML.Event  ( src/Data/YAML/Event.hs, nothing )
[ 9 of 14] Compiling Data.YAML.Schema.Internal ( src/Data/YAML/Schema/Internal.hs, nothing )
[10 of 14] Compiling Data.YAML.Schema ( src/Data/YAML/Schema.hs, nothing )
[11 of 14] Compiling Data.YAML.Loader ( src/Data/YAML/Loader.hs, nothing )
[12 of 14] Compiling Data.YAML.Internal ( src/Data/YAML/Internal.hs, nothing )
[13 of 14] Compiling Data.YAML.Dumper ( src/Data/YAML/Dumper.hs, nothing )
[14 of 14] Compiling Data.YAML        ( src/Data/YAML.hs, nothing )
Haddock coverage:
Warning: 'Token' is ambiguous. It is defined
    * at src/Data/YAML/Token.hs:183:14
    * at src/Data/YAML/Token.hs:183:1
    You 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/YAML/Token.hs:183:1
Warning: 'Reply' is ambiguous. It is defined
    * at src/Data/YAML/Token.hs:239:21
    * at src/Data/YAML/Token.hs:239:1
    You 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/YAML/Token.hs:239:1
Warning: 'Result' is ambiguous. It is defined
    * at src/Data/YAML/Token.hs:225:22
    * at src/Data/YAML/Token.hs:224:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/YAML/Token.hs:224:1
Warning: 'State' is ambiguous. It is defined
    * at src/Data/YAML/Token.hs:263:14
    * at src/Data/YAML/Token.hs:263:1
    You 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/YAML/Token.hs:263:1
 100% (  5 /  5) in 'Data.YAML.Token'
Warning: 'Pos' is ambiguous. It is defined
    * at src/Data/YAML/Pos.hs:25:12
    * at src/Data/YAML/Pos.hs:25:1
    You 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/YAML/Pos.hs:25:1
Warning: 'Tag' is ambiguous. It is defined
    * at src/Data/YAML/Event/Internal.hs:164:15
    * at src/Data/YAML/Event/Internal.hs:164:1
    You 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/YAML/Event/Internal.hs:164:1
Warning: 'Tag' is ambiguous. It is defined
    * at src/Data/YAML/Event/Internal.hs:164:15
    * at src/Data/YAML/Event/Internal.hs:164:1
    You 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/YAML/Event/Internal.hs:164:1
 100% ( 28 / 28) in 'Data.YAML.Event'
Warning: 'SchemaResolver' is ambiguous. It is defined
    * at src/Data/YAML/Schema/Internal.hs:66:23
    * at src/Data/YAML/Schema/Internal.hs:66:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/YAML/Schema/Internal.hs:66:1
Warning: 'SchemaEncoder' is ambiguous. It is defined
    * at src/Data/YAML/Schema/Internal.hs:372:22
    * at src/Data/YAML/Schema/Internal.hs:372:1
    You 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/YAML/Schema/Internal.hs:372:1
Warning: 'SchemaEncoder' is ambiguous. It is defined
    * at src/Data/YAML/Schema/Internal.hs:372:22
    * at src/Data/YAML/Schema/Internal.hs:372:1
    You 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/YAML/Schema/Internal.hs:372:1
 100% ( 21 / 21) in 'Data.YAML.Schema'
Warning: 'Loader' is ambiguous. It is defined
    * at src/Data/YAML/Loader.hs:39:19
    * at src/Data/YAML/Loader.hs:39:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/YAML/Loader.hs:39:1
Warning: 'Doc' is ambiguous. It is defined
    * at src/Data/YAML/Internal.hs:27:17
    * at src/Data/YAML/Internal.hs:27:1
    You 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/YAML/Internal.hs:27:1
Warning: 'Pos' is ambiguous. It is defined
    * at src/Data/YAML/Pos.hs:25:12
    * at src/Data/YAML/Pos.hs:25:1
    You 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/YAML/Pos.hs:25:1
 100% ( 72 / 72) in 'Data.YAML'
Warning: Data.YAML.Token: could not find link destinations for: 
	- Data.YAML.Token.Encoding.Rep_Encoding
	- Data.YAML.Token.Rep_Token
	- Data.YAML.Token.Rep_Code
Warning: Data.YAML.Event: could not find link destinations for: 
	- Data.YAML.Pos.Rep_Pos
	- Data.YAML.Event.Internal.scalarNodeStyle
	- Data.YAML.Event.Internal.Rep_EvPos
	- Data.YAML.Event.Internal.Rep_Event
	- Data.YAML.Event.Internal.Rep_Tag
	- Data.YAML.Event.Internal.Rep_NodeStyle
	- Data.YAML.Event.Internal.Rep_ScalarStyle
	- Data.YAML.Event.Internal.Rep_IndentOfs
	- Data.YAML.Event.Internal.Rep_Chomp
	- Data.YAML.Event.Internal.Rep_Directives
Warning: Data.YAML: could not find link destinations for: 
	- Data.YAML.Pos.Rep_Pos
	- Data.YAML.Schema.Internal.Rep_Scalar
	- Data.YAML.Internal.Rep_Node
	- Data.YAML.Internal.Rep_Doc
	- Data.YAML.Loc
Documentation created: dist/doc/html/HsYAML/, dist/doc/html/HsYAML/HsYAML.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/HsYAML-0.2.1.5-Cnl4tswjq3KB4zkajvyHQ
Completed    HsYAML-0.2.1.5
Configuring SafeSemaphore-0.10.1...
Preprocessing library for SafeSemaphore-0.10.1..
Building library for SafeSemaphore-0.10.1..
[1 of 8] Compiling Control.Concurrent.FairRWLock ( src/Control/Concurrent/FairRWLock.hs, dist/build/Control/Concurrent/FairRWLock.o, dist/build/Control/Concurrent/FairRWLock.dyn_o )

src/Control/Concurrent/FairRWLock.hs:45: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()
   |
45 | import Control.Applicative(liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 8] Compiling Control.Concurrent.MSampleVar ( src/Control/Concurrent/MSampleVar.hs, dist/build/Control/Concurrent/MSampleVar.o, dist/build/Control/Concurrent/MSampleVar.dyn_o )
[3 of 8] Compiling Control.Concurrent.MSem ( src/Control/Concurrent/MSem.lhs, dist/build/Control/Concurrent/MSem.o, dist/build/Control/Concurrent/MSem.dyn_o )
[4 of 8] Compiling Control.Concurrent.MSemN ( src/Control/Concurrent/MSemN.lhs, dist/build/Control/Concurrent/MSemN.o, dist/build/Control/Concurrent/MSemN.dyn_o )
[5 of 8] Compiling Control.Concurrent.MSemN2 ( src/Control/Concurrent/MSemN2.hs, dist/build/Control/Concurrent/MSemN2.o, dist/build/Control/Concurrent/MSemN2.dyn_o )
[6 of 8] Compiling Control.Concurrent.STM.SSemInternals ( src/Control/Concurrent/STM/SSemInternals.hs, dist/build/Control/Concurrent/STM/SSemInternals.o, dist/build/Control/Concurrent/STM/SSemInternals.dyn_o )
[7 of 8] Compiling Control.Concurrent.STM.SSem ( src/Control/Concurrent/STM/SSem.hs, dist/build/Control/Concurrent/STM/SSem.o, dist/build/Control/Concurrent/STM/SSem.dyn_o )
[8 of 8] Compiling Control.Concurrent.SSem ( src/Control/Concurrent/SSem.hs, dist/build/Control/Concurrent/SSem.o, dist/build/Control/Concurrent/SSem.dyn_o )
Preprocessing library for SafeSemaphore-0.10.1..
Running Haddock on library for SafeSemaphore-0.10.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling Control.Concurrent.FairRWLock ( src/Control/Concurrent/FairRWLock.hs, nothing )

src/Control/Concurrent/FairRWLock.hs:45: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()
   |
45 | import Control.Applicative(liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 8] Compiling Control.Concurrent.MSampleVar ( src/Control/Concurrent/MSampleVar.hs, nothing )
[3 of 8] Compiling Control.Concurrent.MSem ( src/Control/Concurrent/MSem.lhs, nothing )
[4 of 8] Compiling Control.Concurrent.MSemN ( src/Control/Concurrent/MSemN.lhs, nothing )
[5 of 8] Compiling Control.Concurrent.MSemN2 ( src/Control/Concurrent/MSemN2.hs, nothing )
[6 of 8] Compiling Control.Concurrent.STM.SSemInternals ( src/Control/Concurrent/STM/SSemInternals.hs, nothing )
[7 of 8] Compiling Control.Concurrent.STM.SSem ( src/Control/Concurrent/STM/SSem.hs, nothing )
[8 of 8] Compiling Control.Concurrent.SSem ( src/Control/Concurrent/SSem.hs, nothing )
Haddock coverage:
Warning: 'FairRWLock' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  82% ( 14 / 17) in 'Control.Concurrent.FairRWLock'
  Missing documentation for:
    LockKind (src/Control/Concurrent/FairRWLock.hs:62)
    TMap (src/Control/Concurrent/FairRWLock.hs:59)
    TSet (src/Control/Concurrent/FairRWLock.hs:60)
Warning: 'MSampleVar' is ambiguous. It is defined
    * at src/Control/Concurrent/MSampleVar.hs:61:21
    * at src/Control/Concurrent/MSampleVar.hs:61:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/MSampleVar.hs:61:1
Warning: 'SampleVar' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'writeSampleVar' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  9 /  9) in 'Control.Concurrent.MSampleVar'
Warning: 'MSem' is ambiguous. It is defined
    * at src/Control/Concurrent/MSem.lhs:114:17
    * at src/Control/Concurrent/MSem.lhs:114:3
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/MSem.lhs:114:3
 100% (  7 /  7) in 'Control.Concurrent.MSem'
Warning: 'MSemN' is ambiguous. It is defined
    * at src/Control/Concurrent/MSemN.lhs:64:18
    * at src/Control/Concurrent/MSemN.lhs:64:3
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/MSemN.lhs:64:3
Warning: 'waitWith' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Control.Concurrent.MSemN'
Warning: 'MSemN' is ambiguous. It is defined
    * at src/Control/Concurrent/MSemN2.hs:67:16
    * at src/Control/Concurrent/MSemN2.hs:67:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/MSemN2.hs:67:1
Warning: 'waitWith' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Control.Concurrent.MSemN2'
  90% (  9 / 10) in 'Control.Concurrent.STM.SSem'
  Missing documentation for:
    SSem (src/Control/Concurrent/STM/SSemInternals.hs:27)
Warning: 'with' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'withN' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'retry' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  91% ( 11 / 12) in 'Control.Concurrent.SSem'
  Missing documentation for:
    SSem (src/Control/Concurrent/STM/SSemInternals.hs:27)
Documentation created: dist/doc/html/SafeSemaphore/,
dist/doc/html/SafeSemaphore/SafeSemaphore.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/SafeSemaphore-0.10.1-5rXEBoK6WP3GyJN9T6xvc7
Completed    SafeSemaphore-0.10.1
Configuring clock-0.8.4...
Preprocessing library for clock-0.8.4..
Building library for clock-0.8.4..
[1 of 2] Compiling System.Clock     ( dist/build/System/Clock.hs, dist/build/System/Clock.o, dist/build/System/Clock.dyn_o )
[2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, dist/build/System/Clock/Seconds.o, dist/build/System/Clock/Seconds.dyn_o )
Preprocessing library for clock-0.8.4..
Running Haddock on library for clock-0.8.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling System.Clock     ( dist/build/System/Clock.hs, nothing )
[2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, nothing )
Haddock coverage:
  81% (  9 / 11) in 'System.Clock'
  Missing documentation for:
    normalize (System/Clock.hsc:267)
    s2ns (System/Clock.hsc:264)
  75% (  6 /  8) in 'System.Clock.Seconds'
  Missing documentation for:
    Module header
    Seconds (System/Clock/Seconds.hs:21)
Warning: System.Clock: could not find link destinations for: 
	- System.Clock.Rep_TimeSpec
	- System.Clock.Rep_Clock
Warning: System.Clock.Seconds: could not find link destinations for: 
	- System.Clock.Rep_Clock
	- System.Clock.Seconds.Rep_Seconds
Documentation created: dist/doc/html/clock/, dist/doc/html/clock/clock.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/clock-0.8.4-9mIDgJzjLvj7z3x0NN2L3T
Completed    clock-0.8.4
Configuring colour-2.3.6...
Preprocessing library for colour-2.3.6..
Building library for colour-2.3.6..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o, dist/build/Data/Colour/CIE/Chromaticity.dyn_o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o, dist/build/Data/Colour/CIE/Illuminant.dyn_o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o, dist/build/Data/Colour/Chan.dyn_o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o, dist/build/Data/Colour/Internal.dyn_o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o, dist/build/Data/Colour/Matrix.dyn_o )
[ 6 of 14] Compiling Data.Colour.RGB  ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o, dist/build/Data/Colour/RGB.dyn_o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o, dist/build/Data/Colour/RGBSpace/HSL.dyn_o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o, dist/build/Data/Colour/RGBSpace/HSV.dyn_o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o, dist/build/Data/Colour/SRGB/Linear.dyn_o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o, dist/build/Data/Colour/RGBSpace.dyn_o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o, dist/build/Data/Colour/SRGB.dyn_o )

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

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

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

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

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

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

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

Data/Colour/SRGB.hs:129:33: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
129 |              | otherwise = fst (head rx)
    |                                 ^^^^
[12 of 14] Compiling Data.Colour      ( Data/Colour.hs, nothing )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, nothing )
[14 of 14] Compiling Data.Colour.CIE  ( Data/Colour/CIE.hs, nothing )
Haddock coverage:
 100% ( 21 / 21) in 'Data.Colour.CIE.Illuminant'
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSL'
  Missing documentation for:
    Module header
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
  85% (  6 /  7) in 'Data.Colour.RGBSpace.HSV'
  Missing documentation for:
    Module header
 100% (  6 /  6) in 'Data.Colour.SRGB.Linear'
Warning: 'RGBSpace' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:122:19
    * at Data/Colour/RGBSpace.hs:122:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:122:1
Warning: 'TransferFunction' is ambiguous. It is defined
    * at Data/Colour/RGBSpace.hs:92:27
    * at Data/Colour/RGBSpace.hs:92:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGBSpace.hs:92:1
Warning: 'RGB' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:30:14
    * at Data/Colour/RGB.hs:30:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:30:1
Warning: 'RGBGamut' is ambiguous. It is defined
    * at Data/Colour/RGB.hs:54:17
    * at Data/Colour/RGB.hs:54:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Colour/RGB.hs:54:1
  83% ( 20 / 24) in 'Data.Colour.RGBSpace'
  Missing documentation for:
    primaries
    whitePoint
    gamut
    transferFunction
 100% ( 14 / 14) in 'Data.Colour.SRGB'
  85% ( 17 / 20) in 'Data.Colour'
  Missing documentation for:
    black (Data/Colour/Internal.hs:53)
    AffineSpace (Data/Colour/Internal.hs:110)
    ColourOps (Data/Colour/Internal.hs:147)
   0% (  1 /149) in 'Data.Colour.Names'
  Missing documentation for:
    readColourName (Data/Colour/Names.hs:190)
    aliceblue (Data/Colour/Names.hs:341)
    antiquewhite (Data/Colour/Names.hs:344)
    aqua (Data/Colour/Names.hs:347)
    aquamarine (Data/Colour/Names.hs:350)
    azure (Data/Colour/Names.hs:353)
    beige (Data/Colour/Names.hs:356)
    bisque (Data/Colour/Names.hs:359)
    black (Data/Colour/Internal.hs:53)
    blanchedalmond (Data/Colour/Names.hs:364)
    blue (Data/Colour/Names.hs:367)
    blueviolet (Data/Colour/Names.hs:370)
    brown (Data/Colour/Names.hs:373)
    burlywood (Data/Colour/Names.hs:376)
    cadetblue (Data/Colour/Names.hs:379)
    chartreuse (Data/Colour/Names.hs:382)
    chocolate (Data/Colour/Names.hs:385)
    coral (Data/Colour/Names.hs:388)
    cornflowerblue (Data/Colour/Names.hs:391)
    cornsilk (Data/Colour/Names.hs:394)
    crimson (Data/Colour/Names.hs:397)
    cyan (Data/Colour/Names.hs:400)
    darkblue (Data/Colour/Names.hs:403)
    darkcyan (Data/Colour/Names.hs:406)
    darkgoldenrod (Data/Colour/Names.hs:409)
    darkgray (Data/Colour/Names.hs:412)
    darkgreen (Data/Colour/Names.hs:415)
    darkgrey (Data/Colour/Names.hs:418)
    darkkhaki (Data/Colour/Names.hs:421)
    darkmagenta (Data/Colour/Names.hs:424)
    darkolivegreen (Data/Colour/Names.hs:427)
    darkorange (Data/Colour/Names.hs:430)
    darkorchid (Data/Colour/Names.hs:433)
    darkred (Data/Colour/Names.hs:436)
    darksalmon (Data/Colour/Names.hs:439)
    darkseagreen (Data/Colour/Names.hs:442)
    darkslateblue (Data/Colour/Names.hs:445)
    darkslategray (Data/Colour/Names.hs:448)
    darkslategrey (Data/Colour/Names.hs:451)
    darkturquoise (Data/Colour/Names.hs:454)
    darkviolet (Data/Colour/Names.hs:457)
    deeppink (Data/Colour/Names.hs:460)
    deepskyblue (Data/Colour/Names.hs:463)
    dimgray (Data/Colour/Names.hs:466)
    dimgrey (Data/Colour/Names.hs:469)
    dodgerblue (Data/Colour/Names.hs:472)
    firebrick (Data/Colour/Names.hs:475)
    floralwhite (Data/Colour/Names.hs:478)
    forestgreen (Data/Colour/Names.hs:481)
    fuchsia (Data/Colour/Names.hs:484)
    gainsboro (Data/Colour/Names.hs:487)
    ghostwhite (Data/Colour/Names.hs:490)
    gold (Data/Colour/Names.hs:493)
    goldenrod (Data/Colour/Names.hs:496)
    gray (Data/Colour/Names.hs:499)
    grey (Data/Colour/Names.hs:502)
    green (Data/Colour/Names.hs:505)
    greenyellow (Data/Colour/Names.hs:508)
    honeydew (Data/Colour/Names.hs:511)
    hotpink (Data/Colour/Names.hs:514)
    indianred (Data/Colour/Names.hs:517)
    indigo (Data/Colour/Names.hs:520)
    ivory (Data/Colour/Names.hs:523)
    khaki (Data/Colour/Names.hs:526)
    lavender (Data/Colour/Names.hs:529)
    lavenderblush (Data/Colour/Names.hs:532)
    lawngreen (Data/Colour/Names.hs:535)
    lemonchiffon (Data/Colour/Names.hs:538)
    lightblue (Data/Colour/Names.hs:541)
    lightcoral (Data/Colour/Names.hs:544)
    lightcyan (Data/Colour/Names.hs:547)
    lightgoldenrodyellow (Data/Colour/Names.hs:550)
    lightgray (Data/Colour/Names.hs:553)
    lightgreen (Data/Colour/Names.hs:556)
    lightgrey (Data/Colour/Names.hs:559)
    lightpink (Data/Colour/Names.hs:562)
    lightsalmon (Data/Colour/Names.hs:565)
    lightseagreen (Data/Colour/Names.hs:568)
    lightskyblue (Data/Colour/Names.hs:571)
    lightslategray (Data/Colour/Names.hs:574)
    lightslategrey (Data/Colour/Names.hs:577)
    lightsteelblue (Data/Colour/Names.hs:580)
    lightyellow (Data/Colour/Names.hs:583)
    lime (Data/Colour/Names.hs:586)
    limegreen (Data/Colour/Names.hs:589)
    linen (Data/Colour/Names.hs:592)
    magenta (Data/Colour/Names.hs:595)
    maroon (Data/Colour/Names.hs:598)
    mediumaquamarine (Data/Colour/Names.hs:601)
    mediumblue (Data/Colour/Names.hs:604)
    mediumorchid (Data/Colour/Names.hs:607)
    mediumpurple (Data/Colour/Names.hs:610)
    mediumseagreen (Data/Colour/Names.hs:613)
    mediumslateblue (Data/Colour/Names.hs:616)
    mediumspringgreen (Data/Colour/Names.hs:619)
    mediumturquoise (Data/Colour/Names.hs:622)
    mediumvioletred (Data/Colour/Names.hs:625)
    midnightblue (Data/Colour/Names.hs:628)
    mintcream (Data/Colour/Names.hs:631)
    mistyrose (Data/Colour/Names.hs:634)
    moccasin (Data/Colour/Names.hs:637)
    navajowhite (Data/Colour/Names.hs:640)
    navy (Data/Colour/Names.hs:643)
    oldlace (Data/Colour/Names.hs:646)
    olive (Data/Colour/Names.hs:649)
    olivedrab (Data/Colour/Names.hs:652)
    orange (Data/Colour/Names.hs:655)
    orangered (Data/Colour/Names.hs:658)
    orchid (Data/Colour/Names.hs:661)
    palegoldenrod (Data/Colour/Names.hs:664)
    palegreen (Data/Colour/Names.hs:667)
    paleturquoise (Data/Colour/Names.hs:670)
    palevioletred (Data/Colour/Names.hs:673)
    papayawhip (Data/Colour/Names.hs:676)
    peachpuff (Data/Colour/Names.hs:679)
    peru (Data/Colour/Names.hs:682)
    pink (Data/Colour/Names.hs:685)
    plum (Data/Colour/Names.hs:688)
    powderblue (Data/Colour/Names.hs:691)
    purple (Data/Colour/Names.hs:694)
    red (Data/Colour/Names.hs:697)
    rosybrown (Data/Colour/Names.hs:700)
    royalblue (Data/Colour/Names.hs:703)
    saddlebrown (Data/Colour/Names.hs:706)
    salmon (Data/Colour/Names.hs:709)
    sandybrown (Data/Colour/Names.hs:712)
    seagreen (Data/Colour/Names.hs:715)
    seashell (Data/Colour/Names.hs:718)
    sienna (Data/Colour/Names.hs:721)
    silver (Data/Colour/Names.hs:724)
    skyblue (Data/Colour/Names.hs:727)
    slateblue (Data/Colour/Names.hs:730)
    slategray (Data/Colour/Names.hs:733)
    slategrey (Data/Colour/Names.hs:736)
    snow (Data/Colour/Names.hs:739)
    springgreen (Data/Colour/Names.hs:742)
    steelblue (Data/Colour/Names.hs:745)
    tan (Data/Colour/Names.hs:748)
    teal (Data/Colour/Names.hs:751)
    thistle (Data/Colour/Names.hs:754)
    tomato (Data/Colour/Names.hs:757)
    turquoise (Data/Colour/Names.hs:760)
    violet (Data/Colour/Names.hs:763)
    wheat (Data/Colour/Names.hs:766)
    white (Data/Colour/Names.hs:769)
    whitesmoke (Data/Colour/Names.hs:772)
    yellow (Data/Colour/Names.hs:775)
    yellowgreen (Data/Colour/Names.hs:778)
Warning: 'toCIEXYZ' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cieXYZView' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 15 / 17) in 'Data.Colour.CIE'
  Missing documentation for:
    toCIEXYZ (Data/Colour/CIE.hs:65)
    Chromaticity (Data/Colour/CIE/Chromaticity.hs:25)
Documentation created: dist/doc/html/colour/, dist/doc/html/colour/colour.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/colour-2.3.6-JegldMtiv9a8c4VaIBFkGx
Completed    colour-2.3.6
Configuring data-default-0.8.0.1...
Preprocessing library for data-default-0.8.0.1..
Building library for data-default-0.8.0.1..
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, dist/build/Data/Default/Internal.o, dist/build/Data/Default/Internal.dyn_o )
[2 of 2] Compiling Data.Default     ( Data/Default.hs, dist/build/Data/Default.o, dist/build/Data/Default.dyn_o )
Preprocessing library for data-default-0.8.0.1..
Running Haddock on library for data-default-0.8.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Default.Internal ( Data/Default/Internal.hs, nothing )
[2 of 2] Compiling Data.Default     ( Data/Default.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Data.Default.Internal'
 100% (  2 /  2) in 'Data.Default'
Documentation created: dist/doc/html/data-default/,
dist/doc/html/data-default/data-default.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/data-default-0.8.0.1-1xCv6D5orjY6O9aT2YDXOA
Completed    data-default-0.8.0.1
Configuring network-3.2.7.0...
configure: WARNING: unrecognized options: --with-compiler
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for fcntl.h... yes
checking for sys/uio.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... yes
checking for arpa/inet.h... yes
checking for netdb.h... yes
checking for net/if.h... yes
checking for netioapi.h... no
checking for struct ucred... yes
checking for gai_strerror... yes
checking for gethostent... yes
checking for accept4... yes
checking for getpeereid... no
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking whether AI_ADDRCONFIG is declared... yes
checking whether AI_ALL is declared... yes
checking whether AI_NUMERICSERV is declared... yes
checking whether AI_V4MAPPED is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking whether IPPROTO_IP is declared... yes
checking whether IPPROTO_TCP is declared... yes
checking whether IPPROTO_IPV6 is declared... yes
checking whether SO_PEERCRED is declared... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
configure: creating ./network.buildinfo
configure: creating ./config.status
config.status: creating include/HsNetworkConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for network-3.2.7.0..
Building library for network-3.2.7.0..
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.o, dist/build/Network/Socket/Imports.dyn_o )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.o, dist/build/Network/Socket/If.dyn_o )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.o, dist/build/Network/Socket/Flag.dyn_o )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.o, dist/build/Network/Socket/Cbits.dyn_o )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.o, dist/build/Network/Socket/Fcntl.dyn_o )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.o, dist/build/Network/Socket/Posix/IOVec.dyn_o )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.o, dist/build/Network/Socket/ReadShow.dyn_o )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o, dist/build/Network/Socket/Types.dyn_o )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o )
[28 of 29] Compiling Network.Socket   ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o )
Preprocessing library for network-3.2.7.0..
Running Haddock on library for network-3.2.7.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, nothing )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, nothing )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, nothing )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, nothing )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, nothing )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, nothing )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, nothing )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, nothing )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, nothing )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, nothing )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, nothing )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, nothing )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, nothing )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, nothing )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, nothing )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, nothing )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, nothing )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, nothing )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, nothing )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, nothing )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, nothing )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, nothing )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, nothing )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, nothing )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, nothing )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, nothing )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, nothing )
[28 of 29] Compiling Network.Socket   ( Network/Socket.hs, nothing )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, nothing )
Haddock coverage:
Warning: 'Socket' is ambiguous. It is defined
    * at dist/build/Network/Socket/Types.hs:112:15
    * at dist/build/Network/Socket/Types.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at dist/build/Network/Socket/Types.hs:112:1
Warning: 'getAddrInfo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Foreign.C.Types
Warning: 'Family' is ambiguous. It is defined
    * at Network/Socket/Types.hsc:398:18
    * at Network/Socket/Types.hsc:398:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Types.hsc:398:1
Warning: 'CmsgId' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:38:15
    * at Network/Socket/Posix/Cmsg.hsc:38:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:38:1
Warning: 'Fds' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'IPv6PktInfo' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:215:20
    * at Network/Socket/Posix/Cmsg.hsc:215:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:215:1
Warning: 'IPv4PktInfo' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:182:20
    * at Network/Socket/Posix/Cmsg.hsc:182:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:182:1
Warning: 'IPv6TClass' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:172:22
    * at Network/Socket/Posix/Cmsg.hsc:172:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:172:1
Warning: 'IPv4TOS' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:162:19
    * at Network/Socket/Posix/Cmsg.hsc:162:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:162:1
Warning: 'IPv6HopLimit' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:152:24
    * at Network/Socket/Posix/Cmsg.hsc:152:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:152:1
Warning: 'IPv4TTL' is ambiguous. It is defined
    * at Network/Socket/Posix/Cmsg.hsc:141:19
    * at Network/Socket/Posix/Cmsg.hsc:141:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Posix/Cmsg.hsc:141:1
 100% ( 20 / 20) in 'Network.Socket.Internal'
Warning: 'sendmsg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'StructLinger' is ambiguous. It is defined
    * at Network/Socket/Options.hsc:480:21
    * at Network/Socket/Options.hsc:480:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Options.hsc:480:1
Warning: 'CInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Foreign.C.Types
Warning: 'setSocOptValue' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SockOptValue' is ambiguous. It is defined
    * at Network/Socket/Options.hsc:508:3
    * at Network/Socket/Options.hsc:507:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Options.hsc:507:1
Warning: 'AddrInfo' is ambiguous. It is defined
    * at Network/Socket/Info.hsc:104:17
    * at Network/Socket/Info.hsc:104:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/Socket/Info.hsc:104:1
Warning: 'inet_ntop' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hClose' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'gracefulClose' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'socket' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Cannot find documentation for: $vectored
 100% ( 17 / 17) in 'Network.Socket.ByteString'
 100% ( 19 / 19) in 'Network.Socket.Address'
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  97% (127 /130) in 'Network.Socket'
  Missing documentation for:
    AddrInfo (Network/Socket/Info.hsc:104)
    ShutdownCmd (Network/Socket/Shutdown.hs:28)
    packFamily
  75% (  6 /  8) in 'Network.Socket.ByteString.Lazy'
  Missing documentation for:
    send (Network/Socket/ByteString/Lazy/Posix.hs:29)
    sendAll (Network/Socket/ByteString/Lazy/Posix.hs:58)
Warning: Network.Socket: could not find link destinations for: 
	- Network.Socket.Info.GetAddrInfo
Documentation created: dist/doc/html/network/,
dist/doc/html/network/network.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-3.2.7.0-LRYd70IdAsXC1OZdaI7ZCi
Completed    network-3.2.7.0
Configuring old-locale-1.0.0.7...
Preprocessing library for old-locale-1.0.0.7..
Building library for old-locale-1.0.0.7..
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o, dist/build/System/Locale.dyn_o )
Preprocessing library for old-locale-1.0.0.7..
Running Haddock on library for old-locale-1.0.0.7..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Locale    ( System/Locale.hs, nothing )
Haddock coverage:
  60% (  3 /  5) in 'System.Locale'
  Missing documentation for:
    TimeLocale (System/Locale.hs:36)
    defaultTimeLocale (System/Locale.hs:50)
Documentation created: dist/doc/html/old-locale/,
dist/doc/html/old-locale/old-locale.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/old-locale-1.0.0.7-2YowMuiAcJ5JaeIIGUyoRA
Completed    old-locale-1.0.0.7
Configuring os-string-2.0.7...
Preprocessing library for os-string-2.0.7..
Building library for os-string-2.0.7..
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o )

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

System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
   |                                          ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, nothing )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, nothing )
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, nothing )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, nothing )
[10 of 11] Compiling System.OsString  ( System/OsString.hs, nothing )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, nothing )
Haddock coverage:
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
  26% ( 11 / 41) in 'System.OsString.Data.ByteString.Short.Internal'
  Missing documentation for:
    _nul (System/OsString/Data/ByteString/Short/Internal.hs:60)
    isSpace (System/OsString/Data/ByteString/Short/Internal.hs:63)
    create (System/OsString/Data/ByteString/Short/Internal.hs:70)
    asBA (System/OsString/Data/ByteString/Short/Internal.hs:80)
    BA (System/OsString/Data/ByteString/Short/Internal.hs:84)
    MBA (System/OsString/Data/ByteString/Short/Internal.hs:85)
    newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:89)
    newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:94)
    copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:99)
    unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:104)
    copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:109)
    moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:244)
    moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:248)
    packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:251)
    packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:254)
    unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:265)
    packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:274)
    packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:277)
    indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:299)
    word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:320)
    word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:322)
    setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:325)
    copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:330)
    createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:356)
    createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:372)
    findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:397)
    assertEven (System/OsString/Data/ByteString/Short/Internal.hs:422)
    errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:430)
    moduleError (System/OsString/Data/ByteString/Short/Internal.hs:434)
    compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:444)
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
  96% ( 93 / 96) in 'System.OsString.Data.ByteString.Short'
  Missing documentation for:
    append
    uncons2 (System/OsString/Data/ByteString/Short.hs:184)
    concat
Warning: 'ShortByteString' is ambiguous. It is defined
    * in Data.ByteString.Short.Internal
    * in Data.ByteString.Short.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Short.Internal
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'CString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 92 / 95) in 'System.OsString.Data.ByteString.Short.Word16'
  Missing documentation for:
    append
    concat
    breakSubstring (System/OsString/Data/ByteString/Short/Word16.hs:663)
Warning: 'try' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  33% (  1 /  3) in 'System.OsString.Internal.Exception'
  Missing documentation for:
    Module header
    isAsyncException (System/OsString/Internal/Exception.hs:17)
Warning: 'TextEncoding' is ambiguous. It is defined
    * in GHC.IO.Encoding.Types
    * in GHC.IO.Encoding.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.IO.Encoding.Types
  27% (  9 / 33) in 'System.OsString.Encoding.Internal'
  Missing documentation for:
    Module header
    ucs2le (System/OsString/Encoding/Internal.hs:42)
    mkUcs2le (System/OsString/Encoding/Internal.hs:45)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
    cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:231)
    cWcharsToChars (System/OsString/Encoding/Internal.hs:238)
    charsToCWchars (System/OsString/Encoding/Internal.hs:248)
    withWindowsString (System/OsString/Encoding/Internal.hs:264)
    peekWindowsString (System/OsString/Encoding/Internal.hs:267)
    withPosixString (System/OsString/Encoding/Internal.hs:272)
    withPosixString' (System/OsString/Encoding/Internal.hs:275)
    peekPosixString (System/OsString/Encoding/Internal.hs:278)
    peekPosixString' (System/OsString/Encoding/Internal.hs:281)
    EncodingException (System/OsString/Encoding/Internal.hs:340)
    showEncodingException (System/OsString/Encoding/Internal.hs:348)
    wNUL (System/OsString/Encoding/Internal.hs:367)
  44% ( 11 / 25) in 'System.OsString.Encoding'
  Missing documentation for:
    Module header
    EncodingException (System/OsString/Encoding/Internal.hs:340)
    showEncodingException (System/OsString/Encoding/Internal.hs:348)
    ucs2le (System/OsString/Encoding/Internal.hs:42)
    mkUcs2le (System/OsString/Encoding/Internal.hs:45)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:50)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:60)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:71)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:96)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:131)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:136)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:146)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:157)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:195)
Warning: 'WindowsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:60:25
    * at System/OsString/Internal/Types.hs:60:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1
Warning: 'PosixString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:87:23
    * at System/OsString/Internal/Types.hs:87:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1
Warning: 'ShortByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:123:23
    * at System/OsString/Internal/Types.hs:123:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:123:1
Warning: 'WindowsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:117:23
    * at System/OsString/Internal/Types.hs:117:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:117:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:210:18
    * at System/OsString/Internal/Types.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1
Warning: 'OsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:161:20
    * at System/OsString/Internal/Types.hs:161:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1
Warning: '(</>)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  50% (  9 / 18) in 'System.OsString.Internal.Types'
  Missing documentation for:
    Module header
    unWS (System/OsString/Internal/Types.hs:70)
    unPS (System/OsString/Internal/Types.hs:96)
    PlatformString (System/OsString/Internal/Types.hs:114)
    WindowsChar (System/OsString/Internal/Types.hs:117)
    unWW (System/OsString/Internal/Types.hs:131)
    PosixChar (System/OsString/Internal/Types.hs:123)
    unPW (System/OsString/Internal/Types.hs:139)
    PlatformChar (System/OsString/Internal/Types.hs:148)
Warning: 'setFileSystemEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PosixString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:87:23
    * at System/OsString/Internal/Types.hs:87:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:87:1
Warning: 'OsString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 93 / 98) in 'System.OsString.Posix'
  Missing documentation for:
    Module header
    PosixChar (System/OsString/Internal/Types.hs:123)
    singleton (System/OsString/Common.hs:495)
    empty (System/OsString/Common.hs:498)
    concat (System/OsString/Common.hs:706)
Warning: 'setFileSystemEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'getLocaleEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:161:20
    * at System/OsString/Internal/Types.hs:161:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:161:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:210:18
    * at System/OsString/Internal/Types.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:210:1
Warning: 'head' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:281:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:281:1
Warning: 'tail' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:265:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:265:1
Warning: 'init' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:290:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:290:1
Warning: 'last' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:256:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:256:1
Warning: 'map' is ambiguous. It is defined
    * in GHC.Base
    * at System/OsString/Internal.hs:316:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:316:1
Warning: 'reverse' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:322:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:322:1
Warning: 'foldl' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:338:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:338:1
Warning: 'foldl1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:352:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:352:1
Warning: 'foldr' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:368:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:368:1
Warning: 'foldr1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:382:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:382:1
Warning: 'all' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:396:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:396:1
Warning: 'any' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:403:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:403:1
Warning: 'replicate' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:418:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:418:1
Warning: 'take' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:460:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:460:1
Warning: 'length' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:309:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:309:1
Warning: 'drop' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:497:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:497:1
Warning: 'takeWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:491:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:491:1
Warning: 'dropWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:519:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:519:1
Warning: 'break' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:548:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:548:1
Warning: 'span' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:558:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:558:1
Warning: 'splitAt' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:583:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:583:1
Warning: 'elem' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:686:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:686:1
Warning: 'filter' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:704:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:704:1
  94% ( 74 / 78) in 'System.OsString.Internal'
  Missing documentation for:
    Module header
    empty (System/OsString/Internal.hs:221)
    singleton (System/OsString/Internal.hs:224)
    concat (System/OsString/Internal.hs:409)
Warning: 'setFileSystemEncoding' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unsafePerformIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 96 / 99) in 'System.OsString'
  Missing documentation for:
    empty (System/OsString/Internal.hs:221)
    singleton (System/OsString/Internal.hs:224)
    concat (System/OsString/Internal.hs:409)
Warning: 'unsafeDupablePerformIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'WindowsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:60:25
    * at System/OsString/Internal/Types.hs:60:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:60:1
Warning: 'OsString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 93 / 98) in 'System.OsString.Windows'
  Missing documentation for:
    Module header
    WindowsChar (System/OsString/Internal/Types.hs:117)
    singleton (System/OsString/Common.hs:495)
    empty (System/OsString/Common.hs:498)
    concat (System/OsString/Common.hs:706)
Warning: System.OsString.Data.ByteString.Short: could not find link destinations for: 
	- Data.ByteString.Short.Internal.Rep_ShortByteString
	- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Data.ByteString.Short.Word16: could not find link destinations for: 
	- Data.ByteString.Short.Internal.Rep_ShortByteString
	- Data.ByteString.Short.Internal.D:R:ItemShortByteString
Warning: System.OsString.Internal.Types: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_OsChar
	- System.OsString.Internal.Types.Rep_OsString
	- System.OsString.Internal.Types.Rep_PosixChar
	- System.OsString.Internal.Types.Rep_WindowsChar
	- System.OsString.Internal.Types.Rep_PosixString
	- System.OsString.Internal.Types.Rep_WindowsString
Warning: System.OsString.Posix: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_PosixChar
	- System.OsString.Internal.Types.Rep_PosixString
Warning: System.OsString: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_OsChar
	- System.OsString.Internal.Types.Rep_OsString
Warning: System.OsString.Windows: could not find link destinations for: 
	- System.OsString.Internal.Types.Rep_WindowsChar
	- System.OsString.Internal.Types.Rep_WindowsString
Documentation created: dist/doc/html/os-string/,
dist/doc/html/os-string/os-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/os-string-2.0.7-5BBZgm2IGGO8ifbVrttmLE
Completed    os-string-2.0.7
Configuring parallel-3.2.2.0...
Preprocessing library for parallel-3.2.2.0..
Building library for parallel-3.2.2.0..
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o, dist/build/Control/Parallel.dyn_o )
[2 of 3] Compiling Control.Seq      ( Control/Seq.hs, dist/build/Control/Seq.o, dist/build/Control/Seq.dyn_o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o, dist/build/Control/Parallel/Strategies.dyn_o )
Preprocessing library for parallel-3.2.2.0..
Running Haddock on library for parallel-3.2.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, nothing )
[2 of 3] Compiling Control.Seq      ( Control/Seq.hs, nothing )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Control.Parallel'
  72% ( 21 / 29) in 'Control.Seq'
  Missing documentation for:
    seqTuple2 (Control/Seq.hs:175)
    seqTuple3 (Control/Seq.hs:179)
    seqTuple4 (Control/Seq.hs:183)
    seqTuple5 (Control/Seq.hs:187)
    seqTuple6 (Control/Seq.hs:191)
    seqTuple7 (Control/Seq.hs:195)
    seqTuple8 (Control/Seq.hs:199)
    seqTuple9 (Control/Seq.hs:203)
Warning: 'Eval' is ambiguous. It is defined
    * at Control/Parallel/Strategies.hs:210:18
    * at Control/Parallel/Strategies.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Parallel/Strategies.hs:210:1
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Types
Warning: 'evaListSplitAt' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqTuple2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqListN' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'seqFoldable' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  81% ( 72 / 88) in 'Control.Parallel.Strategies'
  Missing documentation for:
    evalTuple2 (Control/Parallel/Strategies.hs:682)
    evalTuple3 (Control/Parallel/Strategies.hs:686)
    evalTuple4 (Control/Parallel/Strategies.hs:690)
    evalTuple5 (Control/Parallel/Strategies.hs:694)
    evalTuple6 (Control/Parallel/Strategies.hs:698)
    evalTuple7 (Control/Parallel/Strategies.hs:702)
    evalTuple8 (Control/Parallel/Strategies.hs:706)
    evalTuple9 (Control/Parallel/Strategies.hs:710)
    parTuple2 (Control/Parallel/Strategies.hs:714)
    parTuple3 (Control/Parallel/Strategies.hs:718)
    parTuple4 (Control/Parallel/Strategies.hs:722)
    parTuple5 (Control/Parallel/Strategies.hs:726)
    parTuple6 (Control/Parallel/Strategies.hs:730)
    parTuple7 (Control/Parallel/Strategies.hs:734)
    parTuple8 (Control/Parallel/Strategies.hs:738)
    parTuple9 (Control/Parallel/Strategies.hs:742)
Documentation created: dist/doc/html/parallel/,
dist/doc/html/parallel/parallel.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/parallel-3.2.2.0-GSDQJ5uadil9MH4j2cuSxT
Completed    parallel-3.2.2.0
Configuring quote-quot-0.2.1.0...
Preprocessing library for quote-quot-0.2.1.0..
Building library for quote-quot-0.2.1.0..
[1 of 1] Compiling Numeric.QuoteQuot ( src/Numeric/QuoteQuot.hs, dist/build/Numeric/QuoteQuot.o, dist/build/Numeric/QuoteQuot.dyn_o )
Preprocessing library for quote-quot-0.2.1.0..
Running Haddock on library for quote-quot-0.2.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Numeric.QuoteQuot ( src/Numeric/QuoteQuot.hs, nothing )
Haddock coverage:
 100% ( 12 / 12) in 'Numeric.QuoteQuot'
Documentation created: dist/doc/html/quote-quot/,
dist/doc/html/quote-quot/quote-quot.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/quote-quot-0.2.1.0-AuXjjO2AztcK0HCPuomnfi
Completed    quote-quot-0.2.1.0
Configuring regex-base-0.94.0.3...
Preprocessing library for regex-base-0.94.0.3..
Building library for regex-base-0.94.0.3..
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, dist/build/Paths_regex_base.o, dist/build/Paths_regex_base.dyn_o )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o, dist/build/Text/Regex/Base/RegexLike.dyn_o )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o, dist/build/Text/Regex/Base/Context.dyn_o )

src/Text/Regex/Base/Context.hs:316:10: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
316 |      let ((whole,_):subs) = elems ma
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Regex/Base/Context.hs:329:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
329 |   matchM = actOn (\(pre,ma,post) -> let ((whole,_):_) = elems ma
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Regex/Base/Context.hs:334:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
334 |   matchM = actOn (\(pre,ma,post) -> let ((whole,_):subs) = elems ma
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 5] Compiling Text.Regex.Base  ( src/Text/Regex/Base.hs, dist/build/Text/Regex/Base.o, dist/build/Text/Regex/Base.dyn_o )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o, dist/build/Text/Regex/Base/Impl.dyn_o )
Preprocessing library for regex-base-0.94.0.3..
Running Haddock on library for regex-base-0.94.0.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, nothing )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, nothing )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, nothing )
[4 of 5] Compiling Text.Regex.Base  ( src/Text/Regex/Base.hs, nothing )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, nothing )
Haddock coverage:
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'target' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fail' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'regex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'source' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'MonadError' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 17 / 18) in 'Text.Regex.Base.RegexLike'
  Missing documentation for:
    MatchText (src/Text/Regex/Base/RegexLike.hs:67)
Warning: 'makeRegex' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'RegexMaker' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'AllSubmatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:277:29
    * at src/Text/Regex/Base/RegexLike.hs:277:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:277:1
Warning: 'AllTextSubmatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:280:33
    * at src/Text/Regex/Base/RegexLike.hs:280:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:280:1
Warning: 'AllMatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:283:26
    * at src/Text/Regex/Base/RegexLike.hs:283:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:283:1
Warning: 'AllTextMatches' is ambiguous. It is defined
    * at src/Text/Regex/Base/RegexLike.hs:286:30
    * at src/Text/Regex/Base/RegexLike.hs:286:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Base/RegexLike.hs:286:1
 100% (  1 /  1) in 'Text.Regex.Base.Context'
  75% (  3 /  4) in 'Text.Regex.Base'
  Missing documentation for:
    getVersion_Text_Regex_Base (src/Text/Regex/Base.hs:81)
  33% (  1 /  3) in 'Text.Regex.Base.Impl'
  Missing documentation for:
    polymatch (src/Text/Regex/Base/Impl.hs:65)
    polymatchM (src/Text/Regex/Base/Impl.hs:71)
Documentation created: dist/doc/html/regex-base/,
dist/doc/html/regex-base/regex-base.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-base-0.94.0.3-72l25sDZMPyJAEvtAnFlwY
Completed    regex-base-0.94.0.3
Configuring terminal-size-0.3.4...
Preprocessing library for terminal-size-0.3.4..
Building library for terminal-size-0.3.4..
[1 of 3] Compiling System.Console.Terminal.Common ( src/System/Console/Terminal/Common.hs, dist/build/System/Console/Terminal/Common.o, dist/build/System/Console/Terminal/Common.dyn_o )
[2 of 3] Compiling System.Console.Terminal.Posix ( dist/build/System/Console/Terminal/Posix.hs, dist/build/System/Console/Terminal/Posix.o, dist/build/System/Console/Terminal/Posix.dyn_o )
[3 of 3] Compiling System.Console.Terminal.Size ( src/System/Console/Terminal/Size.hs, dist/build/System/Console/Terminal/Size.o, dist/build/System/Console/Terminal/Size.dyn_o )
Preprocessing library for terminal-size-0.3.4..
Running Haddock on library for terminal-size-0.3.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Console.Terminal.Common ( src/System/Console/Terminal/Common.hs, nothing )
[2 of 3] Compiling System.Console.Terminal.Posix ( dist/build/System/Console/Terminal/Posix.hs, nothing )
[3 of 3] Compiling System.Console.Terminal.Size ( src/System/Console/Terminal/Size.hs, nothing )
Haddock coverage:
Warning: 'stdout' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stderr' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdin' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'System.Console.Terminal.Size'
Warning: System.Console.Terminal.Size: could not find link destinations for: 
	- System.Console.Terminal.Common.Rep_Window
	- System.Console.Terminal.Common.Rep1_Window
Documentation created: dist/doc/html/terminal-size/,
dist/doc/html/terminal-size/terminal-size.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/terminal-size-0.3.4-GW9QFNgubNOFxz7i3gsXEd
Completed    terminal-size-0.3.4
Configuring transformers-compat-0.7.2...
Preprocessing library for transformers-compat-0.7.2..
Building library for transformers-compat-0.7.2..
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o )
Preprocessing library for transformers-compat-0.7.2..
Running Haddock on library for transformers-compat-0.7.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, nothing )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, nothing )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, nothing )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, nothing )
Haddock coverage:
 100% (  1 /  1) in 'Control.Monad.Trans.Instances'
Warning: 'String' is ambiguous. It is defined
    * in Text.Read.Lex
    * in GHC.Base
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Base
Warning: 'Options' is ambiguous. It is defined
    * at generics/Data/Functor/Classes/Generic/Internal.hs:146:19
    * at generics/Data/Functor/Classes/Generic/Internal.hs:146:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:146:1
Warning: 'FunctorClassesDefault' is ambiguous. It is defined
    * at generics/Data/Functor/Classes/Generic/Internal.hs:1231:3
    * at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at generics/Data/Functor/Classes/Generic/Internal.hs:1230:1
 100% ( 48 / 48) in 'Data.Functor.Classes.Generic.Internal'
Warning: 'Eq1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ord1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Read1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Show1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'GenericFunctorClasses' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'eq1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'compare1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'readsPrec1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'showsPrec1Default' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 21 / 21) in 'Data.Functor.Classes.Generic'
Warning: Data.Functor.Classes.Generic.Internal: could not find link destinations for: 
	- Data.Functor.Classes.Generic.Internal.GShowCon
	- Data.Functor.Classes.Generic.Internal.GReadCon
Documentation created: dist/doc/html/transformers-compat/,
dist/doc/html/transformers-compat/transformers-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/transformers-compat-0.7.2-Kjd0KzrkeU5ax708EytP3
Completed    transformers-compat-0.7.2
Configuring unix-compat-0.7.4...
Preprocessing library for unix-compat-0.7.4..
Building library for unix-compat-0.7.4..
[1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o, dist/build/System/PosixCompat/Files.dyn_o )
[2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, dist/build/System/PosixCompat/Process.o, dist/build/System/PosixCompat/Process.dyn_o )
[3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, dist/build/System/PosixCompat/Temp.o, dist/build/System/PosixCompat/Temp.dyn_o )
[4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o, dist/build/System/PosixCompat/Time.dyn_o )
[5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o, dist/build/System/PosixCompat/Types.dyn_o )
[6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o, dist/build/System/PosixCompat/Extensions.dyn_o )
[7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, dist/build/System/PosixCompat/Unistd.o, dist/build/System/PosixCompat/Unistd.dyn_o )
[8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o, dist/build/System/PosixCompat.dyn_o )
Preprocessing library for unix-compat-0.7.4..
Running Haddock on library for unix-compat-0.7.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, nothing )
[2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, nothing )
[3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, nothing )
[4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, nothing )
[5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, nothing )
[6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, nothing )
[7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, nothing )
[8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, nothing )
Haddock coverage:
  98% ( 80 / 81) in 'System.PosixCompat.Files'
  Missing documentation for:
    PathVar
 100% (  2 /  2) in 'System.PosixCompat.Process'
 100% (  2 /  2) in 'System.PosixCompat.Temp'
 100% (  2 /  2) in 'System.PosixCompat.Time'
 100% (  2 /  2) in 'System.PosixCompat.Types'
  71% (  5 /  7) in 'System.PosixCompat.Extensions'
  Missing documentation for:
    CMajor (src/System/PosixCompat/Extensions.hsc:23)
    CMinor (src/System/PosixCompat/Extensions.hsc:24)
  75% (  6 /  8) in 'System.PosixCompat.Unistd'
  Missing documentation for:
    SystemID
    getSystemID
 100% (  8 /  8) in 'System.PosixCompat'
Documentation created: dist/doc/html/unix-compat/,
dist/doc/html/unix-compat/unix-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unix-compat-0.7.4-4MOWY7FKXal7MFviv3g6wJ
Completed    unix-compat-0.7.4
Warning: xdg-basedir.cabal:25:32: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring xdg-basedir-0.2.2...
Preprocessing library for xdg-basedir-0.2.2..
Building library for xdg-basedir-0.2.2..
[1 of 1] Compiling System.Environment.XDG.BaseDir ( System/Environment/XDG/BaseDir.hs, dist/build/System/Environment/XDG/BaseDir.o, dist/build/System/Environment/XDG/BaseDir.dyn_o )
Preprocessing library for xdg-basedir-0.2.2..
Running Haddock on library for xdg-basedir-0.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Environment.XDG.BaseDir ( System/Environment/XDG/BaseDir.hs, nothing )
Haddock coverage:
  93% ( 14 / 15) in 'System.Environment.XDG.BaseDir'
  Missing documentation for:
    Module header
Documentation created: dist/doc/html/xdg-basedir/,
dist/doc/html/xdg-basedir/xdg-basedir.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/xdg-basedir-0.2.2-L3p1a7nubKq9UaWPafzoOr
Completed    xdg-basedir-0.2.2
Configuring extra-1.8...
Preprocessing library for extra-1.8..
Building library for extra-1.8..
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, dist/build/Data/IORef/Extra.o, dist/build/Data/IORef/Extra.dyn_o )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, dist/build/Data/Monoid/Extra.o, dist/build/Data/Monoid/Extra.dyn_o )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, dist/build/Data/Tuple/Extra.o, dist/build/Data/Tuple/Extra.dyn_o )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, dist/build/Data/Typeable/Extra.o, dist/build/Data/Typeable/Extra.dyn_o )
[ 5 of 22] Compiling Numeric.Extra    ( src/Numeric/Extra.hs, dist/build/Numeric/Extra.o, dist/build/Numeric/Extra.dyn_o )
[ 6 of 22] Compiling Partial          ( src/Partial.hs, dist/build/Partial.o, dist/build/Partial.dyn_o )
[ 7 of 22] Compiling Data.List.Extra  ( src/Data/List/Extra.hs, dist/build/Data/List/Extra.o, dist/build/Data/List/Extra.dyn_o )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, dist/build/Data/Version/Extra.o, dist/build/Data/Version/Extra.dyn_o )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, dist/build/Data/List/NonEmpty/Extra.o, dist/build/Data/List/NonEmpty/Extra.dyn_o )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, dist/build/Data/Either/Extra.o, dist/build/Data/Either/Extra.dyn_o )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, dist/build/Control/Exception/Extra.o, dist/build/Control/Exception/Extra.dyn_o )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, dist/build/Control/Monad/Extra.o, dist/build/Control/Monad/Extra.dyn_o )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, dist/build/Data/Foldable/Extra.o, dist/build/Data/Foldable/Extra.dyn_o )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, dist/build/Control/Concurrent/Extra.o, dist/build/Control/Concurrent/Extra.dyn_o )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, dist/build/System/Directory/Extra.o, dist/build/System/Directory/Extra.dyn_o )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, dist/build/System/Environment/Extra.o, dist/build/System/Environment/Extra.dyn_o )
[17 of 22] Compiling System.IO.Extra  ( src/System/IO/Extra.hs, dist/build/System/IO/Extra.o, dist/build/System/IO/Extra.dyn_o )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, dist/build/System/Info/Extra.o, dist/build/System/Info/Extra.dyn_o )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, dist/build/System/Process/Extra.o, dist/build/System/Process/Extra.dyn_o )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, dist/build/System/Time/Extra.o, dist/build/System/Time/Extra.dyn_o )
[21 of 22] Compiling Extra            ( src/Extra.hs, dist/build/Extra.o, dist/build/Extra.dyn_o )
[22 of 22] Compiling Text.Read.Extra  ( src/Text/Read/Extra.hs, dist/build/Text/Read/Extra.o, dist/build/Text/Read/Extra.dyn_o )
Preprocessing library for extra-1.8..
Running Haddock on library for extra-1.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, nothing )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, nothing )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, nothing )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, nothing )
[ 5 of 22] Compiling Numeric.Extra    ( src/Numeric/Extra.hs, nothing )
[ 6 of 22] Compiling Partial          ( src/Partial.hs, nothing )
[ 7 of 22] Compiling Data.List.Extra  ( src/Data/List/Extra.hs, nothing )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, nothing )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, nothing )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, nothing )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, nothing )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, nothing )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, nothing )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, nothing )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, nothing )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, nothing )
[17 of 22] Compiling System.IO.Extra  ( src/System/IO/Extra.hs, nothing )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, nothing )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, nothing )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, nothing )
[21 of 22] Compiling Extra            ( src/Extra.hs, nothing )
[22 of 22] Compiling Text.Read.Extra  ( src/Text/Read/Extra.hs, nothing )
Haddock coverage:
 100% (  6 /  6) in 'Data.IORef.Extra'
 100% (  4 /  4) in 'Data.Monoid.Extra'
Warning: 'Arrow' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 28 / 28) in 'Data.Tuple.Extra'
 100% (  2 /  2) in 'Data.Typeable.Extra'
 100% (  7 /  7) in 'Numeric.Extra'
Warning: '(:)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'unzip' is ambiguous. It is defined
    * in Data.Functor
    * in GHC.List
    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.List
Warning: 'firstJustM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 85 / 85) in 'Data.List.Extra'
Warning: 'Version' is ambiguous. It is defined
    * in Data.Version
    * in Data.Version
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Version
 100% (  3 /  3) in 'Data.Version.Extra'
Warning: 'length' is ambiguous. It is defined
    * in Data.Foldable
    * in Data.List.NonEmpty
    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.List.NonEmpty
 100% ( 23 / 23) in 'Data.List.NonEmpty.Extra'
Warning: 'fromJust' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Data.Either.Extra'
Warning: 'ErrorCall' is ambiguous. It is defined
    * in GHC.Exception
    * in GHC.Exception
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Exception
Warning: 'AssertionFailed' is ambiguous. It is defined
    * in GHC.IO.Exception
    * in GHC.IO.Exception
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.IO.Exception
Warning: 'SomeException' is ambiguous. It is defined
    * in GHC.Exception.Type
    * in GHC.Exception.Type
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Exception.Type
 100% ( 21 / 21) in 'Control.Exception.Extra'
Warning: 'partition' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mconcatMap' 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.
 100% ( 40 / 40) in 'Control.Monad.Extra'
  92% ( 13 / 14) in 'Data.Foldable.Extra'
  Missing documentation for:
    Module header
Warning: 'Lock' is ambiguous. It is defined
    * at src/Control/Concurrent/Extra.hs:106:16
    * at src/Control/Concurrent/Extra.hs:106:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/Extra.hs:106:1
Warning: 'Var' is ambiguous. It is defined
    * at src/Control/Concurrent/Extra.hs:146:17
    * at src/Control/Concurrent/Extra.hs:146:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/Extra.hs:146:1
Warning: 'Barrier' is ambiguous. It is defined
    * at src/Control/Concurrent/Extra.hs:210:21
    * at src/Control/Concurrent/Extra.hs:210:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Control/Concurrent/Extra.hs:210:1
 100% ( 27 / 27) in 'Control.Concurrent.Extra'
 100% (  8 /  8) in 'System.Directory.Extra'
 100% (  2 /  2) in 'System.Environment.Extra'
 100% ( 26 / 26) in 'System.IO.Extra'
 100% (  4 /  4) in 'System.Info.Extra'
 100% (  5 /  5) in 'System.Process.Extra'
 100% (  8 /  8) in 'System.Time.Extra'
 100% (270 /270) in 'Extra'
 100% (  2 /  2) in 'Text.Read.Extra'
Warning: Data.Tuple.Extra: could not find link destinations for: 
	- GHC.Generics.Rep1_Solo
	- GHC.Generics.Rep_Solo
Documentation created: dist/doc/html/extra/, dist/doc/html/extra/extra.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/extra-1.8-3gE64Z02YQOLCIF8cGZmDv
Completed    extra-1.8
Configuring ansi-terminal-types-1.1...
Preprocessing library for ansi-terminal-types-1.1..
Building library for ansi-terminal-types-1.1..
[1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
Preprocessing library for ansi-terminal-types-1.1..
Running Haddock on library for ansi-terminal-types-1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, nothing )
Haddock coverage:
 100% ( 13 / 13) in 'System.Console.ANSI.Types'
Documentation created: dist/doc/html/ansi-terminal-types/,
dist/doc/html/ansi-terminal-types/ansi-terminal-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-types-1.1-HAQdkxzoxfTLgP68NcEWOX
Completed    ansi-terminal-types-1.1
Configuring network-bsd-2.8.1.0...
Preprocessing library for network-bsd-2.8.1.0..
Building library for network-bsd-2.8.1.0..
[1 of 1] Compiling Network.BSD      ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o, dist/build/Network/BSD.dyn_o )
Preprocessing library for network-bsd-2.8.1.0..
Running Haddock on library for network-bsd-2.8.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Network.BSD      ( dist/build/Network/BSD.hs, nothing )
Haddock coverage:
Warning: 'ServiceEntry' is ambiguous. It is defined
    * at Network/BSD.hsc:157:3
    * at Network/BSD.hsc:156:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/BSD.hsc:156:1
Warning: 'ProtocolEntry' is ambiguous. It is defined
    * at Network/BSD.hsc:277:3
    * at Network/BSD.hsc:276:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/BSD.hsc:276:1
Warning: 'HostEntry' is ambiguous. It is defined
    * at Network/BSD.hsc:383:3
    * at Network/BSD.hsc:382:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Network/BSD.hsc:382:1
  94% ( 50 / 53) in 'Network.BSD'
  Missing documentation for:
    ProtocolName (Network/BSD.hsc:139)
    NetworkName (Network/BSD.hsc:505)
    NetworkAddr (Network/BSD.hsc:503)
Documentation created: dist/doc/html/network-bsd/,
dist/doc/html/network-bsd/network-bsd.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-bsd-2.8.1.0-FJCgPilVWGXIJAdiFD6u6w
Completed    network-bsd-2.8.1.0
Configuring old-time-1.1.0.4...
configure: WARNING: unrecognized options: --with-compiler
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking for struct tm.tm_zone... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for old-time-1.1.0.4..
Building library for old-time-1.1.0.4..
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o, dist/build/System/Time.dyn_o )
Preprocessing library for old-time-1.1.0.4..
Running Haddock on library for old-time-1.1.0.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, nothing )
Haddock coverage:
Warning: 'CalendarTime' is ambiguous. It is defined
    * at System/Time.hsc:186:4
    * at System/Time.hsc:185:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/Time.hsc:185:1
Warning: 'TimeDiff' is ambiguous. It is defined
    * at System/Time.hsc:208:4
    * at System/Time.hsc:207:1
    You 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/Time.hsc:207:1
  95% ( 20 / 21) in 'System.Time'
  Missing documentation for:
    getClockTime (System/Time.hsc:248)
Documentation created: dist/doc/html/old-time/,
dist/doc/html/old-time/old-time.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/old-time-1.1.0.4-4pJyT14gXlf8eMFtx7lHTi
Completed    old-time-1.1.0.4
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )

src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
    Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
  |
5 | {-# LANGUAGE Trustworthy #-}
  |              ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
[10 of 10] Compiling Data.Hashable    ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
Preprocessing library for hashable-1.5.0.0..
Running Haddock on library for hashable-1.5.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, nothing )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, nothing )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, nothing )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, nothing )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, nothing )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, nothing )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, nothing )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, nothing )

src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
    Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
  |
5 | {-# LANGUAGE Trustworthy #-}
  |              ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable    ( src/Data/Hashable.hs, nothing )
Haddock coverage:
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'hash' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
    * at src/Data/Hashable/Class.hs:860:17
    * at src/Data/Hashable/Class.hs:860:1
    You 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/Hashable/Class.hs:860:1
Warning: 'Arg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% (  8 / 10) in 'Data.Hashable.Lifted'
  Missing documentation for:
    Hashable1 (src/Data/Hashable/Class.hs:252)
    Hashable2 (src/Data/Hashable/Class.hs:267)
  66% (  6 /  9) in 'Data.Hashable.Generic'
  Missing documentation for:
    One (src/Data/Hashable/Class.hs:242)
    Zero (src/Data/Hashable/Class.hs:241)
    HashArgs (src/Data/Hashable/Class.hs:244)
Warning: 'Generic' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for: 
	- Data.Hashable.Class.D:R:HashArgsOnea0
	- Data.Hashable.Class.D:R:HashArgsZeroa0
	- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for: 
	- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51
Completed    hashable-1.5.0.0
Configuring text-builder-linear-0.1.3...
Preprocessing library for text-builder-linear-0.1.3..
Building library for text-builder-linear-0.1.3..
[ 1 of 10] Compiling Data.Text.Builder.Linear.Array ( src/Data/Text/Builder/Linear/Array.hs, dist/build/Data/Text/Builder/Linear/Array.o, dist/build/Data/Text/Builder/Linear/Array.dyn_o )
[ 2 of 10] Compiling Data.Text.Builder.Linear.Internal ( src/Data/Text/Builder/Linear/Internal.hs, dist/build/Data/Text/Builder/Linear/Internal.o, dist/build/Data/Text/Builder/Linear/Internal.dyn_o )
[ 3 of 10] Compiling Data.Text.Builder.Linear.Core ( src/Data/Text/Builder/Linear/Core.hs, dist/build/Data/Text/Builder/Linear/Core.o, dist/build/Data/Text/Builder/Linear/Core.dyn_o )
[ 4 of 10] Compiling Data.Text.Builder.Linear.Hex ( src/Data/Text/Builder/Linear/Hex.hs, dist/build/Data/Text/Builder/Linear/Hex.o, dist/build/Data/Text/Builder/Linear/Hex.dyn_o )
[ 5 of 10] Compiling Data.Text.Builder.Linear.Double ( src/Data/Text/Builder/Linear/Double.hs, dist/build/Data/Text/Builder/Linear/Double.o, dist/build/Data/Text/Builder/Linear/Double.dyn_o )
[ 6 of 10] Compiling Data.Text.Builder.Linear.Dec.Bounded ( src/Data/Text/Builder/Linear/Dec/Bounded.hs, dist/build/Data/Text/Builder/Linear/Dec/Bounded.o, dist/build/Data/Text/Builder/Linear/Dec/Bounded.dyn_o )
[ 7 of 10] Compiling Data.Text.Builder.Linear.Dec.Unbounded ( src/Data/Text/Builder/Linear/Dec/Unbounded.hs, dist/build/Data/Text/Builder/Linear/Dec/Unbounded.o, dist/build/Data/Text/Builder/Linear/Dec/Unbounded.dyn_o )
[ 8 of 10] Compiling Data.Text.Builder.Linear.Char ( src/Data/Text/Builder/Linear/Char.hs, dist/build/Data/Text/Builder/Linear/Char.o, dist/build/Data/Text/Builder/Linear/Char.dyn_o )
[ 9 of 10] Compiling Data.Text.Builder.Linear.Buffer ( src/Data/Text/Builder/Linear/Buffer.hs, dist/build/Data/Text/Builder/Linear/Buffer.o, dist/build/Data/Text/Builder/Linear/Buffer.dyn_o )
[10 of 10] Compiling Data.Text.Builder.Linear ( src/Data/Text/Builder/Linear.hs, dist/build/Data/Text/Builder/Linear.o, dist/build/Data/Text/Builder/Linear.dyn_o )
Preprocessing library for text-builder-linear-0.1.3..
Running Haddock on library for text-builder-linear-0.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 10] Compiling Data.Text.Builder.Linear.Array ( src/Data/Text/Builder/Linear/Array.hs, /tmp/ghc2776645_0/ghc_6.o, /tmp/ghc2776645_0/ghc_6.dyn_o )
[ 2 of 10] Compiling Data.Text.Builder.Linear.Internal ( src/Data/Text/Builder/Linear/Internal.hs, /tmp/ghc2776645_0/ghc_10.o, /tmp/ghc2776645_0/ghc_10.dyn_o )
[ 3 of 10] Compiling Data.Text.Builder.Linear.Core ( src/Data/Text/Builder/Linear/Core.hs, /tmp/ghc2776645_0/ghc_8.o, /tmp/ghc2776645_0/ghc_8.dyn_o )
[ 4 of 10] Compiling Data.Text.Builder.Linear.Hex ( src/Data/Text/Builder/Linear/Hex.hs, nothing )
[ 5 of 10] Compiling Data.Text.Builder.Linear.Double ( src/Data/Text/Builder/Linear/Double.hs, nothing )
[ 6 of 10] Compiling Data.Text.Builder.Linear.Dec.Bounded ( src/Data/Text/Builder/Linear/Dec/Bounded.hs, nothing )
[ 7 of 10] Compiling Data.Text.Builder.Linear.Dec.Unbounded ( src/Data/Text/Builder/Linear/Dec/Unbounded.hs, nothing )
[ 8 of 10] Compiling Data.Text.Builder.Linear.Char ( src/Data/Text/Builder/Linear/Char.hs, nothing )
[ 9 of 10] Compiling Data.Text.Builder.Linear.Buffer ( src/Data/Text/Builder/Linear/Buffer.hs, nothing )
[10 of 10] Compiling Data.Text.Builder.Linear ( src/Data/Text/Builder/Linear.hs, nothing )
Haddock coverage:
Warning: 'Buffer' is ambiguous. It is defined
    * at src/Data/Text/Builder/Linear/Internal.hs:70:3
    * at src/Data/Text/Builder/Linear/Internal.hs:69:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Text/Builder/Linear/Internal.hs:69:1
Warning: 'Text' is ambiguous. It is defined
    * in Data.Text.Internal
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Text.Internal
 100% ( 20 / 20) in 'Data.Text.Builder.Linear.Core'
Warning: 'Text' is ambiguous. It is defined
    * in Data.Text.Internal
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Text.Internal
 100% ( 49 / 49) in 'Data.Text.Builder.Linear.Buffer'
Warning: 'Text' is ambiguous. It is defined
    * in Data.Text.Internal
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Text.Internal
Warning: 'Builder' is ambiguous. It is defined
    * at src/Data/Text/Builder/Linear.hs:42:19
    * at src/Data/Text/Builder/Linear.hs:42:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Text/Builder/Linear.hs:42:1
 100% ( 11 / 11) in 'Data.Text.Builder.Linear'
Documentation created: dist/doc/html/text-builder-linear/,
dist/doc/html/text-builder-linear/text-builder-linear.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-builder-linear-0.1.3-8rE1bYBhRKpHmUKnqIfD3d
Completed    text-builder-linear-0.1.3
Configuring regex-posix-0.96.0.2...
Preprocessing library for regex-posix-0.96.0.2..
Building library for regex-posix-0.96.0.2..
[1 of 7] Compiling Paths_regex_posix ( dist/build/autogen/Paths_regex_posix.hs, dist/build/Paths_regex_posix.o, dist/build/Paths_regex_posix.dyn_o )
[2 of 7] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o, dist/build/Text/Regex/Posix/Wrap.dyn_o )
[3 of 7] Compiling Text.Regex.Posix.String ( src/Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o, dist/build/Text/Regex/Posix/String.dyn_o )
[4 of 7] Compiling Text.Regex.Posix.Sequence ( src/Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o, dist/build/Text/Regex/Posix/Sequence.dyn_o )
[5 of 7] Compiling Text.Regex.Posix.ByteString ( src/Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o, dist/build/Text/Regex/Posix/ByteString.dyn_o )
[6 of 7] Compiling Text.Regex.Posix.ByteString.Lazy ( src/Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o, dist/build/Text/Regex/Posix/ByteString/Lazy.dyn_o )
[7 of 7] Compiling Text.Regex.Posix ( src/Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o, dist/build/Text/Regex/Posix.dyn_o )
Preprocessing library for regex-posix-0.96.0.2..
Running Haddock on library for regex-posix-0.96.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Paths_regex_posix ( dist/build/autogen/Paths_regex_posix.hs, nothing )
[2 of 7] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, nothing )
[3 of 7] Compiling Text.Regex.Posix.String ( src/Text/Regex/Posix/String.hs, nothing )
[4 of 7] Compiling Text.Regex.Posix.Sequence ( src/Text/Regex/Posix/Sequence.hs, nothing )
[5 of 7] Compiling Text.Regex.Posix.ByteString ( src/Text/Regex/Posix/ByteString.hs, nothing )
[6 of 7] Compiling Text.Regex.Posix.ByteString.Lazy ( src/Text/Regex/Posix/ByteString/Lazy.hs, nothing )
[7 of 7] Compiling Text.Regex.Posix ( src/Text/Regex/Posix.hs, nothing )
Haddock coverage:
Warning: 'Regex' is ambiguous. It is defined
    * at src/Text/Regex/Posix/Wrap.hsc:222:14
    * at src/Text/Regex/Posix/Wrap.hsc:222:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Posix/Wrap.hsc:222:1
Warning: 'CompOption' is ambiguous. It is defined
    * at src/Text/Regex/Posix/Wrap.hsc:175:22
    * at src/Text/Regex/Posix/Wrap.hsc:175:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Posix/Wrap.hsc:175:1
Warning: 'ExecOption' is ambiguous. It is defined
    * at src/Text/Regex/Posix/Wrap.hsc:188:22
    * at src/Text/Regex/Posix/Wrap.hsc:188:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Text/Regex/Posix/Wrap.hsc:188:1
Warning: 'CInt' is ambiguous. It is defined
    * in Foreign.C.Types
    * in Foreign.C.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Foreign.C.Types
  40% ( 17 / 42) in 'Text.Regex.Posix.Wrap'
  Missing documentation for:
    RegOffsetT (src/Text/Regex/Posix/Wrap.hsc:152)
    =~ (src/Text/Regex/Posix/Wrap.hsc:277)
    =~~ (src/Text/Regex/Posix/Wrap.hsc:282)
    wrapCompile (src/Text/Regex/Posix/Wrap.hsc:380)
    wrapTest (src/Text/Regex/Posix/Wrap.hsc:395)
    wrapCount (src/Text/Regex/Posix/Wrap.hsc:503)
    unusedRegOffset (src/Text/Regex/Posix/Wrap.hsc:235)
    compExtended (src/Text/Regex/Posix/Wrap.hsc:325)
    compIgnoreCase (src/Text/Regex/Posix/Wrap.hsc:327)
    compNoSub (src/Text/Regex/Posix/Wrap.hsc:329)
    compNewline (src/Text/Regex/Posix/Wrap.hsc:331)
    execNotBOL (src/Text/Regex/Posix/Wrap.hsc:320)
    execNotEOL (src/Text/Regex/Posix/Wrap.hsc:322)
    retBadbr (src/Text/Regex/Posix/Wrap.hsc:336)
    retBadpat (src/Text/Regex/Posix/Wrap.hsc:338)
    retBadrpt (src/Text/Regex/Posix/Wrap.hsc:340)
    retEcollate (src/Text/Regex/Posix/Wrap.hsc:342)
    retEctype (src/Text/Regex/Posix/Wrap.hsc:344)
    retEescape (src/Text/Regex/Posix/Wrap.hsc:346)
    retEsubreg (src/Text/Regex/Posix/Wrap.hsc:348)
    retEbrack (src/Text/Regex/Posix/Wrap.hsc:350)
    retEparen (src/Text/Regex/Posix/Wrap.hsc:352)
    retEbrace (src/Text/Regex/Posix/Wrap.hsc:354)
    retErange (src/Text/Regex/Posix/Wrap.hsc:356)
    retEspace (src/Text/Regex/Posix/Wrap.hsc:358)
  68% ( 17 / 25) in 'Text.Regex.Posix.String'
  Missing documentation for:
    unusedOffset (src/Text/Regex/Posix/String.hs:77)
    compile (src/Text/Regex/Posix/String.hs:104)
    compExtended (src/Text/Regex/Posix/Wrap.hsc:325)
    compIgnoreCase (src/Text/Regex/Posix/Wrap.hsc:327)
    compNoSub (src/Text/Regex/Posix/Wrap.hsc:329)
    compNewline (src/Text/Regex/Posix/Wrap.hsc:331)
    execNotBOL (src/Text/Regex/Posix/Wrap.hsc:320)
    execNotEOL (src/Text/Regex/Posix/Wrap.hsc:322)
Warning: 'String' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  66% ( 16 / 24) in 'Text.Regex.Posix.Sequence'
  Missing documentation for:
    unusedOffset (src/Text/Regex/Posix/Sequence.hs:79)
    compile (src/Text/Regex/Posix/Sequence.hs:106)
    compExtended (src/Text/Regex/Posix/Wrap.hsc:325)
    compIgnoreCase (src/Text/Regex/Posix/Wrap.hsc:327)
    compNoSub (src/Text/Regex/Posix/Wrap.hsc:329)
    compNewline (src/Text/Regex/Posix/Wrap.hsc:331)
    execNotBOL (src/Text/Regex/Posix/Wrap.hsc:320)
    execNotEOL (src/Text/Regex/Posix/Wrap.hsc:322)
  68% ( 17 / 25) in 'Text.Regex.Posix.ByteString'
  Missing documentation for:
    unusedOffset (src/Text/Regex/Posix/ByteString.hs:150)
    regexec (src/Text/Regex/Posix/ByteString.hs:133)
    compExtended (src/Text/Regex/Posix/Wrap.hsc:325)
    compIgnoreCase (src/Text/Regex/Posix/Wrap.hsc:327)
    compNoSub (src/Text/Regex/Posix/Wrap.hsc:329)
    compNewline (src/Text/Regex/Posix/Wrap.hsc:331)
    execNotBOL (src/Text/Regex/Posix/Wrap.hsc:320)
    execNotEOL (src/Text/Regex/Posix/Wrap.hsc:322)
  68% ( 17 / 25) in 'Text.Regex.Posix.ByteString.Lazy'
  Missing documentation for:
    unusedOffset (src/Text/Regex/Posix/ByteString/Lazy.hs:148)
    regexec (src/Text/Regex/Posix/ByteString/Lazy.hs:138)
    compExtended (src/Text/Regex/Posix/Wrap.hsc:325)
    compIgnoreCase (src/Text/Regex/Posix/Wrap.hsc:327)
    compNoSub (src/Text/Regex/Posix/Wrap.hsc:329)
    compNewline (src/Text/Regex/Posix/Wrap.hsc:331)
    execNotBOL (src/Text/Regex/Posix/Wrap.hsc:320)
    execNotEOL (src/Text/Regex/Posix/Wrap.hsc:322)
Warning: 'String' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  44% (  8 / 18) in 'Text.Regex.Posix'
  Missing documentation for:
    getVersion_Text_Regex_Posix (src/Text/Regex/Posix.hs:74)
    =~ (src/Text/Regex/Posix/Wrap.hsc:277)
    =~~ (src/Text/Regex/Posix/Wrap.hsc:282)
    unusedRegOffset (src/Text/Regex/Posix/Wrap.hsc:235)
    compExtended (src/Text/Regex/Posix/Wrap.hsc:325)
    compIgnoreCase (src/Text/Regex/Posix/Wrap.hsc:327)
    compNoSub (src/Text/Regex/Posix/Wrap.hsc:329)
    compNewline (src/Text/Regex/Posix/Wrap.hsc:331)
    execNotBOL (src/Text/Regex/Posix/Wrap.hsc:320)
    execNotEOL (src/Text/Regex/Posix/Wrap.hsc:322)
Warning: Text.Regex.Posix.Wrap: could not find link destinations for: 
	- Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.String: could not find link destinations for: 
	- Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.Sequence: could not find link destinations for: 
	- Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.ByteString: could not find link destinations for: 
	- Text.Regex.Posix.Wrap.retNoMatch
Warning: Text.Regex.Posix.ByteString.Lazy: could not find link destinations for: 
	- Text.Regex.Posix.Wrap.retNoMatch
Documentation created: dist/doc/html/regex-posix/,
dist/doc/html/regex-posix/regex-posix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-posix-0.96.0.2-JnyNo63lFtG4qfsCC698Eo
Completed    regex-posix-0.96.0.2
Downloading  monad-parallel-0.8
Downloaded   monad-parallel-0.8
Configuring monad-parallel-0.8...
Preprocessing library for monad-parallel-0.8..
Building library for monad-parallel-0.8..
[1 of 1] Compiling Control.Monad.Parallel ( Control/Monad/Parallel.hs, dist/build/Control/Monad/Parallel.o, dist/build/Control/Monad/Parallel.dyn_o )
Preprocessing library for monad-parallel-0.8..
Running Haddock on library for monad-parallel-0.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Control.Monad.Parallel ( Control/Monad/Parallel.hs, nothing )
Haddock coverage:
 100% ( 17 / 17) in 'Control.Monad.Parallel'
Documentation created: dist/doc/html/monad-parallel/,
dist/doc/html/monad-parallel/monad-parallel.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monad-parallel-0.8-KRovfRsSRvyFs4YzUft3Df
Completed    monad-parallel-0.8
Configuring filepattern-0.1.3...
Preprocessing library for filepattern-0.1.3..
Building library for filepattern-0.1.3..
[1 of 8] Compiling System.FilePattern.ListBy ( src/System/FilePattern/ListBy.hs, dist/build/System/FilePattern/ListBy.o, dist/build/System/FilePattern/ListBy.dyn_o )
[2 of 8] Compiling System.FilePattern.Monads ( src/System/FilePattern/Monads.hs, dist/build/System/FilePattern/Monads.o, dist/build/System/FilePattern/Monads.dyn_o )
[3 of 8] Compiling System.FilePattern.Tree ( src/System/FilePattern/Tree.hs, dist/build/System/FilePattern/Tree.o, dist/build/System/FilePattern/Tree.dyn_o )

src/System/FilePattern/Tree.hs:16:45: 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."
   |
16 |         f xs = Tree (map fst empty) [(fst $ head gs, f $ map snd gs) | gs <- groups]
   |                                             ^^^^
[4 of 8] Compiling System.FilePattern.Wildcard ( src/System/FilePattern/Wildcard.hs, dist/build/System/FilePattern/Wildcard.o, dist/build/System/FilePattern/Wildcard.dyn_o )
[5 of 8] Compiling System.FilePattern.Core ( src/System/FilePattern/Core.hs, dist/build/System/FilePattern/Core.o, dist/build/System/FilePattern/Core.dyn_o )
[6 of 8] Compiling System.FilePattern.Step ( src/System/FilePattern/Step.hs, dist/build/System/FilePattern/Step.o, dist/build/System/FilePattern/Step.dyn_o )
[7 of 8] Compiling System.FilePattern.Directory ( src/System/FilePattern/Directory.hs, dist/build/System/FilePattern/Directory.o, dist/build/System/FilePattern/Directory.dyn_o )
[8 of 8] Compiling System.FilePattern ( src/System/FilePattern.hs, dist/build/System/FilePattern.o, dist/build/System/FilePattern.dyn_o )
Preprocessing library for filepattern-0.1.3..
Running Haddock on library for filepattern-0.1.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 8] Compiling System.FilePattern.ListBy ( src/System/FilePattern/ListBy.hs, nothing )
[2 of 8] Compiling System.FilePattern.Monads ( src/System/FilePattern/Monads.hs, nothing )
[3 of 8] Compiling System.FilePattern.Tree ( src/System/FilePattern/Tree.hs, nothing )

src/System/FilePattern/Tree.hs:16:45: 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."
   |
16 |         f xs = Tree (map fst empty) [(fst $ head gs, f $ map snd gs) | gs <- groups]
   |                                             ^^^^
[4 of 8] Compiling System.FilePattern.Wildcard ( src/System/FilePattern/Wildcard.hs, nothing )
[5 of 8] Compiling System.FilePattern.Core ( src/System/FilePattern/Core.hs, nothing )
[6 of 8] Compiling System.FilePattern.Step ( src/System/FilePattern/Step.hs, nothing )
[7 of 8] Compiling System.FilePattern.Directory ( src/System/FilePattern/Directory.hs, nothing )
[8 of 8] Compiling System.FilePattern ( src/System/FilePattern.hs, nothing )
Haddock coverage:
Warning: '<.>' 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: 'Step' is ambiguous. It is defined
    * at src/System/FilePattern/Step.hs:60:15
    * at src/System/FilePattern/Step.hs:60:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/FilePattern/Step.hs:60:1
 100% (  5 /  5) in 'System.FilePattern.Directory'
 100% ( 12 / 12) in 'System.FilePattern'
Documentation created: dist/doc/html/filepattern/,
dist/doc/html/filepattern/filepattern.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/filepattern-0.1.3-JpxXjnQNrUHE3B3QHoyi5N
Completed    filepattern-0.1.3
Configuring ansi-terminal-1.1.2...
Preprocessing library for ansi-terminal-1.1.2..
Building library for ansi-terminal-1.1.2..
[1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
[2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o )
[3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o )
Preprocessing library for ansi-terminal-1.1.2..
Running Haddock on library for ansi-terminal-1.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, nothing )
[2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, nothing )
[3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, nothing )
Haddock coverage:
  66% ( 41 / 62) in 'System.Console.ANSI.Codes'
  Missing documentation for:
    cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
    cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
    cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
    cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
    cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
    cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
    clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
    clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
    clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
    clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
    clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
    clearLineCode (src/System/Console/ANSI/Codes.hs:317)
    enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
    disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
    scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
    scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
    useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
    useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
    setSGRCode (src/System/Console/ANSI/Codes.hs:339)
    hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
    showCursorCode (src/System/Console/ANSI/Codes.hs:345)
  54% ( 85 /155) in 'System.Console.ANSI'
  Missing documentation for:
    cursorUp (src/System/Console/ANSI.hs:415)
    cursorDown (src/System/Console/ANSI.hs:416)
    cursorForward (src/System/Console/ANSI.hs:417)
    cursorBackward (src/System/Console/ANSI.hs:418)
    hCursorUp (src/System/Console/ANSI.hs:407)
    hCursorDown (src/System/Console/ANSI.hs:408)
    hCursorForward (src/System/Console/ANSI.hs:409)
    hCursorBackward (src/System/Console/ANSI.hs:410)
    cursorUpCode (src/System/Console/ANSI/Codes.hs:236)
    cursorDownCode (src/System/Console/ANSI/Codes.hs:237)
    cursorForwardCode (src/System/Console/ANSI/Codes.hs:238)
    cursorBackwardCode (src/System/Console/ANSI/Codes.hs:239)
    cursorUpLine (src/System/Console/ANSI.hs:431)
    cursorDownLine (src/System/Console/ANSI.hs:430)
    hCursorUpLine (src/System/Console/ANSI.hs:425)
    hCursorDownLine (src/System/Console/ANSI.hs:424)
    cursorUpLineCode (src/System/Console/ANSI/Codes.hs:245)
    cursorDownLineCode (src/System/Console/ANSI/Codes.hs:244)
    hSetCursorColumn (src/System/Console/ANSI.hs:437)
    hSetCursorPosition (src/System/Console/ANSI.hs:451)
    hSaveCursor (src/System/Console/ANSI.hs:462)
    hRestoreCursor (src/System/Console/ANSI.hs:463)
    hReportCursorPosition (src/System/Console/ANSI.hs:464)
    clearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1036)
    clearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1037)
    clearScreen (src/System/Console/ANSI.hs:1038)
    clearFromCursorToLineEnd (src/System/Console/ANSI.hs:1048)
    clearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1049)
    clearLine (src/System/Console/ANSI.hs:1050)
    hClearFromCursorToScreenEnd (src/System/Console/ANSI.hs:1030)
    hClearFromCursorToScreenBeginning (src/System/Console/ANSI.hs:1031)
    hClearScreen (src/System/Console/ANSI.hs:1033)
    hClearFromCursorToLineEnd (src/System/Console/ANSI.hs:1043)
    hClearFromCursorToLineBeginning (src/System/Console/ANSI.hs:1044)
    hClearLine (src/System/Console/ANSI.hs:1045)
    clearFromCursorToScreenEndCode (src/System/Console/ANSI/Codes.hs:312)
    clearFromCursorToScreenBeginningCode (src/System/Console/ANSI/Codes.hs:313)
    clearScreenCode (src/System/Console/ANSI/Codes.hs:314)
    clearFromCursorToLineEndCode (src/System/Console/ANSI/Codes.hs:315)
    clearFromCursorToLineBeginningCode (src/System/Console/ANSI/Codes.hs:316)
    clearLineCode (src/System/Console/ANSI/Codes.hs:317)
    enableLineWrap (src/System/Console/ANSI.hs:1059)
    disableLineWrap (src/System/Console/ANSI.hs:1060)
    hEnableLineWrap (src/System/Console/ANSI.hs:1055)
    hDisableLineWrap (src/System/Console/ANSI.hs:1056)
    enableLineWrapCode (src/System/Console/ANSI/Codes.hs:320)
    disableLineWrapCode (src/System/Console/ANSI/Codes.hs:321)
    scrollPageUp (src/System/Console/ANSI.hs:1072)
    scrollPageDown (src/System/Console/ANSI.hs:1073)
    hScrollPageUp (src/System/Console/ANSI.hs:1066)
    hScrollPageDown (src/System/Console/ANSI.hs:1067)
    scrollPageUpCode (src/System/Console/ANSI/Codes.hs:326)
    scrollPageDownCode (src/System/Console/ANSI/Codes.hs:327)
    hUseAlternateScreenBuffer (src/System/Console/ANSI.hs:508)
    hUseNormalScreenBuffer (src/System/Console/ANSI.hs:511)
    useAlternateScreenBufferCode (src/System/Console/ANSI/Codes.hs:330)
    useNormalScreenBufferCode (src/System/Console/ANSI/Codes.hs:331)
    hReportLayerColor (src/System/Console/ANSI.hs:815)
    hSetSGR (src/System/Console/ANSI.hs:1016)
    setSGRCode (src/System/Console/ANSI/Codes.hs:339)
    hideCursor (src/System/Console/ANSI.hs:504)
    showCursor (src/System/Console/ANSI.hs:505)
    hHideCursor (src/System/Console/ANSI.hs:500)
    hShowCursor (src/System/Console/ANSI.hs:501)
    hideCursorCode (src/System/Console/ANSI/Codes.hs:344)
    showCursorCode (src/System/Console/ANSI/Codes.hs:345)
    hHyperlink (src/System/Console/ANSI.hs:570)
    hHyperlinkWithId (src/System/Console/ANSI.hs:592)
    hHyperlinkWithParams (src/System/Console/ANSI.hs:547)
    hSetTitle (src/System/Console/ANSI.hs:612)
Documentation created: dist/doc/html/ansi-terminal/,
dist/doc/html/ansi-terminal/ansi-terminal.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ansi-terminal-1.1.2-KWBmkVsQRP67S2vyas6OZS
Completed    ansi-terminal-1.1.2
Downloading  hslogger-1.3.1.2
Downloaded   hslogger-1.3.1.2
Configuring hslogger-1.3.1.2...
Preprocessing library for hslogger-1.3.1.2..
Building library for hslogger-1.3.1.2..
[1 of 9] Compiling System.Log       ( src/System/Log.hs, dist/build/System/Log.o, dist/build/System/Log.dyn_o )
[2 of 9] Compiling System.Log.Formatter ( src/System/Log/Formatter.hs, dist/build/System/Log/Formatter.o, dist/build/System/Log/Formatter.dyn_o )
[3 of 9] Compiling System.Log.Handler ( src/System/Log/Handler.hs, dist/build/System/Log/Handler.o, dist/build/System/Log/Handler.dyn_o )
[4 of 9] Compiling System.Log.Handler.Simple ( src/System/Log/Handler/Simple.hs, dist/build/System/Log/Handler/Simple.o, dist/build/System/Log/Handler/Simple.dyn_o )
[5 of 9] Compiling System.Log.Handler.Log4jXML ( src/System/Log/Handler/Log4jXML.hs, dist/build/System/Log/Handler/Log4jXML.o, dist/build/System/Log/Handler/Log4jXML.dyn_o )
[6 of 9] Compiling System.Log.Logger ( src/System/Log/Logger.hs, dist/build/System/Log/Logger.o, dist/build/System/Log/Logger.dyn_o )

src/System/Log/Logger.hs:375:26: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
375 |             let pname = (head . drop 1 . reverse . componentsOfName) name'
    |                          ^^^^

src/System/Log/Logger.hs:431:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
431 |                _  -> l{handlers = tail hs}
    |                                   ^^^^
[7 of 9] Compiling UTF8             ( src/UTF8.hs, dist/build/UTF8.o, dist/build/UTF8.dyn_o )
[8 of 9] Compiling System.Log.Handler.Syslog ( src/System/Log/Handler/Syslog.hs, dist/build/System/Log/Handler/Syslog.o, dist/build/System/Log/Handler/Syslog.dyn_o )

src/System/Log/Handler/Syslog.hs:223:37: 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."
    |
223 |     let addr = S.SockAddrInet port (head (S.hostAddresses he))
    |                                     ^^^^
[9 of 9] Compiling System.Log.Handler.Growl ( src/System/Log/Handler/Growl.hs, dist/build/System/Log/Handler/Growl.o, dist/build/System/Log/Handler/Growl.dyn_o )
Preprocessing library for hslogger-1.3.1.2..
Running Haddock on library for hslogger-1.3.1.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling System.Log       ( src/System/Log.hs, nothing )
[2 of 9] Compiling System.Log.Formatter ( src/System/Log/Formatter.hs, nothing )
[3 of 9] Compiling System.Log.Handler ( src/System/Log/Handler.hs, nothing )
[4 of 9] Compiling System.Log.Handler.Simple ( src/System/Log/Handler/Simple.hs, nothing )
[5 of 9] Compiling System.Log.Handler.Log4jXML ( src/System/Log/Handler/Log4jXML.hs, nothing )
[6 of 9] Compiling System.Log.Logger ( src/System/Log/Logger.hs, nothing )

src/System/Log/Logger.hs:375:26: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
375 |             let pname = (head . drop 1 . reverse . componentsOfName) name'
    |                          ^^^^

src/System/Log/Logger.hs:431:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
431 |                _  -> l{handlers = tail hs}
    |                                   ^^^^
[7 of 9] Compiling UTF8             ( src/UTF8.hs, nothing )
[8 of 9] Compiling System.Log.Handler.Syslog ( src/System/Log/Handler/Syslog.hs, nothing )

src/System/Log/Handler/Syslog.hs:223:37: 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."
    |
223 |     let addr = S.SockAddrInet port (head (S.hostAddresses he))
    |                                     ^^^^
[9 of 9] Compiling System.Log.Handler.Growl ( src/System/Log/Handler/Growl.hs, nothing )
Haddock coverage:
 100% (  4 /  4) in 'System.Log'
Warning: 'Handler' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  6 /  6) in 'System.Log.Formatter'
 100% (  3 /  3) in 'System.Log.Handler'
 100% (  5 /  5) in 'System.Log.Handler.Simple'
 100% ( 17 / 17) in 'System.Log.Handler.Log4jXML'
Warning: 'Logger' is ambiguous. It is defined
    * at src/System/Log/Logger.hs:213:15
    * at src/System/Log/Logger.hs:213:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Log/Logger.hs:213:1
  97% ( 38 / 39) in 'System.Log.Logger'
  Missing documentation for:
    Logger (src/System/Log/Logger.hs:213)
  90% ( 10 / 11) in 'System.Log.Handler.Syslog'
  Missing documentation for:
    SyslogHandler (src/System/Log/Handler/Syslog.hs:139)
 100% (  3 /  3) in 'System.Log.Handler.Growl'
Warning: System.Log: could not find link destinations for: 
	- System.Log.Rep_Priority
Warning: System.Log.Logger: could not find link destinations for: 
	- System.Log.Rep_Priority
Warning: System.Log.Handler.Growl: could not find link destinations for: 
	- System.Log.Handler.Growl.GrowlHandler
Documentation created: dist/doc/html/hslogger/,
dist/doc/html/hslogger/hslogger.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hslogger-1.3.1.2-HowHJhjYM9fKLvsXCW1QPP
Completed    hslogger-1.3.1.2
Configuring async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )

Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
50 | import Data.Semigroup (Semigroup((<>)))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
Preprocessing library for async-2.2.5..
Running Haddock on library for async-2.2.5..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, nothing )

Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
50 | import Data.Semigroup (Semigroup((<>)))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
    * in GHC.Conc.Sync
    * in GHC.Conc.Sync
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:69:16
    * at Control/Concurrent/Async/Internal.hs:69:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:461:3
    * at Control/Concurrent/Async/Internal.hs:460:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:460:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:274:23
    * at Control/Concurrent/Async/Internal.hs:274:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:274:1
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Types
  86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
  Missing documentation for:
    asyncUsing (Control/Concurrent/Async/Internal.hs:124)
    withAsyncUsing (Control/Concurrent/Async/Internal.hs:178)
    ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
    isCancel (Control/Concurrent/Async/Internal.hs:542)
    concurrently' (Control/Concurrent/Async/Internal.hs:649)
    catchAll (Control/Concurrent/Async/Internal.hs:858)
    tryAll (Control/Concurrent/Async/Internal.hs:861)
    rawForkIO (Control/Concurrent/Async/Internal.hs:868)
    rawForkOn (Control/Concurrent/Async/Internal.hs:873)
Warning: 'forkIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Async' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:69:16
    * at Control/Concurrent/Async/Internal.hs:69:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'Concurrently' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:775:26
    * at Control/Concurrent/Async/Internal.hs:775:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:775:1
Warning: 'Alternative' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 70 / 71) in 'Control.Concurrent.Async'
  Missing documentation for:
    ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.5-2ZfTtvd9oUYLY6nMddkMC
Completed    async-2.2.5
Downloading  text-display-1.0.0.0
Downloaded   text-display-1.0.0.0
Configuring text-display-1.0.0.0...
Preprocessing library for text-display-1.0.0.0..
Building library for text-display-1.0.0.0..
[1 of 3] Compiling Data.Text.Display.Core
[2 of 3] Compiling Data.Text.Display.Generic
[3 of 3] Compiling Data.Text.Display
Preprocessing library for text-display-1.0.0.0..
Running Haddock on library for text-display-1.0.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.Text.Display.Core
[2 of 3] Compiling Data.Text.Display.Generic
[3 of 3] Compiling Data.Text.Display
Haddock coverage:
Warning: 'Text' is ambiguous. It is defined
    * in GHC.TypeError
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Text.Internal
  72% (  8 / 11) in 'Data.Text.Display.Core'
  Missing documentation for:
    CannotDisplayByteStrings (src/Data/Text/Display/Core.hs:181)
    DisplayDecimal (src/Data/Text/Display/Core.hs:246)
    DisplayRealFloat (src/Data/Text/Display/Core.hs:256)
Warning: 'RecordInstance' is ambiguous. It is defined
    * at src/Data/Text/Display/Generic.hs:118:28
    * at src/Data/Text/Display/Generic.hs:118:1
    You 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/Text/Display/Generic.hs:118:1
Warning: 'AssertNoSum' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ShowInstance' is ambiguous. It is defined
    * at src/Data/Text/Display/Core.hs:233:5
    * at src/Data/Text/Display/Core.hs:232:1
    You 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/Text/Display/Core.hs:232:1
  71% (  5 /  7) in 'Data.Text.Display.Generic'
  Missing documentation for:
    gdisplayBuilderDefault (src/Data/Text/Display/Generic.hs:87)
    Assert (src/Data/Text/Display/Generic.hs:145)
 100% ( 12 / 12) in 'Data.Text.Display'
Warning: Data.Text.Display.Generic: could not find link destinations for: 
	- Data.Text.Display.Generic.D:R:RepRecordInstance
Warning: Data.Text.Display: could not find link destinations for: 
	- Data.Text.Display.Generic.D:R:RepRecordInstance
Documentation created: dist/doc/html/text-display/,
dist/doc/html/text-display/text-display.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/text-display-1.0.0.0-35nel7M5mnh8qCh1BzZOog
Completed    text-display-1.0.0.0
Configuring regex-compat-0.95.2.2...
Preprocessing library for regex-compat-0.95.2.2..
Building library for regex-compat-0.95.2.2..
[1 of 1] Compiling Text.Regex       ( Text/Regex.hs, dist/build/Text/Regex.o, dist/build/Text/Regex.dyn_o )
Preprocessing library for regex-compat-0.95.2.2..
Running Haddock on library for regex-compat-0.95.2.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Text.Regex       ( Text/Regex.hs, nothing )
Haddock coverage:
Warning: 'True' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Just' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Nothing' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  9 /  9) in 'Text.Regex'
Documentation created: dist/doc/html/regex-compat/,
dist/doc/html/regex-compat/regex-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/regex-compat-0.95.2.2-2ScCa4EPoi77GNW39ulmKk
Completed    regex-compat-0.95.2.2
Configuring concurrent-output-1.10.21...
Preprocessing library for concurrent-output-1.10.21..
Building library for concurrent-output-1.10.21..
[1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.o, dist/build/Utility/Exception.dyn_o )
[2 of 6] Compiling Utility.Monad    ( Utility/Monad.hs, dist/build/Utility/Monad.o, dist/build/Utility/Monad.dyn_o )
[3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.o, dist/build/System/Console/Concurrent/Internal.dyn_o )
[4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.o, dist/build/System/Console/Concurrent.dyn_o )
[5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.o, dist/build/System/Process/Concurrent.dyn_o )
[6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.o, dist/build/System/Console/Regions.dyn_o )
Preprocessing library for concurrent-output-1.10.21..
Running Haddock on library for concurrent-output-1.10.21..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, nothing )
[2 of 6] Compiling Utility.Monad    ( Utility/Monad.hs, nothing )
[3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, nothing )
[4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, nothing )
[5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, nothing )
[6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, nothing )
Haddock coverage:
  46% ( 20 / 43) in 'System.Console.Concurrent.Internal'
  Missing documentation for:
    OutputHandle (System/Console/Concurrent/Internal.hs:38)
    Lock (System/Console/Concurrent/Internal.hs:45)
    withLock (System/Console/Concurrent/Internal.hs:76)
    takeOutputLock' (System/Console/Concurrent/Internal.hs:79)
    outputConcurrent' (System/Console/Concurrent/Internal.hs:171)
    fgProcess (System/Console/Concurrent/Internal.hs:244)
    bgProcess (System/Console/Concurrent/Internal.hs:256)
    willOutput (System/Console/Concurrent/Internal.hs:289)
    StdHandle (System/Console/Concurrent/Internal.hs:296)
    toHandle (System/Console/Concurrent/Internal.hs:299)
    bufferFor (System/Console/Concurrent/Internal.hs:303)
    OutputBufferedActivity (System/Console/Concurrent/Internal.hs:306)
    AtEnd (System/Console/Concurrent/Internal.hs:314)
    BufSig (System/Console/Concurrent/Internal.hs:317)
    setupOutputBuffer (System/Console/Concurrent/Internal.hs:320)
    outputDrainer (System/Console/Concurrent/Internal.hs:329)
    registerOutputThread (System/Console/Concurrent/Internal.hs:349)
    unregisterOutputThread (System/Console/Concurrent/Internal.hs:354)
    bufferWriter (System/Console/Concurrent/Internal.hs:364)
    addOutputBuffer (System/Console/Concurrent/Internal.hs:417)
    bufferOutputSTM' (System/Console/Concurrent/Internal.hs:451)
    waitAnyBuffer (System/Console/Concurrent/Internal.hs:477)
    endsNewLine (System/Console/Concurrent/Internal.hs:491)
  90% ( 18 / 20) in 'System.Console.Concurrent'
  Missing documentation for:
    StdHandle (System/Console/Concurrent/Internal.hs:296)
    waitAnyBuffer (System/Console/Concurrent/Internal.hs:477)
 100% (  3 /  3) in 'System.Process.Concurrent'
  96% ( 24 / 25) in 'System.Console.Regions'
  Missing documentation for:
    RegionContent (System/Console/Regions.hs:176)
Documentation created: dist/doc/html/concurrent-output/,
dist/doc/html/concurrent-output/concurrent-output.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/concurrent-output-1.10.21-4slOHeD0A5tHxpONZXfzPl
Completed    concurrent-output-1.10.21
Downloading  MissingH-1.6.0.2
Downloaded   MissingH-1.6.0.2
Configuring MissingH-1.6.0.2...
Preprocessing library for MissingH-1.6.0.2..
Building library for MissingH-1.6.0.2..
[ 1 of 45] Compiling Control.Concurrent.Thread.Utils ( src/Control/Concurrent/Thread/Utils.hs, dist/build/Control/Concurrent/Thread/Utils.o, dist/build/Control/Concurrent/Thread/Utils.dyn_o )
[ 2 of 45] Compiling Data.BinPacking  ( src/Data/BinPacking.hs, dist/build/Data/BinPacking.o, dist/build/Data/BinPacking.dyn_o )

src/Data/BinPacking.hs:109:62: 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."
    |
109 |                      then Left $ BPSizeTooLarge thisbinsize (head sizelist)
    |                                                              ^^^^
[ 3 of 45] Compiling Data.Bits.Utils  ( src/Data/Bits/Utils.hs, dist/build/Data/Bits/Utils.o, dist/build/Data/Bits/Utils.dyn_o )
[ 4 of 45] Compiling Data.CSV         ( src/Data/CSV.hs, dist/build/Data/CSV.o, dist/build/Data/CSV.dyn_o )
[ 5 of 45] Compiling Data.Compression.Inflate ( src/Data/Compression/Inflate.hs, dist/build/Data/Compression/Inflate.o, dist/build/Data/Compression/Inflate.dyn_o )
[ 6 of 45] Compiling Data.Either.Utils ( src/Data/Either/Utils.hs, dist/build/Data/Either/Utils.o, dist/build/Data/Either/Utils.dyn_o )
[ 7 of 45] Compiling Data.Hash.CRC32.GZip ( src/Data/Hash/CRC32/GZip.hs, dist/build/Data/Hash/CRC32/GZip.o, dist/build/Data/Hash/CRC32/GZip.dyn_o )
[ 8 of 45] Compiling Data.Hash.MD5    ( src/Data/Hash/MD5.hs, dist/build/Data/Hash/MD5.o, dist/build/Data/Hash/MD5.dyn_o )
[ 9 of 45] Compiling Data.Hash.MD5.Zord64_HARD ( src/Data/Hash/MD5/Zord64_HARD.hs, dist/build/Data/Hash/MD5/Zord64_HARD.o, dist/build/Data/Hash/MD5/Zord64_HARD.dyn_o )
[10 of 45] Compiling Data.List.Utils  ( src/Data/List/Utils.hs, dist/build/Data/List/Utils.o, dist/build/Data/List/Utils.dyn_o )
[11 of 45] Compiling Data.Map.Utils   ( src/Data/Map/Utils.hs, dist/build/Data/Map/Utils.o, dist/build/Data/Map/Utils.dyn_o )
[12 of 45] Compiling Data.Maybe.Utils ( src/Data/Maybe/Utils.hs, dist/build/Data/Maybe/Utils.o, dist/build/Data/Maybe/Utils.dyn_o )
[13 of 45] Compiling Data.Quantity    ( src/Data/Quantity.hs, dist/build/Data/Quantity.o, dist/build/Data/Quantity.dyn_o )

src/Data/Quantity.hs:66:35: 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."
   |
66 | quantifyNum opts n = (\(x, s) -> (head x, s)) $ quantifyNums opts [n]
   |                                   ^^^^

src/Data/Quantity.hs:93:30: 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."
   |
93 |                   Nothing -> head incrIdxList -- If not found, it's smaller than the first
   |                              ^^^^
[14 of 45] Compiling Data.String.Utils ( src/Data/String/Utils.hs, dist/build/Data/String/Utils.o, dist/build/Data/String/Utils.dyn_o )
[15 of 45] Compiling Data.Tuple.Utils ( src/Data/Tuple/Utils.hs, dist/build/Data/Tuple/Utils.o, dist/build/Data/Tuple/Utils.dyn_o )
[16 of 45] Compiling Network.Email.Mailbox ( src/Network/Email/Mailbox.hs, dist/build/Network/Email/Mailbox.o, dist/build/Network/Email/Mailbox.dyn_o )
[17 of 45] Compiling Network.Utils    ( src/Network/Utils.hs, dist/build/Network/Utils.o, dist/build/Network/Utils.dyn_o )

src/Network/Utils.hs:96:1: warning: [GHC-62161] [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for showSockAddr:
        Patterns of type SockAddr not matched: SockAddrInet6 _ _ _ _
   |
96 | showSockAddr (SockAddrUnix x) = return $ "UNIX socket at " ++ x
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[18 of 45] Compiling Network.SocketServer ( src/Network/SocketServer.hs, dist/build/Network/SocketServer.o, dist/build/Network/SocketServer.dyn_o )
[19 of 45] Compiling System.Cmd.Utils ( src/System/Cmd/Utils.hs, dist/build/System/Cmd/Utils.o, dist/build/System/Cmd/Utils.dyn_o )
[20 of 45] Compiling Network.Email.Sendmail ( src/Network/Email/Sendmail.hs, dist/build/Network/Email/Sendmail.o, dist/build/Network/Email/Sendmail.dyn_o )
[21 of 45] Compiling System.Console.GetOpt.Utils ( src/System/Console/GetOpt/Utils.hs, dist/build/System/Console/GetOpt/Utils.o, dist/build/System/Console/GetOpt/Utils.dyn_o )
[22 of 45] Compiling System.Daemon    ( src/System/Daemon.hs, dist/build/System/Daemon.o, dist/build/System/Daemon.dyn_o )
[23 of 45] Compiling System.Debian    ( src/System/Debian.hs, dist/build/System/Debian.o, dist/build/System/Debian.dyn_o )
[24 of 45] Compiling System.Debian.ControlParser ( src/System/Debian/ControlParser.hs, dist/build/System/Debian/ControlParser.o, dist/build/System/Debian/ControlParser.dyn_o )
[25 of 45] Compiling System.FileArchive.GZip ( src/System/FileArchive/GZip.hs, dist/build/System/FileArchive/GZip.o, dist/build/System/FileArchive/GZip.dyn_o )

src/System/FileArchive/GZip.hs:94:13: 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."
   |
94 | split1 s = (head s, tail s)
   |             ^^^^

src/System/FileArchive/GZip.hs:94:21: 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."
   |
94 | split1 s = (head s, tail s)
   |                     ^^^^
[26 of 45] Compiling System.IO.HVIO   ( src/System/IO/HVIO.hs, dist/build/System/IO/HVIO.o, dist/build/System/IO/HVIO.dyn_o )

src/System/IO/HVIO.hs:471:34: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
471 |                     let retval = head c
    |                                  ^^^^

src/System/IO/HVIO.hs:472:39: 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."
    |
472 |                     vioc_set (srv h) (tail c)
    |                                       ^^^^
[27 of 45] Compiling System.IO.PlafCompat ( src/System/IO/PlafCompat.hs, dist/build/System/IO/PlafCompat.o, dist/build/System/IO/PlafCompat.dyn_o )
[28 of 45] Compiling System.IO.Utils  ( src/System/IO/Utils.hs, dist/build/System/IO/Utils.o, dist/build/System/IO/Utils.dyn_o )
[29 of 45] Compiling System.IO.WindowsCompat ( src/System/IO/WindowsCompat.hs, dist/build/System/IO/WindowsCompat.o, dist/build/System/IO/WindowsCompat.dyn_o )
[30 of 45] Compiling System.Path.NameManip ( src/System/Path/NameManip.hs, dist/build/System/Path/NameManip.o, dist/build/System/Path/NameManip.dyn_o )

src/System/Path/NameManip.hs:56:22: 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."
   |
56 |           tail' xs = tail xs
   |                      ^^^^

src/System/Path/NameManip.hs:116:19: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [String] not matched: []
    |
116 |               let (base:suffixes) = slice_filename' (last comps)
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/Path/NameManip.hs:410:79: 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."
    |
410 |       guess_dotdot_comps' schon ("..":teile) = guess_dotdot_comps' (reverse . tail . reverse $ schon) teile
    |                                                                               ^^^^
[31 of 45] Compiling System.Path.WildMatch ( src/System/Path/WildMatch.hs, dist/build/System/Path/WildMatch.o, dist/build/System/Path/WildMatch.dyn_o )
[32 of 45] Compiling System.Posix.Consts ( src/System/Posix/Consts.hs, dist/build/System/Posix/Consts.o, dist/build/System/Posix/Consts.dyn_o )
[33 of 45] Compiling System.IO.StatCompat ( src/System/IO/StatCompat.hs, dist/build/System/IO/StatCompat.o, dist/build/System/IO/StatCompat.dyn_o )
[34 of 45] Compiling System.Time.Utils ( src/System/Time/Utils.hs, dist/build/System/Time/Utils.o, dist/build/System/Time/Utils.dyn_o )
[35 of 45] Compiling System.IO.HVFS   ( src/System/IO/HVFS.hs, dist/build/System/IO/HVFS.o, dist/build/System/IO/HVFS.dyn_o )

src/System/IO/HVFS.hs:299:1: warning: [GHC-90177] [-Worphans]
    Orphan class instance: instance Show FileStatus
    Suggested fix:
      Move the instance declaration to the module of the class or of the type, or
      wrap the type with a newtype and declare the instance on the new type.
    |
299 | instance Show FileStatus where
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[36 of 45] Compiling System.Path.Glob ( src/System/Path/Glob.hs, dist/build/System/Path/Glob.o, dist/build/System/Path/Glob.dyn_o )

src/System/Path/Glob.hs:107: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."
    |
107 |                         in if head patt == '.'
    |                               ^^^^

src/System/Path/Glob.hs:109:56: 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."
    |
109 |                            else return $ filter (\x -> head x /= '.') matches
    |                                                        ^^^^
[37 of 45] Compiling System.IO.HVFS.Utils ( src/System/IO/HVFS/Utils.hs, dist/build/System/IO/HVFS/Utils.o, dist/build/System/IO/HVFS/Utils.dyn_o )
[38 of 45] Compiling System.Path      ( src/System/Path.hs, dist/build/System/Path.o, dist/build/System/Path.dyn_o )
[39 of 45] Compiling Data.MIME.Types  ( src/Data/MIME/Types.hs, dist/build/Data/MIME/Types.o, dist/build/Data/MIME/Types.dyn_o )

src/Data/MIME/Types.hs:105:34: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
105 |                    let thetype = head l2
    |                                  ^^^^

src/Data/MIME/Types.hs:106:37: 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."
    |
106 |                        suffixlist = tail l2
    |                                     ^^^^
[40 of 45] Compiling System.IO.HVFS.InstanceHelpers ( src/System/IO/HVFS/InstanceHelpers.hs, dist/build/System/IO/HVFS/InstanceHelpers.o, dist/build/System/IO/HVFS/InstanceHelpers.dyn_o )

src/System/IO/HVFS/InstanceHelpers.hs:114:15: 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."
    |
114 |           h = head sliced1
    |               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:115:15: 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."
    |
115 |           t = tail sliced1
    |               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:116:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
116 |           newh =  if isPathSeparator (head h) then tail h else h
    |                                       ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:116:52: 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."
    |
116 |           newh =  if isPathSeparator (head h) then tail h else h
    |                                                    ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:143:13: 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."
    |
143 |         h = head sliced1
    |             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:144:13: 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."
    |
144 |         t = tail sliced1
    |             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:145:62: 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."
    |
145 |         newh = if (h /= [pathSeparator]) && isPathSeparator (head h) then tail h else h
    |                                                              ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:145:75: 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."
    |
145 |         newh = if (h /= [pathSeparator]) && isPathSeparator (head h) then tail h else h
    |                                                                           ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:155:68: 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."
    |
155 |               MemoryFile _ -> Left $ "Attempt to look up name " ++ head zs ++ " in file"
    |                                                                    ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:157:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
157 |                 let newentry = case lookup (head zs) y of
    |                                             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:158: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."
    |
158 |                                   Nothing -> Left $ "Couldn't find entry " ++ head zs
    |                                                                               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:161:36: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
161 |                       walk newobj (tail zs)
    |                                    ^^^^
[41 of 45] Compiling System.IO.HVFS.Combinators ( src/System/IO/HVFS/Combinators.hs, dist/build/System/IO/HVFS/Combinators.o, dist/build/System/IO/HVFS/Combinators.dyn_o )

src/System/IO/HVFS/Combinators.hs:118:51: 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."
    |
118 |     do full <- (fp ++) `fmap` if isPathSeparator (head locfp)
    |                                                   ^^^^
[42 of 45] Compiling System.IO.Binary ( src/System/IO/Binary.hs, dist/build/System/IO/Binary.o, dist/build/System/IO/Binary.dyn_o )
[43 of 45] Compiling Data.Progress.Tracker ( src/Data/Progress/Tracker.hs, dist/build/Data/Progress/Tracker.o, dist/build/Data/Progress/Tracker.dyn_o )
[44 of 45] Compiling Data.Progress.Meter ( src/Data/Progress/Meter.hs, dist/build/Data/Progress/Meter.o, dist/build/Data/Progress/Meter.dyn_o )

src/Data/Progress/Meter.hs:228:22: 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."
    |
228 |                      head renders ++ u ++ " " ++ pct ++ "]"
    |                      ^^^^

src/Data/Progress/Meter.hs:234:54: 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."
    |
234 |                                             return $ head (rfunc [floor (speed :: Double)]) ++ u ++
    |                                                      ^^^^
[45 of 45] Compiling Text.ParserCombinators.Parsec.Utils ( src/Text/ParserCombinators/Parsec/Utils.hs, dist/build/Text/ParserCombinators/Parsec/Utils.o, dist/build/Text/ParserCombinators/Parsec/Utils.dyn_o )
Preprocessing library for MissingH-1.6.0.2..
Running Haddock on library for MissingH-1.6.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 45] Compiling Control.Concurrent.Thread.Utils ( src/Control/Concurrent/Thread/Utils.hs, nothing )
[ 2 of 45] Compiling Data.BinPacking  ( src/Data/BinPacking.hs, nothing )

src/Data/BinPacking.hs:109:62: 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."
    |
109 |                      then Left $ BPSizeTooLarge thisbinsize (head sizelist)
    |                                                              ^^^^
[ 3 of 45] Compiling Data.Bits.Utils  ( src/Data/Bits/Utils.hs, nothing )
[ 4 of 45] Compiling Data.CSV         ( src/Data/CSV.hs, nothing )
[ 5 of 45] Compiling Data.Compression.Inflate ( src/Data/Compression/Inflate.hs, nothing )
[ 6 of 45] Compiling Data.Either.Utils ( src/Data/Either/Utils.hs, nothing )
[ 7 of 45] Compiling Data.Hash.CRC32.GZip ( src/Data/Hash/CRC32/GZip.hs, nothing )
[ 8 of 45] Compiling Data.Hash.MD5    ( src/Data/Hash/MD5.hs, nothing )
[ 9 of 45] Compiling Data.Hash.MD5.Zord64_HARD ( src/Data/Hash/MD5/Zord64_HARD.hs, nothing )
[10 of 45] Compiling Data.List.Utils  ( src/Data/List/Utils.hs, nothing )
[11 of 45] Compiling Data.Map.Utils   ( src/Data/Map/Utils.hs, nothing )
[12 of 45] Compiling Data.Maybe.Utils ( src/Data/Maybe/Utils.hs, nothing )
[13 of 45] Compiling Data.Quantity    ( src/Data/Quantity.hs, nothing )

src/Data/Quantity.hs:66:35: 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."
   |
66 | quantifyNum opts n = (\(x, s) -> (head x, s)) $ quantifyNums opts [n]
   |                                   ^^^^

src/Data/Quantity.hs:93:30: 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."
   |
93 |                   Nothing -> head incrIdxList -- If not found, it's smaller than the first
   |                              ^^^^
[14 of 45] Compiling Data.String.Utils ( src/Data/String/Utils.hs, nothing )
[15 of 45] Compiling Data.Tuple.Utils ( src/Data/Tuple/Utils.hs, nothing )
[16 of 45] Compiling Network.Email.Mailbox ( src/Network/Email/Mailbox.hs, nothing )
[17 of 45] Compiling Network.Utils    ( src/Network/Utils.hs, nothing )
[18 of 45] Compiling Network.SocketServer ( src/Network/SocketServer.hs, nothing )
[19 of 45] Compiling System.Cmd.Utils ( src/System/Cmd/Utils.hs, nothing )
[20 of 45] Compiling Network.Email.Sendmail ( src/Network/Email/Sendmail.hs, nothing )
[21 of 45] Compiling System.Console.GetOpt.Utils ( src/System/Console/GetOpt/Utils.hs, nothing )
[22 of 45] Compiling System.Daemon    ( src/System/Daemon.hs, nothing )
[23 of 45] Compiling System.Debian    ( src/System/Debian.hs, nothing )
[24 of 45] Compiling System.Debian.ControlParser ( src/System/Debian/ControlParser.hs, nothing )
[25 of 45] Compiling System.FileArchive.GZip ( src/System/FileArchive/GZip.hs, nothing )

src/System/FileArchive/GZip.hs:94:13: 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."
   |
94 | split1 s = (head s, tail s)
   |             ^^^^

src/System/FileArchive/GZip.hs:94:21: 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."
   |
94 | split1 s = (head s, tail s)
   |                     ^^^^
[26 of 45] Compiling System.IO.HVIO   ( src/System/IO/HVIO.hs, nothing )

src/System/IO/HVIO.hs:471:34: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
471 |                     let retval = head c
    |                                  ^^^^

src/System/IO/HVIO.hs:472:39: 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."
    |
472 |                     vioc_set (srv h) (tail c)
    |                                       ^^^^
[27 of 45] Compiling System.IO.PlafCompat ( src/System/IO/PlafCompat.hs, nothing )
[28 of 45] Compiling System.IO.Utils  ( src/System/IO/Utils.hs, nothing )
[29 of 45] Compiling System.IO.WindowsCompat ( src/System/IO/WindowsCompat.hs, nothing )
[30 of 45] Compiling System.Path.NameManip ( src/System/Path/NameManip.hs, nothing )

src/System/Path/NameManip.hs:56:22: 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."
   |
56 |           tail' xs = tail xs
   |                      ^^^^

src/System/Path/NameManip.hs:410:79: 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."
    |
410 |       guess_dotdot_comps' schon ("..":teile) = guess_dotdot_comps' (reverse . tail . reverse $ schon) teile
    |                                                                               ^^^^
[31 of 45] Compiling System.Path.WildMatch ( src/System/Path/WildMatch.hs, nothing )
[32 of 45] Compiling System.Posix.Consts ( src/System/Posix/Consts.hs, nothing )
[33 of 45] Compiling System.IO.StatCompat ( src/System/IO/StatCompat.hs, nothing )
[34 of 45] Compiling System.Time.Utils ( src/System/Time/Utils.hs, nothing )
[35 of 45] Compiling System.IO.HVFS   ( src/System/IO/HVFS.hs, nothing )

src/System/IO/HVFS.hs:299:1: warning: [GHC-90177] [-Worphans]
    Orphan class instance: instance Show FileStatus
    Suggested fix:
      Move the instance declaration to the module of the class or of the type, or
      wrap the type with a newtype and declare the instance on the new type.
    |
299 | instance Show FileStatus where
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[36 of 45] Compiling System.Path.Glob ( src/System/Path/Glob.hs, nothing )

src/System/Path/Glob.hs:107: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."
    |
107 |                         in if head patt == '.'
    |                               ^^^^

src/System/Path/Glob.hs:109:56: 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."
    |
109 |                            else return $ filter (\x -> head x /= '.') matches
    |                                                        ^^^^
[37 of 45] Compiling System.IO.HVFS.Utils ( src/System/IO/HVFS/Utils.hs, nothing )
[38 of 45] Compiling System.Path      ( src/System/Path.hs, nothing )
[39 of 45] Compiling Data.MIME.Types  ( src/Data/MIME/Types.hs, nothing )

src/Data/MIME/Types.hs:105:34: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
105 |                    let thetype = head l2
    |                                  ^^^^

src/Data/MIME/Types.hs:106:37: 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."
    |
106 |                        suffixlist = tail l2
    |                                     ^^^^
[40 of 45] Compiling System.IO.HVFS.InstanceHelpers ( src/System/IO/HVFS/InstanceHelpers.hs, nothing )

src/System/IO/HVFS/InstanceHelpers.hs:114:15: 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."
    |
114 |           h = head sliced1
    |               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:115:15: 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."
    |
115 |           t = tail sliced1
    |               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:116:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
116 |           newh =  if isPathSeparator (head h) then tail h else h
    |                                       ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:116:52: 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."
    |
116 |           newh =  if isPathSeparator (head h) then tail h else h
    |                                                    ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:143:13: 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."
    |
143 |         h = head sliced1
    |             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:144:13: 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."
    |
144 |         t = tail sliced1
    |             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:145:62: 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."
    |
145 |         newh = if (h /= [pathSeparator]) && isPathSeparator (head h) then tail h else h
    |                                                              ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:145:75: 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."
    |
145 |         newh = if (h /= [pathSeparator]) && isPathSeparator (head h) then tail h else h
    |                                                                           ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:155:68: 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."
    |
155 |               MemoryFile _ -> Left $ "Attempt to look up name " ++ head zs ++ " in file"
    |                                                                    ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:157:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
157 |                 let newentry = case lookup (head zs) y of
    |                                             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:158: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."
    |
158 |                                   Nothing -> Left $ "Couldn't find entry " ++ head zs
    |                                                                               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:161:36: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
161 |                       walk newobj (tail zs)
    |                                    ^^^^
[41 of 45] Compiling System.IO.HVFS.Combinators ( src/System/IO/HVFS/Combinators.hs, nothing )

src/System/IO/HVFS/Combinators.hs:118:51: 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."
    |
118 |     do full <- (fp ++) `fmap` if isPathSeparator (head locfp)
    |                                                   ^^^^
[42 of 45] Compiling System.IO.Binary ( src/System/IO/Binary.hs, nothing )
[43 of 45] Compiling Data.Progress.Tracker ( src/Data/Progress/Tracker.hs, nothing )
[44 of 45] Compiling Data.Progress.Meter ( src/Data/Progress/Meter.hs, nothing )

src/Data/Progress/Meter.hs:228:22: 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."
    |
228 |                      head renders ++ u ++ " " ++ pct ++ "]"
    |                      ^^^^

src/Data/Progress/Meter.hs:234:54: 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."
    |
234 |                                             return $ head (rfunc [floor (speed :: Double)]) ++ u ++
    |                                                      ^^^^
[45 of 45] Compiling Text.ParserCombinators.Parsec.Utils ( src/Text/ParserCombinators/Parsec/Utils.hs, nothing )
Haddock coverage:
 100% (  3 /  3) in 'Control.Concurrent.Thread.Utils'
 100% (  5 /  5) in 'Data.BinPacking'
 100% (  7 /  7) in 'Data.Bits.Utils'
 100% (  3 /  3) in 'Data.CSV'
  28% (  2 /  7) in 'Data.Compression.Inflate'
  Missing documentation for:
    inflate_string (src/Data/Compression/Inflate.hs:47)
    inflate (src/Data/Compression/Inflate.hs:200)
    Output (src/Data/Compression/Inflate.hs:70)
    Bit (src/Data/Compression/Inflate.hs:87)
    bits_to_word32 (src/Data/Compression/Inflate.hs:104)
 100% (  8 /  8) in 'Data.Either.Utils'
  20% (  1 /  5) in 'Data.Hash.CRC32.GZip'
  Missing documentation for:
    update_crc (src/Data/Hash/CRC32/GZip.hs:32)
    update_crc_list (src/Data/Hash/CRC32/GZip.hs:40)
    calc_crc32 (src/Data/Hash/CRC32/GZip.hs:43)
    gzipcrctab (src/Data/Hash/CRC32/GZip.hs:46)
  60% (  6 / 10) in 'Data.Hash.MD5'
  Missing documentation for:
    ABCD (src/Data/Hash/MD5.hs:42)
    Str (src/Data/Hash/MD5.hs:43)
    BoolList (src/Data/Hash/MD5.hs:44)
    WordList (src/Data/Hash/MD5.hs:45)
Warning: 'WholeFunc' is ambiguous. It is defined
    * at src/Data/List/Utils.hs:345:25
    * at src/Data/List/Utils.hs:345:1
    You 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/Utils.hs:345:1
 100% ( 42 / 42) in 'Data.List.Utils'
 100% (  8 /  8) in 'Data.Map.Utils'
 100% (  3 /  3) in 'Data.Maybe.Utils'
Warning: 'SizeOpts' is ambiguous. It is defined
    * at src/Data/Quantity.hs:42:17
    * at src/Data/Quantity.hs:42:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Quantity.hs:42:1
 100% ( 10 / 10) in 'Data.Quantity'
 100% ( 18 / 18) in 'Data.String.Utils'
 100% (  8 /  8) in 'Data.Tuple.Utils'
  83% (  5 /  6) in 'Network.Email.Mailbox'
  Missing documentation for:
    MailboxWriter (src/Network/Email/Mailbox.hs:74)
  33% (  2 /  6) in 'Network.Utils'
  Missing documentation for:
    connectTCP (src/Network/Utils.hs:76)
    connectTCPAddr (src/Network/Utils.hs:81)
    listenTCPAddr (src/Network/Utils.hs:87)
    showSockAddr (src/Network/Utils.hs:96)
Warning: 'SocketServer' is ambiguous. It is defined
    * at src/Network/SocketServer.hs:108:21
    * at src/Network/SocketServer.hs:108:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Network/SocketServer.hs:108:1
  94% ( 16 / 17) in 'Network.SocketServer'
  Missing documentation for:
    SocketServer (src/Network/SocketServer.hs:108)
Warning: 'PipeHandle' is ambiguous. It is defined
    * at src/System/Cmd/Utils.hs:141:5
    * at src/System/Cmd/Utils.hs:140:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Cmd/Utils.hs:140:1
Warning: 'waitProcess' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  95% ( 20 / 21) in 'System.Cmd.Utils'
  Missing documentation for:
    PipeMode (src/System/Cmd/Utils.hs:130)
 100% (  2 /  2) in 'Network.Email.Sendmail'
 100% (  6 /  6) in 'System.Console.GetOpt.Utils'
 100% (  2 /  2) in 'System.Daemon'
  85% (  6 /  7) in 'System.Debian'
  Missing documentation for:
    checkDebVersion (src/System/Debian.hs:70)
 100% (  3 /  3) in 'System.Debian.ControlParser'
Warning: 'Header' is ambiguous. It is defined
    * at src/System/FileArchive/GZip.hs:71:15
    * at src/System/FileArchive/GZip.hs:71:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/FileArchive/GZip.hs:71:1
Warning: 'Footer' is ambiguous. It is defined
    * at src/System/FileArchive/GZip.hs:83:15
    * at src/System/FileArchive/GZip.hs:83:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/FileArchive/GZip.hs:83:1
  93% ( 14 / 15) in 'System.FileArchive.GZip'
  Missing documentation for:
    GZipError (src/System/FileArchive/GZip.hs:51)
Warning: 'StreamReader' is ambiguous. It is defined
    * at src/System/IO/HVIO.hs:447:24
    * at src/System/IO/HVIO.hs:447:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVIO.hs:447:1
Warning: 'MemoryBuffer' is ambiguous. It is defined
    * at src/System/IO/HVIO.hs:500:21
    * at src/System/IO/HVIO.hs:500:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVIO.hs:500:1
Warning: 'HVIOReader' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HVIOWriter' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'HVIOSeeker' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PipeReader' is ambiguous. It is defined
    * at src/System/IO/HVIO.hs:610:22
    * at src/System/IO/HVIO.hs:610:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVIO.hs:610:1
Warning: 'PipeWriter' is ambiguous. It is defined
    * at src/System/IO/HVIO.hs:614:22
    * at src/System/IO/HVIO.hs:614:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVIO.hs:614:1
 100% ( 18 / 18) in 'System.IO.HVIO'
 100% (  4 /  4) in 'System.IO.PlafCompat'
Warning: 'hBlockCopy' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 23 / 23) in 'System.IO.Utils'
 100% (  1 /  1) in 'System.IO.WindowsCompat'
Warning: 'realpath' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'realpath_s' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'normalise' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 22 / 22) in 'System.Path.NameManip'
 100% (  4 /  4) in 'System.Path.WildMatch'
  11% (  1 /  9) in 'System.Posix.Consts'
  Missing documentation for:
    blockSpecialMode (src/System/Posix/Consts.hs:28)
    characterSpecialMode (src/System/Posix/Consts.hs:31)
    namedPipeMode (src/System/Posix/Consts.hs:34)
    regularFileMode (src/System/Posix/Consts.hs:37)
    directoryMode (src/System/Posix/Consts.hs:40)
    fileTypeModes (src/System/Posix/Consts.hs:43)
    socketMode (src/System/Posix/Consts.hs:46)
    symbolicLinkMode (src/System/Posix/Consts.hs:49)
  10% (  1 / 10) in 'System.IO.StatCompat'
  Missing documentation for:
    FileStatusCompat (src/System/IO/StatCompat.hs:56)
    sc_helper (src/System/IO/StatCompat.hs:71)
    isBlockDevice (src/System/IO/StatCompat.hs:75)
    isCharacterDevice (src/System/IO/StatCompat.hs:76)
    isNamedPipe (src/System/IO/StatCompat.hs:77)
    isRegularFile (src/System/IO/StatCompat.hs:78)
    isDirectory (src/System/IO/StatCompat.hs:79)
    isSymbolicLink (src/System/IO/StatCompat.hs:80)
    isSocket (src/System/IO/StatCompat.hs:81)
 100% (  9 /  9) in 'System.Time.Utils'
Warning: 'SystemFS' is ambiguous. It is defined
    * at src/System/IO/HVFS.hs:325:17
    * at src/System/IO/HVFS.hs:325:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVFS.hs:325:1
Warning: 'HVFSStatEncap' is ambiguous. It is defined
    * at src/System/IO/HVFS.hs:110:22
    * at src/System/IO/HVFS.hs:110:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVFS.hs:110:1
  57% ( 12 / 21) in 'System.IO.HVFS'
  Missing documentation for:
    SystemFS (src/System/IO/HVFS.hs:325)
    DeviceID
    FileID
    FileMode
    LinkCount
    UserID
    GroupID
    FileOffset
    EpochTime
 100% (  3 /  3) in 'System.Path.Glob'
  83% (  5 /  6) in 'System.IO.HVFS.Utils'
  Missing documentation for:
    SystemFS (src/System/IO/HVFS.hs:325)
 100% ( 14 / 14) in 'System.Path'
  91% ( 11 / 12) in 'Data.MIME.Types'
  Missing documentation for:
    MIMETypeData (src/Data/MIME/Types.hs:51)
Warning: 'MemoryVFS' is ambiguous. It is defined
    * at src/System/IO/HVFS/InstanceHelpers.hs:82:18
    * at src/System/IO/HVFS/InstanceHelpers.hs:82:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVFS/InstanceHelpers.hs:82:1
 100% ( 14 / 14) in 'System.IO.HVFS.InstanceHelpers'
Warning: 'HVFSChroot' is ambiguous. It is defined
    * at src/System/IO/HVFS/Combinators.hs:93:31
    * at src/System/IO/HVFS/Combinators.hs:93:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/IO/HVFS/Combinators.hs:93:1
 100% (  5 /  5) in 'System.IO.HVFS.Combinators'
Warning: 'hPutBuf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hGetBuf' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 29 / 29) in 'System.IO.Binary'
Warning: 'ProgressStatus' is ambiguous. It is defined
    * at src/Data/Progress/Tracker.hs:118:6
    * at src/Data/Progress/Tracker.hs:117:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Progress/Tracker.hs:117:1
Warning: 'Progress' is ambiguous. It is defined
    * at src/Data/Progress/Tracker.hs:131:20
    * at src/Data/Progress/Tracker.hs:131:1
    You 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/Progress/Tracker.hs:131:1
  96% ( 28 / 29) in 'Data.Progress.Tracker'
  Missing documentation for:
    ProgressStatuses (src/Data/Progress/Tracker.hs:133)
Warning: 'stopAutoDisplayMeter' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% ( 16 / 17) in 'Data.Progress.Meter'
  Missing documentation for:
    ProgressMeter (src/Data/Progress/Meter.hs:76)
  85% ( 12 / 14) in 'Text.ParserCombinators.Parsec.Utils'
  Missing documentation for:
    GeneralizedToken (src/Text/ParserCombinators/Parsec/Utils.hs:43)
    GeneralizedTokenParser (src/Text/ParserCombinators/Parsec/Utils.hs:44)
Warning: System.IO.Binary: could not find link destinations for: 
	- System.IO.Binary.hPutBlocks
Warning: Data.Progress.Meter: could not find link destinations for: 
	- Data.Progress.Meter.ProgressMeterR
Documentation created: dist/doc/html/MissingH/,
dist/doc/html/MissingH/MissingH.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/MissingH-1.6.0.2-Ac6JQSnCyshHMwtYb5v5ht
Completed    MissingH-1.6.0.2
Downloading  miv-0.4.9
Downloaded   miv-0.4.9
Configuring miv-0.4.9...
Preprocessing executable 'miv' for miv-0.4.9..
Building executable 'miv' for miv-0.4.9..
[ 1 of 10] Compiling Cmdline          ( src/Cmdline.hs, dist/build/miv/miv-tmp/Cmdline.o )
[ 2 of 10] Compiling Command          ( src/Command.hs, dist/build/miv/miv-tmp/Command.o )
[ 3 of 10] Compiling Git              ( src/Git.hs, dist/build/miv/miv-tmp/Git.o )
[ 4 of 10] Compiling Mode             ( src/Mode.hs, dist/build/miv/miv-tmp/Mode.o )
[ 5 of 10] Compiling Mapping          ( src/Mapping.hs, dist/build/miv/miv-tmp/Mapping.o )
[ 6 of 10] Compiling Paths_miv        ( dist/build/miv/autogen/Paths_miv.hs, dist/build/miv/miv-tmp/Paths_miv.o )
[ 7 of 10] Compiling Plugin           ( src/Plugin.hs, dist/build/miv/miv-tmp/Plugin.o )
[ 8 of 10] Compiling Setting          ( src/Setting.hs, dist/build/miv/miv-tmp/Setting.o )
[ 9 of 10] Compiling VimScript        ( src/VimScript.hs, dist/build/miv/miv-tmp/VimScript.o )
[10 of 10] Compiling Main             ( src/Main.hs, dist/build/miv/miv-tmp/Main.o )
[11 of 11] Linking dist/build/miv/miv
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests, --benchmarks or
--foreign-libraries flags.
Installing executable miv in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed    miv-0.4.9

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.8.4 -O0
In order, the following will be built (use -v for more details):
 - HsYAML-0.2.1.5 (lib:HsYAML) (requires build)
 - SafeSemaphore-0.10.1 (lib:SafeSemaphore) (requires build)
 - call-stack-0.4.0 (lib:call-stack) (requires build)
 - clock-0.8.4 (lib:clock) (requires build)
 - colour-2.3.6 (lib:colour) (requires build)
 - data-default-0.8.0.1 (lib:data-default) (requires build)
 - haskell-lexer-1.2.1 (lib:haskell-lexer) (requires build)
 - hsc2hs-0.68.10 (exe:hsc2hs) (requires build)
 - hspec-discover-2.11.12 (lib:hspec-discover) (requires build)
 - old-locale-1.0.0.7 (lib:old-locale) (requires build)
 - os-string-2.0.7 (lib:os-string) (requires build)
 - parallel-3.2.2.0 (lib:parallel) (requires build)
 - primitive-0.9.1.0 (lib:primitive) (requires build)
 - quote-quot-0.2.1.0 (lib:quote-quot) (requires build)
 - regex-base-0.94.0.3 (lib:regex-base) (requires build)
 - splitmix-0.1.2 (lib:splitmix) (requires build)
 - transformers-compat-0.7.2 (lib:transformers-compat) (requires build)
 - unix-compat-0.7.4 (lib:unix-compat) (requires build)
 - xdg-basedir-0.2.2 (lib:xdg-basedir) (requires build)
 - HUnit-1.6.2.0 (lib:HUnit) (requires build)
 - extra-1.8 (lib:extra) (requires build)
 - ansi-terminal-types-1.1 (lib:ansi-terminal-types) (requires build)
 - terminal-size-0.3.4 (lib:terminal-size) (requires build)
 - network-3.2.7.0 (lib:network) (requires build)
 - old-time-1.1.0.4 (lib:old-time) (requires build)
 - hashable-1.5.0.0 (lib:hashable) (requires build)
 - text-builder-linear-0.1.3 (lib:text-builder-linear) (requires build)
 - regex-posix-0.96.0.2 (lib:regex-posix) (requires build)
 - random-1.3.1 (lib:random) (requires build)
 - monad-parallel-0.8 (lib:monad-parallel) (requires build)
 - hspec-expectations-0.8.4 (lib:hspec-expectations) (requires build)
 - filepattern-0.1.3 (lib:filepattern) (requires build)
 - ansi-terminal-1.1.2 (lib:ansi-terminal) (requires build)
 - network-bsd-2.8.1.0 (lib:network-bsd) (requires build)
 - async-2.2.5 (lib:async) (requires build)
 - text-display-1.0.0.0 (lib:text-display) (requires build)
 - regex-compat-0.95.2.2 (lib:regex-compat) (requires build)
 - tf-random-0.5 (lib:tf-random) (requires build)
 - QuickCheck-2.16.0.0 (lib:QuickCheck) (requires build)
 - hslogger-1.3.1.2 (lib:hslogger) (requires build)
 - concurrent-output-1.10.21 (lib:concurrent-output) (requires build)
 - quickcheck-io-0.2.0 (lib:quickcheck-io) (requires build)
 - MissingH-1.6.0.2 (lib:MissingH) (requires build)
 - hspec-core-2.11.12 (lib:hspec-core) (requires build)
 - hspec-2.11.12 (lib:hspec) (requires build)
 - miv-0.4.9 (first run)
Configuring HsYAML-0.2.1.5...
Preprocessing library for HsYAML-0.2.1.5..
Building library for HsYAML-0.2.1.5..
[ 1 of 14] Compiling Data.DList       ( src/Data/DList.hs, dist/build/Data/DList.o, dist/build/Data/DList.dyn_o )
[ 2 of 14] Compiling Util             ( src/Util.hs, dist/build/Util.o, dist/build/Util.dyn_o )
[ 3 of 14] Compiling Data.YAML.Token.Encoding ( src/Data/YAML/Token/Encoding.hs, dist/build/Data/YAML/Token/Encoding.o, dist/build/Data/YAML/Token/Encoding.dyn_o )

src/Data/YAML/Token/Encoding.hs:250:5: warning: [GHC-53633] [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for decodeFourUTF8:
        decodeFourUTF8 first
                       offset
                       (second : third : fourth : rest) | third < 0x80
                                                            || 0xBF < third = ...
    |
250 |   | third  < 0x80 || 0xBF < third  = error "UTF-8 quad byte char has invalid fourth byte"
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 4 of 14] Compiling Data.YAML.Token  ( src/Data/YAML/Token.hs, dist/build/Data/YAML/Token.o, dist/build/Data/YAML/Token.dyn_o )
[ 5 of 14] Compiling Data.YAML.Pos    ( src/Data/YAML/Pos.hs, dist/build/Data/YAML/Pos.o, dist/build/Data/YAML/Pos.dyn_o )
[ 6 of 14] Compiling Data.YAML.Event.Internal ( src/Data/YAML/Event/Internal.hs, dist/build/Data/YAML/Event/Internal.o, dist/build/Data/YAML/Event/Internal.dyn_o )
[ 7 of 14] Compiling Data.YAML.Event.Writer ( src/Data/YAML/Event/Writer.hs, dist/build/Data/YAML/Event/Writer.o, dist/build/Data/YAML/Event/Writer.dyn_o )
[ 8 of 14] Compiling Data.YAML.Event  ( src/Data/YAML/Event.hs, dist/build/Data/YAML/Event.o, dist/build/Data/YAML/Event.dyn_o )
[ 9 of 14] Compiling Data.YAML.Schema.Internal ( src/Data/YAML/Schema/Internal.hs, dist/build/Data/YAML/Schema/Internal.o, dist/build/Data/YAML/Schema/Internal.dyn_o )
[10 of 14] Compiling Data.YAML.Schema ( src/Data/YAML/Schema.hs, dist/build/Data/YAML/Schema.o, dist/build/Data/YAML/Schema.dyn_o )
[11 of 14] Compiling Data.YAML.Loader ( src/Data/YAML/Loader.hs, dist/build/Data/YAML/Loader.o, dist/build/Data/YAML/Loader.dyn_o )
[12 of 14] Compiling Data.YAML.Internal ( src/Data/YAML/Internal.hs, dist/build/Data/YAML/Internal.o, dist/build/Data/YAML/Internal.dyn_o )
[13 of 14] Compiling Data.YAML.Dumper ( src/Data/YAML/Dumper.hs, dist/build/Data/YAML/Dumper.o, dist/build/Data/YAML/Dumper.dyn_o )
[14 of 14] Compiling Data.YAML        ( src/Data/YAML.hs, dist/build/Data/YAML.o, dist/build/Data/YAML.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/HsYAML-0.2.1.5-4c406845832ac98cf073ea87d9b0965bd35b5366c7d2f8c5c1fe517a6428de4e/lib
Configuring SafeSemaphore-0.10.1...
Preprocessing library for SafeSemaphore-0.10.1..
Building library for SafeSemaphore-0.10.1..
[1 of 8] Compiling Control.Concurrent.FairRWLock ( src/Control/Concurrent/FairRWLock.hs, dist/build/Control/Concurrent/FairRWLock.o, dist/build/Control/Concurrent/FairRWLock.dyn_o )

src/Control/Concurrent/FairRWLock.hs:45: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()
   |
45 | import Control.Applicative(liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 8] Compiling Control.Concurrent.MSampleVar ( src/Control/Concurrent/MSampleVar.hs, dist/build/Control/Concurrent/MSampleVar.o, dist/build/Control/Concurrent/MSampleVar.dyn_o )
[3 of 8] Compiling Control.Concurrent.MSem ( src/Control/Concurrent/MSem.lhs, dist/build/Control/Concurrent/MSem.o, dist/build/Control/Concurrent/MSem.dyn_o )
[4 of 8] Compiling Control.Concurrent.MSemN ( src/Control/Concurrent/MSemN.lhs, dist/build/Control/Concurrent/MSemN.o, dist/build/Control/Concurrent/MSemN.dyn_o )
[5 of 8] Compiling Control.Concurrent.MSemN2 ( src/Control/Concurrent/MSemN2.hs, dist/build/Control/Concurrent/MSemN2.o, dist/build/Control/Concurrent/MSemN2.dyn_o )
[6 of 8] Compiling Control.Concurrent.STM.SSemInternals ( src/Control/Concurrent/STM/SSemInternals.hs, dist/build/Control/Concurrent/STM/SSemInternals.o, dist/build/Control/Concurrent/STM/SSemInternals.dyn_o )
[7 of 8] Compiling Control.Concurrent.STM.SSem ( src/Control/Concurrent/STM/SSem.hs, dist/build/Control/Concurrent/STM/SSem.o, dist/build/Control/Concurrent/STM/SSem.dyn_o )
[8 of 8] Compiling Control.Concurrent.SSem ( src/Control/Concurrent/SSem.hs, dist/build/Control/Concurrent/SSem.o, dist/build/Control/Concurrent/SSem.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/SafeSemaphore-0.10.1-7b11ee3352879c9cfe4a7ee51ff1e80759d8002ad4296fee24b7dbe62712bb2d/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/call-stack-0.4.0-31951dc4e9db177e2ea89098d1122ced7b6da41fd279273945130bdfc91e7098/lib
Configuring clock-0.8.4...
Preprocessing library for clock-0.8.4..
Building library for clock-0.8.4..
[1 of 2] Compiling System.Clock     ( dist/build/System/Clock.hs, dist/build/System/Clock.o, dist/build/System/Clock.dyn_o )
[2 of 2] Compiling System.Clock.Seconds ( System/Clock/Seconds.hs, dist/build/System/Clock/Seconds.o, dist/build/System/Clock/Seconds.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/clock-0.8.4-50567b232a8e29a643951f1741a5e46e3a9b91c0b9707decae64a8c4bd1cbb2b/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/colour-2.3.6-1bc3273789052b388bc71f53ac10a073cc4a30f03a6584dc6f830ef26e23fa37/lib
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 )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/data-default-0.8.0.1-73ec2f573b8d330b4410981ac11909d75287b69c547eb68ae7820c63fa395def/lib
Configuring haskell-lexer-1.2.1...
Preprocessing library for haskell-lexer-1.2.1..
Building library for haskell-lexer-1.2.1..
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/haskell-lexer-1.2.1-07ce2b6f833f94cf09fbdacdf7fa3295ac26750496ef3ee4e7fedfde0a802017/lib
Configuring hsc2hs-0.68.10...
Preprocessing executable 'hsc2hs' for hsc2hs-0.68.10..
Building executable 'hsc2hs' for hsc2hs-0.68.10..
[ 1 of 12] Compiling ATTParser        ( src/ATTParser.hs, dist/build/hsc2hs/hsc2hs-tmp/ATTParser.o )
[ 2 of 12] Compiling Compat.ResponseFile ( src/Compat/ResponseFile.hs, dist/build/hsc2hs/hsc2hs-tmp/Compat/ResponseFile.o )
[ 3 of 12] Compiling Compat.TempFile  ( src/Compat/TempFile.hs, dist/build/hsc2hs/hsc2hs-tmp/Compat/TempFile.o )
[ 4 of 12] Compiling Common           ( src/Common.hs, dist/build/hsc2hs/hsc2hs-tmp/Common.o )
[ 5 of 12] Compiling Flags            ( src/Flags.hs, dist/build/hsc2hs/hsc2hs-tmp/Flags.o )
[ 6 of 12] Compiling HSCParser        ( src/HSCParser.hs, dist/build/hsc2hs/hsc2hs-tmp/HSCParser.o )
[ 7 of 12] Compiling C                ( src/C.hs, dist/build/hsc2hs/hsc2hs-tmp/C.o )
[ 8 of 12] Compiling CrossCodegen     ( src/CrossCodegen.hs, dist/build/hsc2hs/hsc2hs-tmp/CrossCodegen.o )
[ 9 of 12] Compiling Paths_hsc2hs     ( dist/build/hsc2hs/autogen/Paths_hsc2hs.hs, dist/build/hsc2hs/hsc2hs-tmp/Paths_hsc2hs.o )
[10 of 12] Compiling UtilsCodegen     ( src/UtilsCodegen.hs, dist/build/hsc2hs/hsc2hs-tmp/UtilsCodegen.o )
[11 of 12] Compiling DirectCodegen    ( src/DirectCodegen.hs, dist/build/hsc2hs/hsc2hs-tmp/DirectCodegen.o )
[12 of 12] Compiling Main             ( src/Main.hs, dist/build/hsc2hs/hsc2hs-tmp/Main.o )
[13 of 13] Linking dist/build/hsc2hs/hsc2hs
Installing executable hsc2hs in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hsc2hs-0.68.10-e789c287b7adf7ead2fa569692031ba633cdb2fbee6ed05ce142d2c969dd649a/bin
Warning: The directory
/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hsc2hs-0.68.10-e789c287b7adf7ead2fa569692031ba633cdb2fbee6ed05ce142d2c969dd649a/bin
is not in the system search path.
Configuring hspec-discover-2.11.12...
Preprocessing library for hspec-discover-2.11.12..
Building library for hspec-discover-2.11.12..
[1 of 4] Compiling Paths_hspec_discover ( dist/build/autogen/Paths_hspec_discover.hs, dist/build/Paths_hspec_discover.o, dist/build/Paths_hspec_discover.dyn_o )
[2 of 4] Compiling Test.Hspec.Discover.Config ( src/Test/Hspec/Discover/Config.hs, dist/build/Test/Hspec/Discover/Config.o, dist/build/Test/Hspec/Discover/Config.dyn_o )
[3 of 4] Compiling Test.Hspec.Discover.Sort ( src/Test/Hspec/Discover/Sort.hs, dist/build/Test/Hspec/Discover/Sort.o, dist/build/Test/Hspec/Discover/Sort.dyn_o )
[4 of 4] Compiling Test.Hspec.Discover.Run ( src/Test/Hspec/Discover/Run.hs, dist/build/Test/Hspec/Discover/Run.o, dist/build/Test/Hspec/Discover/Run.dyn_o )
Preprocessing executable 'hspec-discover' for hspec-discover-2.11.12..
Building executable 'hspec-discover' for hspec-discover-2.11.12..
[1 of 2] Compiling Main             ( driver/hspec-discover.hs, dist/build/hspec-discover/hspec-discover-tmp/Main.o )
[2 of 2] Compiling Paths_hspec_discover ( dist/build/hspec-discover/autogen/Paths_hspec_discover.hs, dist/build/hspec-discover/hspec-discover-tmp/Paths_hspec_discover.o )
[3 of 3] Linking dist/build/hspec-discover/hspec-discover
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-discover-2.11.12-682da1d805bebb447f286b17705e20389c7df67384729256d4d82423f3fd6c15/lib
Installing executable hspec-discover in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-discover-2.11.12-682da1d805bebb447f286b17705e20389c7df67384729256d4d82423f3fd6c15/bin
Warning: The directory
/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-discover-2.11.12-682da1d805bebb447f286b17705e20389c7df67384729256d4d82423f3fd6c15/bin
is not in the system search path.
Configuring old-locale-1.0.0.7...
Preprocessing library for old-locale-1.0.0.7..
Building library for old-locale-1.0.0.7..
[1 of 1] Compiling System.Locale    ( System/Locale.hs, dist/build/System/Locale.o, dist/build/System/Locale.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/old-locale-1.0.0.7-2f1658c62d163bf34cd13b22ae5cb7857f7a5a4576e1bf453dc855a3a4c3a877/lib
Configuring os-string-2.0.7...
Preprocessing library for os-string-2.0.7..
Building library for os-string-2.0.7..
[ 1 of 11] Compiling System.OsString.Data.ByteString.Short.Internal ( System/OsString/Data/ByteString/Short/Internal.hs, dist/build/System/OsString/Data/ByteString/Short/Internal.o, dist/build/System/OsString/Data/ByteString/Short/Internal.dyn_o )
[ 2 of 11] Compiling System.OsString.Data.ByteString.Short ( System/OsString/Data/ByteString/Short.hs, dist/build/System/OsString/Data/ByteString/Short.o, dist/build/System/OsString/Data/ByteString/Short.dyn_o )
[ 3 of 11] Compiling System.OsString.Data.ByteString.Short.Word16 ( System/OsString/Data/ByteString/Short/Word16.hs, dist/build/System/OsString/Data/ByteString/Short/Word16.o, dist/build/System/OsString/Data/ByteString/Short/Word16.dyn_o )
[ 4 of 11] Compiling System.OsString.Internal.Exception ( System/OsString/Internal/Exception.hs, dist/build/System/OsString/Internal/Exception.o, dist/build/System/OsString/Internal/Exception.dyn_o )
[ 5 of 11] Compiling System.OsString.Encoding.Internal ( System/OsString/Encoding/Internal.hs, dist/build/System/OsString/Encoding/Internal.o, dist/build/System/OsString/Encoding/Internal.dyn_o )

System/OsString/Encoding/Internal.hs:23:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
23 | import Control.Exception (SomeException, try, Exception (displayException), evaluate)
   |                                          ^^^
[ 6 of 11] Compiling System.OsString.Encoding ( System/OsString/Encoding.hs, dist/build/System/OsString/Encoding.o, dist/build/System/OsString/Encoding.dyn_o )
[ 7 of 11] Compiling System.OsString.Internal.Types ( System/OsString/Internal/Types.hs, dist/build/System/OsString/Internal/Types.o, dist/build/System/OsString/Internal/Types.dyn_o )
[ 8 of 11] Compiling System.OsString.Posix ( System/OsString/Posix.hs, dist/build/System/OsString/Posix.o, dist/build/System/OsString/Posix.dyn_o )
[ 9 of 11] Compiling System.OsString.Internal ( System/OsString/Internal.hs, dist/build/System/OsString/Internal.o, dist/build/System/OsString/Internal.dyn_o )
[10 of 11] Compiling System.OsString  ( System/OsString.hs, dist/build/System/OsString.o, dist/build/System/OsString.dyn_o )
[11 of 11] Compiling System.OsString.Windows ( System/OsString/Windows.hs, dist/build/System/OsString/Windows.o, dist/build/System/OsString/Windows.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/os-string-2.0.7-1c61ed339b340ff4f82bc6e9bda242958d07330032a8a37fb2616fbcbe717db5/lib
Configuring parallel-3.2.2.0...
Preprocessing library for parallel-3.2.2.0..
Building library for parallel-3.2.2.0..
[1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o, dist/build/Control/Parallel.dyn_o )
[2 of 3] Compiling Control.Seq      ( Control/Seq.hs, dist/build/Control/Seq.o, dist/build/Control/Seq.dyn_o )
[3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o, dist/build/Control/Parallel/Strategies.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/parallel-3.2.2.0-8dd29ae2d1931caa4bc5ce5b3f646feb55249788608ed2ea9ca5bfdf6c7996f7/lib
Configuring primitive-0.9.1.0...
Preprocessing library for primitive-0.9.1.0..
Building library for primitive-0.9.1.0..
[ 1 of 14] Compiling Data.Primitive.Internal.Read ( Data/Primitive/Internal/Read.hs, dist/build/Data/Primitive/Internal/Read.o, dist/build/Data/Primitive/Internal/Read.dyn_o )
[ 2 of 14] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o, dist/build/Data/Primitive/MachDeps.dyn_o )
[ 3 of 14] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o, dist/build/Data/Primitive/Internal/Operations.dyn_o )
[ 4 of 14] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o, dist/build/Control/Monad/Primitive.dyn_o )
[ 5 of 14] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o, dist/build/Data/Primitive/MVar.dyn_o )
[ 6 of 14] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o, dist/build/Data/Primitive/Array.dyn_o )
[ 7 of 14] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o, dist/build/Data/Primitive/MutVar.dyn_o )
[ 8 of 14] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o, dist/build/Data/Primitive/SmallArray.dyn_o )
[ 9 of 14] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o, dist/build/Data/Primitive/Types.dyn_o )
[10 of 14] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o, dist/build/Data/Primitive/ByteArray.dyn_o )
[11 of 14] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o, dist/build/Data/Primitive/PrimArray.dyn_o )
[12 of 14] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o, dist/build/Data/Primitive/Ptr.dyn_o )
[13 of 14] Compiling Data.Primitive   ( Data/Primitive.hs, dist/build/Data/Primitive.o, dist/build/Data/Primitive.dyn_o )
[14 of 14] Compiling Data.Primitive.PrimVar ( Data/Primitive/PrimVar.hs, dist/build/Data/Primitive/PrimVar.o, dist/build/Data/Primitive/PrimVar.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/primitive-0.9.1.0-6a2eb9911004fa155aac2d1109fe8460110de8e810719115bf4b4fa7d20f46a6/lib
Configuring quote-quot-0.2.1.0...
Preprocessing library for quote-quot-0.2.1.0..
Building library for quote-quot-0.2.1.0..
[1 of 1] Compiling Numeric.QuoteQuot ( src/Numeric/QuoteQuot.hs, dist/build/Numeric/QuoteQuot.o, dist/build/Numeric/QuoteQuot.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/quote-quot-0.2.1.0-57acca02e1e6f3b3caa9cbb23727c054d4deb1a49a288fd9eb5bfc38afc458ee/lib
Configuring regex-base-0.94.0.3...
Preprocessing library for regex-base-0.94.0.3..
Building library for regex-base-0.94.0.3..
[1 of 5] Compiling Paths_regex_base ( dist/build/autogen/Paths_regex_base.hs, dist/build/Paths_regex_base.o, dist/build/Paths_regex_base.dyn_o )
[2 of 5] Compiling Text.Regex.Base.RegexLike ( src/Text/Regex/Base/RegexLike.hs, dist/build/Text/Regex/Base/RegexLike.o, dist/build/Text/Regex/Base/RegexLike.dyn_o )
[3 of 5] Compiling Text.Regex.Base.Context ( src/Text/Regex/Base/Context.hs, dist/build/Text/Regex/Base/Context.o, dist/build/Text/Regex/Base/Context.dyn_o )

src/Text/Regex/Base/Context.hs:316:10: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
316 |      let ((whole,_):subs) = elems ma
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Regex/Base/Context.hs:329:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
329 |   matchM = actOn (\(pre,ma,post) -> let ((whole,_):_) = elems ma
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^

src/Text/Regex/Base/Context.hs:334:41: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [(b, (MatchOffset, MatchLength))] not matched:
            []
    |
334 |   matchM = actOn (\(pre,ma,post) -> let ((whole,_):subs) = elems ma
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 5] Compiling Text.Regex.Base  ( src/Text/Regex/Base.hs, dist/build/Text/Regex/Base.o, dist/build/Text/Regex/Base.dyn_o )
[5 of 5] Compiling Text.Regex.Base.Impl ( src/Text/Regex/Base/Impl.hs, dist/build/Text/Regex/Base/Impl.o, dist/build/Text/Regex/Base/Impl.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/regex-base-0.94.0.3-c407b500cb84c19f296291097fec916658b7198f384858183d8238e2936fb367/lib
Configuring splitmix-0.1.2...
Preprocessing library for splitmix-0.1.2..
Building library for splitmix-0.1.2..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/splitmix-0.1.2-4934c80025cd4f643dac3e9910b8a99de64915d79537cf8b8d78078d257ce328/lib
Configuring transformers-compat-0.7.2...
Preprocessing library for transformers-compat-0.7.2..
Building library for transformers-compat-0.7.2..
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o, dist/build/Control/Monad/Trans/Instances.dyn_o )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o, dist/build/Data/Functor/Classes/Generic/Internal.dyn_o )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o, dist/build/Data/Functor/Classes/Generic.dyn_o )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o, dist/build/Paths_transformers_compat.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/transformers-compat-0.7.2-65d516b6721ab8908b52a1ef34487530b87dfa82cc1e5a2dde390735d4f89fdd/lib
Configuring unix-compat-0.7.4...
Preprocessing library for unix-compat-0.7.4..
Building library for unix-compat-0.7.4..
[1 of 8] Compiling System.PosixCompat.Files ( dist/build/System/PosixCompat/Files.hs, dist/build/System/PosixCompat/Files.o, dist/build/System/PosixCompat/Files.dyn_o )
[2 of 8] Compiling System.PosixCompat.Process ( src/System/PosixCompat/Process.hs, dist/build/System/PosixCompat/Process.o, dist/build/System/PosixCompat/Process.dyn_o )
[3 of 8] Compiling System.PosixCompat.Temp ( src/System/PosixCompat/Temp.hs, dist/build/System/PosixCompat/Temp.o, dist/build/System/PosixCompat/Temp.dyn_o )
[4 of 8] Compiling System.PosixCompat.Time ( src/System/PosixCompat/Time.hs, dist/build/System/PosixCompat/Time.o, dist/build/System/PosixCompat/Time.dyn_o )
[5 of 8] Compiling System.PosixCompat.Types ( src/System/PosixCompat/Types.hs, dist/build/System/PosixCompat/Types.o, dist/build/System/PosixCompat/Types.dyn_o )
[6 of 8] Compiling System.PosixCompat.Extensions ( dist/build/System/PosixCompat/Extensions.hs, dist/build/System/PosixCompat/Extensions.o, dist/build/System/PosixCompat/Extensions.dyn_o )
[7 of 8] Compiling System.PosixCompat.Unistd ( src/System/PosixCompat/Unistd.hs, dist/build/System/PosixCompat/Unistd.o, dist/build/System/PosixCompat/Unistd.dyn_o )
[8 of 8] Compiling System.PosixCompat ( src/System/PosixCompat.hs, dist/build/System/PosixCompat.o, dist/build/System/PosixCompat.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/unix-compat-0.7.4-3bb6e45cfb004ef0c200333bf7d3058654e0c05eed614ef681183e70d354119f/lib
Warning: xdg-basedir.cabal:25:32: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring xdg-basedir-0.2.2...
Preprocessing library for xdg-basedir-0.2.2..
Building library for xdg-basedir-0.2.2..
[1 of 1] Compiling System.Environment.XDG.BaseDir ( System/Environment/XDG/BaseDir.hs, dist/build/System/Environment/XDG/BaseDir.o, dist/build/System/Environment/XDG/BaseDir.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/xdg-basedir-0.2.2-4cb00e12f9c7ef9ebfdf07425ebda34be31961ec06a7fda32ccec591c83d516a/lib
Configuring HUnit-1.6.2.0...
Preprocessing library for HUnit-1.6.2.0..
Building library for HUnit-1.6.2.0..
[1 of 6] Compiling Paths_HUnit      ( dist/build/autogen/Paths_HUnit.hs, dist/build/Paths_HUnit.o, dist/build/Paths_HUnit.dyn_o )
[2 of 6] Compiling Test.HUnit.Lang  ( src/Test/HUnit/Lang.hs, dist/build/Test/HUnit/Lang.o, dist/build/Test/HUnit/Lang.dyn_o )
[3 of 6] Compiling Test.HUnit.Base  ( src/Test/HUnit/Base.hs, dist/build/Test/HUnit/Base.o, dist/build/Test/HUnit/Base.dyn_o )
[4 of 6] Compiling Test.HUnit.Terminal ( src/Test/HUnit/Terminal.hs, dist/build/Test/HUnit/Terminal.o, dist/build/Test/HUnit/Terminal.dyn_o )

src/Test/HUnit/Terminal.hs:41:41: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
41 |     | otherwise          = ta f (c:bs) (tail as) cs
   |                                         ^^^^
[5 of 6] Compiling Test.HUnit.Text  ( src/Test/HUnit/Text.hs, dist/build/Test/HUnit/Text.o, dist/build/Test/HUnit/Text.dyn_o )
[6 of 6] Compiling Test.HUnit       ( src/Test/HUnit.hs, dist/build/Test/HUnit.o, dist/build/Test/HUnit.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/HUnit-1.6.2.0-aa8518921a665b3ce3b9f7f0c7a8a7fa42d03d10681bd5ecec8be730444183ec/lib
Configuring extra-1.8...
Preprocessing library for extra-1.8..
Building library for extra-1.8..
[ 1 of 22] Compiling Data.IORef.Extra ( src/Data/IORef/Extra.hs, dist/build/Data/IORef/Extra.o, dist/build/Data/IORef/Extra.dyn_o )
[ 2 of 22] Compiling Data.Monoid.Extra ( src/Data/Monoid/Extra.hs, dist/build/Data/Monoid/Extra.o, dist/build/Data/Monoid/Extra.dyn_o )
[ 3 of 22] Compiling Data.Tuple.Extra ( src/Data/Tuple/Extra.hs, dist/build/Data/Tuple/Extra.o, dist/build/Data/Tuple/Extra.dyn_o )
[ 4 of 22] Compiling Data.Typeable.Extra ( src/Data/Typeable/Extra.hs, dist/build/Data/Typeable/Extra.o, dist/build/Data/Typeable/Extra.dyn_o )
[ 5 of 22] Compiling Numeric.Extra    ( src/Numeric/Extra.hs, dist/build/Numeric/Extra.o, dist/build/Numeric/Extra.dyn_o )
[ 6 of 22] Compiling Partial          ( src/Partial.hs, dist/build/Partial.o, dist/build/Partial.dyn_o )
[ 7 of 22] Compiling Data.List.Extra  ( src/Data/List/Extra.hs, dist/build/Data/List/Extra.o, dist/build/Data/List/Extra.dyn_o )
[ 8 of 22] Compiling Data.Version.Extra ( src/Data/Version/Extra.hs, dist/build/Data/Version/Extra.o, dist/build/Data/Version/Extra.dyn_o )
[ 9 of 22] Compiling Data.List.NonEmpty.Extra ( src/Data/List/NonEmpty/Extra.hs, dist/build/Data/List/NonEmpty/Extra.o, dist/build/Data/List/NonEmpty/Extra.dyn_o )
[10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, dist/build/Data/Either/Extra.o, dist/build/Data/Either/Extra.dyn_o )
[11 of 22] Compiling Control.Exception.Extra ( src/Control/Exception/Extra.hs, dist/build/Control/Exception/Extra.o, dist/build/Control/Exception/Extra.dyn_o )
[12 of 22] Compiling Control.Monad.Extra ( src/Control/Monad/Extra.hs, dist/build/Control/Monad/Extra.o, dist/build/Control/Monad/Extra.dyn_o )
[13 of 22] Compiling Data.Foldable.Extra ( src/Data/Foldable/Extra.hs, dist/build/Data/Foldable/Extra.o, dist/build/Data/Foldable/Extra.dyn_o )
[14 of 22] Compiling Control.Concurrent.Extra ( src/Control/Concurrent/Extra.hs, dist/build/Control/Concurrent/Extra.o, dist/build/Control/Concurrent/Extra.dyn_o )
[15 of 22] Compiling System.Directory.Extra ( src/System/Directory/Extra.hs, dist/build/System/Directory/Extra.o, dist/build/System/Directory/Extra.dyn_o )
[16 of 22] Compiling System.Environment.Extra ( src/System/Environment/Extra.hs, dist/build/System/Environment/Extra.o, dist/build/System/Environment/Extra.dyn_o )
[17 of 22] Compiling System.IO.Extra  ( src/System/IO/Extra.hs, dist/build/System/IO/Extra.o, dist/build/System/IO/Extra.dyn_o )
[18 of 22] Compiling System.Info.Extra ( src/System/Info/Extra.hs, dist/build/System/Info/Extra.o, dist/build/System/Info/Extra.dyn_o )
[19 of 22] Compiling System.Process.Extra ( src/System/Process/Extra.hs, dist/build/System/Process/Extra.o, dist/build/System/Process/Extra.dyn_o )
[20 of 22] Compiling System.Time.Extra ( src/System/Time/Extra.hs, dist/build/System/Time/Extra.o, dist/build/System/Time/Extra.dyn_o )
[21 of 22] Compiling Extra            ( src/Extra.hs, dist/build/Extra.o, dist/build/Extra.dyn_o )
[22 of 22] Compiling Text.Read.Extra  ( src/Text/Read/Extra.hs, dist/build/Text/Read/Extra.o, dist/build/Text/Read/Extra.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/extra-1.8-a9f225e42c0e7593919bbb298225dcf44c6d1f4f4c8df72a5d6d97a3fd37b734/lib
Configuring ansi-terminal-types-1.1...
Preprocessing library for ansi-terminal-types-1.1..
Building library for ansi-terminal-types-1.1..
[1 of 1] Compiling System.Console.ANSI.Types ( src/System/Console/ANSI/Types.hs, dist/build/System/Console/ANSI/Types.o, dist/build/System/Console/ANSI/Types.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/ansi-terminal-types-1.1-6839791b43c2d8bb82445b776f48c55da7bb8bc0e512f16d4556d0cdccd599d4/lib
Configuring terminal-size-0.3.4...
Preprocessing library for terminal-size-0.3.4..
Building library for terminal-size-0.3.4..
[1 of 3] Compiling System.Console.Terminal.Common ( src/System/Console/Terminal/Common.hs, dist/build/System/Console/Terminal/Common.o, dist/build/System/Console/Terminal/Common.dyn_o )
[2 of 3] Compiling System.Console.Terminal.Posix ( dist/build/System/Console/Terminal/Posix.hs, dist/build/System/Console/Terminal/Posix.o, dist/build/System/Console/Terminal/Posix.dyn_o )
[3 of 3] Compiling System.Console.Terminal.Size ( src/System/Console/Terminal/Size.hs, dist/build/System/Console/Terminal/Size.o, dist/build/System/Console/Terminal/Size.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/terminal-size-0.3.4-a05f304600594ab336c689543aec1e01267e5e92bb67a290f8e2f779a394e028/lib
Configuring network-3.2.7.0...
configure: WARNING: unrecognized options: --with-compiler
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for an ANSI C-conforming const... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for fcntl.h... yes
checking for sys/uio.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... yes
checking for arpa/inet.h... yes
checking for netdb.h... yes
checking for net/if.h... yes
checking for netioapi.h... no
checking for struct ucred... yes
checking for gai_strerror... yes
checking for gethostent... yes
checking for accept4... yes
checking for getpeereid... no
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking whether AI_ADDRCONFIG is declared... yes
checking whether AI_ALL is declared... yes
checking whether AI_NUMERICSERV is declared... yes
checking whether AI_V4MAPPED is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking whether IPPROTO_IP is declared... yes
checking whether IPPROTO_TCP is declared... yes
checking whether IPPROTO_IPV6 is declared... yes
checking whether SO_PEERCRED is declared... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
configure: creating ./network.buildinfo
configure: creating ./config.status
config.status: creating include/HsNetworkConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for network-3.2.7.0..
Building library for network-3.2.7.0..
[ 1 of 29] Compiling Network.Socket.Imports ( Network/Socket/Imports.hs, dist/build/Network/Socket/Imports.o, dist/build/Network/Socket/Imports.dyn_o )
[ 2 of 29] Compiling Network.Socket.If ( Network/Socket/If.hs, dist/build/Network/Socket/If.o, dist/build/Network/Socket/If.dyn_o )
[ 3 of 29] Compiling Network.Socket.Flag ( dist/build/Network/Socket/Flag.hs, dist/build/Network/Socket/Flag.o, dist/build/Network/Socket/Flag.dyn_o )
[ 4 of 29] Compiling Network.Socket.Cbits ( dist/build/Network/Socket/Cbits.hs, dist/build/Network/Socket/Cbits.o, dist/build/Network/Socket/Cbits.dyn_o )
[ 5 of 29] Compiling Network.Socket.Fcntl ( Network/Socket/Fcntl.hs, dist/build/Network/Socket/Fcntl.o, dist/build/Network/Socket/Fcntl.dyn_o )
[ 6 of 29] Compiling Network.Socket.Posix.IOVec ( dist/build/Network/Socket/Posix/IOVec.hs, dist/build/Network/Socket/Posix/IOVec.o, dist/build/Network/Socket/Posix/IOVec.dyn_o )
[ 7 of 29] Compiling Network.Socket.ReadShow ( Network/Socket/ReadShow.hs, dist/build/Network/Socket/ReadShow.o, dist/build/Network/Socket/ReadShow.dyn_o )
[ 8 of 29] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o, dist/build/Network/Socket/Types.dyn_o )
[ 9 of 29] Compiling Network.Socket.STM ( Network/Socket/STM.hs, dist/build/Network/Socket/STM.o, dist/build/Network/Socket/STM.dyn_o )
[10 of 29] Compiling Network.Socket.Posix.Cmsg ( dist/build/Network/Socket/Posix/Cmsg.hs, dist/build/Network/Socket/Posix/Cmsg.o, dist/build/Network/Socket/Posix/Cmsg.dyn_o )
[11 of 29] Compiling Network.Socket.Internal ( Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o, dist/build/Network/Socket/Internal.dyn_o )
[12 of 29] Compiling Network.Socket.Posix.MsgHdr ( dist/build/Network/Socket/Posix/MsgHdr.hs, dist/build/Network/Socket/Posix/MsgHdr.o, dist/build/Network/Socket/Posix/MsgHdr.dyn_o )
[13 of 29] Compiling Network.Socket.Posix.CmsgHdr ( dist/build/Network/Socket/Posix/CmsgHdr.hs, dist/build/Network/Socket/Posix/CmsgHdr.o, dist/build/Network/Socket/Posix/CmsgHdr.dyn_o )
[14 of 29] Compiling Network.Socket.Options ( dist/build/Network/Socket/Options.hs, dist/build/Network/Socket/Options.o, dist/build/Network/Socket/Options.dyn_o )
[15 of 29] Compiling Network.Socket.Syscall ( Network/Socket/Syscall.hs, dist/build/Network/Socket/Syscall.o, dist/build/Network/Socket/Syscall.dyn_o )
[16 of 29] Compiling Network.Socket.Name ( Network/Socket/Name.hs, dist/build/Network/Socket/Name.o, dist/build/Network/Socket/Name.dyn_o )
[17 of 29] Compiling Network.Socket.Info ( dist/build/Network/Socket/Info.hs, dist/build/Network/Socket/Info.o, dist/build/Network/Socket/Info.dyn_o )
[18 of 29] Compiling Network.Socket.Handle ( Network/Socket/Handle.hs, dist/build/Network/Socket/Handle.o, dist/build/Network/Socket/Handle.dyn_o )
[19 of 29] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o, dist/build/Network/Socket/ByteString/Internal.dyn_o )
[20 of 29] Compiling Network.Socket.Buffer ( dist/build/Network/Socket/Buffer.hs, dist/build/Network/Socket/Buffer.o, dist/build/Network/Socket/Buffer.dyn_o )
[21 of 29] Compiling Network.Socket.SockAddr ( Network/Socket/SockAddr.hs, dist/build/Network/Socket/SockAddr.o, dist/build/Network/Socket/SockAddr.dyn_o )
[22 of 29] Compiling Network.Socket.Shutdown ( Network/Socket/Shutdown.hs, dist/build/Network/Socket/Shutdown.o, dist/build/Network/Socket/Shutdown.dyn_o )
[23 of 29] Compiling Network.Socket.ByteString.IO ( dist/build/Network/Socket/ByteString/IO.hs, dist/build/Network/Socket/ByteString/IO.o, dist/build/Network/Socket/ByteString/IO.dyn_o )
[24 of 29] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o, dist/build/Network/Socket/ByteString/Lazy/Posix.dyn_o )
[25 of 29] Compiling Network.Socket.ByteString ( Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o, dist/build/Network/Socket/ByteString.dyn_o )
[26 of 29] Compiling Network.Socket.Address ( Network/Socket/Address.hs, dist/build/Network/Socket/Address.o, dist/build/Network/Socket/Address.dyn_o )
[27 of 29] Compiling Network.Socket.Unix ( dist/build/Network/Socket/Unix.hs, dist/build/Network/Socket/Unix.o, dist/build/Network/Socket/Unix.dyn_o )
[28 of 29] Compiling Network.Socket   ( Network/Socket.hs, dist/build/Network/Socket.o, dist/build/Network/Socket.dyn_o )
[29 of 29] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o, dist/build/Network/Socket/ByteString/Lazy.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/network-3.2.7.0-5aaaa44117817345eeec2d8dd0f1842d9965bc679cf533455814102dc5d965e6/lib
Configuring old-time-1.1.0.4...
configure: WARNING: unrecognized options: --with-compiler
checking for gcc... /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc accepts -g... yes
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/time.h... (cached) yes
checking for sys/timeb.h... yes
checking for time.h... yes
checking for ftime... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for gettimeofday... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for /nix/store/8v6k283dpbc0qkdq81nb6mrxrgcb10i1-gcc-wrapper-14-20241116/bin/cc options needed to detect all undeclared functions... none needed
checking for struct tm.tm_zone... yes
checking for sys/time.h... (cached) yes
checking whether altzone is declared... no
configure: creating ./config.status
config.status: creating include/HsTimeConfig.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for old-time-1.1.0.4..
Building library for old-time-1.1.0.4..
[1 of 1] Compiling System.Time      ( dist/build/System/Time.hs, dist/build/System/Time.o, dist/build/System/Time.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/old-time-1.1.0.4-67293b1fc22f7c08310ef73e099db10b5a48dafc8afdeec67bf1a755a0cee7b9/lib
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )

src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
    Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
  |
5 | {-# LANGUAGE Trustworthy #-}
  |              ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o, dist/build/Data/Hashable/Generic.dyn_o )
[10 of 10] Compiling Data.Hashable    ( src/Data/Hashable.hs, dist/build/Data/Hashable.o, dist/build/Data/Hashable.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hashable-1.5.0.0-efb45a086b0710222c4002b9a13d79044e722f784809e4028b830f570c510ac8/lib
Configuring text-builder-linear-0.1.3...
Preprocessing library for text-builder-linear-0.1.3..
Building library for text-builder-linear-0.1.3..
[ 1 of 10] Compiling Data.Text.Builder.Linear.Array ( src/Data/Text/Builder/Linear/Array.hs, dist/build/Data/Text/Builder/Linear/Array.o, dist/build/Data/Text/Builder/Linear/Array.dyn_o )
[ 2 of 10] Compiling Data.Text.Builder.Linear.Internal ( src/Data/Text/Builder/Linear/Internal.hs, dist/build/Data/Text/Builder/Linear/Internal.o, dist/build/Data/Text/Builder/Linear/Internal.dyn_o )
[ 3 of 10] Compiling Data.Text.Builder.Linear.Core ( src/Data/Text/Builder/Linear/Core.hs, dist/build/Data/Text/Builder/Linear/Core.o, dist/build/Data/Text/Builder/Linear/Core.dyn_o )
[ 4 of 10] Compiling Data.Text.Builder.Linear.Hex ( src/Data/Text/Builder/Linear/Hex.hs, dist/build/Data/Text/Builder/Linear/Hex.o, dist/build/Data/Text/Builder/Linear/Hex.dyn_o )
[ 5 of 10] Compiling Data.Text.Builder.Linear.Double ( src/Data/Text/Builder/Linear/Double.hs, dist/build/Data/Text/Builder/Linear/Double.o, dist/build/Data/Text/Builder/Linear/Double.dyn_o )
[ 6 of 10] Compiling Data.Text.Builder.Linear.Dec.Bounded ( src/Data/Text/Builder/Linear/Dec/Bounded.hs, dist/build/Data/Text/Builder/Linear/Dec/Bounded.o, dist/build/Data/Text/Builder/Linear/Dec/Bounded.dyn_o )
[ 7 of 10] Compiling Data.Text.Builder.Linear.Dec.Unbounded ( src/Data/Text/Builder/Linear/Dec/Unbounded.hs, dist/build/Data/Text/Builder/Linear/Dec/Unbounded.o, dist/build/Data/Text/Builder/Linear/Dec/Unbounded.dyn_o )
[ 8 of 10] Compiling Data.Text.Builder.Linear.Char ( src/Data/Text/Builder/Linear/Char.hs, dist/build/Data/Text/Builder/Linear/Char.o, dist/build/Data/Text/Builder/Linear/Char.dyn_o )
[ 9 of 10] Compiling Data.Text.Builder.Linear.Buffer ( src/Data/Text/Builder/Linear/Buffer.hs, dist/build/Data/Text/Builder/Linear/Buffer.o, dist/build/Data/Text/Builder/Linear/Buffer.dyn_o )
[10 of 10] Compiling Data.Text.Builder.Linear ( src/Data/Text/Builder/Linear.hs, dist/build/Data/Text/Builder/Linear.o, dist/build/Data/Text/Builder/Linear.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/text-builder-linear-0.1.3-8d18f9b9b8fbd1b124a1618d044544ef2fbd827e3d48087fec052a76f722580e/lib
Configuring regex-posix-0.96.0.2...
Preprocessing library for regex-posix-0.96.0.2..
Building library for regex-posix-0.96.0.2..
[1 of 7] Compiling Paths_regex_posix ( dist/build/autogen/Paths_regex_posix.hs, dist/build/Paths_regex_posix.o, dist/build/Paths_regex_posix.dyn_o )
[2 of 7] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o, dist/build/Text/Regex/Posix/Wrap.dyn_o )
[3 of 7] Compiling Text.Regex.Posix.String ( src/Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o, dist/build/Text/Regex/Posix/String.dyn_o )
[4 of 7] Compiling Text.Regex.Posix.Sequence ( src/Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o, dist/build/Text/Regex/Posix/Sequence.dyn_o )
[5 of 7] Compiling Text.Regex.Posix.ByteString ( src/Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o, dist/build/Text/Regex/Posix/ByteString.dyn_o )
[6 of 7] Compiling Text.Regex.Posix.ByteString.Lazy ( src/Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o, dist/build/Text/Regex/Posix/ByteString/Lazy.dyn_o )
[7 of 7] Compiling Text.Regex.Posix ( src/Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o, dist/build/Text/Regex/Posix.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/regex-posix-0.96.0.2-84ba0ac313e9c9beb3f99825b98391ea7103d7744b173299db106c0845ba5b1f/lib
Configuring random-1.3.1...
Preprocessing library for random-1.3.1..
Building library for random-1.3.1..
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o )
[5 of 6] Compiling System.Random    ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/random-1.3.1-1e9eebc61581d090f3765a272875e99e53b593df33e9d7247b5e53d99b193d66/lib
Configuring monad-parallel-0.8...
Preprocessing library for monad-parallel-0.8..
Building library for monad-parallel-0.8..
[1 of 1] Compiling Control.Monad.Parallel ( Control/Monad/Parallel.hs, dist/build/Control/Monad/Parallel.o, dist/build/Control/Monad/Parallel.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/monad-parallel-0.8-67c1548a35673a7f1a84280fe76286532e6780584755494dfd8e5dc8ab84a89c/lib
Configuring hspec-expectations-0.8.4...
Preprocessing library for hspec-expectations-0.8.4..
Building library for hspec-expectations-0.8.4..
[1 of 4] Compiling Paths_hspec_expectations ( dist/build/autogen/Paths_hspec_expectations.hs, dist/build/Paths_hspec_expectations.o, dist/build/Paths_hspec_expectations.dyn_o )
[2 of 4] Compiling Test.Hspec.Expectations.Contrib ( src/Test/Hspec/Expectations/Contrib.hs, dist/build/Test/Hspec/Expectations/Contrib.o, dist/build/Test/Hspec/Expectations/Contrib.dyn_o )
[3 of 4] Compiling Test.Hspec.Expectations.Matcher ( src/Test/Hspec/Expectations/Matcher.hs, dist/build/Test/Hspec/Expectations/Matcher.o, dist/build/Test/Hspec/Expectations/Matcher.dyn_o )
[4 of 4] Compiling Test.Hspec.Expectations ( src/Test/Hspec/Expectations.hs, dist/build/Test/Hspec/Expectations.o, dist/build/Test/Hspec/Expectations.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-expectations-0.8.4-51ddcf445663c1d1fd72d4d7b52dab96f645bbc90c0046fd47e1fa05d2447893/lib
Configuring filepattern-0.1.3...
Preprocessing library for filepattern-0.1.3..
Building library for filepattern-0.1.3..
[1 of 8] Compiling System.FilePattern.ListBy ( src/System/FilePattern/ListBy.hs, dist/build/System/FilePattern/ListBy.o, dist/build/System/FilePattern/ListBy.dyn_o )
[2 of 8] Compiling System.FilePattern.Monads ( src/System/FilePattern/Monads.hs, dist/build/System/FilePattern/Monads.o, dist/build/System/FilePattern/Monads.dyn_o )
[3 of 8] Compiling System.FilePattern.Tree ( src/System/FilePattern/Tree.hs, dist/build/System/FilePattern/Tree.o, dist/build/System/FilePattern/Tree.dyn_o )

src/System/FilePattern/Tree.hs:16:45: 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."
   |
16 |         f xs = Tree (map fst empty) [(fst $ head gs, f $ map snd gs) | gs <- groups]
   |                                             ^^^^
[4 of 8] Compiling System.FilePattern.Wildcard ( src/System/FilePattern/Wildcard.hs, dist/build/System/FilePattern/Wildcard.o, dist/build/System/FilePattern/Wildcard.dyn_o )
[5 of 8] Compiling System.FilePattern.Core ( src/System/FilePattern/Core.hs, dist/build/System/FilePattern/Core.o, dist/build/System/FilePattern/Core.dyn_o )
[6 of 8] Compiling System.FilePattern.Step ( src/System/FilePattern/Step.hs, dist/build/System/FilePattern/Step.o, dist/build/System/FilePattern/Step.dyn_o )
[7 of 8] Compiling System.FilePattern.Directory ( src/System/FilePattern/Directory.hs, dist/build/System/FilePattern/Directory.o, dist/build/System/FilePattern/Directory.dyn_o )
[8 of 8] Compiling System.FilePattern ( src/System/FilePattern.hs, dist/build/System/FilePattern.o, dist/build/System/FilePattern.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/filepattern-0.1.3-d93aac5cf3fccfec03d8f566723deeefb6ef0ab0067febd897a4acca7941739a/lib
Configuring ansi-terminal-1.1.2...
Preprocessing library for ansi-terminal-1.1.2..
Building library for ansi-terminal-1.1.2..
[1 of 3] Compiling System.Console.ANSI.Codes ( src/System/Console/ANSI/Codes.hs, dist/build/System/Console/ANSI/Codes.o, dist/build/System/Console/ANSI/Codes.dyn_o )
[2 of 3] Compiling System.Console.ANSI.Internal ( unix/System/Console/ANSI/Internal.hs, dist/build/System/Console/ANSI/Internal.o, dist/build/System/Console/ANSI/Internal.dyn_o )
[3 of 3] Compiling System.Console.ANSI ( src/System/Console/ANSI.hs, dist/build/System/Console/ANSI.o, dist/build/System/Console/ANSI.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/ansi-terminal-1.1.2-69c0b0d4c79fdbf475b77cbab77303b1666b39f531644cc776b1c2c308be5bee/lib
Configuring network-bsd-2.8.1.0...
Preprocessing library for network-bsd-2.8.1.0..
Building library for network-bsd-2.8.1.0..
[1 of 1] Compiling Network.BSD      ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o, dist/build/Network/BSD.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/network-bsd-2.8.1.0-c5f1e79dceb68b93db3431511f732b18a28b187ee7828b18dd36dd9e19a83705/lib
Configuring async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )

Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
50 | import Data.Semigroup (Semigroup((<>)))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/async-2.2.5-dba25c64126cbdec1ff13ff37942b318c467fbdfa6b5a7c01cdc179eceab3574/lib
Configuring text-display-1.0.0.0...
Preprocessing library for text-display-1.0.0.0..
Building library for text-display-1.0.0.0..
[1 of 3] Compiling Data.Text.Display.Core
[2 of 3] Compiling Data.Text.Display.Generic
[3 of 3] Compiling Data.Text.Display
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/text-display-1.0.0.0-8e3e34c3c89b42f050a31a8b53b8d401843948bbf455d6b9178507b1807bf084/lib
Configuring regex-compat-0.95.2.2...
Preprocessing library for regex-compat-0.95.2.2..
Building library for regex-compat-0.95.2.2..
[1 of 1] Compiling Text.Regex       ( Text/Regex.hs, dist/build/Text/Regex.o, dist/build/Text/Regex.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/regex-compat-0.95.2.2-4be0f3cd1e6eee080e1edcc6316ecd124559bac9457c1a69ff4180c6b648040a/lib
Configuring tf-random-0.5...
Preprocessing library for tf-random-0.5..
Building library for tf-random-0.5..
[1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o, dist/build/System/Random/TF/Gen.dyn_o )
[2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o, dist/build/System/Random/TF/Init.dyn_o )

src/System/Random/TF/Init.hs:94:5: warning: [GHC-68441] [-Wdeprecations]
    In the use of bitSize
    (imported from Data.Bits, but defined in GHC.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
   |
94 |   | bitSize n > 64 = error "mkTFGen: case where size of Int > 64 not implemented"
   |     ^^^^^^^
[3 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o, dist/build/System/Random/TF.dyn_o )
[4 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o, dist/build/System/Random/TF/Instances.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/tf-random-0.5-6409594656a8e24e3d6754c9486794f9542e2548efc2fd6b5793529e70e93c25/lib
Configuring QuickCheck-2.16.0.0...
Preprocessing library for QuickCheck-2.16.0.0..
Building library for QuickCheck-2.16.0.0..
[ 1 of 17] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o )
[ 2 of 17] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o )

src/Test/QuickCheck/Random.hs:50:37: warning: [GHC-68441] [-Wdeprecations]
    In the use of genShortByteString
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `System.Random.uniformShortByteString`"
   |
50 |   genShortByteString n = wrapQCGen (genShortByteString n)
   |                                     ^^^^^^^^^^^^^^^^^^

src/Test/QuickCheck/Random.hs:83:16: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
83 |   left = fst . split
   |                ^^^^^

src/Test/QuickCheck/Random.hs:84:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
84 |   right = snd . split
   |                 ^^^^^
[ 3 of 17] Compiling Test.QuickCheck.Gen ( src/Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o, dist/build/Test/QuickCheck/Gen.dyn_o )

src/Test/QuickCheck/Gen.hs:92:12: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
   |
92 |       case split r of
   |            ^^^^^
[ 4 of 17] Compiling Test.QuickCheck.Gen.Unsafe ( src/Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o, dist/build/Test/QuickCheck/Gen/Unsafe.dyn_o )
[ 5 of 17] Compiling Test.QuickCheck.Arbitrary ( src/Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o, dist/build/Test/QuickCheck/Arbitrary.dyn_o )
[ 6 of 17] Compiling Test.QuickCheck.Poly ( src/Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o, dist/build/Test/QuickCheck/Poly.dyn_o )
[ 7 of 17] Compiling Test.QuickCheck.Modifiers ( src/Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o, dist/build/Test/QuickCheck/Modifiers.dyn_o )
[ 8 of 17] Compiling Test.QuickCheck.Function ( src/Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o, dist/build/Test/QuickCheck/Function.dyn_o )
[ 9 of 17] Compiling Test.QuickCheck.Text ( src/Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o, dist/build/Test/QuickCheck/Text.dyn_o )
[10 of 17] Compiling Test.QuickCheck.State ( src/Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o, dist/build/Test/QuickCheck/State.dyn_o )
[11 of 17] Compiling Test.QuickCheck.Property ( src/Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o, dist/build/Test/QuickCheck/Property.dyn_o )
[12 of 17] Compiling Test.QuickCheck.Test ( src/Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o, dist/build/Test/QuickCheck/Test.dyn_o )

src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
    |
501 |   (rnd1,rnd2) = split (randomSeed st)
    |                 ^^^^^
[13 of 17] Compiling Test.QuickCheck.Monoids ( src/Test/QuickCheck/Monoids.hs, dist/build/Test/QuickCheck/Monoids.o, dist/build/Test/QuickCheck/Monoids.dyn_o )
[14 of 17] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o )
[15 of 17] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o )
[16 of 17] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o )
[17 of 17] Compiling Test.QuickCheck  ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/QuickCheck-2.16.0.0-06d0c7002d72baf8a8d116a2c44d9a58f5134873167ba9c8a7cb20f536cd010c/lib
Configuring hslogger-1.3.1.2...
Preprocessing library for hslogger-1.3.1.2..
Building library for hslogger-1.3.1.2..
[1 of 9] Compiling System.Log       ( src/System/Log.hs, dist/build/System/Log.o, dist/build/System/Log.dyn_o )
[2 of 9] Compiling System.Log.Formatter ( src/System/Log/Formatter.hs, dist/build/System/Log/Formatter.o, dist/build/System/Log/Formatter.dyn_o )
[3 of 9] Compiling System.Log.Handler ( src/System/Log/Handler.hs, dist/build/System/Log/Handler.o, dist/build/System/Log/Handler.dyn_o )
[4 of 9] Compiling System.Log.Handler.Simple ( src/System/Log/Handler/Simple.hs, dist/build/System/Log/Handler/Simple.o, dist/build/System/Log/Handler/Simple.dyn_o )
[5 of 9] Compiling System.Log.Handler.Log4jXML ( src/System/Log/Handler/Log4jXML.hs, dist/build/System/Log/Handler/Log4jXML.o, dist/build/System/Log/Handler/Log4jXML.dyn_o )
[6 of 9] Compiling System.Log.Logger ( src/System/Log/Logger.hs, dist/build/System/Log/Logger.o, dist/build/System/Log/Logger.dyn_o )

src/System/Log/Logger.hs:375:26: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
375 |             let pname = (head . drop 1 . reverse . componentsOfName) name'
    |                          ^^^^

src/System/Log/Logger.hs:431:35: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
431 |                _  -> l{handlers = tail hs}
    |                                   ^^^^
[7 of 9] Compiling UTF8             ( src/UTF8.hs, dist/build/UTF8.o, dist/build/UTF8.dyn_o )
[8 of 9] Compiling System.Log.Handler.Syslog ( src/System/Log/Handler/Syslog.hs, dist/build/System/Log/Handler/Syslog.o, dist/build/System/Log/Handler/Syslog.dyn_o )

src/System/Log/Handler/Syslog.hs:223:37: 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."
    |
223 |     let addr = S.SockAddrInet port (head (S.hostAddresses he))
    |                                     ^^^^
[9 of 9] Compiling System.Log.Handler.Growl ( src/System/Log/Handler/Growl.hs, dist/build/System/Log/Handler/Growl.o, dist/build/System/Log/Handler/Growl.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hslogger-1.3.1.2-65741e2c01e12653fdc8e6fd63107b60c85bf775183a17a496eedaea0dd9539f/lib
Configuring concurrent-output-1.10.21...
Preprocessing library for concurrent-output-1.10.21..
Building library for concurrent-output-1.10.21..
[1 of 6] Compiling Utility.Exception ( Utility/Exception.hs, dist/build/Utility/Exception.o, dist/build/Utility/Exception.dyn_o )
[2 of 6] Compiling Utility.Monad    ( Utility/Monad.hs, dist/build/Utility/Monad.o, dist/build/Utility/Monad.dyn_o )
[3 of 6] Compiling System.Console.Concurrent.Internal ( System/Console/Concurrent/Internal.hs, dist/build/System/Console/Concurrent/Internal.o, dist/build/System/Console/Concurrent/Internal.dyn_o )
[4 of 6] Compiling System.Console.Concurrent ( System/Console/Concurrent.hs, dist/build/System/Console/Concurrent.o, dist/build/System/Console/Concurrent.dyn_o )
[5 of 6] Compiling System.Process.Concurrent ( System/Process/Concurrent.hs, dist/build/System/Process/Concurrent.o, dist/build/System/Process/Concurrent.dyn_o )
[6 of 6] Compiling System.Console.Regions ( System/Console/Regions.hs, dist/build/System/Console/Regions.o, dist/build/System/Console/Regions.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/concurrent-output-1.10.21-e6c938f5d75ebfca301e3c6944797a0aeb428af18afe6c442b3838f45175380d/lib
Configuring quickcheck-io-0.2.0...
Preprocessing library for quickcheck-io-0.2.0..
Building library for quickcheck-io-0.2.0..
[1 of 2] Compiling Paths_quickcheck_io ( dist/build/autogen/Paths_quickcheck_io.hs, dist/build/Paths_quickcheck_io.o, dist/build/Paths_quickcheck_io.dyn_o )
[2 of 2] Compiling Test.QuickCheck.IO ( src/Test/QuickCheck/IO.hs, dist/build/Test/QuickCheck/IO.o, dist/build/Test/QuickCheck/IO.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/quickcheck-io-0.2.0-c0cada77511d77f15e42f0cd6bebd2970f5ec5eb39e407f1f45e20a647a54ab0/lib
Configuring MissingH-1.6.0.2...
Preprocessing library for MissingH-1.6.0.2..
Building library for MissingH-1.6.0.2..
[ 1 of 45] Compiling Control.Concurrent.Thread.Utils ( src/Control/Concurrent/Thread/Utils.hs, dist/build/Control/Concurrent/Thread/Utils.o, dist/build/Control/Concurrent/Thread/Utils.dyn_o )
[ 2 of 45] Compiling Data.BinPacking  ( src/Data/BinPacking.hs, dist/build/Data/BinPacking.o, dist/build/Data/BinPacking.dyn_o )

src/Data/BinPacking.hs:109:62: 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."
    |
109 |                      then Left $ BPSizeTooLarge thisbinsize (head sizelist)
    |                                                              ^^^^
[ 3 of 45] Compiling Data.Bits.Utils  ( src/Data/Bits/Utils.hs, dist/build/Data/Bits/Utils.o, dist/build/Data/Bits/Utils.dyn_o )
[ 4 of 45] Compiling Data.CSV         ( src/Data/CSV.hs, dist/build/Data/CSV.o, dist/build/Data/CSV.dyn_o )
[ 5 of 45] Compiling Data.Compression.Inflate ( src/Data/Compression/Inflate.hs, dist/build/Data/Compression/Inflate.o, dist/build/Data/Compression/Inflate.dyn_o )
[ 6 of 45] Compiling Data.Either.Utils ( src/Data/Either/Utils.hs, dist/build/Data/Either/Utils.o, dist/build/Data/Either/Utils.dyn_o )
[ 7 of 45] Compiling Data.Hash.CRC32.GZip ( src/Data/Hash/CRC32/GZip.hs, dist/build/Data/Hash/CRC32/GZip.o, dist/build/Data/Hash/CRC32/GZip.dyn_o )
[ 8 of 45] Compiling Data.Hash.MD5    ( src/Data/Hash/MD5.hs, dist/build/Data/Hash/MD5.o, dist/build/Data/Hash/MD5.dyn_o )
[ 9 of 45] Compiling Data.Hash.MD5.Zord64_HARD ( src/Data/Hash/MD5/Zord64_HARD.hs, dist/build/Data/Hash/MD5/Zord64_HARD.o, dist/build/Data/Hash/MD5/Zord64_HARD.dyn_o )
[10 of 45] Compiling Data.List.Utils  ( src/Data/List/Utils.hs, dist/build/Data/List/Utils.o, dist/build/Data/List/Utils.dyn_o )
[11 of 45] Compiling Data.Map.Utils   ( src/Data/Map/Utils.hs, dist/build/Data/Map/Utils.o, dist/build/Data/Map/Utils.dyn_o )
[12 of 45] Compiling Data.Maybe.Utils ( src/Data/Maybe/Utils.hs, dist/build/Data/Maybe/Utils.o, dist/build/Data/Maybe/Utils.dyn_o )
[13 of 45] Compiling Data.Quantity    ( src/Data/Quantity.hs, dist/build/Data/Quantity.o, dist/build/Data/Quantity.dyn_o )

src/Data/Quantity.hs:66:35: 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."
   |
66 | quantifyNum opts n = (\(x, s) -> (head x, s)) $ quantifyNums opts [n]
   |                                   ^^^^

src/Data/Quantity.hs:93:30: 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."
   |
93 |                   Nothing -> head incrIdxList -- If not found, it's smaller than the first
   |                              ^^^^
[14 of 45] Compiling Data.String.Utils ( src/Data/String/Utils.hs, dist/build/Data/String/Utils.o, dist/build/Data/String/Utils.dyn_o )
[15 of 45] Compiling Data.Tuple.Utils ( src/Data/Tuple/Utils.hs, dist/build/Data/Tuple/Utils.o, dist/build/Data/Tuple/Utils.dyn_o )
[16 of 45] Compiling Network.Email.Mailbox ( src/Network/Email/Mailbox.hs, dist/build/Network/Email/Mailbox.o, dist/build/Network/Email/Mailbox.dyn_o )
[17 of 45] Compiling Network.Utils    ( src/Network/Utils.hs, dist/build/Network/Utils.o, dist/build/Network/Utils.dyn_o )

src/Network/Utils.hs:96:1: warning: [GHC-62161] [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In an equation for showSockAddr:
        Patterns of type SockAddr not matched: SockAddrInet6 _ _ _ _
   |
96 | showSockAddr (SockAddrUnix x) = return $ "UNIX socket at " ++ x
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[18 of 45] Compiling Network.SocketServer ( src/Network/SocketServer.hs, dist/build/Network/SocketServer.o, dist/build/Network/SocketServer.dyn_o )
[19 of 45] Compiling System.Cmd.Utils ( src/System/Cmd/Utils.hs, dist/build/System/Cmd/Utils.o, dist/build/System/Cmd/Utils.dyn_o )
[20 of 45] Compiling Network.Email.Sendmail ( src/Network/Email/Sendmail.hs, dist/build/Network/Email/Sendmail.o, dist/build/Network/Email/Sendmail.dyn_o )
[21 of 45] Compiling System.Console.GetOpt.Utils ( src/System/Console/GetOpt/Utils.hs, dist/build/System/Console/GetOpt/Utils.o, dist/build/System/Console/GetOpt/Utils.dyn_o )
[22 of 45] Compiling System.Daemon    ( src/System/Daemon.hs, dist/build/System/Daemon.o, dist/build/System/Daemon.dyn_o )
[23 of 45] Compiling System.Debian    ( src/System/Debian.hs, dist/build/System/Debian.o, dist/build/System/Debian.dyn_o )
[24 of 45] Compiling System.Debian.ControlParser ( src/System/Debian/ControlParser.hs, dist/build/System/Debian/ControlParser.o, dist/build/System/Debian/ControlParser.dyn_o )
[25 of 45] Compiling System.FileArchive.GZip ( src/System/FileArchive/GZip.hs, dist/build/System/FileArchive/GZip.o, dist/build/System/FileArchive/GZip.dyn_o )

src/System/FileArchive/GZip.hs:94:13: 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."
   |
94 | split1 s = (head s, tail s)
   |             ^^^^

src/System/FileArchive/GZip.hs:94:21: 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."
   |
94 | split1 s = (head s, tail s)
   |                     ^^^^
[26 of 45] Compiling System.IO.HVIO   ( src/System/IO/HVIO.hs, dist/build/System/IO/HVIO.o, dist/build/System/IO/HVIO.dyn_o )

src/System/IO/HVIO.hs:471:34: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
471 |                     let retval = head c
    |                                  ^^^^

src/System/IO/HVIO.hs:472:39: 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."
    |
472 |                     vioc_set (srv h) (tail c)
    |                                       ^^^^
[27 of 45] Compiling System.IO.PlafCompat ( src/System/IO/PlafCompat.hs, dist/build/System/IO/PlafCompat.o, dist/build/System/IO/PlafCompat.dyn_o )
[28 of 45] Compiling System.IO.Utils  ( src/System/IO/Utils.hs, dist/build/System/IO/Utils.o, dist/build/System/IO/Utils.dyn_o )
[29 of 45] Compiling System.IO.WindowsCompat ( src/System/IO/WindowsCompat.hs, dist/build/System/IO/WindowsCompat.o, dist/build/System/IO/WindowsCompat.dyn_o )
[30 of 45] Compiling System.Path.NameManip ( src/System/Path/NameManip.hs, dist/build/System/Path/NameManip.o, dist/build/System/Path/NameManip.dyn_o )

src/System/Path/NameManip.hs:56:22: 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."
   |
56 |           tail' xs = tail xs
   |                      ^^^^

src/System/Path/NameManip.hs:116:19: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [String] not matched: []
    |
116 |               let (base:suffixes) = slice_filename' (last comps)
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/Path/NameManip.hs:410:79: 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."
    |
410 |       guess_dotdot_comps' schon ("..":teile) = guess_dotdot_comps' (reverse . tail . reverse $ schon) teile
    |                                                                               ^^^^
[31 of 45] Compiling System.Path.WildMatch ( src/System/Path/WildMatch.hs, dist/build/System/Path/WildMatch.o, dist/build/System/Path/WildMatch.dyn_o )
[32 of 45] Compiling System.Posix.Consts ( src/System/Posix/Consts.hs, dist/build/System/Posix/Consts.o, dist/build/System/Posix/Consts.dyn_o )
[33 of 45] Compiling System.IO.StatCompat ( src/System/IO/StatCompat.hs, dist/build/System/IO/StatCompat.o, dist/build/System/IO/StatCompat.dyn_o )
[34 of 45] Compiling System.Time.Utils ( src/System/Time/Utils.hs, dist/build/System/Time/Utils.o, dist/build/System/Time/Utils.dyn_o )
[35 of 45] Compiling System.IO.HVFS   ( src/System/IO/HVFS.hs, dist/build/System/IO/HVFS.o, dist/build/System/IO/HVFS.dyn_o )

src/System/IO/HVFS.hs:299:1: warning: [GHC-90177] [-Worphans]
    Orphan class instance: instance Show FileStatus
    Suggested fix:
      Move the instance declaration to the module of the class or of the type, or
      wrap the type with a newtype and declare the instance on the new type.
    |
299 | instance Show FileStatus where
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[36 of 45] Compiling System.Path.Glob ( src/System/Path/Glob.hs, dist/build/System/Path/Glob.o, dist/build/System/Path/Glob.dyn_o )

src/System/Path/Glob.hs:107: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."
    |
107 |                         in if head patt == '.'
    |                               ^^^^

src/System/Path/Glob.hs:109:56: 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."
    |
109 |                            else return $ filter (\x -> head x /= '.') matches
    |                                                        ^^^^
[37 of 45] Compiling System.IO.HVFS.Utils ( src/System/IO/HVFS/Utils.hs, dist/build/System/IO/HVFS/Utils.o, dist/build/System/IO/HVFS/Utils.dyn_o )
[38 of 45] Compiling System.Path      ( src/System/Path.hs, dist/build/System/Path.o, dist/build/System/Path.dyn_o )
[39 of 45] Compiling Data.MIME.Types  ( src/Data/MIME/Types.hs, dist/build/Data/MIME/Types.o, dist/build/Data/MIME/Types.dyn_o )

src/Data/MIME/Types.hs:105:34: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
105 |                    let thetype = head l2
    |                                  ^^^^

src/Data/MIME/Types.hs:106:37: 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."
    |
106 |                        suffixlist = tail l2
    |                                     ^^^^
[40 of 45] Compiling System.IO.HVFS.InstanceHelpers ( src/System/IO/HVFS/InstanceHelpers.hs, dist/build/System/IO/HVFS/InstanceHelpers.o, dist/build/System/IO/HVFS/InstanceHelpers.dyn_o )

src/System/IO/HVFS/InstanceHelpers.hs:114:15: 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."
    |
114 |           h = head sliced1
    |               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:115:15: 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."
    |
115 |           t = tail sliced1
    |               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:116:39: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
116 |           newh =  if isPathSeparator (head h) then tail h else h
    |                                       ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:116:52: 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."
    |
116 |           newh =  if isPathSeparator (head h) then tail h else h
    |                                                    ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:143:13: 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."
    |
143 |         h = head sliced1
    |             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:144:13: 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."
    |
144 |         t = tail sliced1
    |             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:145:62: 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."
    |
145 |         newh = if (h /= [pathSeparator]) && isPathSeparator (head h) then tail h else h
    |                                                              ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:145:75: 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."
    |
145 |         newh = if (h /= [pathSeparator]) && isPathSeparator (head h) then tail h else h
    |                                                                           ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:155:68: 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."
    |
155 |               MemoryFile _ -> Left $ "Attempt to look up name " ++ head zs ++ " in file"
    |                                                                    ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:157:45: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
157 |                 let newentry = case lookup (head zs) y of
    |                                             ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:158: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."
    |
158 |                                   Nothing -> Left $ "Couldn't find entry " ++ head zs
    |                                                                               ^^^^

src/System/IO/HVFS/InstanceHelpers.hs:161:36: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
161 |                       walk newobj (tail zs)
    |                                    ^^^^
[41 of 45] Compiling System.IO.HVFS.Combinators ( src/System/IO/HVFS/Combinators.hs, dist/build/System/IO/HVFS/Combinators.o, dist/build/System/IO/HVFS/Combinators.dyn_o )

src/System/IO/HVFS/Combinators.hs:118:51: 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."
    |
118 |     do full <- (fp ++) `fmap` if isPathSeparator (head locfp)
    |                                                   ^^^^
[42 of 45] Compiling System.IO.Binary ( src/System/IO/Binary.hs, dist/build/System/IO/Binary.o, dist/build/System/IO/Binary.dyn_o )
[43 of 45] Compiling Data.Progress.Tracker ( src/Data/Progress/Tracker.hs, dist/build/Data/Progress/Tracker.o, dist/build/Data/Progress/Tracker.dyn_o )
[44 of 45] Compiling Data.Progress.Meter ( src/Data/Progress/Meter.hs, dist/build/Data/Progress/Meter.o, dist/build/Data/Progress/Meter.dyn_o )

src/Data/Progress/Meter.hs:228:22: 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."
    |
228 |                      head renders ++ u ++ " " ++ pct ++ "]"
    |                      ^^^^

src/Data/Progress/Meter.hs:234:54: 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."
    |
234 |                                             return $ head (rfunc [floor (speed :: Double)]) ++ u ++
    |                                                      ^^^^
[45 of 45] Compiling Text.ParserCombinators.Parsec.Utils ( src/Text/ParserCombinators/Parsec/Utils.hs, dist/build/Text/ParserCombinators/Parsec/Utils.o, dist/build/Text/ParserCombinators/Parsec/Utils.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/MissingH-1.6.0.2-4aaaaa0c277c2984839b9211b64bfc3b773847672a578c9a93502009c71d3126/lib
Configuring hspec-core-2.11.12...
Preprocessing library for hspec-core-2.11.12..
Building library for hspec-core-2.11.12..
[ 1 of 52] Compiling Control.Concurrent.Async ( vendor/Control/Concurrent/Async.hs, dist/build/Control/Concurrent/Async.o, dist/build/Control/Concurrent/Async.dyn_o )
[ 2 of 52] Compiling Data.Algorithm.Diff ( vendor/Data/Algorithm/Diff.hs, dist/build/Data/Algorithm/Diff.o, dist/build/Data/Algorithm/Diff.dyn_o )
[ 3 of 52] Compiling Paths_hspec_core ( dist/build/autogen/Paths_hspec_core.hs, dist/build/Paths_hspec_core.o, dist/build/Paths_hspec_core.dyn_o )
[ 4 of 52] Compiling Test.Hspec.Core.Compat ( src/Test/Hspec/Core/Compat.hs, dist/build/Test/Hspec/Core/Compat.o, dist/build/Test/Hspec/Core/Compat.dyn_o )
[ 5 of 52] Compiling Test.Hspec.Core.Clock ( src/Test/Hspec/Core/Clock.hs, dist/build/Test/Hspec/Core/Clock.o, dist/build/Test/Hspec/Core/Clock.dyn_o )
[ 6 of 52] Compiling Test.Hspec.Core.Annotations ( src/Test/Hspec/Core/Annotations.hs, dist/build/Test/Hspec/Core/Annotations.o, dist/build/Test/Hspec/Core/Annotations.dyn_o )
[ 7 of 52] Compiling NonEmpty         ( src/NonEmpty.hs, dist/build/NonEmpty.o, dist/build/NonEmpty.dyn_o )
[ 8 of 52] Compiling GetOpt.Declarative.Types ( src/GetOpt/Declarative/Types.hs, dist/build/GetOpt/Declarative/Types.o, dist/build/GetOpt/Declarative/Types.dyn_o )
[ 9 of 52] Compiling GetOpt.Declarative.Environment ( src/GetOpt/Declarative/Environment.hs, dist/build/GetOpt/Declarative/Environment.o, dist/build/GetOpt/Declarative/Environment.dyn_o )
[10 of 52] Compiling Test.Hspec.Core.Example.Location ( src/Test/Hspec/Core/Example/Location.hs, dist/build/Test/Hspec/Core/Example/Location.o, dist/build/Test/Hspec/Core/Example/Location.dyn_o )
[11 of 52] Compiling Test.Hspec.Core.Formatters.Diff ( src/Test/Hspec/Core/Formatters/Diff.hs, dist/build/Test/Hspec/Core/Formatters/Diff.o, dist/build/Test/Hspec/Core/Formatters/Diff.dyn_o )
[12 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Parser.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser/Parser.dyn_o )
[13 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Parser ( src/Test/Hspec/Core/Formatters/Pretty/Parser.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Parser.dyn_o )
[14 of 52] Compiling Test.Hspec.Core.Formatters.Pretty.Unicode ( src/Test/Hspec/Core/Formatters/Pretty/Unicode.hs, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.o, dist/build/Test/Hspec/Core/Formatters/Pretty/Unicode.dyn_o )
[15 of 52] Compiling Test.Hspec.Core.Formatters.Pretty ( src/Test/Hspec/Core/Formatters/Pretty.hs, dist/build/Test/Hspec/Core/Formatters/Pretty.o, dist/build/Test/Hspec/Core/Formatters/Pretty.dyn_o )
[16 of 52] Compiling Test.Hspec.Core.Formatters.V1.Free ( src/Test/Hspec/Core/Formatters/V1/Free.hs, dist/build/Test/Hspec/Core/Formatters/V1/Free.o, dist/build/Test/Hspec/Core/Formatters/V1/Free.dyn_o )
[17 of 52] Compiling Test.Hspec.Core.Runner.JobQueue ( src/Test/Hspec/Core/Runner/JobQueue.hs, dist/build/Test/Hspec/Core/Runner/JobQueue.o, dist/build/Test/Hspec/Core/Runner/JobQueue.dyn_o )
[18 of 52] Compiling Test.Hspec.Core.Timer ( src/Test/Hspec/Core/Timer.hs, dist/build/Test/Hspec/Core/Timer.o, dist/build/Test/Hspec/Core/Timer.dyn_o )
[19 of 52] Compiling Test.Hspec.Core.Util ( src/Test/Hspec/Core/Util.hs, dist/build/Test/Hspec/Core/Util.o, dist/build/Test/Hspec/Core/Util.dyn_o )
[20 of 52] Compiling Test.Hspec.Core.QuickCheck.Util ( src/Test/Hspec/Core/QuickCheck/Util.hs, dist/build/Test/Hspec/Core/QuickCheck/Util.o, dist/build/Test/Hspec/Core/QuickCheck/Util.dyn_o )
[21 of 52] Compiling Test.Hspec.Core.Example ( src/Test/Hspec/Core/Example.hs, dist/build/Test/Hspec/Core/Example.o, dist/build/Test/Hspec/Core/Example.dyn_o )
[22 of 52] Compiling Test.Hspec.Core.Tree ( src/Test/Hspec/Core/Tree.hs, dist/build/Test/Hspec/Core/Tree.o, dist/build/Test/Hspec/Core/Tree.dyn_o )
[23 of 52] Compiling Test.Hspec.Core.Shuffle ( src/Test/Hspec/Core/Shuffle.hs, dist/build/Test/Hspec/Core/Shuffle.o, dist/build/Test/Hspec/Core/Shuffle.dyn_o )
[24 of 52] Compiling Test.Hspec.Core.Format ( src/Test/Hspec/Core/Format.hs, dist/build/Test/Hspec/Core/Format.o, dist/build/Test/Hspec/Core/Format.dyn_o )
[25 of 52] Compiling Test.Hspec.Core.Runner.Result ( src/Test/Hspec/Core/Runner/Result.hs, dist/build/Test/Hspec/Core/Runner/Result.o, dist/build/Test/Hspec/Core/Runner/Result.dyn_o )
[26 of 52] Compiling Test.Hspec.Core.Formatters.V1.Monad ( src/Test/Hspec/Core/Formatters/V1/Monad.hs, dist/build/Test/Hspec/Core/Formatters/V1/Monad.o, dist/build/Test/Hspec/Core/Formatters/V1/Monad.dyn_o )
[27 of 52] Compiling Test.Hspec.Core.Formatters.Internal ( src/Test/Hspec/Core/Formatters/Internal.hs, dist/build/Test/Hspec/Core/Formatters/Internal.o, dist/build/Test/Hspec/Core/Formatters/Internal.dyn_o )
[28 of 52] Compiling Test.Hspec.Core.Formatters.V2 ( src/Test/Hspec/Core/Formatters/V2.hs, dist/build/Test/Hspec/Core/Formatters/V2.o, dist/build/Test/Hspec/Core/Formatters/V2.dyn_o )
[29 of 52] Compiling Test.Hspec.Core.Runner.PrintSlowSpecItems ( src/Test/Hspec/Core/Runner/PrintSlowSpecItems.hs, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.o, dist/build/Test/Hspec/Core/Runner/PrintSlowSpecItems.dyn_o )
[30 of 52] Compiling Test.Hspec.Core.Formatters.V1.Internal ( src/Test/Hspec/Core/Formatters/V1/Internal.hs, dist/build/Test/Hspec/Core/Formatters/V1/Internal.o, dist/build/Test/Hspec/Core/Formatters/V1/Internal.dyn_o )
[31 of 52] Compiling Test.Hspec.Core.Formatters.V1 ( src/Test/Hspec/Core/Formatters/V1.hs, dist/build/Test/Hspec/Core/Formatters/V1.o, dist/build/Test/Hspec/Core/Formatters/V1.dyn_o )
[32 of 52] Compiling Test.Hspec.Core.Formatters ( src/Test/Hspec/Core/Formatters.hs, dist/build/Test/Hspec/Core/Formatters.o, dist/build/Test/Hspec/Core/Formatters.dyn_o )
[33 of 52] Compiling GetOpt.Declarative.Util ( src/GetOpt/Declarative/Util.hs, dist/build/GetOpt/Declarative/Util.o, dist/build/GetOpt/Declarative/Util.dyn_o )
[34 of 52] Compiling GetOpt.Declarative.Interpret ( src/GetOpt/Declarative/Interpret.hs, dist/build/GetOpt/Declarative/Interpret.o, dist/build/GetOpt/Declarative/Interpret.dyn_o )
[35 of 52] Compiling GetOpt.Declarative ( src/GetOpt/Declarative.hs, dist/build/GetOpt/Declarative.o, dist/build/GetOpt/Declarative.dyn_o )
[36 of 52] Compiling Test.Hspec.Core.Config.Definition ( src/Test/Hspec/Core/Config/Definition.hs, dist/build/Test/Hspec/Core/Config/Definition.o, dist/build/Test/Hspec/Core/Config/Definition.dyn_o )
[37 of 52] Compiling Test.Hspec.Core.Spec.Monad ( src/Test/Hspec/Core/Spec/Monad.hs, dist/build/Test/Hspec/Core/Spec/Monad.o, dist/build/Test/Hspec/Core/Spec/Monad.dyn_o )
[38 of 52] Compiling Test.Hspec.Core.QuickCheck ( src/Test/Hspec/Core/QuickCheck.hs, dist/build/Test/Hspec/Core/QuickCheck.o, dist/build/Test/Hspec/Core/QuickCheck.dyn_o )
[39 of 52] Compiling Test.Hspec.Core.Hooks ( src/Test/Hspec/Core/Hooks.hs, dist/build/Test/Hspec/Core/Hooks.o, dist/build/Test/Hspec/Core/Hooks.dyn_o )
[40 of 52] Compiling Test.Hspec.Core.Spec ( src/Test/Hspec/Core/Spec.hs, dist/build/Test/Hspec/Core/Spec.o, dist/build/Test/Hspec/Core/Spec.dyn_o )
[41 of 52] Compiling Test.Hspec.Core.Runner.Eval ( src/Test/Hspec/Core/Runner/Eval.hs, dist/build/Test/Hspec/Core/Runner/Eval.o, dist/build/Test/Hspec/Core/Runner/Eval.dyn_o )
[42 of 52] Compiling Test.Hspec.Core.Extension.Tree ( src/Test/Hspec/Core/Extension/Tree.hs, dist/build/Test/Hspec/Core/Extension/Tree.o, dist/build/Test/Hspec/Core/Extension/Tree.dyn_o )
[43 of 52] Compiling Test.Hspec.Core.Extension.Spec ( src/Test/Hspec/Core/Extension/Spec.hs, dist/build/Test/Hspec/Core/Extension/Spec.o, dist/build/Test/Hspec/Core/Extension/Spec.dyn_o )
[44 of 52] Compiling Test.Hspec.Core.Extension.Item ( src/Test/Hspec/Core/Extension/Item.hs, dist/build/Test/Hspec/Core/Extension/Item.o, dist/build/Test/Hspec/Core/Extension/Item.dyn_o )
[45 of 52] Compiling Test.Hspec.Core.FailureReport ( src/Test/Hspec/Core/FailureReport.hs, dist/build/Test/Hspec/Core/FailureReport.o, dist/build/Test/Hspec/Core/FailureReport.dyn_o )
[46 of 52] Compiling Test.Hspec.Core.Extension.Config.Type ( src/Test/Hspec/Core/Extension/Config/Type.hs, dist/build/Test/Hspec/Core/Extension/Config/Type.o, dist/build/Test/Hspec/Core/Extension/Config/Type.dyn_o )
[47 of 52] Compiling Test.Hspec.Core.Extension.Option ( src/Test/Hspec/Core/Extension/Option.hs, dist/build/Test/Hspec/Core/Extension/Option.o, dist/build/Test/Hspec/Core/Extension/Option.dyn_o )
[48 of 52] Compiling Test.Hspec.Core.Extension.Config ( src/Test/Hspec/Core/Extension/Config.hs, dist/build/Test/Hspec/Core/Extension/Config.o, dist/build/Test/Hspec/Core/Extension/Config.dyn_o )
[49 of 52] Compiling Test.Hspec.Core.Extension ( src/Test/Hspec/Core/Extension.hs, dist/build/Test/Hspec/Core/Extension.o, dist/build/Test/Hspec/Core/Extension.dyn_o )
[50 of 52] Compiling Test.Hspec.Core.Config.Options ( src/Test/Hspec/Core/Config/Options.hs, dist/build/Test/Hspec/Core/Config/Options.o, dist/build/Test/Hspec/Core/Config/Options.dyn_o )
[51 of 52] Compiling Test.Hspec.Core.Config ( src/Test/Hspec/Core/Config.hs, dist/build/Test/Hspec/Core/Config.o, dist/build/Test/Hspec/Core/Config.dyn_o )
[52 of 52] Compiling Test.Hspec.Core.Runner ( src/Test/Hspec/Core/Runner.hs, dist/build/Test/Hspec/Core/Runner.o, dist/build/Test/Hspec/Core/Runner.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-core-2.11.12-67a5a2144394c1db8d795efd10f645d6400f8ef753971620e0638c641ccc352b/lib
Configuring hspec-2.11.12...
Preprocessing library for hspec-2.11.12..
Building library for hspec-2.11.12..
[1 of 6] Compiling Paths_hspec      ( dist/build/autogen/Paths_hspec.hs, dist/build/Paths_hspec.o, dist/build/Paths_hspec.dyn_o )
[2 of 6] Compiling Test.Hspec.Discover ( src/Test/Hspec/Discover.hs, dist/build/Test/Hspec/Discover.o, dist/build/Test/Hspec/Discover.dyn_o )
[3 of 6] Compiling Test.Hspec.Formatters ( src/Test/Hspec/Formatters.hs, dist/build/Test/Hspec/Formatters.o, dist/build/Test/Hspec/Formatters.dyn_o )
[4 of 6] Compiling Test.Hspec.Runner ( src/Test/Hspec/Runner.hs, dist/build/Test/Hspec/Runner.o, dist/build/Test/Hspec/Runner.dyn_o )
[5 of 6] Compiling Test.Hspec       ( src/Test/Hspec.hs, dist/build/Test/Hspec.o, dist/build/Test/Hspec.dyn_o )
[6 of 6] Compiling Test.Hspec.QuickCheck ( src/Test/Hspec/QuickCheck.hs, dist/build/Test/Hspec/QuickCheck.o, dist/build/Test/Hspec/QuickCheck.dyn_o )
Installing library in /tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/incoming/new-2779192/tmp/hackage-doc-builder/.local/state/cabal/store/ghc-9.8.4/hspec-2.11.12-bc6b75a8c5ee1609e0649c11c906015fd930b12efeb926705a60664d0e2f138e/lib
Configuring miv-0.4.9...
Preprocessing test suite 'spec' for miv-0.4.9..
Building test suite 'spec' for miv-0.4.9..
[1 of 1] Compiling Main             ( test/Spec.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/spec/spec-tmp/Main.o )
[2 of 2] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/spec/spec
Preprocessing executable 'miv' for miv-0.4.9..
Building executable 'miv' for miv-0.4.9..
[ 1 of 10] Compiling Cmdline          ( src/Cmdline.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Cmdline.o )
[ 2 of 10] Compiling Command          ( src/Command.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Command.o )
[ 3 of 10] Compiling Git              ( src/Git.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Git.o )
[ 4 of 10] Compiling Mode             ( src/Mode.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Mode.o )
[ 5 of 10] Compiling Mapping          ( src/Mapping.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Mapping.o )
[ 6 of 10] Compiling Paths_miv        ( /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/autogen/Paths_miv.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Paths_miv.o )
[ 7 of 10] Compiling Plugin           ( src/Plugin.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Plugin.o )
[ 8 of 10] Compiling Setting          ( src/Setting.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Setting.o )
[ 9 of 10] Compiling VimScript        ( src/VimScript.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/VimScript.o )
[10 of 10] Compiling Main             ( src/Main.hs, /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv-tmp/Main.o )
[11 of 11] Linking /var/lib/hackage-doc-builder/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.8.4/miv-0.4.9/noopt/build/miv/miv
Running 1 test suites...
Test suite spec: RUNNING...
Test suite spec: PASS
Test suite logged to:
/var/lib/hackage-doc-builder/build-cache/tmp-install/reports/miv-0.4.9.test
Error: cabal: Test coverage is only supported for packages with a library
component.

Error: cabal: Tests failed for miv-0.4.9.