Build #2 for tar-0.6.4.0
Package | tar-0.6.4.0 |
---|
Install | InstallOk |
---|---|
Docs | Ok |
Tests | NotTried |
Time submitted | 2025-05-13 22:06:23.534889452 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.2.2, file-io-0.1.5, filepath-1.4.301.0, os-string-2.0.7, 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.3... Preprocessing library for atomic-counter-0.1.2.3.. Building library for atomic-counter-0.1.2.3.. [1 of 4] Compiling Control.Concurrent.Counter.Unlifted ( src/Control/Concurrent/Counter/Unlifted.hs, dist/build/Control/Concurrent/Counter/Unlifted.o, dist/build/Control/Concurrent/Counter/Unlifted.dyn_o ) [2 of 4] Compiling Control.Concurrent.Counter.Lifted.ST ( src/Control/Concurrent/Counter/Lifted/ST.hs, dist/build/Control/Concurrent/Counter/Lifted/ST.o, dist/build/Control/Concurrent/Counter/Lifted/ST.dyn_o ) [3 of 4] Compiling Control.Concurrent.Counter.Lifted.IO ( src/Control/Concurrent/Counter/Lifted/IO.hs, dist/build/Control/Concurrent/Counter/Lifted/IO.o, dist/build/Control/Concurrent/Counter/Lifted/IO.dyn_o ) [4 of 4] Compiling Control.Concurrent.Counter ( src/Control/Concurrent/Counter.hs, dist/build/Control/Concurrent/Counter.o, dist/build/Control/Concurrent/Counter.dyn_o ) Preprocessing library for atomic-counter-0.1.2.3.. Running Haddock on library for atomic-counter-0.1.2.3.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 4] Compiling Control.Concurrent.Counter.Unlifted ( src/Control/Concurrent/Counter/Unlifted.hs, nothing ) [2 of 4] Compiling Control.Concurrent.Counter.Lifted.ST ( src/Control/Concurrent/Counter/Lifted/ST.hs, nothing ) [3 of 4] Compiling Control.Concurrent.Counter.Lifted.IO ( src/Control/Concurrent/Counter/Lifted/IO.hs, nothing ) [4 of 4] Compiling Control.Concurrent.Counter ( src/Control/Concurrent/Counter.hs, nothing ) Haddock coverage: 100% ( 18 / 18) in 'Control.Concurrent.Counter.Unlifted' 100% ( 16 / 16) in 'Control.Concurrent.Counter.Lifted.ST' Warning: 'IO' is ambiguous. It is defined * in GHC.Types * in GHC.Types You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined in GHC.Types 100% ( 16 / 16) in 'Control.Concurrent.Counter.Lifted.IO' 100% ( 16 / 16) in 'Control.Concurrent.Counter' Documentation created: dist/doc/html/atomic-counter/, dist/doc/html/atomic-counter/atomic-counter.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/atomic-counter-0.1.2.3-2RbSHAjtOFpHILcO0prFtd Completed atomic-counter-0.1.2.3 Configuring file-io-0.1.5... Preprocessing library for file-io-0.1.5.. Building library for file-io-0.1.5.. [1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, dist/build/System/File/Platform.o, dist/build/System/File/Platform.dyn_o ) posix/System/File/Platform.hs:31:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 31 | import "filepath" System.OsString.Internal.Types (PosixString(..), PosixChar(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ posix/System/File/Platform.hs:32:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsPath.Data.ByteString.Short is deprecated: "Use System.OsString.Data.ByteString.Short from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 32 | import qualified "filepath" System.OsPath.Data.ByteString.Short as BC | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 5] Compiling System.File.OsPath.Internal ( System/File/OsPath/Internal.hs, dist/build/System/File/OsPath/Internal.o, dist/build/System/File/OsPath/Internal.dyn_o ) System/File/OsPath/Internal.hs:24:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 24 | import System.OsString.Internal.Types | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 5] Compiling System.File.OsPath ( System/File/OsPath.hs, dist/build/System/File/OsPath.o, dist/build/System/File/OsPath.dyn_o ) [4 of 5] Compiling System.File.PlatformPath.Internal ( System/File/PlatformPath/Internal.hs, dist/build/System/File/PlatformPath/Internal.o, dist/build/System/File/PlatformPath/Internal.dyn_o ) System/File/PlatformPath/Internal.hs:34:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 34 | import System.OsString.Internal.Types | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling System.File.PlatformPath ( System/File/PlatformPath.hs, dist/build/System/File/PlatformPath.o, dist/build/System/File/PlatformPath.dyn_o ) Preprocessing library for file-io-0.1.5.. Running Haddock on library for file-io-0.1.5.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 5] Compiling System.File.Platform ( posix/System/File/Platform.hs, nothing ) posix/System/File/Platform.hs:31:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 31 | import "filepath" System.OsString.Internal.Types (PosixString(..), PosixChar(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ posix/System/File/Platform.hs:32:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsPath.Data.ByteString.Short is deprecated: "Use System.OsString.Data.ByteString.Short from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 32 | import qualified "filepath" System.OsPath.Data.ByteString.Short as BC | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 5] Compiling System.File.OsPath.Internal ( System/File/OsPath/Internal.hs, nothing ) System/File/OsPath/Internal.hs:24:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 24 | import System.OsString.Internal.Types | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 5] Compiling System.File.OsPath ( System/File/OsPath.hs, nothing ) [4 of 5] Compiling System.File.PlatformPath.Internal ( System/File/PlatformPath/Internal.hs, nothing ) System/File/PlatformPath/Internal.hs:34:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 34 | import System.OsString.Internal.Types | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling System.File.PlatformPath ( System/File/PlatformPath.hs, nothing ) Haddock coverage: Warning: 'ByteString' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 64% ( 18 / 28) in 'System.File.OsPath.Internal' Missing documentation for: Module header withBinaryFile (System/File/OsPath/Internal.hs:59) withBinaryFile' (System/File/OsPath/Internal.hs:75) handleFinalizer (System/File/OsPath/Internal.hs:192) HandleFinalizer (System/File/OsPath/Internal.hs:198) withOpenFile' (System/File/OsPath/Internal.hs:213) addFilePathToIOError (System/File/OsPath/Internal.hs:226) augmentError (System/File/OsPath/Internal.hs:232) openTempFile' (System/File/OsPath/Internal.hs:237) any_ (System/File/OsPath/Internal.hs:256) Warning: 'OsPath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 88% ( 16 / 18) in 'System.File.OsPath' Missing documentation for: withBinaryFile (System/File/OsPath/Internal.hs:59) withBinaryFile' (System/File/OsPath/Internal.hs:75) 72% ( 16 / 22) in 'System.File.PlatformPath.Internal' Missing documentation for: Module header handleFinalizer (System/File/OsPath/Internal.hs:192) HandleFinalizer (System/File/OsPath/Internal.hs:198) withOpenFile' (System/File/PlatformPath/Internal.hs:111) addFilePathToIOError (System/File/PlatformPath/Internal.hs:114) augmentError (System/File/PlatformPath/Internal.hs:117) Warning: 'OsPath' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 100% ( 14 / 14) in 'System.File.PlatformPath' Documentation created: dist/doc/html/file-io/, dist/doc/html/file-io/file-io.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/file-io-0.1.5-2VaTczxt7HW5rd4UzeXzuA Completed file-io-0.1.5 Configuring 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 directory-ospath-streaming-0.2.2... Preprocessing library for directory-ospath-streaming-0.2.2.. Building library for directory-ospath-streaming-0.2.2.. [1 of 7] Compiling System.Directory.OsPath.Types ( src/System/Directory/OsPath/Types.hs, dist/build/System/Directory/OsPath/Types.o, dist/build/System/Directory/OsPath/Types.dyn_o ) [2 of 7] Compiling System.Directory.OsPath.FileType ( src/System/Directory/OsPath/FileType.hs, dist/build/System/Directory/OsPath/FileType.o, dist/build/System/Directory/OsPath/FileType.dyn_o ) src/System/Directory/OsPath/FileType.hs:29:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 29 | import System.OsString.Internal.Types (getOsString) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 7] Compiling System.Directory.OsPath.Utils ( src/System/Directory/OsPath/Utils.hs, dist/build/System/Directory/OsPath/Utils.o, dist/build/System/Directory/OsPath/Utils.dyn_o ) [4 of 7] Compiling System.Directory.OsPath.Streaming.Internal.Raw ( src/System/Directory/OsPath/Streaming/Internal/Raw.hs, dist/build/System/Directory/OsPath/Streaming/Internal/Raw.o, dist/build/System/Directory/OsPath/Streaming/Internal/Raw.dyn_o ) src/System/Directory/OsPath/Streaming/Internal/Raw.hs:57:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 57 | import System.OsString.Internal.Types (OsString(OsString), getOsString) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 7] Compiling System.Directory.OsPath.Streaming.Internal ( src/System/Directory/OsPath/Streaming/Internal.hs, dist/build/System/Directory/OsPath/Streaming/Internal.o, dist/build/System/Directory/OsPath/Streaming/Internal.dyn_o ) [6 of 7] Compiling System.Directory.OsPath.Contents ( src/System/Directory/OsPath/Contents.hs, dist/build/System/Directory/OsPath/Contents.o, dist/build/System/Directory/OsPath/Contents.dyn_o ) [7 of 7] Compiling System.Directory.OsPath.Streaming ( src/System/Directory/OsPath/Streaming.hs, dist/build/System/Directory/OsPath/Streaming.o, dist/build/System/Directory/OsPath/Streaming.dyn_o ) Preprocessing library for directory-ospath-streaming-0.2.2.. Running Haddock on library for directory-ospath-streaming-0.2.2.. Warning: --source-* options are ignored when --hyperlinked-source is enabled. [1 of 7] Compiling System.Directory.OsPath.Types ( src/System/Directory/OsPath/Types.hs, /tmp/ghc2583923_0/ghc_8.o, /tmp/ghc2583923_0/ghc_8.dyn_o ) [2 of 7] Compiling System.Directory.OsPath.FileType ( src/System/Directory/OsPath/FileType.hs, /tmp/ghc2583923_0/ghc_6.o, /tmp/ghc2583923_0/ghc_6.dyn_o ) src/System/Directory/OsPath/FileType.hs:29:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 29 | import System.OsString.Internal.Types (getOsString) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 7] Compiling System.Directory.OsPath.Utils ( src/System/Directory/OsPath/Utils.hs, /tmp/ghc2583923_0/ghc_10.o, /tmp/ghc2583923_0/ghc_10.dyn_o ) [4 of 7] Compiling System.Directory.OsPath.Streaming.Internal.Raw ( src/System/Directory/OsPath/Streaming/Internal/Raw.hs, nothing ) src/System/Directory/OsPath/Streaming/Internal/Raw.hs:57:1: warning: [GHC-15328] [-Wdeprecations] Module System.OsString.Internal.Types is deprecated: "Use System.OsString.Internal.Types from os-string >= 2.0.0 package instead. This module will be removed in filepath >= 1.5." | 57 | import System.OsString.Internal.Types (OsString(OsString), getOsString) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 7] Compiling System.Directory.OsPath.Streaming.Internal ( src/System/Directory/OsPath/Streaming/Internal.hs, nothing ) [6 of 7] Compiling System.Directory.OsPath.Contents ( src/System/Directory/OsPath/Contents.hs, nothing ) [7 of 7] Compiling System.Directory.OsPath.Streaming ( src/System/Directory/OsPath/Streaming.hs, nothing ) Haddock coverage: 60% ( 3 / 5) in 'System.Directory.OsPath.Types' Missing documentation for: SymlinkType (src/System/Directory/OsPath/Types.hs:23) FileType (src/System/Directory/OsPath/Types.hs:28) 33% ( 3 / 9) in 'System.Directory.OsPath.Streaming.Internal.Raw' Missing documentation for: openRawDirStream (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:97) readRawDirStream (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:114) DirReadCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:135) allocateDirReadCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:151) releaseDirReadCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:172) readRawDirStreamWithCache (src/System/Directory/OsPath/Streaming/Internal/Raw.hs:192) Warning: 'DirStream' is ambiguous. It is defined * at src/System/Directory/OsPath/Streaming/Internal.hs:36:18 * at src/System/Directory/OsPath/Streaming/Internal.hs:36:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Directory/OsPath/Streaming/Internal.hs:36:1 50% ( 3 / 6) in 'System.Directory.OsPath.Streaming.Internal' Missing documentation for: openDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:43) readDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:66) readDirStreamWithCache (src/System/Directory/OsPath/Streaming/Internal.hs:72) Warning: 'DirStream' is ambiguous. It is defined * at src/System/Directory/OsPath/Streaming/Internal.hs:36:18 * at src/System/Directory/OsPath/Streaming/Internal.hs:36:1 You may be able to disambiguate the identifier by qualifying it or by specifying the type/value namespace explicitly. Defaulting to the one defined at src/System/Directory/OsPath/Streaming/Internal.hs:36:1 76% ( 16 / 21) in 'System.Directory.OsPath.Streaming' Missing documentation for: openDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:43) readDirStream (src/System/Directory/OsPath/Streaming/Internal.hs:66) SymlinkType (src/System/Directory/OsPath/Types.hs:23) FileType (src/System/Directory/OsPath/Types.hs:28) getFileType (src/System/Directory/OsPath/FileType.hs:44) Warning: System.Directory.OsPath.Types: could not find link destinations for: - System.Directory.OsPath.Types.Rep_Relative - System.Directory.OsPath.Types.Rep1_Relative - System.Directory.OsPath.Types.Rep_Basename - System.Directory.OsPath.Types.Rep1_Basename - System.Directory.OsPath.Types.Rep_FileType - System.Directory.OsPath.Types.Rep_SymlinkType Warning: System.Directory.OsPath.Streaming: could not find link destinations for: - System.Directory.OsPath.Types.Rep_Basename - System.Directory.OsPath.Types.Rep1_Basename - System.Directory.OsPath.Types.Rep_FileType - System.Directory.OsPath.Types.Rep_SymlinkType Documentation created: dist/doc/html/directory-ospath-streaming/, dist/doc/html/directory-ospath-streaming/directory-ospath-streaming.txt Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/directory-ospath-streaming-0.2.2-27FEYvtU69sFzfAtRu6tps Completed directory-ospath-streaming-0.2.2 Configuring tar-0.6.4.0... Preprocessing library 'tar-internal' for tar-0.6.4.0.. Building library 'tar-internal' for tar-0.6.4.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.6.4.0.. Building library for tar-0.6.4.0.. Preprocessing library 'tar-internal' for tar-0.6.4.0.. Running Haddock on library 'tar-internal' for tar-0.6.4.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/ghc2584629_0/ghc_12.o, /tmp/ghc2584629_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% ( 48 / 48) in 'Codec.Archive.Tar' Documentation created: dist/doc/html/tar/, dist/doc/html/tar/tar.txt Preprocessing library for tar-0.6.4.0.. Running Haddock on library for tar-0.6.4.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.6.4.0-8WePqS7YLA96KkZRyKRmdw Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/tar-0.6.4.0-8WePqS7YLA96KkZRyKRmdw Completed tar-0.6.4.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.6.4.0'