Build #1 for tar-0.7.2.0

[all reports]

Package tar-0.7.2.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2026-07-15 23:42:09.099427876 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies array-0.5.8.0, base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, deepseq-1.5.1.0, directory-1.3.8.5, directory-ospath-streaming-0.3, file-io-0.2.0, filepath-1.4.301.0, os-string-2.0.11, time-1.12.2, transformers-0.6.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring atomic-counter-0.1.2.4...
Preprocessing library for atomic-counter-0.1.2.4..
Building library for atomic-counter-0.1.2.4..
[1 of 4] Compiling Control.Concurrent.Counter.Unlifted ( src/Control/Concurrent/Counter/Unlifted.hs, dist/build/Control/Concurrent/Counter/Unlifted.o, dist/build/Control/Concurrent/Counter/Unlifted.dyn_o )
[2 of 4] Compiling Control.Concurrent.Counter.Lifted.ST ( src/Control/Concurrent/Counter/Lifted/ST.hs, dist/build/Control/Concurrent/Counter/Lifted/ST.o, dist/build/Control/Concurrent/Counter/Lifted/ST.dyn_o )
[3 of 4] Compiling Control.Concurrent.Counter.Lifted.IO ( src/Control/Concurrent/Counter/Lifted/IO.hs, dist/build/Control/Concurrent/Counter/Lifted/IO.o, dist/build/Control/Concurrent/Counter/Lifted/IO.dyn_o )
[4 of 4] Compiling Control.Concurrent.Counter ( src/Control/Concurrent/Counter.hs, dist/build/Control/Concurrent/Counter.o, dist/build/Control/Concurrent/Counter.dyn_o )
Preprocessing library for atomic-counter-0.1.2.4..
Running Haddock on library for atomic-counter-0.1.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Control.Concurrent.Counter.Unlifted ( src/Control/Concurrent/Counter/Unlifted.hs, nothing )
[2 of 4] Compiling Control.Concurrent.Counter.Lifted.ST ( src/Control/Concurrent/Counter/Lifted/ST.hs, nothing )
[3 of 4] Compiling Control.Concurrent.Counter.Lifted.IO ( src/Control/Concurrent/Counter/Lifted/IO.hs, nothing )
[4 of 4] Compiling Control.Concurrent.Counter ( src/Control/Concurrent/Counter.hs, nothing )
Haddock coverage:
 100% ( 18 / 18) in 'Control.Concurrent.Counter.Unlifted'
 100% ( 16 / 16) in 'Control.Concurrent.Counter.Lifted.ST'
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Types
 100% ( 16 / 16) in 'Control.Concurrent.Counter.Lifted.IO'
 100% ( 16 / 16) in 'Control.Concurrent.Counter'
Documentation created: dist/doc/html/atomic-counter/,
dist/doc/html/atomic-counter/atomic-counter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/atomic-counter-0.1.2.4-9dn6eGPXH7ICI3FH6u8qDv
Completed    atomic-counter-0.1.2.4
Configuring file-io-0.2.0...
Preprocessing library for file-io-0.2.0..
Building library for file-io-0.2.0..
[1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, dist/build/System/File/Platform.o, dist/build/System/File/Platform.dyn_o )

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

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

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

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

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

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

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

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

System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports]
    The import of coerceWith
    from module Data.Type.Coercion is redundant
   |
38 | import Data.Type.Coercion (Coercion(..), coerceWith)
   |                                          ^^^^^^^^^^
[ 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.11..
Running Haddock on library for os-string-2.0.11..
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:27:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
27 | 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 )

System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports]
    The import of coerceWith
    from module Data.Type.Coercion is redundant
   |
38 | import Data.Type.Coercion (Coercion(..), coerceWith)
   |                                          ^^^^^^^^^^
[ 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:67)
    isSpace (System/OsString/Data/ByteString/Short/Internal.hs:70)
    create (System/OsString/Data/ByteString/Short/Internal.hs:133)
    asBA (System/OsString/Data/ByteString/Short/Internal.hs:143)
    BA (System/OsString/Data/ByteString/Short/Internal.hs:147)
    MBA (System/OsString/Data/ByteString/Short/Internal.hs:148)
    newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:152)
    newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:157)
    copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:162)
    unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:167)
    copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:172)
    moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:308)
    moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:312)
    packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:315)
    packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:318)
    unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:329)
    packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:338)
    packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:341)
    indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:450)
    word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:471)
    word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:473)
    setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:476)
    copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:481)
    createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:507)
    createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:523)
    findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:549)
    assertEven (System/OsString/Data/ByteString/Short/Internal.hs:578)
    errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:587)
    moduleError (System/OsString/Data/ByteString/Short/Internal.hs:591)
    compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:609)
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:666)
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:51)
    mkUcs2le (System/OsString/Encoding/Internal.hs:54)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:59)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:69)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:80)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:105)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:140)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:145)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:155)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:166)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:204)
    cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:240)
    cWcharsToChars (System/OsString/Encoding/Internal.hs:247)
    charsToCWchars (System/OsString/Encoding/Internal.hs:257)
    withWindowsString (System/OsString/Encoding/Internal.hs:273)
    peekWindowsString (System/OsString/Encoding/Internal.hs:276)
    withPosixString (System/OsString/Encoding/Internal.hs:281)
    withPosixString' (System/OsString/Encoding/Internal.hs:284)
    peekPosixString (System/OsString/Encoding/Internal.hs:287)
    peekPosixString' (System/OsString/Encoding/Internal.hs:290)
    EncodingException (System/OsString/Encoding/Internal.hs:349)
    showEncodingException (System/OsString/Encoding/Internal.hs:357)
    wNUL (System/OsString/Encoding/Internal.hs:376)
  44% ( 11 / 25) in 'System.OsString.Encoding'
  Missing documentation for:
    Module header
    EncodingException (System/OsString/Encoding/Internal.hs:349)
    showEncodingException (System/OsString/Encoding/Internal.hs:357)
    ucs2le (System/OsString/Encoding/Internal.hs:51)
    mkUcs2le (System/OsString/Encoding/Internal.hs:54)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:59)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:69)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:80)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:105)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:140)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:145)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:155)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:166)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:204)
Warning: 'WindowsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:63:25
    * at System/OsString/Internal/Types.hs:63:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:63:1
Warning: 'PosixString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:89:23
    * at System/OsString/Internal/Types.hs:89:1
    You 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:89: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:131:23
    * at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:131:1
Warning: 'WindowsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:121:23
    * at System/OsString/Internal/Types.hs:121:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:121:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:219:18
    * at System/OsString/Internal/Types.hs:219:1
    You 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:219:1
Warning: 'OsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:181:20
    * at System/OsString/Internal/Types.hs:181:1
    You 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:181:1
Warning: '(</>)' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  61% ( 11 / 18) in 'System.OsString.Internal.Types'
  Missing documentation for:
    Module header
    unWS (System/OsString/Internal/Types.hs:80)
    unPS (System/OsString/Internal/Types.hs:104)
    PlatformString (System/OsString/Internal/Types.hs:114)
    unWW (System/OsString/Internal/Types.hs:150)
    unPW (System/OsString/Internal/Types.hs:158)
    PlatformChar (System/OsString/Internal/Types.hs:168)
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:89:23
    * at System/OsString/Internal/Types.hs:89:1
    You 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:89:1
Warning: 'PosixChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:131:23
    * at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:131:1
Warning: 'OsString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 97 /101) in 'System.OsString.Posix'
  Missing documentation for:
    Module header
    singleton (System/OsString/Common.hs:554)
    empty (System/OsString/Common.hs:557)
    concat (System/OsString/Common.hs:790)
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:181:20
    * at System/OsString/Internal/Types.hs:181:1
    You 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:181:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:219:18
    * at System/OsString/Internal/Types.hs:219:1
    You 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:219:1
Warning: 'head' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:329:1
    You 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:329:1
Warning: 'tail' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:313:1
    You 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:313:1
Warning: 'init' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:338:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:338:1
Warning: 'last' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:304:1
    You 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:304:1
Warning: 'map' is ambiguous. It is defined
    * in GHC.Base
    * 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: 'reverse' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:374:1
    You 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:374:1
Warning: 'foldl' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:390:1
    You 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:390:1
Warning: 'foldl1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:404:1
    You 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:404:1
Warning: 'foldr' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:420:1
    You 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:420:1
Warning: 'foldr1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:434:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:434:1
Warning: 'all' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:448:1
    You 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:448:1
Warning: 'any' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:455:1
    You 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:455:1
Warning: 'replicate' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:470:1
    You 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:470:1
Warning: 'take' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:512:1
    You 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:512:1
Warning: 'length' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:361:1
    You 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:361:1
Warning: 'drop' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:549:1
    You 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:549:1
Warning: 'takeWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:543:1
    You 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:543:1
Warning: 'dropWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:571:1
    You 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:571:1
Warning: 'break' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:600:1
    You 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:600:1
Warning: 'span' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.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 System/OsString/Internal.hs:610:1
Warning: 'splitAt' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:635:1
    You 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:635:1
Warning: 'elem' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:738:1
    You 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:738:1
Warning: 'filter' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:756:1
    You 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:756:1
  95% ( 76 / 80) in 'System.OsString.Internal'
  Missing documentation for:
    Module header
    empty (System/OsString/Internal.hs:253)
    singleton (System/OsString/Internal.hs:256)
    concat (System/OsString/Internal.hs:461)
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.
  97% ( 97 /100) in 'System.OsString'
  Missing documentation for:
    empty (System/OsString/Internal.hs:253)
    singleton (System/OsString/Internal.hs:256)
    concat (System/OsString/Internal.hs:461)
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:63:25
    * at System/OsString/Internal/Types.hs:63:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:63:1
Warning: 'WindowsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:121:23
    * at System/OsString/Internal/Types.hs:121:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal/Types.hs:121:1
Warning: 'OsString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 96 /100) in 'System.OsString.Windows'
  Missing documentation for:
    Module header
    singleton (System/OsString/Common.hs:554)
    empty (System/OsString/Common.hs:557)
    concat (System/OsString/Common.hs:790)
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.11-J5g3KZ8gNc34gAL04qA1lk
Completed    os-string-2.0.11
Configuring directory-ospath-streaming-0.3...
Preprocessing library for directory-ospath-streaming-0.3..
Building library for directory-ospath-streaming-0.3..
[1 of 7] Compiling System.Directory.OsPath.Types ( src/System/Directory/OsPath/Types.hs, dist/build/System/Directory/OsPath/Types.o, dist/build/System/Directory/OsPath/Types.dyn_o )
[2 of 7] Compiling System.Directory.OsPath.FileType ( src/System/Directory/OsPath/FileType.hs, dist/build/System/Directory/OsPath/FileType.o, dist/build/System/Directory/OsPath/FileType.dyn_o )

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

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

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

src/System/Directory/OsPath/Streaming/Internal/Raw.hs:46:1: warning: [GHC-15328] [-Wdeprecations]
    Module System.OsString.Internal.Types is deprecated:
      "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5."
   |
46 | import System.OsString.Internal.Types (OsString(OsString), getOsString)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 7] Compiling System.Directory.OsPath.Utils ( src/System/Directory/OsPath/Utils.hs, nothing )
[5 of 7] Compiling System.Directory.OsPath.Streaming.Internal ( src/System/Directory/OsPath/Streaming/Internal.hs, nothing )
[6 of 7] Compiling System.Directory.OsPath.Contents ( src/System/Directory/OsPath/Contents.hs, nothing )
[7 of 7] Compiling System.Directory.OsPath.Streaming ( src/System/Directory/OsPath/Streaming.hs, nothing )
Haddock coverage:
  60% (  3 /  5) in 'System.Directory.OsPath.Types'
  Missing documentation for:
    SymlinkType (src/System/Directory/OsPath/Types.hs:23)
    FileType (src/System/Directory/OsPath/Types.hs:28)
  60% (  3 /  5) in 'System.Directory.OsPath.Streaming.Internal.Raw'
  Missing documentation for:
    openRawDirStream (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:70)
    readRawDirStream (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:95)
Warning: 'DirStream' is ambiguous. It is defined
    * at src/System/Directory/OsPath/Streaming/Internal.hs:35:18
    * at src/System/Directory/OsPath/Streaming/Internal.hs:35:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Directory/OsPath/Streaming/Internal.hs:35:1
  83% (  5 /  6) in 'System.Directory.OsPath.Streaming.Internal'
  Missing documentation for:
    openDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:42)
Warning: 'DirStream' is ambiguous. It is defined
    * at src/System/Directory/OsPath/Streaming/Internal.hs:35:18
    * at src/System/Directory/OsPath/Streaming/Internal.hs:35:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Directory/OsPath/Streaming/Internal.hs:35:1
  81% ( 18 / 22) in 'System.Directory.OsPath.Streaming'
  Missing documentation for:
    openDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:42)
    SymlinkType (src/System/Directory/OsPath/Types.hs:23)
    FileType (src/System/Directory/OsPath/Types.hs:28)
    getFileType (src/System/Directory/OsPath/FileType.hs:44)
Warning: System.Directory.OsPath.Types: could not find link destinations for: 
	- System.Directory.OsPath.Types.Rep_Relative
	- System.Directory.OsPath.Types.Rep1_Relative
	- System.Directory.OsPath.Types.Rep_Basename
	- System.Directory.OsPath.Types.Rep1_Basename
	- System.Directory.OsPath.Types.Rep_FileType
	- System.Directory.OsPath.Types.Rep_SymlinkType
Warning: System.Directory.OsPath.Streaming: could not find link destinations for: 
	- System.Directory.OsPath.Types.Rep_Basename
	- System.Directory.OsPath.Types.Rep1_Basename
	- System.Directory.OsPath.Types.Rep_FileType
	- System.Directory.OsPath.Types.Rep_SymlinkType
Documentation created: dist/doc/html/directory-ospath-streaming/,
dist/doc/html/directory-ospath-streaming/directory-ospath-streaming.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/directory-ospath-streaming-0.3-B2Rq4wGNjq36ZuDTBQakw4
Completed    directory-ospath-streaming-0.3
Downloading  tar-0.7.2.0
Downloaded   tar-0.7.2.0
Configuring tar-0.7.2.0...
Preprocessing library 'tar-internal' for tar-0.7.2.0..
Building library 'tar-internal' for tar-0.7.2.0..
[ 1 of 16] Compiling Codec.Archive.Tar.Index.Utils ( Codec/Archive/Tar/Index/Utils.hs, dist/build/tar-internal/Codec/Archive/Tar/Index/Utils.o, dist/build/tar-internal/Codec/Archive/Tar/Index/Utils.dyn_o )
[ 2 of 16] Compiling Codec.Archive.Tar.Index.StringTable ( Codec/Archive/Tar/Index/StringTable.hs, dist/build/tar-internal/Codec/Archive/Tar/Index/StringTable.o, dist/build/tar-internal/Codec/Archive/Tar/Index/StringTable.dyn_o )
[ 3 of 16] Compiling Codec.Archive.Tar.Index.IntTrie ( Codec/Archive/Tar/Index/IntTrie.hs, dist/build/tar-internal/Codec/Archive/Tar/Index/IntTrie.o, dist/build/tar-internal/Codec/Archive/Tar/Index/IntTrie.dyn_o )
[ 4 of 16] Compiling Codec.Archive.Tar.PackAscii ( Codec/Archive/Tar/PackAscii.hs, dist/build/tar-internal/Codec/Archive/Tar/PackAscii.o, dist/build/tar-internal/Codec/Archive/Tar/PackAscii.dyn_o )
[ 5 of 16] Compiling Codec.Archive.Tar.Types ( Codec/Archive/Tar/Types.hs, dist/build/tar-internal/Codec/Archive/Tar/Types.o, dist/build/tar-internal/Codec/Archive/Tar/Types.dyn_o )
[ 6 of 16] Compiling Codec.Archive.Tar.Read ( Codec/Archive/Tar/Read.hs, dist/build/tar-internal/Codec/Archive/Tar/Read.o, dist/build/tar-internal/Codec/Archive/Tar/Read.dyn_o )
[ 7 of 16] Compiling Codec.Archive.Tar.LongNames ( Codec/Archive/Tar/LongNames.hs, dist/build/tar-internal/Codec/Archive/Tar/LongNames.o, dist/build/tar-internal/Codec/Archive/Tar/LongNames.dyn_o )
[ 8 of 16] Compiling Codec.Archive.Tar.Pack ( Codec/Archive/Tar/Pack.hs, dist/build/tar-internal/Codec/Archive/Tar/Pack.o, dist/build/tar-internal/Codec/Archive/Tar/Pack.dyn_o )
[ 9 of 16] Compiling Codec.Archive.Tar.Index.Internal ( Codec/Archive/Tar/Index/Internal.hs, dist/build/tar-internal/Codec/Archive/Tar/Index/Internal.o, dist/build/tar-internal/Codec/Archive/Tar/Index/Internal.dyn_o )
[10 of 16] Compiling Codec.Archive.Tar.Index ( Codec/Archive/Tar/Index.hs, dist/build/tar-internal/Codec/Archive/Tar/Index.o, dist/build/tar-internal/Codec/Archive/Tar/Index.dyn_o )
[11 of 16] Compiling Codec.Archive.Tar.Entry ( Codec/Archive/Tar/Entry.hs, dist/build/tar-internal/Codec/Archive/Tar/Entry.o, dist/build/tar-internal/Codec/Archive/Tar/Entry.dyn_o )
[12 of 16] Compiling Codec.Archive.Tar.Check.Internal ( Codec/Archive/Tar/Check/Internal.hs, dist/build/tar-internal/Codec/Archive/Tar/Check/Internal.o, dist/build/tar-internal/Codec/Archive/Tar/Check/Internal.dyn_o )
[13 of 16] Compiling Codec.Archive.Tar.Check ( Codec/Archive/Tar/Check.hs, dist/build/tar-internal/Codec/Archive/Tar/Check.o, dist/build/tar-internal/Codec/Archive/Tar/Check.dyn_o )
[14 of 16] Compiling Codec.Archive.Tar.Unpack ( Codec/Archive/Tar/Unpack.hs, dist/build/tar-internal/Codec/Archive/Tar/Unpack.o, dist/build/tar-internal/Codec/Archive/Tar/Unpack.dyn_o )
[15 of 16] Compiling Codec.Archive.Tar.Write ( Codec/Archive/Tar/Write.hs, dist/build/tar-internal/Codec/Archive/Tar/Write.o, dist/build/tar-internal/Codec/Archive/Tar/Write.dyn_o )
[16 of 16] Compiling Codec.Archive.Tar ( Codec/Archive/Tar.hs, dist/build/tar-internal/Codec/Archive/Tar.o, dist/build/tar-internal/Codec/Archive/Tar.dyn_o )
Preprocessing library for tar-0.7.2.0..
Building library for tar-0.7.2.0..
Preprocessing library 'tar-internal' for tar-0.7.2.0..
Running Haddock on library 'tar-internal' for tar-0.7.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Codec.Archive.Tar.Index.Utils ( Codec/Archive/Tar/Index/Utils.hs, nothing )
[ 2 of 16] Compiling Codec.Archive.Tar.Index.StringTable ( Codec/Archive/Tar/Index/StringTable.hs, nothing )
[ 3 of 16] Compiling Codec.Archive.Tar.Index.IntTrie ( Codec/Archive/Tar/Index/IntTrie.hs, nothing )
[ 4 of 16] Compiling Codec.Archive.Tar.PackAscii ( Codec/Archive/Tar/PackAscii.hs, /tmp/ghc1967548_0/ghc_12.o, /tmp/ghc1967548_0/ghc_12.dyn_o )
[ 5 of 16] Compiling Codec.Archive.Tar.Types ( Codec/Archive/Tar/Types.hs, nothing )
[ 6 of 16] Compiling Codec.Archive.Tar.Read ( Codec/Archive/Tar/Read.hs, nothing )
[ 7 of 16] Compiling Codec.Archive.Tar.LongNames ( Codec/Archive/Tar/LongNames.hs, nothing )
[ 8 of 16] Compiling Codec.Archive.Tar.Pack ( Codec/Archive/Tar/Pack.hs, nothing )
[ 9 of 16] Compiling Codec.Archive.Tar.Index.Internal ( Codec/Archive/Tar/Index/Internal.hs, nothing )
[10 of 16] Compiling Codec.Archive.Tar.Index ( Codec/Archive/Tar/Index.hs, nothing )
[11 of 16] Compiling Codec.Archive.Tar.Entry ( Codec/Archive/Tar/Entry.hs, nothing )
[12 of 16] Compiling Codec.Archive.Tar.Check.Internal ( Codec/Archive/Tar/Check/Internal.hs, nothing )
[13 of 16] Compiling Codec.Archive.Tar.Check ( Codec/Archive/Tar/Check.hs, nothing )
[14 of 16] Compiling Codec.Archive.Tar.Unpack ( Codec/Archive/Tar/Unpack.hs, nothing )
[15 of 16] Compiling Codec.Archive.Tar.Write ( Codec/Archive/Tar/Write.hs, nothing )
[16 of 16] Compiling Codec.Archive.Tar ( Codec/Archive/Tar.hs, nothing )
Haddock coverage:
 100% ( 33 / 33) in 'Codec.Archive.Tar.Index'
 100% ( 43 / 43) in 'Codec.Archive.Tar.Entry'
 100% ( 14 / 14) in 'Codec.Archive.Tar.Check'
 100% ( 53 / 53) in 'Codec.Archive.Tar'
Documentation created: dist/doc/html/tar/, dist/doc/html/tar/tar.txt
Preprocessing library for tar-0.7.2.0..
Running Haddock on library for tar-0.7.2.0..
Warning: Haddocks are being requested, but there aren't any modules given to
create documentation for.
Installing internal library tar-internal in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tar-0.7.2.0-LlpODe67ZYt4bpYKwjMQy1
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tar-0.7.2.0-LlpODe67ZYt4bpYKwjMQy1
Completed    tar-0.7.2.0

Test log

[view raw]

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