Build #1 for sbv-11.6

[all reports]

Package sbv-11.6
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-05-10 23:32:34.922112736 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies QuickCheck-2.15.0.1, array-0.5.8.0, async-2.2.5, base-4.19.2.0, base16-bytestring-1.0.2.0, bytestring-0.12.1.0, containers-0.6.8, cryptohash-sha512-0.11.102.0, deepseq-1.5.1.0, directory-1.3.8.5, filepath-1.4.301.0, libBF-0.6.8, mtl-2.3.1, pretty-1.1.3.6, process-1.6.25.0, random-1.3.1, syb-0.7.2.4, template-haskell-2.21.0.0, text-2.1.1, time-1.12.2, transformers-0.6.1.0, uniplate-1.6.13
Flags -haddock_is_running

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring base16-bytestring-1.0.2.0...
Preprocessing library for base16-bytestring-1.0.2.0..
Building library for base16-bytestring-1.0.2.0..
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, dist/build/Data/ByteString/Base16/Internal.o, dist/build/Data/ByteString/Base16/Internal.dyn_o )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o, dist/build/Data/ByteString/Base16.dyn_o )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o, dist/build/Data/ByteString/Base16/Lazy.dyn_o )
Preprocessing library for base16-bytestring-1.0.2.0..
Running Haddock on library for base16-bytestring-1.0.2.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.ByteString.Base16.Internal ( Data/ByteString/Base16/Internal.hs, nothing )
[2 of 3] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, nothing )
[3 of 3] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, nothing )
Haddock coverage:
 100% (  4 /  4) in 'Data.ByteString.Base16'
 100% (  4 /  4) in 'Data.ByteString.Base16.Lazy'
Documentation created: dist/doc/html/base16-bytestring/,
dist/doc/html/base16-bytestring/base16-bytestring.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/base16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U
Warning: Unable to strip executable or library
'libHSbase16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSbase16-bytestring-1.0.2.0-IcaeslDEHsJILuAloGzH6U-ghc9.8.4' (missing the
'strip' program)
Completed    base16-bytestring-1.0.2.0
Configuring cryptohash-sha512-0.11.102.0...
Preprocessing library for cryptohash-sha512-0.11.102.0..
Building library for cryptohash-sha512-0.11.102.0..
[1 of 5] Compiling Compat           ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
[2 of 5] Compiling Crypto.Hash.SHA512.FFI ( src/Crypto/Hash/SHA512/FFI.hs, dist/build/Crypto/Hash/SHA512/FFI.o, dist/build/Crypto/Hash/SHA512/FFI.dyn_o )
[3 of 5] Compiling Crypto.Hash.SHA512 ( src/Crypto/Hash/SHA512.hs, dist/build/Crypto/Hash/SHA512.o, dist/build/Crypto/Hash/SHA512.dyn_o )

src/Crypto/Hash/SHA512.hs:134:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
[4 of 5] Compiling Crypto.Hash.SHA384 ( src/Crypto/Hash/SHA384.hs, dist/build/Crypto/Hash/SHA384.o, dist/build/Crypto/Hash/SHA384.dyn_o )

src/Crypto/Hash/SHA384.hs:135:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
135 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
[5 of 5] Compiling Crypto.Hash.SHA512t ( src/Crypto/Hash/SHA512t.hs, dist/build/Crypto/Hash/SHA512t.o, dist/build/Crypto/Hash/SHA512t.dyn_o )

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

src/Crypto/Hash/SHA512.hs:134:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
134 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
[4 of 5] Compiling Crypto.Hash.SHA384 ( src/Crypto/Hash/SHA384.hs, nothing )

src/Crypto/Hash/SHA384.hs:135:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
135 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
[5 of 5] Compiling Crypto.Hash.SHA512t ( src/Crypto/Hash/SHA512t.hs, nothing )

src/Crypto/Hash/SHA512t.hs:145:19: warning: [GHC-68441] [-Wdeprecations]
    In the use of memcpy
    (imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
145 | copyCtx dst src = memcpy (castPtr dst) (castPtr src) (fromIntegral sizeCtx)
    |                   ^^^^^^
Haddock coverage:
Warning: 'ByteString' is ambiguous. It is defined
    * in Data.ByteString.Internal.Type
    * in Data.ByteString.Lazy.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Lazy.Internal
 100% ( 21 / 21) in 'Crypto.Hash.SHA512'
Warning: 'ByteString' is ambiguous. It is defined
    * in Data.ByteString.Internal.Type
    * in Data.ByteString.Lazy.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Lazy.Internal
 100% ( 21 / 21) in 'Crypto.Hash.SHA384'
Warning: 'ByteString' is ambiguous. It is defined
    * in Data.ByteString.Internal.Type
    * in Data.ByteString.Lazy.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.ByteString.Lazy.Internal
 100% ( 21 / 21) in 'Crypto.Hash.SHA512t'
Documentation created: dist/doc/html/cryptohash-sha512/,
dist/doc/html/cryptohash-sha512/cryptohash-sha512.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/cryptohash-sha512-0.11.102.0-FWAT57n1FUVHiEgCHXdxNf
Warning: Unable to strip executable or library
'libHScryptohash-sha512-0.11.102.0-FWAT57n1FUVHiEgCHXdxNf' (missing the
'strip' program)
Warning: Unable to strip executable or library
'libHScryptohash-sha512-0.11.102.0-FWAT57n1FUVHiEgCHXdxNf-ghc9.8.4' (missing
the 'strip' program)
Completed    cryptohash-sha512-0.11.102.0
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
Warning: Unable to strip executable or library
'libHSos-string-2.0.7-5BBZgm2IGGO8ifbVrttmLE' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSos-string-2.0.7-5BBZgm2IGGO8ifbVrttmLE-ghc9.8.4' (missing the 'strip'
program)
Completed    os-string-2.0.7
Configuring splitmix-0.1.1...
Preprocessing library for splitmix-0.1.1..
Building library for splitmix-0.1.1..
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, dist/build/Data/Bits/Compat.o, dist/build/Data/Bits/Compat.dyn_o )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, dist/build/System/Random/SplitMix/Init.o, dist/build/System/Random/SplitMix/Init.dyn_o )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, dist/build/System/Random/SplitMix32.o, dist/build/System/Random/SplitMix32.dyn_o )
Preprocessing library for splitmix-0.1.1..
Running Haddock on library for splitmix-0.1.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Data.Bits.Compat ( src-compat/Data/Bits/Compat.hs, nothing )
[2 of 4] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[3 of 4] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[4 of 4] Compiling System.Random.SplitMix32 ( src/System/Random/SplitMix32.hs, nothing )
Haddock coverage:
Warning: 'SMGen' is ambiguous. It is defined
    * at src/System/Random/SplitMix.hs:77:14
    * at src/System/Random/SplitMix.hs:77:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/SplitMix.hs:77:1
 100% ( 22 / 22) in 'System.Random.SplitMix'
Warning: 'SMGen' is ambiguous. It is defined
    * at src/System/Random/SplitMix32.hs:61:14
    * at src/System/Random/SplitMix32.hs:61:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/SplitMix32.hs:61:1
 100% ( 22 / 22) in 'System.Random.SplitMix32'
Documentation created: dist/doc/html/splitmix/,
dist/doc/html/splitmix/splitmix.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/splitmix-0.1.1-2dkWbDg3EPmIridMVkE3HU
Warning: Unable to strip executable or library
'libHSsplitmix-0.1.1-2dkWbDg3EPmIridMVkE3HU' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSsplitmix-0.1.1-2dkWbDg3EPmIridMVkE3HU-ghc9.8.4' (missing the 'strip'
program)
Completed    splitmix-0.1.1
Configuring syb-0.7.2.4...
Preprocessing library for syb-0.7.2.4..
Building library for syb-0.7.2.4..
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o )

src/Data/Generics/Twins.hs:224:17: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
224 |   perkid a d = (tail a, unGT (head a) d)
    |                 ^^^^

src/Data/Generics/Twins.hs:224:31: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
224 |   perkid a d = (tail a, unGT (head a) d)
    |                               ^^^^

src/Data/Generics/Twins.hs:237:17: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
237 |   perkid a d = (tail a, unGM (head a) d)
    |                 ^^^^

src/Data/Generics/Twins.hs:237:31: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
237 |   perkid a d = (tail a, unGM (head a) d)
    |                               ^^^^

src/Data/Generics/Twins.hs:249:17: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
249 |   perkid a d = (tail a, unGQ (head a) d)
    |                 ^^^^

src/Data/Generics/Twins.hs:249:31: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
249 |   perkid a d = (tail a, unGQ (head a) d)
    |                               ^^^^
[ 8 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o )
[ 9 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o )
Preprocessing library for syb-0.7.2.4..
Running Haddock on library for syb-0.7.2.4..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing )

src/Data/Generics/Twins.hs:224:17: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
224 |   perkid a d = (tail a, unGT (head a) d)
    |                 ^^^^

src/Data/Generics/Twins.hs:224:31: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
224 |   perkid a d = (tail a, unGT (head a) d)
    |                               ^^^^

src/Data/Generics/Twins.hs:237:17: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
237 |   perkid a d = (tail a, unGM (head a) d)
    |                 ^^^^

src/Data/Generics/Twins.hs:237:31: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
237 |   perkid a d = (tail a, unGM (head a) d)
    |                               ^^^^

src/Data/Generics/Twins.hs:249:17: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
249 |   perkid a d = (tail a, unGQ (head a) d)
    |                 ^^^^

src/Data/Generics/Twins.hs:249:31: warning: [GHC-63394] [-Wx-partial]
    In the use of head
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
249 |   perkid a d = (tail a, unGQ (head a) d)
    |                               ^^^^
[ 8 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, nothing )
[ 9 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, nothing )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing )
Haddock coverage:
Warning: 'Generic'' is ambiguous. It is defined
    * at src/Data/Generics/Aliases.hs:510:19
    * at src/Data/Generics/Aliases.hs:510:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Generics/Aliases.hs:510:1
 100% ( 60 / 60) in 'Data.Generics.Aliases'
 100% (  2 /  2) in 'Data.Generics.Basics'
 100% (  3 /  3) in 'Data.Generics.Builders'
 100% (  1 /  1) in 'Data.Generics.Instances'
 100% ( 19 / 19) in 'Data.Generics.Schemes'
 100% (  6 /  6) in 'Data.Generics.Text'
 100% ( 17 / 17) in 'Data.Generics.Twins'
 100% (  8 /  8) in 'Data.Generics'
 100% (  2 /  2) in 'Generics.SYB'
 100% (  2 /  2) in 'Generics.SYB.Aliases'
 100% (  2 /  2) in 'Generics.SYB.Basics'
 100% (  2 /  2) in 'Generics.SYB.Builders'
 100% (  1 /  1) in 'Generics.SYB.Instances'
 100% (  2 /  2) in 'Generics.SYB.Schemes'
 100% (  2 /  2) in 'Generics.SYB.Text'
 100% (  2 /  2) in 'Generics.SYB.Twins'
Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.2.4-JKskBWXskz039r4NsqQZXJ
Warning: Unable to strip executable or library
'libHSsyb-0.7.2.4-JKskBWXskz039r4NsqQZXJ' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSsyb-0.7.2.4-JKskBWXskz039r4NsqQZXJ-ghc9.8.4' (missing the 'strip'
program)
Completed    syb-0.7.2.4
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )

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

src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
    Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
  |
5 | {-# LANGUAGE Trustworthy #-}
  |              ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable    ( src/Data/Hashable.hs, nothing )
Haddock coverage:
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'hash' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
    * at src/Data/Hashable/Class.hs:860:17
    * at src/Data/Hashable/Class.hs:860:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Hashable/Class.hs:860:1
Warning: 'Arg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% (  8 / 10) in 'Data.Hashable.Lifted'
  Missing documentation for:
    Hashable1 (src/Data/Hashable/Class.hs:252)
    Hashable2 (src/Data/Hashable/Class.hs:267)
  66% (  6 /  9) in 'Data.Hashable.Generic'
  Missing documentation for:
    One (src/Data/Hashable/Class.hs:242)
    Zero (src/Data/Hashable/Class.hs:241)
    HashArgs (src/Data/Hashable/Class.hs:244)
Warning: 'Generic' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for: 
	- Data.Hashable.Class.D:R:HashArgsOnea0
	- Data.Hashable.Class.D:R:HashArgsZeroa0
	- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for: 
	- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51
Warning: Unable to strip executable or library
'libHShashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHShashable-1.5.0.0-CJcCLhsCpdHlEFddjHE51-ghc9.8.4' (missing the 'strip'
program)
Completed    hashable-1.5.0.0
Configuring random-1.3.1...
Preprocessing library for random-1.3.1..
Building library for random-1.3.1..
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, dist/build/System/Random/Array.o, dist/build/System/Random/Array.dyn_o )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, dist/build/System/Random/GFinite.o, dist/build/System/Random/GFinite.dyn_o )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, dist/build/System/Random/Internal.o, dist/build/System/Random/Internal.dyn_o )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, dist/build/System/Random/Seed.o, dist/build/System/Random/Seed.dyn_o )
[5 of 6] Compiling System.Random    ( src/System/Random.hs, dist/build/System/Random.o, dist/build/System/Random.dyn_o )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, dist/build/System/Random/Stateful.o, dist/build/System/Random/Stateful.dyn_o )
Preprocessing library for random-1.3.1..
Running Haddock on library for random-1.3.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling System.Random.Array ( src/System/Random/Array.hs, nothing )
[2 of 6] Compiling System.Random.GFinite ( src/System/Random/GFinite.hs, nothing )
[3 of 6] Compiling System.Random.Internal ( src/System/Random/Internal.hs, nothing )
[4 of 6] Compiling System.Random.Seed ( src/System/Random/Seed.hs, nothing )
[5 of 6] Compiling System.Random    ( src/System/Random.hs, nothing )
[6 of 6] Compiling System.Random.Stateful ( src/System/Random/Stateful.hs, nothing )
Haddock coverage:
Warning: 'ST' is ambiguous. It is defined
    * in GHC.ST
    * in GHC.ST
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.ST
Warning: 'StateGenM' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:606:20
    * at src/System/Random/Internal.hs:606:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'StateGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:612:22
    * at src/System/Random/Internal.hs:612:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:612:1
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'MutableByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'ST' is ambiguous. It is defined
    * in GHC.ST
    * in GHC.ST
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.ST
Warning: 'StateT' is ambiguous. It is defined
    * in Control.Monad.Trans.State.Strict
    * in Control.Monad.Trans.State.Strict
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Control.Monad.Trans.State.Strict
Warning: 'Seed' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:134:18
    * at src/System/Random/Internal.hs:134:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'ByteString' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'uniformByteStringM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
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: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
 100% ( 71 / 71) in 'System.Random'
Warning: 'TGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:719:19
    * at src/System/Random/Stateful.hs:719:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:719:1
Warning: 'STGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:618:22
    * at src/System/Random/Stateful.hs:618:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:618:1
Warning: 'StateGenM' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:606:20
    * at src/System/Random/Internal.hs:606:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:606:1
Warning: 'IOGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:542:20
    * at src/System/Random/Stateful.hs:542:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:542:1
Warning: 'AtomicGenM' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:428:24
    * at src/System/Random/Stateful.hs:428:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:428:1
Warning: 'Seed' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:134:18
    * at src/System/Random/Internal.hs:134:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:134:1
Warning: 'StdGen' is ambiguous. It is defined
    * at src/System/Random/Internal.hs:749:18
    * at src/System/Random/Internal.hs:749:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Internal.hs:749:1
Warning: 'IOGen' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:547:19
    * at src/System/Random/Stateful.hs:547:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:547:1
Warning: 'STGenM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STM' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'STGen' is ambiguous. It is defined
    * at src/System/Random/Stateful.hs:623:19
    * at src/System/Random/Stateful.hs:623:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/System/Random/Stateful.hs:623:1
Warning: 'clearBit' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'testBit' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (137 /137) in 'System.Random.Stateful'
Warning: System.Random: could not find link destinations for: 
	- System.Random.GFinite.cardinality
	- System.Random.GFinite.toFinite
	- System.Random.GFinite.fromFinite
	- System.Random.GFinite.Cardinality
	- System.Random.Seed.D:R:SeedSizeSMGen
	- System.Random.Seed.D:R:SeedSizeSMGen0
	- System.Random.Seed.D:R:SeedSizeStateGen
	- System.Random.Seed.D:R:SeedSizeStdGen
	- System.Random.Stateful.D:R:SeedSizeAtomicGen
	- System.Random.Stateful.D:R:SeedSizeIOGen
	- System.Random.Stateful.D:R:SeedSizeSTGen
	- System.Random.Stateful.D:R:SeedSizeTGen
Warning: System.Random.Stateful: could not find link destinations for: 
	- System.Random.GFinite.GFinite
	- System.Random.GFinite.cardinality
	- System.Random.GFinite.toFinite
	- System.Random.GFinite.fromFinite
	- System.Random.GFinite.Cardinality
	- System.Random.Internal.GUniformRange
	- System.Random.Internal.GUniform
	- System.Random.Internal.D:R:MutableGenStateGenm
	- System.Random.Seed.D:R:SeedSizeSMGen
	- System.Random.Seed.D:R:SeedSizeSMGen0
	- System.Random.Seed.D:R:SeedSizeStateGen
	- System.Random.Seed.D:R:SeedSizeStdGen
	- System.Random.Stateful.D:R:MutableGenAtomicGenm
	- System.Random.Stateful.D:R:SeedSizeAtomicGen
	- System.Random.Stateful.D:R:MutableGenIOGenm
	- System.Random.Stateful.D:R:SeedSizeIOGen
	- System.Random.Stateful.D:R:MutableGenSTGenST
	- System.Random.Stateful.D:R:SeedSizeSTGen
	- System.Random.Stateful.D:R:MutableGenTGenSTM
	- System.Random.Stateful.D:R:SeedSizeTGen
Documentation created: dist/doc/html/random/, dist/doc/html/random/random.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/random-1.3.1-3nGGvXhY3csIF4EfWKRQXs
Warning: Unable to strip executable or library
'libHSrandom-1.3.1-3nGGvXhY3csIF4EfWKRQXs' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSrandom-1.3.1-3nGGvXhY3csIF4EfWKRQXs-ghc9.8.4' (missing the 'strip'
program)
Completed    random-1.3.1
Configuring unordered-containers-0.2.20...
Preprocessing library for unordered-containers-0.2.20..
Building library for unordered-containers-0.2.20..

Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
    -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
   |
12 | {-# LANGUAGE TypeInType            #-}
   |              ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, dist/build/Data/HashMap/Internal/Array.o, dist/build/Data/HashMap/Internal/Array.dyn_o )

Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
83 | import Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, dist/build/Data/HashMap/Internal/List.o, dist/build/Data/HashMap/Internal/List.dyn_o )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, dist/build/Data/HashMap/Internal.o, dist/build/Data/HashMap/Internal.dyn_o )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, dist/build/Data/HashMap/Internal/Debug.o, dist/build/Data/HashMap/Internal/Debug.dyn_o )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, dist/build/Data/HashMap/Internal/Strict.o, dist/build/Data/HashMap/Internal/Strict.dyn_o )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, dist/build/Data/HashSet/Internal.o, dist/build/Data/HashSet/Internal.dyn_o )
[7 of 9] Compiling Data.HashSet     ( Data/HashSet.hs, dist/build/Data/HashSet.o, dist/build/Data/HashSet.dyn_o )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, dist/build/Data/HashMap/Strict.o, dist/build/Data/HashMap/Strict.dyn_o )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, dist/build/Data/HashMap/Lazy.o, dist/build/Data/HashMap/Lazy.dyn_o )
Preprocessing library for unordered-containers-0.2.20..
Running Haddock on library for unordered-containers-0.2.20..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.

Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
    -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
   |
12 | {-# LANGUAGE TypeInType            #-}
   |              ^^^^^^^^^^
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )

Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
83 | import Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
[7 of 9] Compiling Data.HashSet     ( Data/HashSet.hs, nothing )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
Haddock coverage:
  33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
  Missing documentation for:
    Array (Data/HashMap/Internal/Array.hs:125)
    MArray (Data/HashMap/Internal/Array.hs:157)
    new_ (Data/HashMap/Internal/Array.hs:208)
    singleton (Data/HashMap/Internal/Array.hs:225)
    singletonM (Data/HashMap/Internal/Array.hs:229)
    snoc (Data/HashMap/Internal/Array.hs:233)
    pair (Data/HashMap/Internal/Array.hs:242)
    length (Data/HashMap/Internal/Array.hs:154)
    lengthM (Data/HashMap/Internal/Array.hs:162)
    read (Data/HashMap/Internal/Array.hs:249)
    write (Data/HashMap/Internal/Array.hs:255)
    index (Data/HashMap/Internal/Array.hs:262)
    indexM (Data/HashMap/Internal/Array.hs:274)
    index# (Data/HashMap/Internal/Array.hs:268)
    sameArray1 (Data/HashMap/Internal/Array.hs:140)
    unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
    unsafeThaw (Data/HashMap/Internal/Array.hs:286)
    unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
    run (Data/HashMap/Internal/Array.hs:292)
    cloneM (Data/HashMap/Internal/Array.hs:314)
    foldl (Data/HashMap/Internal/Array.hs:404)
    foldl' (Data/HashMap/Internal/Array.hs:375)
    foldr (Data/HashMap/Internal/Array.hs:394)
    foldr' (Data/HashMap/Internal/Array.hs:385)
    foldMap (Data/HashMap/Internal/Array.hs:417)
    thaw (Data/HashMap/Internal/Array.hs:436)
    map (Data/HashMap/Internal/Array.hs:461)
    traverse (Data/HashMap/Internal/Array.hs:537)
    traverse' (Data/HashMap/Internal/Array.hs:553)
    toList (Data/HashMap/Internal/Array.hs:529)
    fromList (Data/HashMap/Internal/Array.hs:494)
    fromList' (Data/HashMap/Internal/Array.hs:506)
  25% (  1 /  4) in 'Data.HashMap.Internal.List'
  Missing documentation for:
    isPermutationBy (Data/HashMap/Internal/List.hs:40)
    deleteBy (Data/HashMap/Internal/List.hs:83)
    unorderedCompare (Data/HashMap/Internal/List.hs:68)
Warning: 'Leaf' is ambiguous. It is defined
    * at Data/HashMap/Internal.hs:225:7
    * at Data/HashMap/Internal.hs:185:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/HashMap/Internal.hs:185:1
Warning: 'at' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 93 /105) in 'Data.HashMap.Internal'
  Missing documentation for:
    Leaf (Data/HashMap/Internal.hs:185)
    intersectionWithKey# (Data/HashMap/Internal.hs:1855)
    updateOrConcatWithKey (Data/HashMap/Internal.hs:2368)
    equalKeys (Data/HashMap/Internal.hs:511)
    equalKeys1 (Data/HashMap/Internal.hs:495)
    lookupRecordCollision (Data/HashMap/Internal.hs:678)
    LookupRes (Data/HashMap/Internal.hs:657)
    lookupResToMaybe (Data/HashMap/Internal.hs:660)
    insert' (Data/HashMap/Internal.hs:806)
    delete' (Data/HashMap/Internal.hs:1124)
    insertNewKey (Data/HashMap/Internal.hs:848)
    insertKeyExists (Data/HashMap/Internal.hs:883)
  50% (  3 /  6) in 'Data.HashMap.Internal.Debug'
  Missing documentation for:
    valid (Data/HashMap/Internal/Debug.hs:98)
    Validity (Data/HashMap/Internal/Debug.hs:43)
    SubHashPath (Data/HashMap/Internal/Debug.hs:75)
Warning: 'lookup' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'at' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
    * at Data/HashSet/Internal.hs:112:21
    * at Data/HashSet/Internal.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
 100% ( 35 / 35) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
    * at Data/HashSet/Internal.hs:112:21
    * at Data/HashSet/Internal.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
 100% ( 32 / 32) in 'Data.HashSet'
 100% ( 69 / 69) in 'Data.HashMap.Strict'
 100% ( 69 / 69) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Internal.Strict: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashSet.Internal: could not find link destinations for: 
	- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashSet: could not find link destinations for: 
	- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashMap.Strict: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Lazy: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Documentation created: dist/doc/html/unordered-containers/,
dist/doc/html/unordered-containers/unordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.20-8jMFzoCo8HRC7heG5b9rqS
Warning: Unable to strip executable or library
'libHSunordered-containers-0.2.20-8jMFzoCo8HRC7heG5b9rqS' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSunordered-containers-0.2.20-8jMFzoCo8HRC7heG5b9rqS-ghc9.8.4' (missing
the 'strip' program)
Completed    unordered-containers-0.2.20
Configuring libBF-0.6.8...
Preprocessing library for libBF-0.6.8..
Building library for libBF-0.6.8..
[1 of 3] Compiling LibBF.Opts       ( dist/build/LibBF/Opts.hs, dist/build/LibBF/Opts.o, dist/build/LibBF/Opts.dyn_o )
[2 of 3] Compiling LibBF.Mutable    ( dist/build/LibBF/Mutable.hs, dist/build/LibBF/Mutable.o, dist/build/LibBF/Mutable.dyn_o )
[3 of 3] Compiling LibBF            ( src/LibBF.hs, dist/build/LibBF.o, dist/build/LibBF.dyn_o )
Preprocessing library for libBF-0.6.8..
Running Haddock on library for libBF-0.6.8..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling LibBF.Opts       ( dist/build/LibBF/Opts.hs, nothing )
[2 of 3] Compiling LibBF.Mutable    ( dist/build/LibBF/Mutable.hs, nothing )
[3 of 3] Compiling LibBF            ( src/LibBF.hs, nothing )
Haddock coverage:
Warning: 'precMin' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'precMax' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 54 / 54) in 'LibBF.Opts'
Warning: 'BF' is ambiguous. It is defined
    * at src/LibBF/Mutable.hsc:106:14
    * at src/LibBF/Mutable.hsc:106:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/LibBF/Mutable.hsc:106:1
 100% ( 54 / 54) in 'LibBF.Mutable'
Warning: 'NaN' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 57 / 57) in 'LibBF'
Documentation created: dist/doc/html/libBF/, dist/doc/html/libBF/libBF.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/libBF-0.6.8-CYHOpBcZpu6HJKSL8R2hB9
Warning: Unable to strip executable or library
'libHSlibBF-0.6.8-CYHOpBcZpu6HJKSL8R2hB9' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSlibBF-0.6.8-CYHOpBcZpu6HJKSL8R2hB9-ghc9.8.4' (missing the 'strip'
program)
Completed    libBF-0.6.8
Configuring async-2.2.5...
Preprocessing library for async-2.2.5..
Building library for async-2.2.5..
[1 of 2] Compiling Control.Concurrent.Async.Internal ( Control/Concurrent/Async/Internal.hs, dist/build/Control/Concurrent/Async/Internal.o, dist/build/Control/Concurrent/Async/Internal.dyn_o )

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

Control/Concurrent/Async/Internal.hs:50:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
50 | import Data.Semigroup (Semigroup((<>)))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 2] Compiling Control.Concurrent.Async ( Control/Concurrent/Async.hs, nothing )
Haddock coverage:
Warning: 'ThreadId' is ambiguous. It is defined
    * in GHC.Conc.Sync
    * in GHC.Conc.Sync
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Conc.Sync
Warning: 'Async' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:69:16
    * at Control/Concurrent/Async/Internal.hs:69:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'ExceptionInLinkedThread' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:461:3
    * at Control/Concurrent/Async/Internal.hs:460:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:460:1
Warning: 'AsyncCancelled' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:274:23
    * at Control/Concurrent/Async/Internal.hs:274:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:274:1
Warning: 'IO' is ambiguous. It is defined
    * in GHC.Types
    * in GHC.Types
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Types
  86% ( 58 / 67) in 'Control.Concurrent.Async.Internal'
  Missing documentation for:
    asyncUsing (Control/Concurrent/Async/Internal.hs:124)
    withAsyncUsing (Control/Concurrent/Async/Internal.hs:178)
    ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
    isCancel (Control/Concurrent/Async/Internal.hs:542)
    concurrently' (Control/Concurrent/Async/Internal.hs:649)
    catchAll (Control/Concurrent/Async/Internal.hs:858)
    tryAll (Control/Concurrent/Async/Internal.hs:861)
    rawForkIO (Control/Concurrent/Async/Internal.hs:868)
    rawForkOn (Control/Concurrent/Async/Internal.hs:873)
Warning: 'forkIO' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Async' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:69:16
    * at Control/Concurrent/Async/Internal.hs:69:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:69:1
Warning: 'Concurrently' is ambiguous. It is defined
    * at Control/Concurrent/Async/Internal.hs:775:26
    * at Control/Concurrent/Async/Internal.hs:775:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Control/Concurrent/Async/Internal.hs:775:1
Warning: 'Alternative' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 70 / 71) in 'Control.Concurrent.Async'
  Missing documentation for:
    ExceptionInLinkedThread (Control/Concurrent/Async/Internal.hs:460)
Documentation created: dist/doc/html/async/, dist/doc/html/async/async.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/async-2.2.5-2ZfTtvd9oUYLY6nMddkMC
Warning: Unable to strip executable or library
'libHSasync-2.2.5-2ZfTtvd9oUYLY6nMddkMC' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSasync-2.2.5-2ZfTtvd9oUYLY6nMddkMC-ghc9.8.4' (missing the 'strip'
program)
Completed    async-2.2.5
Configuring QuickCheck-2.15.0.1...
Preprocessing library for QuickCheck-2.15.0.1..
Building library for QuickCheck-2.15.0.1..
[ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o, dist/build/Test/QuickCheck/Exception.dyn_o )
[ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o, dist/build/Test/QuickCheck/Random.dyn_o )

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

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

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

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

src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
    |
501 |   (rnd1,rnd2) = split (randomSeed st)
    |                 ^^^^^
[13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o, dist/build/Test/QuickCheck/Monadic.dyn_o )
[14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o, dist/build/Test/QuickCheck/All.dyn_o )
[15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, dist/build/Test/QuickCheck/Features.o, dist/build/Test/QuickCheck/Features.dyn_o )
[16 of 16] Compiling Test.QuickCheck  ( src/Test/QuickCheck.hs, dist/build/Test/QuickCheck.o, dist/build/Test/QuickCheck.dyn_o )
Preprocessing library for QuickCheck-2.15.0.1..
Running Haddock on library for QuickCheck-2.15.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Test.QuickCheck.Exception ( src/Test/QuickCheck/Exception.hs, nothing )
[ 2 of 16] Compiling Test.QuickCheck.Random ( src/Test/QuickCheck/Random.hs, nothing )

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

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

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

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

src/Test/QuickCheck/Test.hs:501:17: warning: [GHC-68441] [-Wdeprecations]
    In the use of split
    (imported from System.Random, but defined in System.Random.Internal):
    Deprecated: "In favor of `splitGen`"
    |
501 |   (rnd1,rnd2) = split (randomSeed st)
    |                 ^^^^^
[13 of 16] Compiling Test.QuickCheck.Monadic ( src/Test/QuickCheck/Monadic.hs, nothing )
[14 of 16] Compiling Test.QuickCheck.All ( src/Test/QuickCheck/All.hs, nothing )
[15 of 16] Compiling Test.QuickCheck.Features ( src/Test/QuickCheck/Features.hs, nothing )
[16 of 16] Compiling Test.QuickCheck  ( src/Test/QuickCheck.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  92% ( 35 / 38) in 'Test.QuickCheck.Gen'
  Missing documentation for:
    chooseWord64 (src/Test/QuickCheck/Gen.hs:211)
    chooseInt64 (src/Test/QuickCheck/Gen.hs:220)
    chooseUpTo (src/Test/QuickCheck/Gen.hs:230)
  80% (  4 /  5) in 'Test.QuickCheck.Gen.Unsafe'
  Missing documentation for:
    Capture (src/Test/QuickCheck/Gen/Unsafe.hs:52)
Warning: '(:*:)' is ambiguous. It is defined
    * in GHC.Generics
    * in GHC.Generics
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in GHC.Generics
Warning: 'label' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'classify' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Version' is ambiguous. It is defined
    * in Data.Version
    * in Data.Version
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Version
  88% ( 45 / 51) in 'Test.QuickCheck.Arbitrary'
  Missing documentation for:
    arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297)
    shrink1 (src/Test/QuickCheck/Arbitrary.hs:300)
    arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309)
    shrink2 (src/Test/QuickCheck/Arbitrary.hs:312)
    RecursivelyShrink (src/Test/QuickCheck/Arbitrary.hs:324)
    GSubterms (src/Test/QuickCheck/Arbitrary.hs:355)
Warning: 'A' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:29:13
    * at src/Test/QuickCheck/Poly.hs:29:1
    You 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/Test/QuickCheck/Poly.hs:29:1
Warning: 'B' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:44:13
    * at src/Test/QuickCheck/Poly.hs:44:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:44:1
Warning: 'C' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:59:13
    * at src/Test/QuickCheck/Poly.hs:59:1
    You 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/Test/QuickCheck/Poly.hs:59:1
Warning: 'OrdA' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:77:16
    * at src/Test/QuickCheck/Poly.hs:77:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:77:1
Warning: 'OrdB' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:112:16
    * at src/Test/QuickCheck/Poly.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:112:1
Warning: 'OrdC' is ambiguous. It is defined
    * at src/Test/QuickCheck/Poly.hs:146:16
    * at src/Test/QuickCheck/Poly.hs:146:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Poly.hs:146:1
  14% (  1 /  7) in 'Test.QuickCheck.Poly'
  Missing documentation for:
    A (src/Test/QuickCheck/Poly.hs:29)
    B (src/Test/QuickCheck/Poly.hs:44)
    C (src/Test/QuickCheck/Poly.hs:59)
    OrdA (src/Test/QuickCheck/Poly.hs:77)
    OrdB (src/Test/QuickCheck/Poly.hs:112)
    OrdC (src/Test/QuickCheck/Poly.hs:146)
Warning: 'Blind' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:93:19
    * at src/Test/QuickCheck/Modifiers.hs:93:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:93:1
Warning: 'A' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonNegative' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:311:25
    * at src/Test/QuickCheck/Modifiers.hs:311:1
    You 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/Test/QuickCheck/Modifiers.hs:311:1
Warning: 'forAll' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'OrdA' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Large' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:350:19
    * at src/Test/QuickCheck/Modifiers.hs:350:1
    You 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/Test/QuickCheck/Modifiers.hs:350:1
  95% ( 21 / 22) in 'Test.QuickCheck.Modifiers'
  Missing documentation for:
    ShrinkState (src/Test/QuickCheck/Modifiers.hs:468)
Warning: 'Fun' is ambiguous. It is defined
    * at src/Test/QuickCheck/Function.hs:545:16
    * at src/Test/QuickCheck/Function.hs:545:1
    You 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/Test/QuickCheck/Function.hs:545:1
 100% ( 21 / 21) in 'Test.QuickCheck.Function'
Warning: 'checkCoverage' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'cover' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Discard' is ambiguous. It is defined
    * at src/Test/QuickCheck/Property.hs:111:16
    * at src/Test/QuickCheck/Property.hs:111:1
    You 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/Test/QuickCheck/Property.hs:111:1
Warning: 'witnesses' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'quickCheckResult' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Confidence' is ambiguous. It is defined
    * at src/Test/QuickCheck/State.hs:68:3
    * at src/Test/QuickCheck/State.hs:67:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/State.hs:67:1
Warning: 'table' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'tabular' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'p1' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'p2' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'stdout' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  83% ( 20 / 24) in 'Test.QuickCheck.Monadic'
  Missing documentation for:
    stop (src/Test/QuickCheck/Monadic.hs:163)
    monadic (src/Test/QuickCheck/Monadic.hs:272)
    monadic' (src/Test/QuickCheck/Monadic.hs:275)
    runSTGen (src/Test/QuickCheck/Monadic.hs:314)
 100% ( 10 / 10) in 'Test.QuickCheck.All'
Warning: '()' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fun' is ambiguous. It is defined
    * at src/Test/QuickCheck/Function.hs:545:16
    * at src/Test/QuickCheck/Function.hs:545:1
    You 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/Test/QuickCheck/Function.hs:545:1
Warning: 'Blind' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:93:19
    * at src/Test/QuickCheck/Modifiers.hs:93:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Test/QuickCheck/Modifiers.hs:93:1
Warning: 'A' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'NonNegative' is ambiguous. It is defined
    * at src/Test/QuickCheck/Modifiers.hs:311:25
    * at src/Test/QuickCheck/Modifiers.hs:311:1
    You 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/Test/QuickCheck/Modifiers.hs:311:1
Warning: 'OrdA' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% (199 /207) in 'Test.QuickCheck'
  Missing documentation for:
    arbitrary1 (src/Test/QuickCheck/Arbitrary.hs:297)
    shrink1 (src/Test/QuickCheck/Arbitrary.hs:300)
    arbitrary2 (src/Test/QuickCheck/Arbitrary.hs:309)
    shrink2 (src/Test/QuickCheck/Arbitrary.hs:312)
    ShrinkState (src/Test/QuickCheck/Modifiers.hs:468)
    Witness (src/Test/QuickCheck/Property.hs:259)
    coerceWitness (src/Test/QuickCheck/Property.hs:265)
    castWitness (src/Test/QuickCheck/Property.hs:270)
Warning: Test.QuickCheck.Gen: could not find link destinations for: 
	- Test.QuickCheck.Random.QCGen
Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: 
	- Test.QuickCheck.Arbitrary.GCoArbitrary
	- Test.QuickCheck.Arbitrary.GSubtermsIncl
	- Test.QuickCheck.Arbitrary.gSubterms
	- Test.QuickCheck.Arbitrary.grecursivelyShrink
Warning: Test.QuickCheck.Modifiers: could not find link destinations for: 
	- Test.QuickCheck.Modifiers.InfiniteListInternalData
Warning: Test.QuickCheck.Function: could not find link destinations for: 
	- Test.QuickCheck.Function.Shrunk
	- Test.QuickCheck.Function.GFunction
Warning: Test.QuickCheck: could not find link destinations for: 
	- Test.QuickCheck.Exception.AnException
	- Test.QuickCheck.Random.QCGen
	- Test.QuickCheck.Arbitrary.GCoArbitrary
	- Test.QuickCheck.Modifiers.InfiniteListInternalData
	- Test.QuickCheck.Function.Shrunk
	- Test.QuickCheck.Function.GFunction
	- Test.QuickCheck.Property.Result
Documentation created: dist/doc/html/QuickCheck/,
dist/doc/html/QuickCheck/QuickCheck.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/QuickCheck-2.15.0.1-8e8MYj1XhftIsOSIJohsmz
Warning: Unable to strip executable or library
'libHSQuickCheck-2.15.0.1-8e8MYj1XhftIsOSIJohsmz' (missing the 'strip'
program)
Warning: Unable to strip executable or library
'libHSQuickCheck-2.15.0.1-8e8MYj1XhftIsOSIJohsmz-ghc9.8.4' (missing the
'strip' program)
Completed    QuickCheck-2.15.0.1
Warning: uniplate.cabal:1:28: Packages with 'cabal-version: 1.12' or later
should specify a specific version of the Cabal spec of the form
'cabal-version: x.y'. Use 'cabal-version: 1.18'.
Configuring uniplate-1.6.13...
Preprocessing library for uniplate-1.6.13..
Building library for uniplate-1.6.13..
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, dist/build/Data/Generics/Uniplate/Data/Instances.o, dist/build/Data/Generics/Uniplate/Data/Instances.dyn_o )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, dist/build/Data/Generics/Uniplate/Internal/Utils.o, dist/build/Data/Generics/Uniplate/Internal/Utils.dyn_o )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, dist/build/Data/Generics/Uniplate.o, dist/build/Data/Generics/Uniplate.dyn_o )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, dist/build/Data/Generics/Str.o, dist/build/Data/Generics/Str.dyn_o )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.o, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.dyn_o )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, dist/build/Data/Generics/Uniplate/Internal/Data.o, dist/build/Data/Generics/Uniplate/Internal/Data.dyn_o )

Data/Generics/Uniplate/Internal/Data.hs:336:81: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
336 |             [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
    |                                                                                 ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, dist/build/Data/Generics/Uniplate/DataOnly.o, dist/build/Data/Generics/Uniplate/DataOnly.dyn_o )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, dist/build/Data/Generics/Uniplate/Operations.o, dist/build/Data/Generics/Uniplate/Operations.dyn_o )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, dist/build/Data/Generics/Uniplate/Direct.o, dist/build/Data/Generics/Uniplate/Direct.dyn_o )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, dist/build/Data/Generics/Uniplate/Data.o, dist/build/Data/Generics/Uniplate/Data.dyn_o )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, dist/build/Data/Generics/SYB.o, dist/build/Data/Generics/SYB.dyn_o )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, dist/build/Data/Generics/Compos.o, dist/build/Data/Generics/Compos.dyn_o )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, dist/build/Data/Generics/Uniplate/Typeable.o, dist/build/Data/Generics/Uniplate/Typeable.dyn_o )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, dist/build/Data/Generics/Uniplate/Zipper.o, dist/build/Data/Generics/Uniplate/Zipper.dyn_o )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, dist/build/Data/Generics/UniplateOn.o, dist/build/Data/Generics/UniplateOn.dyn_o )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, dist/build/Data/Generics/UniplateStr.o, dist/build/Data/Generics/UniplateStr.dyn_o )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, dist/build/Data/Generics/UniplateStrOn.o, dist/build/Data/Generics/UniplateStrOn.dyn_o )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, dist/build/Data/Generics/Biplate.o, dist/build/Data/Generics/Biplate.dyn_o )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, dist/build/Data/Generics/PlateTypeable.o, dist/build/Data/Generics/PlateTypeable.dyn_o )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, dist/build/Data/Generics/PlateDirect.o, dist/build/Data/Generics/PlateDirect.dyn_o )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, dist/build/Data/Generics/PlateData.o, dist/build/Data/Generics/PlateData.dyn_o )
Preprocessing library for uniplate-1.6.13..
Running Haddock on library for uniplate-1.6.13..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, nothing )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, nothing )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, nothing )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, nothing )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, nothing )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, nothing )

Data/Generics/Uniplate/Internal/Data.hs:336:81: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
336 |             [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
    |                                                                                 ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, nothing )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, nothing )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, nothing )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, nothing )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, nothing )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, nothing )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, nothing )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, nothing )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, nothing )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, nothing )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, nothing )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, nothing )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, nothing )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, nothing )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, nothing )
Haddock coverage:
Warning: 'Hide' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:86:18
    * at Data/Generics/Uniplate/Data/Instances.hs:86:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:86:1
Warning: 'Trigger' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:122:18
    * at Data/Generics/Uniplate/Data/Instances.hs:122:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:122:1
Warning: 'Invariant' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:156:20
    * at Data/Generics/Uniplate/Data/Instances.hs:156:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:156:1
Warning: 'Map' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:178:19
    * at Data/Generics/Uniplate/Data/Instances.hs:178:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:178:1
Warning: 'Set' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:204:17
    * at Data/Generics/Uniplate/Data/Instances.hs:204:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:204:1
Warning: 'IntMap' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:228:20
    * at Data/Generics/Uniplate/Data/Instances.hs:228:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:228:1
Warning: 'IntSet' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:254:18
    * at Data/Generics/Uniplate/Data/Instances.hs:254:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:254:1
Warning: 'create' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'inv' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Uniplate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 16 / 16) in 'Data.Generics.Uniplate.Data.Instances'
 100% ( 19 / 19) in 'Data.Generics.Uniplate'
Warning: 'uniplate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'biplate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  66% (  6 /  9) in 'Data.Generics.Str'
  Missing documentation for:
    Str (Data/Generics/Str.hs:14)
    strMap (Data/Generics/Str.hs:26)
    strMapM (Data/Generics/Str.hs:36)
Warning: 'mplus' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  65% ( 15 / 23) in 'Data.Generics.Uniplate.DataOnly'
  Missing documentation for:
    universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
    transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
    transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
    rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
    rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
    contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
    holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
    Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
Warning: 'mplus' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  75% ( 22 / 29) in 'Data.Generics.Uniplate.Operations'
  Missing documentation for:
    universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
    transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
    transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
    rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
    rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
    contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
    holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
Warning: 'fromDistictAscList' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Data.Generics.Uniplate.Direct'
  80% (  4 /  5) in 'Data.Generics.Uniplate.Data'
  Missing documentation for:
    Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
 100% ( 13 / 13) in 'Data.Generics.SYB'
 100% (  8 /  8) in 'Data.Generics.Compos'
 100% ( 10 / 10) in 'Data.Generics.Uniplate.Typeable'
 100% ( 14 / 14) in 'Data.Generics.Uniplate.Zipper'
Warning: 'fold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateOn: Could not find documentation for exported module: Data.Generics.UniplateOn
  35% (  5 / 14) in 'Data.Generics.UniplateOn'
  Missing documentation for:
    universeOn (Data/Generics/UniplateOn.hs:39)
    transformOn (Data/Generics/UniplateOn.hs:51)
    transformOnM (Data/Generics/UniplateOn.hs:56)
    rewriteOn (Data/Generics/UniplateOn.hs:61)
    rewriteOnM (Data/Generics/UniplateOn.hs:66)
    descendOn (Data/Generics/UniplateOn.hs:71)
    descendOnM (Data/Generics/UniplateOn.hs:76)
    holesOn (Data/Generics/UniplateOn.hs:84)
    contextsOn (Data/Generics/UniplateOn.hs:91)
Warning: Data.Generics.UniplateStr: Could not find documentation for exported module: Data.Generics.UniplateStr
 100% ( 16 / 16) in 'Data.Generics.UniplateStr'
Warning: 'fold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateStrOn: Could not find documentation for exported module: Data.Generics.UniplateStrOn
  35% (  5 / 14) in 'Data.Generics.UniplateStrOn'
  Missing documentation for:
    universeOn (Data/Generics/UniplateStrOn.hs:43)
    transformOn (Data/Generics/UniplateStrOn.hs:65)
    transformOnM (Data/Generics/UniplateStrOn.hs:70)
    rewriteOn (Data/Generics/UniplateStrOn.hs:75)
    rewriteOnM (Data/Generics/UniplateStrOn.hs:80)
    descendOn (Data/Generics/UniplateStrOn.hs:85)
    descendOnM (Data/Generics/UniplateStrOn.hs:90)
    holesOn (Data/Generics/UniplateStrOn.hs:96)
    contextsOn (Data/Generics/UniplateStrOn.hs:103)
Warning: 'Data' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.Biplate: Could not find documentation for exported module: Data.Generics.Biplate
  28% (  4 / 14) in 'Data.Generics.Biplate'
  Missing documentation for:
    descendBi (Data/Generics/Biplate.hs:80)
    descendBiM (Data/Generics/Biplate.hs:84)
    universeBi (Data/Generics/Biplate.hs:54)
    childrenBi (Data/Generics/Biplate.hs:58)
    transformBi (Data/Generics/Biplate.hs:64)
    transformBiM (Data/Generics/Biplate.hs:68)
    rewriteBi (Data/Generics/Biplate.hs:72)
    rewriteBiM (Data/Generics/Biplate.hs:76)
    contextsBi (Data/Generics/Biplate.hs:90)
    holesBi (Data/Generics/Biplate.hs:94)
 100% ( 10 / 10) in 'Data.Generics.PlateTypeable'
Warning: 'PlayAll' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Data.Generics.PlateDirect'
 100% (  2 /  2) in 'Data.Generics.PlateData'
Warning: Data.Generics.Uniplate.Direct: could not find link destinations for: 
	- Data.Generics.Uniplate.Direct.Type
Warning: Data.Generics.Uniplate.Typeable: could not find link destinations for: 
	- Data.Generics.Uniplate.Typeable.Type
Warning: Data.Generics.PlateTypeable: could not find link destinations for: 
	- Data.Generics.PlateTypeable.Type
Warning: Data.Generics.PlateDirect: could not find link destinations for: 
	- Data.Generics.PlateDirect.Type
Documentation created: dist/doc/html/uniplate/,
dist/doc/html/uniplate/uniplate.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uniplate-1.6.13-4uokGwvoQ4gCU2WtxtIUMN
Warning: Unable to strip executable or library
'libHSuniplate-1.6.13-4uokGwvoQ4gCU2WtxtIUMN' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSuniplate-1.6.13-4uokGwvoQ4gCU2WtxtIUMN-ghc9.8.4' (missing the 'strip'
program)
Completed    uniplate-1.6.13
Downloading  sbv-11.6
Downloaded   sbv-11.6
Configuring sbv-11.6...
Preprocessing library for sbv-11.6..
Building library for sbv-11.6..
[  1 of 182] Compiling Data.SBV.Control.Types ( Data/SBV/Control/Types.hs, dist/build/Data/SBV/Control/Types.o, dist/build/Data/SBV/Control/Types.dyn_o )
[  2 of 182] Compiling Data.SBV.Core.AlgReals ( Data/SBV/Core/AlgReals.hs, dist/build/Data/SBV/Core/AlgReals.o, dist/build/Data/SBV/Core/AlgReals.dyn_o )
[  3 of 182] Compiling Data.SBV.SMT.SMTLibNames ( Data/SBV/SMT/SMTLibNames.hs, dist/build/Data/SBV/SMT/SMTLibNames.o, dist/build/Data/SBV/SMT/SMTLibNames.dyn_o )
[  4 of 182] Compiling Data.SBV.Utils.ExtractIO ( Data/SBV/Utils/ExtractIO.hs, dist/build/Data/SBV/Utils/ExtractIO.o, dist/build/Data/SBV/Utils/ExtractIO.dyn_o )
[  5 of 182] Compiling Data.SBV.Utils.Lib ( Data/SBV/Utils/Lib.hs, dist/build/Data/SBV/Utils/Lib.o, dist/build/Data/SBV/Utils/Lib.dyn_o )
[  6 of 182] Compiling Data.SBV.Core.Kind ( Data/SBV/Core/Kind.hs, dist/build/Data/SBV/Core/Kind.o, dist/build/Data/SBV/Core/Kind.dyn_o )
[  7 of 182] Compiling Data.SBV.Utils.Numeric ( Data/SBV/Utils/Numeric.hs, dist/build/Data/SBV/Utils/Numeric.o, dist/build/Data/SBV/Utils/Numeric.dyn_o )
[  8 of 182] Compiling Data.SBV.Core.SizedFloats ( Data/SBV/Core/SizedFloats.hs, dist/build/Data/SBV/Core/SizedFloats.o, dist/build/Data/SBV/Core/SizedFloats.dyn_o )
[  9 of 182] Compiling Data.SBV.Float   ( Data/SBV/Float.hs, dist/build/Data/SBV/Float.o, dist/build/Data/SBV/Float.dyn_o )
[ 10 of 182] Compiling Data.SBV.Core.Concrete ( Data/SBV/Core/Concrete.hs, dist/build/Data/SBV/Core/Concrete.o, dist/build/Data/SBV/Core/Concrete.dyn_o )
[ 11 of 182] Compiling Data.SBV.Utils.TDiff ( Data/SBV/Utils/TDiff.hs, dist/build/Data/SBV/Utils/TDiff.o, dist/build/Data/SBV/Utils/TDiff.dyn_o )
[ 12 of 182] Compiling Data.SBV.Core.Symbolic ( Data/SBV/Core/Symbolic.hs, dist/build/Data/SBV/Core/Symbolic.o, dist/build/Data/SBV/Core/Symbolic.dyn_o )
[ 13 of 182] Compiling Data.SBV.Core.Operations ( Data/SBV/Core/Operations.hs, dist/build/Data/SBV/Core/Operations.o, dist/build/Data/SBV/Core/Operations.dyn_o )
[ 14 of 182] Compiling Data.SBV.Core.Sized ( Data/SBV/Core/Sized.hs, dist/build/Data/SBV/Core/Sized.o, dist/build/Data/SBV/Core/Sized.dyn_o )
[ 15 of 182] Compiling Data.SBV.Core.Data ( Data/SBV/Core/Data.hs, dist/build/Data/SBV/Core/Data.o, dist/build/Data/SBV/Core/Data.dyn_o )
[ 16 of 182] Compiling Data.SBV.Utils.SExpr ( Data/SBV/Utils/SExpr.hs, dist/build/Data/SBV/Utils/SExpr.o, dist/build/Data/SBV/Utils/SExpr.dyn_o )
[ 17 of 182] Compiling Data.SBV.Utils.PrettyNum ( Data/SBV/Utils/PrettyNum.hs, dist/build/Data/SBV/Utils/PrettyNum.o, dist/build/Data/SBV/Utils/PrettyNum.dyn_o )
[ 18 of 182] Compiling Data.SBV.Utils.CrackNum ( Data/SBV/Utils/CrackNum.hs, dist/build/Data/SBV/Utils/CrackNum.o, dist/build/Data/SBV/Utils/CrackNum.dyn_o )
[ 19 of 182] Compiling Data.SBV.SMT.Utils ( Data/SBV/SMT/Utils.hs, dist/build/Data/SBV/SMT/Utils.o, dist/build/Data/SBV/SMT/Utils.dyn_o )
[ 20 of 182] Compiling Data.SBV.SMT.SMTLib2 ( Data/SBV/SMT/SMTLib2.hs, dist/build/Data/SBV/SMT/SMTLib2.o, dist/build/Data/SBV/SMT/SMTLib2.dyn_o )
[ 21 of 182] Compiling Data.SBV.SMT.SMTLib ( Data/SBV/SMT/SMTLib.hs, dist/build/Data/SBV/SMT/SMTLib.o, dist/build/Data/SBV/SMT/SMTLib.dyn_o )
[ 22 of 182] Compiling Data.SBV.SMT.SMT ( Data/SBV/SMT/SMT.hs, dist/build/Data/SBV/SMT/SMT.o, dist/build/Data/SBV/SMT/SMT.dyn_o )
[ 23 of 182] Compiling Data.SBV.Provers.Z3 ( Data/SBV/Provers/Z3.hs, dist/build/Data/SBV/Provers/Z3.o, dist/build/Data/SBV/Provers/Z3.dyn_o )
[ 24 of 182] Compiling Data.SBV.Provers.Yices ( Data/SBV/Provers/Yices.hs, dist/build/Data/SBV/Provers/Yices.o, dist/build/Data/SBV/Provers/Yices.dyn_o )
[ 25 of 182] Compiling Data.SBV.Provers.OpenSMT ( Data/SBV/Provers/OpenSMT.hs, dist/build/Data/SBV/Provers/OpenSMT.o, dist/build/Data/SBV/Provers/OpenSMT.dyn_o )
[ 26 of 182] Compiling Data.SBV.Provers.MathSAT ( Data/SBV/Provers/MathSAT.hs, dist/build/Data/SBV/Provers/MathSAT.o, dist/build/Data/SBV/Provers/MathSAT.dyn_o )
[ 27 of 182] Compiling Data.SBV.Provers.DReal ( Data/SBV/Provers/DReal.hs, dist/build/Data/SBV/Provers/DReal.o, dist/build/Data/SBV/Provers/DReal.dyn_o )
[ 28 of 182] Compiling Data.SBV.Provers.CVC5 ( Data/SBV/Provers/CVC5.hs, dist/build/Data/SBV/Provers/CVC5.o, dist/build/Data/SBV/Provers/CVC5.dyn_o )
[ 29 of 182] Compiling Data.SBV.Provers.CVC4 ( Data/SBV/Provers/CVC4.hs, dist/build/Data/SBV/Provers/CVC4.o, dist/build/Data/SBV/Provers/CVC4.dyn_o )
[ 30 of 182] Compiling Data.SBV.Provers.Boolector ( Data/SBV/Provers/Boolector.hs, dist/build/Data/SBV/Provers/Boolector.o, dist/build/Data/SBV/Provers/Boolector.dyn_o )
[ 31 of 182] Compiling Data.SBV.Provers.Bitwuzla ( Data/SBV/Provers/Bitwuzla.hs, dist/build/Data/SBV/Provers/Bitwuzla.o, dist/build/Data/SBV/Provers/Bitwuzla.dyn_o )
[ 32 of 182] Compiling Data.SBV.Provers.ABC ( Data/SBV/Provers/ABC.hs, dist/build/Data/SBV/Provers/ABC.o, dist/build/Data/SBV/Provers/ABC.dyn_o )
[ 33 of 182] Compiling Data.SBV.Lambda  ( Data/SBV/Lambda.hs, dist/build/Data/SBV/Lambda.o, dist/build/Data/SBV/Lambda.dyn_o )
[ 34 of 182] Compiling Data.SBV.Control.Utils ( Data/SBV/Control/Utils.hs, dist/build/Data/SBV/Control/Utils.o, dist/build/Data/SBV/Control/Utils.dyn_o )
[ 35 of 182] Compiling Data.SBV.Control.Query ( Data/SBV/Control/Query.hs, dist/build/Data/SBV/Control/Query.o, dist/build/Data/SBV/Control/Query.dyn_o )
[ 36 of 182] Compiling Data.SBV.Trans.Control ( Data/SBV/Trans/Control.hs, dist/build/Data/SBV/Trans/Control.o, dist/build/Data/SBV/Trans/Control.dyn_o )
[ 37 of 182] Compiling Data.SBV.Provers.Prover ( Data/SBV/Provers/Prover.hs, dist/build/Data/SBV/Provers/Prover.o, dist/build/Data/SBV/Provers/Prover.dyn_o )
[ 38 of 182] Compiling Data.SBV.Tools.KD.Utils ( Data/SBV/Tools/KD/Utils.hs, dist/build/Data/SBV/Tools/KD/Utils.o, dist/build/Data/SBV/Tools/KD/Utils.dyn_o )
[ 39 of 182] Compiling Data.SBV.Tools.GenTest ( Data/SBV/Tools/GenTest.hs, dist/build/Data/SBV/Tools/GenTest.o, dist/build/Data/SBV/Tools/GenTest.dyn_o )
[ 40 of 182] Compiling Data.SBV.Core.Model ( Data/SBV/Core/Model.hs, dist/build/Data/SBV/Core/Model.o, dist/build/Data/SBV/Core/Model.dyn_o )
[ 41 of 182] Compiling Data.SBV.Tuple   ( Data/SBV/Tuple.hs, dist/build/Data/SBV/Tuple.o, dist/build/Data/SBV/Tuple.dyn_o )
[ 42 of 182] Compiling Data.SBV.Tools.STree ( Data/SBV/Tools/STree.hs, dist/build/Data/SBV/Tools/STree.o, dist/build/Data/SBV/Tools/STree.dyn_o )
[ 43 of 182] Compiling Data.SBV.Tools.Polynomial ( Data/SBV/Tools/Polynomial.hs, dist/build/Data/SBV/Tools/Polynomial.o, dist/build/Data/SBV/Tools/Polynomial.dyn_o )
[ 44 of 182] Compiling Data.SBV.Tools.Overflow ( Data/SBV/Tools/Overflow.hs, dist/build/Data/SBV/Tools/Overflow.o, dist/build/Data/SBV/Tools/Overflow.dyn_o )
[ 45 of 182] Compiling Data.SBV.Tools.KD.Kernel ( Data/SBV/Tools/KD/Kernel.hs, dist/build/Data/SBV/Tools/KD/Kernel.o, dist/build/Data/SBV/Tools/KD/Kernel.dyn_o )
[ 46 of 182] Compiling Data.SBV.String  ( Data/SBV/String.hs, dist/build/Data/SBV/String.o, dist/build/Data/SBV/String.dyn_o )
[ 47 of 182] Compiling Data.SBV.Set     ( Data/SBV/Set.hs, dist/build/Data/SBV/Set.o, dist/build/Data/SBV/Set.dyn_o )
[ 48 of 182] Compiling Data.SBV.Rational ( Data/SBV/Rational.hs, dist/build/Data/SBV/Rational.o, dist/build/Data/SBV/Rational.dyn_o )
[ 49 of 182] Compiling Data.SBV.Maybe   ( Data/SBV/Maybe.hs, dist/build/Data/SBV/Maybe.o, dist/build/Data/SBV/Maybe.dyn_o )
[ 50 of 182] Compiling Data.SBV.List    ( Data/SBV/List.hs, dist/build/Data/SBV/List.o, dist/build/Data/SBV/List.dyn_o )
[ 51 of 182] Compiling Data.SBV.Either  ( Data/SBV/Either.hs, dist/build/Data/SBV/Either.o, dist/build/Data/SBV/Either.dyn_o )
[ 52 of 182] Compiling Data.SBV.Core.Floating ( Data/SBV/Core/Floating.hs, dist/build/Data/SBV/Core/Floating.o, dist/build/Data/SBV/Core/Floating.dyn_o )
[ 53 of 182] Compiling Data.SBV.Char    ( Data/SBV/Char.hs, dist/build/Data/SBV/Char.o, dist/build/Data/SBV/Char.dyn_o )
[ 54 of 182] Compiling Data.SBV.RegExp  ( Data/SBV/RegExp.hs, dist/build/Data/SBV/RegExp.o, dist/build/Data/SBV/RegExp.dyn_o )
[ 55 of 182] Compiling Data.SBV.Client  ( Data/SBV/Client.hs, dist/build/Data/SBV/Client.o, dist/build/Data/SBV/Client.dyn_o )
[ 56 of 182] Compiling Data.SBV.Control.BaseIO ( Data/SBV/Control/BaseIO.hs, dist/build/Data/SBV/Control/BaseIO.o, dist/build/Data/SBV/Control/BaseIO.dyn_o )
[ 57 of 182] Compiling Data.SBV.Control ( Data/SBV/Control.hs, dist/build/Data/SBV/Control.o, dist/build/Data/SBV/Control.dyn_o )
[ 58 of 182] Compiling Data.SBV.Compilers.CodeGen ( Data/SBV/Compilers/CodeGen.hs, dist/build/Data/SBV/Compilers/CodeGen.o, dist/build/Data/SBV/Compilers/CodeGen.dyn_o )
[ 59 of 182] Compiling Data.SBV.Compilers.C ( Data/SBV/Compilers/C.hs, dist/build/Data/SBV/Compilers/C.o, dist/build/Data/SBV/Compilers/C.dyn_o )
[ 60 of 182] Compiling Data.SBV.Tools.CodeGen ( Data/SBV/Tools/CodeGen.hs, dist/build/Data/SBV/Tools/CodeGen.o, dist/build/Data/SBV/Tools/CodeGen.dyn_o )
[ 61 of 182] Compiling Data.SBV.Internals ( Data/SBV/Internals.hs, dist/build/Data/SBV/Internals.o, dist/build/Data/SBV/Internals.dyn_o )
[ 62 of 182] Compiling Data.SBV.Client.BaseIO ( Data/SBV/Client/BaseIO.hs, dist/build/Data/SBV/Client/BaseIO.o, dist/build/Data/SBV/Client/BaseIO.dyn_o )
[ 63 of 182] Compiling Data.SBV.Trans   ( Data/SBV/Trans.hs, dist/build/Data/SBV/Trans.o, dist/build/Data/SBV/Trans.dyn_o )
[ 64 of 182] Compiling Data.SBV         ( Data/SBV.hs, dist/build/Data/SBV.o, dist/build/Data/SBV.dyn_o )
[ 65 of 182] Compiling Data.SBV.Tools.WeakestPreconditions ( Data/SBV/Tools/WeakestPreconditions.hs, dist/build/Data/SBV/Tools/WeakestPreconditions.o, dist/build/Data/SBV/Tools/WeakestPreconditions.dyn_o )
[ 66 of 182] Compiling Data.SBV.Tools.Range ( Data/SBV/Tools/Range.hs, dist/build/Data/SBV/Tools/Range.o, dist/build/Data/SBV/Tools/Range.dyn_o )
[ 67 of 182] Compiling Data.SBV.Tools.NaturalInduction ( Data/SBV/Tools/NaturalInduction.hs, dist/build/Data/SBV/Tools/NaturalInduction.o, dist/build/Data/SBV/Tools/NaturalInduction.dyn_o )
[ 68 of 182] Compiling Data.SBV.Tools.KD.KnuckleDragger ( Data/SBV/Tools/KD/KnuckleDragger.hs, dist/build/Data/SBV/Tools/KD/KnuckleDragger.o, dist/build/Data/SBV/Tools/KD/KnuckleDragger.dyn_o )
[ 69 of 182] Compiling Data.SBV.Tools.KnuckleDragger ( Data/SBV/Tools/KnuckleDragger.hs, dist/build/Data/SBV/Tools/KnuckleDragger.o, dist/build/Data/SBV/Tools/KnuckleDragger.dyn_o )
[ 70 of 182] Compiling Data.SBV.Tools.Induction ( Data/SBV/Tools/Induction.hs, dist/build/Data/SBV/Tools/Induction.o, dist/build/Data/SBV/Tools/Induction.dyn_o )
[ 71 of 182] Compiling Data.SBV.Tools.BVOptimize ( Data/SBV/Tools/BVOptimize.hs, dist/build/Data/SBV/Tools/BVOptimize.o, dist/build/Data/SBV/Tools/BVOptimize.dyn_o )
[ 72 of 182] Compiling Data.SBV.Tools.BMC ( Data/SBV/Tools/BMC.hs, dist/build/Data/SBV/Tools/BMC.o, dist/build/Data/SBV/Tools/BMC.dyn_o )
[ 73 of 182] Compiling Data.SBV.Dynamic ( Data/SBV/Dynamic.hs, dist/build/Data/SBV/Dynamic.o, dist/build/Data/SBV/Dynamic.dyn_o )
[ 74 of 182] Compiling Documentation.SBV.Examples.BitPrecise.BitTricks ( Documentation/SBV/Examples/BitPrecise/BitTricks.hs, dist/build/Documentation/SBV/Examples/BitPrecise/BitTricks.o, dist/build/Documentation/SBV/Examples/BitPrecise/BitTricks.dyn_o )
[ 75 of 182] Compiling Documentation.SBV.Examples.BitPrecise.BrokenSearch ( Documentation/SBV/Examples/BitPrecise/BrokenSearch.hs, dist/build/Documentation/SBV/Examples/BitPrecise/BrokenSearch.o, dist/build/Documentation/SBV/Examples/BitPrecise/BrokenSearch.dyn_o )
[ 76 of 182] Compiling Documentation.SBV.Examples.BitPrecise.Legato ( Documentation/SBV/Examples/BitPrecise/Legato.hs, dist/build/Documentation/SBV/Examples/BitPrecise/Legato.o, dist/build/Documentation/SBV/Examples/BitPrecise/Legato.dyn_o )
[ 77 of 182] Compiling Documentation.SBV.Examples.BitPrecise.MergeSort ( Documentation/SBV/Examples/BitPrecise/MergeSort.hs, dist/build/Documentation/SBV/Examples/BitPrecise/MergeSort.o, dist/build/Documentation/SBV/Examples/BitPrecise/MergeSort.dyn_o )
[ 78 of 182] Compiling Documentation.SBV.Examples.BitPrecise.PEXT_PDEP ( Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.hs, dist/build/Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.o, dist/build/Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.dyn_o )
[ 79 of 182] Compiling Documentation.SBV.Examples.BitPrecise.PrefixSum ( Documentation/SBV/Examples/BitPrecise/PrefixSum.hs, dist/build/Documentation/SBV/Examples/BitPrecise/PrefixSum.o, dist/build/Documentation/SBV/Examples/BitPrecise/PrefixSum.dyn_o )
[ 80 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.AddSub ( Documentation/SBV/Examples/CodeGeneration/AddSub.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/AddSub.o, dist/build/Documentation/SBV/Examples/CodeGeneration/AddSub.dyn_o )
[ 81 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.CRC_USB5 ( Documentation/SBV/Examples/CodeGeneration/CRC_USB5.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/CRC_USB5.o, dist/build/Documentation/SBV/Examples/CodeGeneration/CRC_USB5.dyn_o )
[ 82 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.Fibonacci ( Documentation/SBV/Examples/CodeGeneration/Fibonacci.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/Fibonacci.o, dist/build/Documentation/SBV/Examples/CodeGeneration/Fibonacci.dyn_o )
[ 83 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.GCD ( Documentation/SBV/Examples/CodeGeneration/GCD.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/GCD.o, dist/build/Documentation/SBV/Examples/CodeGeneration/GCD.dyn_o )
[ 84 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.PopulationCount ( Documentation/SBV/Examples/CodeGeneration/PopulationCount.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/PopulationCount.o, dist/build/Documentation/SBV/Examples/CodeGeneration/PopulationCount.dyn_o )
[ 85 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.Uninterpreted ( Documentation/SBV/Examples/CodeGeneration/Uninterpreted.hs, dist/build/Documentation/SBV/Examples/CodeGeneration/Uninterpreted.o, dist/build/Documentation/SBV/Examples/CodeGeneration/Uninterpreted.dyn_o )
[ 86 of 182] Compiling Documentation.SBV.Examples.Crypto.AES ( Documentation/SBV/Examples/Crypto/AES.hs, dist/build/Documentation/SBV/Examples/Crypto/AES.o, dist/build/Documentation/SBV/Examples/Crypto/AES.dyn_o )
[ 87 of 182] Compiling Documentation.SBV.Examples.Crypto.Prince ( Documentation/SBV/Examples/Crypto/Prince.hs, dist/build/Documentation/SBV/Examples/Crypto/Prince.o, dist/build/Documentation/SBV/Examples/Crypto/Prince.dyn_o )
[ 88 of 182] Compiling Documentation.SBV.Examples.Crypto.RC4 ( Documentation/SBV/Examples/Crypto/RC4.hs, dist/build/Documentation/SBV/Examples/Crypto/RC4.o, dist/build/Documentation/SBV/Examples/Crypto/RC4.dyn_o )
[ 89 of 182] Compiling Documentation.SBV.Examples.Crypto.SHA ( Documentation/SBV/Examples/Crypto/SHA.hs, dist/build/Documentation/SBV/Examples/Crypto/SHA.o, dist/build/Documentation/SBV/Examples/Crypto/SHA.dyn_o )
[ 90 of 182] Compiling Documentation.SBV.Examples.DeltaSat.DeltaSat ( Documentation/SBV/Examples/DeltaSat/DeltaSat.hs, dist/build/Documentation/SBV/Examples/DeltaSat/DeltaSat.o, dist/build/Documentation/SBV/Examples/DeltaSat/DeltaSat.dyn_o )
[ 91 of 182] Compiling Documentation.SBV.Examples.Existentials.Diophantine ( Documentation/SBV/Examples/Existentials/Diophantine.hs, dist/build/Documentation/SBV/Examples/Existentials/Diophantine.o, dist/build/Documentation/SBV/Examples/Existentials/Diophantine.dyn_o )
[ 92 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Basics ( Documentation/SBV/Examples/KnuckleDragger/Basics.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/Basics.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/Basics.dyn_o )
[ 93 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.BinarySearch ( Documentation/SBV/Examples/KnuckleDragger/BinarySearch.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/BinarySearch.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/BinarySearch.dyn_o )
[ 94 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.CaseSplit ( Documentation/SBV/Examples/KnuckleDragger/CaseSplit.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/CaseSplit.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/CaseSplit.dyn_o )
[ 95 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.InsertionSort ( Documentation/SBV/Examples/KnuckleDragger/InsertionSort.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/InsertionSort.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/InsertionSort.dyn_o )
[ 96 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Kleene ( Documentation/SBV/Examples/KnuckleDragger/Kleene.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/Kleene.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/Kleene.dyn_o )
[ 97 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Lists ( Documentation/SBV/Examples/KnuckleDragger/Lists.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/Lists.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/Lists.dyn_o )
[ 98 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.MergeSort ( Documentation/SBV/Examples/KnuckleDragger/MergeSort.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/MergeSort.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/MergeSort.dyn_o )
[ 99 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Numeric ( Documentation/SBV/Examples/KnuckleDragger/Numeric.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/Numeric.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/Numeric.dyn_o )
[100 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.ShefferStroke ( Documentation/SBV/Examples/KnuckleDragger/ShefferStroke.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/ShefferStroke.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/ShefferStroke.dyn_o )
[101 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Sqrt2IsIrrational ( Documentation/SBV/Examples/KnuckleDragger/Sqrt2IsIrrational.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/Sqrt2IsIrrational.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/Sqrt2IsIrrational.dyn_o )
[102 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.StrongInduction ( Documentation/SBV/Examples/KnuckleDragger/StrongInduction.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/StrongInduction.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/StrongInduction.dyn_o )
[103 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Tao ( Documentation/SBV/Examples/KnuckleDragger/Tao.hs, dist/build/Documentation/SBV/Examples/KnuckleDragger/Tao.o, dist/build/Documentation/SBV/Examples/KnuckleDragger/Tao.dyn_o )
[104 of 182] Compiling Documentation.SBV.Examples.Lists.BoundedMutex ( Documentation/SBV/Examples/Lists/BoundedMutex.hs, dist/build/Documentation/SBV/Examples/Lists/BoundedMutex.o, dist/build/Documentation/SBV/Examples/Lists/BoundedMutex.dyn_o )
[105 of 182] Compiling Documentation.SBV.Examples.Lists.CountOutAndTransfer ( Documentation/SBV/Examples/Lists/CountOutAndTransfer.hs, dist/build/Documentation/SBV/Examples/Lists/CountOutAndTransfer.o, dist/build/Documentation/SBV/Examples/Lists/CountOutAndTransfer.dyn_o )
[106 of 182] Compiling Documentation.SBV.Examples.Lists.Fibonacci ( Documentation/SBV/Examples/Lists/Fibonacci.hs, dist/build/Documentation/SBV/Examples/Lists/Fibonacci.o, dist/build/Documentation/SBV/Examples/Lists/Fibonacci.dyn_o )
[107 of 182] Compiling Documentation.SBV.Examples.Misc.Auxiliary ( Documentation/SBV/Examples/Misc/Auxiliary.hs, dist/build/Documentation/SBV/Examples/Misc/Auxiliary.o, dist/build/Documentation/SBV/Examples/Misc/Auxiliary.dyn_o )
[108 of 182] Compiling Documentation.SBV.Examples.Misc.Definitions ( Documentation/SBV/Examples/Misc/Definitions.hs, dist/build/Documentation/SBV/Examples/Misc/Definitions.o, dist/build/Documentation/SBV/Examples/Misc/Definitions.dyn_o )
[109 of 182] Compiling Documentation.SBV.Examples.Misc.Enumerate ( Documentation/SBV/Examples/Misc/Enumerate.hs, dist/build/Documentation/SBV/Examples/Misc/Enumerate.o, dist/build/Documentation/SBV/Examples/Misc/Enumerate.dyn_o )
[110 of 182] Compiling Documentation.SBV.Examples.Misc.FirstOrderLogic ( Documentation/SBV/Examples/Misc/FirstOrderLogic.hs, dist/build/Documentation/SBV/Examples/Misc/FirstOrderLogic.o, dist/build/Documentation/SBV/Examples/Misc/FirstOrderLogic.dyn_o )
[111 of 182] Compiling Documentation.SBV.Examples.Misc.Floating ( Documentation/SBV/Examples/Misc/Floating.hs, dist/build/Documentation/SBV/Examples/Misc/Floating.o, dist/build/Documentation/SBV/Examples/Misc/Floating.dyn_o )
[112 of 182] Compiling Documentation.SBV.Examples.Misc.LambdaArray ( Documentation/SBV/Examples/Misc/LambdaArray.hs, dist/build/Documentation/SBV/Examples/Misc/LambdaArray.o, dist/build/Documentation/SBV/Examples/Misc/LambdaArray.dyn_o )
[113 of 182] Compiling Documentation.SBV.Examples.Misc.ModelExtract ( Documentation/SBV/Examples/Misc/ModelExtract.hs, dist/build/Documentation/SBV/Examples/Misc/ModelExtract.o, dist/build/Documentation/SBV/Examples/Misc/ModelExtract.dyn_o )
[114 of 182] Compiling Documentation.SBV.Examples.Misc.NestedArray ( Documentation/SBV/Examples/Misc/NestedArray.hs, dist/build/Documentation/SBV/Examples/Misc/NestedArray.o, dist/build/Documentation/SBV/Examples/Misc/NestedArray.dyn_o )
[115 of 182] Compiling Documentation.SBV.Examples.Misc.Newtypes ( Documentation/SBV/Examples/Misc/Newtypes.hs, dist/build/Documentation/SBV/Examples/Misc/Newtypes.o, dist/build/Documentation/SBV/Examples/Misc/Newtypes.dyn_o )
[116 of 182] Compiling Documentation.SBV.Examples.Misc.NoDiv0 ( Documentation/SBV/Examples/Misc/NoDiv0.hs, dist/build/Documentation/SBV/Examples/Misc/NoDiv0.o, dist/build/Documentation/SBV/Examples/Misc/NoDiv0.dyn_o )
[117 of 182] Compiling Documentation.SBV.Examples.Misc.Polynomials ( Documentation/SBV/Examples/Misc/Polynomials.hs, dist/build/Documentation/SBV/Examples/Misc/Polynomials.o, dist/build/Documentation/SBV/Examples/Misc/Polynomials.dyn_o )
[118 of 182] Compiling Documentation.SBV.Examples.Misc.ProgramPaths ( Documentation/SBV/Examples/Misc/ProgramPaths.hs, dist/build/Documentation/SBV/Examples/Misc/ProgramPaths.o, dist/build/Documentation/SBV/Examples/Misc/ProgramPaths.dyn_o )
[119 of 182] Compiling Documentation.SBV.Examples.Misc.SetAlgebra ( Documentation/SBV/Examples/Misc/SetAlgebra.hs, dist/build/Documentation/SBV/Examples/Misc/SetAlgebra.o, dist/build/Documentation/SBV/Examples/Misc/SetAlgebra.dyn_o )
[120 of 182] Compiling Documentation.SBV.Examples.Misc.SoftConstrain ( Documentation/SBV/Examples/Misc/SoftConstrain.hs, dist/build/Documentation/SBV/Examples/Misc/SoftConstrain.o, dist/build/Documentation/SBV/Examples/Misc/SoftConstrain.dyn_o )
[121 of 182] Compiling Documentation.SBV.Examples.Misc.Tuple ( Documentation/SBV/Examples/Misc/Tuple.hs, dist/build/Documentation/SBV/Examples/Misc/Tuple.o, dist/build/Documentation/SBV/Examples/Misc/Tuple.dyn_o )
[122 of 182] Compiling Documentation.SBV.Examples.Optimization.Enumerate ( Documentation/SBV/Examples/Optimization/Enumerate.hs, dist/build/Documentation/SBV/Examples/Optimization/Enumerate.o, dist/build/Documentation/SBV/Examples/Optimization/Enumerate.dyn_o )
[123 of 182] Compiling Documentation.SBV.Examples.Optimization.ExtField ( Documentation/SBV/Examples/Optimization/ExtField.hs, dist/build/Documentation/SBV/Examples/Optimization/ExtField.o, dist/build/Documentation/SBV/Examples/Optimization/ExtField.dyn_o )
[124 of 182] Compiling Documentation.SBV.Examples.Optimization.LinearOpt ( Documentation/SBV/Examples/Optimization/LinearOpt.hs, dist/build/Documentation/SBV/Examples/Optimization/LinearOpt.o, dist/build/Documentation/SBV/Examples/Optimization/LinearOpt.dyn_o )
[125 of 182] Compiling Documentation.SBV.Examples.Optimization.Production ( Documentation/SBV/Examples/Optimization/Production.hs, dist/build/Documentation/SBV/Examples/Optimization/Production.o, dist/build/Documentation/SBV/Examples/Optimization/Production.dyn_o )
[126 of 182] Compiling Documentation.SBV.Examples.Optimization.VM ( Documentation/SBV/Examples/Optimization/VM.hs, dist/build/Documentation/SBV/Examples/Optimization/VM.o, dist/build/Documentation/SBV/Examples/Optimization/VM.dyn_o )
[127 of 182] Compiling Documentation.SBV.Examples.ProofTools.AddHorn ( Documentation/SBV/Examples/ProofTools/AddHorn.hs, dist/build/Documentation/SBV/Examples/ProofTools/AddHorn.o, dist/build/Documentation/SBV/Examples/ProofTools/AddHorn.dyn_o )
[128 of 182] Compiling Documentation.SBV.Examples.ProofTools.BMC ( Documentation/SBV/Examples/ProofTools/BMC.hs, dist/build/Documentation/SBV/Examples/ProofTools/BMC.o, dist/build/Documentation/SBV/Examples/ProofTools/BMC.dyn_o )
[129 of 182] Compiling Documentation.SBV.Examples.ProofTools.Fibonacci ( Documentation/SBV/Examples/ProofTools/Fibonacci.hs, dist/build/Documentation/SBV/Examples/ProofTools/Fibonacci.o, dist/build/Documentation/SBV/Examples/ProofTools/Fibonacci.dyn_o )
[130 of 182] Compiling Documentation.SBV.Examples.ProofTools.Strengthen ( Documentation/SBV/Examples/ProofTools/Strengthen.hs, dist/build/Documentation/SBV/Examples/ProofTools/Strengthen.o, dist/build/Documentation/SBV/Examples/ProofTools/Strengthen.dyn_o )
[131 of 182] Compiling Documentation.SBV.Examples.ProofTools.Sum ( Documentation/SBV/Examples/ProofTools/Sum.hs, dist/build/Documentation/SBV/Examples/ProofTools/Sum.o, dist/build/Documentation/SBV/Examples/ProofTools/Sum.dyn_o )
[132 of 182] Compiling Documentation.SBV.Examples.Puzzles.AOC_2021_24 ( Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs, dist/build/Documentation/SBV/Examples/Puzzles/AOC_2021_24.o, dist/build/Documentation/SBV/Examples/Puzzles/AOC_2021_24.dyn_o )
[133 of 182] Compiling Documentation.SBV.Examples.Puzzles.Birthday ( Documentation/SBV/Examples/Puzzles/Birthday.hs, dist/build/Documentation/SBV/Examples/Puzzles/Birthday.o, dist/build/Documentation/SBV/Examples/Puzzles/Birthday.dyn_o )
[134 of 182] Compiling Documentation.SBV.Examples.Puzzles.Coins ( Documentation/SBV/Examples/Puzzles/Coins.hs, dist/build/Documentation/SBV/Examples/Puzzles/Coins.o, dist/build/Documentation/SBV/Examples/Puzzles/Coins.dyn_o )
[135 of 182] Compiling Documentation.SBV.Examples.Puzzles.Counts ( Documentation/SBV/Examples/Puzzles/Counts.hs, dist/build/Documentation/SBV/Examples/Puzzles/Counts.o, dist/build/Documentation/SBV/Examples/Puzzles/Counts.dyn_o )
[136 of 182] Compiling Documentation.SBV.Examples.Puzzles.DieHard ( Documentation/SBV/Examples/Puzzles/DieHard.hs, dist/build/Documentation/SBV/Examples/Puzzles/DieHard.o, dist/build/Documentation/SBV/Examples/Puzzles/DieHard.dyn_o )
[137 of 182] Compiling Documentation.SBV.Examples.Puzzles.DogCatMouse ( Documentation/SBV/Examples/Puzzles/DogCatMouse.hs, dist/build/Documentation/SBV/Examples/Puzzles/DogCatMouse.o, dist/build/Documentation/SBV/Examples/Puzzles/DogCatMouse.dyn_o )
[138 of 182] Compiling Documentation.SBV.Examples.Puzzles.Drinker ( Documentation/SBV/Examples/Puzzles/Drinker.hs, dist/build/Documentation/SBV/Examples/Puzzles/Drinker.o, dist/build/Documentation/SBV/Examples/Puzzles/Drinker.dyn_o )
[139 of 182] Compiling Documentation.SBV.Examples.Puzzles.Euler185 ( Documentation/SBV/Examples/Puzzles/Euler185.hs, dist/build/Documentation/SBV/Examples/Puzzles/Euler185.o, dist/build/Documentation/SBV/Examples/Puzzles/Euler185.dyn_o )
[140 of 182] Compiling Documentation.SBV.Examples.Puzzles.Fish ( Documentation/SBV/Examples/Puzzles/Fish.hs, dist/build/Documentation/SBV/Examples/Puzzles/Fish.o, dist/build/Documentation/SBV/Examples/Puzzles/Fish.dyn_o )
[141 of 182] Compiling Documentation.SBV.Examples.Puzzles.Garden ( Documentation/SBV/Examples/Puzzles/Garden.hs, dist/build/Documentation/SBV/Examples/Puzzles/Garden.o, dist/build/Documentation/SBV/Examples/Puzzles/Garden.dyn_o )
[142 of 182] Compiling Documentation.SBV.Examples.Puzzles.HexPuzzle ( Documentation/SBV/Examples/Puzzles/HexPuzzle.hs, dist/build/Documentation/SBV/Examples/Puzzles/HexPuzzle.o, dist/build/Documentation/SBV/Examples/Puzzles/HexPuzzle.dyn_o )
[143 of 182] Compiling Documentation.SBV.Examples.Puzzles.Jugs ( Documentation/SBV/Examples/Puzzles/Jugs.hs, dist/build/Documentation/SBV/Examples/Puzzles/Jugs.o, dist/build/Documentation/SBV/Examples/Puzzles/Jugs.dyn_o )
[144 of 182] Compiling Documentation.SBV.Examples.Puzzles.KnightsAndKnaves ( Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.hs, dist/build/Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.o, dist/build/Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.dyn_o )
[145 of 182] Compiling Documentation.SBV.Examples.Puzzles.LadyAndTigers ( Documentation/SBV/Examples/Puzzles/LadyAndTigers.hs, dist/build/Documentation/SBV/Examples/Puzzles/LadyAndTigers.o, dist/build/Documentation/SBV/Examples/Puzzles/LadyAndTigers.dyn_o )
[146 of 182] Compiling Documentation.SBV.Examples.Puzzles.MagicSquare ( Documentation/SBV/Examples/Puzzles/MagicSquare.hs, dist/build/Documentation/SBV/Examples/Puzzles/MagicSquare.o, dist/build/Documentation/SBV/Examples/Puzzles/MagicSquare.dyn_o )
[147 of 182] Compiling Documentation.SBV.Examples.Puzzles.Murder ( Documentation/SBV/Examples/Puzzles/Murder.hs, dist/build/Documentation/SBV/Examples/Puzzles/Murder.o, dist/build/Documentation/SBV/Examples/Puzzles/Murder.dyn_o )
[148 of 182] Compiling Documentation.SBV.Examples.Puzzles.NQueens ( Documentation/SBV/Examples/Puzzles/NQueens.hs, dist/build/Documentation/SBV/Examples/Puzzles/NQueens.o, dist/build/Documentation/SBV/Examples/Puzzles/NQueens.dyn_o )
[149 of 182] Compiling Documentation.SBV.Examples.Puzzles.Newspaper ( Documentation/SBV/Examples/Puzzles/Newspaper.hs, dist/build/Documentation/SBV/Examples/Puzzles/Newspaper.o, dist/build/Documentation/SBV/Examples/Puzzles/Newspaper.dyn_o )
[150 of 182] Compiling Documentation.SBV.Examples.Puzzles.Orangutans ( Documentation/SBV/Examples/Puzzles/Orangutans.hs, dist/build/Documentation/SBV/Examples/Puzzles/Orangutans.o, dist/build/Documentation/SBV/Examples/Puzzles/Orangutans.dyn_o )
[151 of 182] Compiling Documentation.SBV.Examples.Puzzles.Rabbits ( Documentation/SBV/Examples/Puzzles/Rabbits.hs, dist/build/Documentation/SBV/Examples/Puzzles/Rabbits.o, dist/build/Documentation/SBV/Examples/Puzzles/Rabbits.dyn_o )
[152 of 182] Compiling Documentation.SBV.Examples.Puzzles.SendMoreMoney ( Documentation/SBV/Examples/Puzzles/SendMoreMoney.hs, dist/build/Documentation/SBV/Examples/Puzzles/SendMoreMoney.o, dist/build/Documentation/SBV/Examples/Puzzles/SendMoreMoney.dyn_o )
[153 of 182] Compiling Documentation.SBV.Examples.Puzzles.Sudoku ( Documentation/SBV/Examples/Puzzles/Sudoku.hs, dist/build/Documentation/SBV/Examples/Puzzles/Sudoku.o, dist/build/Documentation/SBV/Examples/Puzzles/Sudoku.dyn_o )
[154 of 182] Compiling Documentation.SBV.Examples.Puzzles.Tower ( Documentation/SBV/Examples/Puzzles/Tower.hs, dist/build/Documentation/SBV/Examples/Puzzles/Tower.o, dist/build/Documentation/SBV/Examples/Puzzles/Tower.dyn_o )
[155 of 182] Compiling Documentation.SBV.Examples.Puzzles.U2Bridge ( Documentation/SBV/Examples/Puzzles/U2Bridge.hs, dist/build/Documentation/SBV/Examples/Puzzles/U2Bridge.o, dist/build/Documentation/SBV/Examples/Puzzles/U2Bridge.dyn_o )
[156 of 182] Compiling Documentation.SBV.Examples.Queries.Abducts ( Documentation/SBV/Examples/Queries/Abducts.hs, dist/build/Documentation/SBV/Examples/Queries/Abducts.o, dist/build/Documentation/SBV/Examples/Queries/Abducts.dyn_o )
[157 of 182] Compiling Documentation.SBV.Examples.Queries.AllSat ( Documentation/SBV/Examples/Queries/AllSat.hs, dist/build/Documentation/SBV/Examples/Queries/AllSat.o, dist/build/Documentation/SBV/Examples/Queries/AllSat.dyn_o )
[158 of 182] Compiling Documentation.SBV.Examples.Queries.CaseSplit ( Documentation/SBV/Examples/Queries/CaseSplit.hs, dist/build/Documentation/SBV/Examples/Queries/CaseSplit.o, dist/build/Documentation/SBV/Examples/Queries/CaseSplit.dyn_o )
[159 of 182] Compiling Documentation.SBV.Examples.Queries.Concurrency ( Documentation/SBV/Examples/Queries/Concurrency.hs, dist/build/Documentation/SBV/Examples/Queries/Concurrency.o, dist/build/Documentation/SBV/Examples/Queries/Concurrency.dyn_o )
[160 of 182] Compiling Documentation.SBV.Examples.Queries.Enums ( Documentation/SBV/Examples/Queries/Enums.hs, dist/build/Documentation/SBV/Examples/Queries/Enums.o, dist/build/Documentation/SBV/Examples/Queries/Enums.dyn_o )
[161 of 182] Compiling Documentation.SBV.Examples.Queries.FourFours ( Documentation/SBV/Examples/Queries/FourFours.hs, dist/build/Documentation/SBV/Examples/Queries/FourFours.o, dist/build/Documentation/SBV/Examples/Queries/FourFours.dyn_o )
[162 of 182] Compiling Documentation.SBV.Examples.Queries.GuessNumber ( Documentation/SBV/Examples/Queries/GuessNumber.hs, dist/build/Documentation/SBV/Examples/Queries/GuessNumber.o, dist/build/Documentation/SBV/Examples/Queries/GuessNumber.dyn_o )
[163 of 182] Compiling Documentation.SBV.Examples.Queries.Interpolants ( Documentation/SBV/Examples/Queries/Interpolants.hs, dist/build/Documentation/SBV/Examples/Queries/Interpolants.o, dist/build/Documentation/SBV/Examples/Queries/Interpolants.dyn_o )
[164 of 182] Compiling Documentation.SBV.Examples.Queries.UnsatCore ( Documentation/SBV/Examples/Queries/UnsatCore.hs, dist/build/Documentation/SBV/Examples/Queries/UnsatCore.o, dist/build/Documentation/SBV/Examples/Queries/UnsatCore.dyn_o )
[165 of 182] Compiling Documentation.SBV.Examples.Strings.RegexCrossword ( Documentation/SBV/Examples/Strings/RegexCrossword.hs, dist/build/Documentation/SBV/Examples/Strings/RegexCrossword.o, dist/build/Documentation/SBV/Examples/Strings/RegexCrossword.dyn_o )
[166 of 182] Compiling Documentation.SBV.Examples.Strings.SQLInjection ( Documentation/SBV/Examples/Strings/SQLInjection.hs, dist/build/Documentation/SBV/Examples/Strings/SQLInjection.o, dist/build/Documentation/SBV/Examples/Strings/SQLInjection.dyn_o )
[167 of 182] Compiling Documentation.SBV.Examples.Transformers.SymbolicEval ( Documentation/SBV/Examples/Transformers/SymbolicEval.hs, dist/build/Documentation/SBV/Examples/Transformers/SymbolicEval.o, dist/build/Documentation/SBV/Examples/Transformers/SymbolicEval.dyn_o )
[168 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.AUF ( Documentation/SBV/Examples/Uninterpreted/AUF.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/AUF.o, dist/build/Documentation/SBV/Examples/Uninterpreted/AUF.dyn_o )
[169 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Deduce ( Documentation/SBV/Examples/Uninterpreted/Deduce.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Deduce.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Deduce.dyn_o )
[170 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Function ( Documentation/SBV/Examples/Uninterpreted/Function.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Function.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Function.dyn_o )
[171 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Multiply ( Documentation/SBV/Examples/Uninterpreted/Multiply.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Multiply.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Multiply.dyn_o )
[172 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Shannon ( Documentation/SBV/Examples/Uninterpreted/Shannon.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Shannon.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Shannon.dyn_o )
[173 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Sort ( Documentation/SBV/Examples/Uninterpreted/Sort.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/Sort.o, dist/build/Documentation/SBV/Examples/Uninterpreted/Sort.dyn_o )
[174 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.UISortAllSat ( Documentation/SBV/Examples/Uninterpreted/UISortAllSat.hs, dist/build/Documentation/SBV/Examples/Uninterpreted/UISortAllSat.o, dist/build/Documentation/SBV/Examples/Uninterpreted/UISortAllSat.dyn_o )
[175 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Append ( Documentation/SBV/Examples/WeakestPreconditions/Append.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Append.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Append.dyn_o )
[176 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Basics ( Documentation/SBV/Examples/WeakestPreconditions/Basics.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Basics.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Basics.dyn_o )
[177 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Fib ( Documentation/SBV/Examples/WeakestPreconditions/Fib.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Fib.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Fib.dyn_o )
[178 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.GCD ( Documentation/SBV/Examples/WeakestPreconditions/GCD.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/GCD.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/GCD.dyn_o )
[179 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntDiv ( Documentation/SBV/Examples/WeakestPreconditions/IntDiv.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntDiv.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntDiv.dyn_o )
[180 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntSqrt ( Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.dyn_o )
[181 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Length ( Documentation/SBV/Examples/WeakestPreconditions/Length.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Length.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Length.dyn_o )
[182 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Sum ( Documentation/SBV/Examples/WeakestPreconditions/Sum.hs, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Sum.o, dist/build/Documentation/SBV/Examples/WeakestPreconditions/Sum.dyn_o )
Preprocessing library for sbv-11.6..
Running Haddock on library for sbv-11.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[  1 of 182] Compiling Data.SBV.Control.Types ( Data/SBV/Control/Types.hs, /tmp/ghc3507415_0/ghc_100.o, /tmp/ghc3507415_0/ghc_100.dyn_o )
[  2 of 182] Compiling Data.SBV.Core.AlgReals ( Data/SBV/Core/AlgReals.hs, /tmp/ghc3507415_0/ghc_104.o, /tmp/ghc3507415_0/ghc_104.dyn_o )
[  3 of 182] Compiling Data.SBV.SMT.SMTLibNames ( Data/SBV/SMT/SMTLibNames.hs, /tmp/ghc3507415_0/ghc_156.o, /tmp/ghc3507415_0/ghc_156.dyn_o )
[  4 of 182] Compiling Data.SBV.Utils.ExtractIO ( Data/SBV/Utils/ExtractIO.hs, /tmp/ghc3507415_0/ghc_176.o, /tmp/ghc3507415_0/ghc_176.dyn_o )
[  5 of 182] Compiling Data.SBV.Utils.Lib ( Data/SBV/Utils/Lib.hs, /tmp/ghc3507415_0/ghc_178.o, /tmp/ghc3507415_0/ghc_178.dyn_o )
[  6 of 182] Compiling Data.SBV.Core.Kind ( Data/SBV/Core/Kind.hs, /tmp/ghc3507415_0/ghc_112.o, /tmp/ghc3507415_0/ghc_112.dyn_o )
[  7 of 182] Compiling Data.SBV.Utils.Numeric ( Data/SBV/Utils/Numeric.hs, /tmp/ghc3507415_0/ghc_180.o, /tmp/ghc3507415_0/ghc_180.dyn_o )
[  8 of 182] Compiling Data.SBV.Core.SizedFloats ( Data/SBV/Core/SizedFloats.hs, /tmp/ghc3507415_0/ghc_120.o, /tmp/ghc3507415_0/ghc_120.dyn_o )
[  9 of 182] Compiling Data.SBV.Float   ( Data/SBV/Float.hs, nothing )
[ 10 of 182] Compiling Data.SBV.Core.Concrete ( Data/SBV/Core/Concrete.hs, /tmp/ghc3507415_0/ghc_106.o, /tmp/ghc3507415_0/ghc_106.dyn_o )
[ 11 of 182] Compiling Data.SBV.Utils.TDiff ( Data/SBV/Utils/TDiff.hs, /tmp/ghc3507415_0/ghc_186.o, /tmp/ghc3507415_0/ghc_186.dyn_o )
[ 12 of 182] Compiling Data.SBV.Core.Symbolic ( Data/SBV/Core/Symbolic.hs, /tmp/ghc3507415_0/ghc_122.o, /tmp/ghc3507415_0/ghc_122.dyn_o )
[ 13 of 182] Compiling Data.SBV.Core.Operations ( Data/SBV/Core/Operations.hs, /tmp/ghc3507415_0/ghc_116.o, /tmp/ghc3507415_0/ghc_116.dyn_o )
[ 14 of 182] Compiling Data.SBV.Core.Sized ( Data/SBV/Core/Sized.hs, /tmp/ghc3507415_0/ghc_118.o, /tmp/ghc3507415_0/ghc_118.dyn_o )
[ 15 of 182] Compiling Data.SBV.Core.Data ( Data/SBV/Core/Data.hs, /tmp/ghc3507415_0/ghc_108.o, /tmp/ghc3507415_0/ghc_108.dyn_o )
[ 16 of 182] Compiling Data.SBV.Utils.SExpr ( Data/SBV/Utils/SExpr.hs, /tmp/ghc3507415_0/ghc_184.o, /tmp/ghc3507415_0/ghc_184.dyn_o )
[ 17 of 182] Compiling Data.SBV.Utils.PrettyNum ( Data/SBV/Utils/PrettyNum.hs, /tmp/ghc3507415_0/ghc_182.o, /tmp/ghc3507415_0/ghc_182.dyn_o )
[ 18 of 182] Compiling Data.SBV.Utils.CrackNum ( Data/SBV/Utils/CrackNum.hs, /tmp/ghc3507415_0/ghc_174.o, /tmp/ghc3507415_0/ghc_174.dyn_o )
[ 19 of 182] Compiling Data.SBV.SMT.Utils ( Data/SBV/SMT/Utils.hs, /tmp/ghc3507415_0/ghc_158.o, /tmp/ghc3507415_0/ghc_158.dyn_o )
[ 20 of 182] Compiling Data.SBV.SMT.SMTLib2 ( Data/SBV/SMT/SMTLib2.hs, /tmp/ghc3507415_0/ghc_154.o, /tmp/ghc3507415_0/ghc_154.dyn_o )
[ 21 of 182] Compiling Data.SBV.SMT.SMTLib ( Data/SBV/SMT/SMTLib.hs, /tmp/ghc3507415_0/ghc_152.o, /tmp/ghc3507415_0/ghc_152.dyn_o )
[ 22 of 182] Compiling Data.SBV.SMT.SMT ( Data/SBV/SMT/SMT.hs, /tmp/ghc3507415_0/ghc_150.o, /tmp/ghc3507415_0/ghc_150.dyn_o )
[ 23 of 182] Compiling Data.SBV.Provers.Z3 ( Data/SBV/Provers/Z3.hs, /tmp/ghc3507415_0/ghc_148.o, /tmp/ghc3507415_0/ghc_148.dyn_o )
[ 24 of 182] Compiling Data.SBV.Provers.Yices ( Data/SBV/Provers/Yices.hs, /tmp/ghc3507415_0/ghc_146.o, /tmp/ghc3507415_0/ghc_146.dyn_o )
[ 25 of 182] Compiling Data.SBV.Provers.OpenSMT ( Data/SBV/Provers/OpenSMT.hs, /tmp/ghc3507415_0/ghc_142.o, /tmp/ghc3507415_0/ghc_142.dyn_o )
[ 26 of 182] Compiling Data.SBV.Provers.MathSAT ( Data/SBV/Provers/MathSAT.hs, /tmp/ghc3507415_0/ghc_140.o, /tmp/ghc3507415_0/ghc_140.dyn_o )
[ 27 of 182] Compiling Data.SBV.Provers.DReal ( Data/SBV/Provers/DReal.hs, /tmp/ghc3507415_0/ghc_138.o, /tmp/ghc3507415_0/ghc_138.dyn_o )
[ 28 of 182] Compiling Data.SBV.Provers.CVC5 ( Data/SBV/Provers/CVC5.hs, /tmp/ghc3507415_0/ghc_136.o, /tmp/ghc3507415_0/ghc_136.dyn_o )
[ 29 of 182] Compiling Data.SBV.Provers.CVC4 ( Data/SBV/Provers/CVC4.hs, /tmp/ghc3507415_0/ghc_134.o, /tmp/ghc3507415_0/ghc_134.dyn_o )
[ 30 of 182] Compiling Data.SBV.Provers.Boolector ( Data/SBV/Provers/Boolector.hs, /tmp/ghc3507415_0/ghc_132.o, /tmp/ghc3507415_0/ghc_132.dyn_o )
[ 31 of 182] Compiling Data.SBV.Provers.Bitwuzla ( Data/SBV/Provers/Bitwuzla.hs, /tmp/ghc3507415_0/ghc_130.o, /tmp/ghc3507415_0/ghc_130.dyn_o )
[ 32 of 182] Compiling Data.SBV.Provers.ABC ( Data/SBV/Provers/ABC.hs, /tmp/ghc3507415_0/ghc_128.o, /tmp/ghc3507415_0/ghc_128.dyn_o )
[ 33 of 182] Compiling Data.SBV.Lambda  ( Data/SBV/Lambda.hs, /tmp/ghc3507415_0/ghc_124.o, /tmp/ghc3507415_0/ghc_124.dyn_o )
[ 34 of 182] Compiling Data.SBV.Control.Utils ( Data/SBV/Control/Utils.hs, /tmp/ghc3507415_0/ghc_102.o, /tmp/ghc3507415_0/ghc_102.dyn_o )
[ 35 of 182] Compiling Data.SBV.Control.Query ( Data/SBV/Control/Query.hs, /tmp/ghc3507415_0/ghc_98.o, /tmp/ghc3507415_0/ghc_98.dyn_o )
[ 36 of 182] Compiling Data.SBV.Trans.Control ( Data/SBV/Trans/Control.hs, /tmp/ghc3507415_0/ghc_170.o, /tmp/ghc3507415_0/ghc_170.dyn_o )
[ 37 of 182] Compiling Data.SBV.Provers.Prover ( Data/SBV/Provers/Prover.hs, /tmp/ghc3507415_0/ghc_144.o, /tmp/ghc3507415_0/ghc_144.dyn_o )
[ 38 of 182] Compiling Data.SBV.Tools.KD.Utils ( Data/SBV/Tools/KD/Utils.hs, /tmp/ghc3507415_0/ghc_166.o, /tmp/ghc3507415_0/ghc_166.dyn_o )
[ 39 of 182] Compiling Data.SBV.Tools.GenTest ( Data/SBV/Tools/GenTest.hs, nothing )
[ 40 of 182] Compiling Data.SBV.Core.Model ( Data/SBV/Core/Model.hs, /tmp/ghc3507415_0/ghc_114.o, /tmp/ghc3507415_0/ghc_114.dyn_o )
[ 41 of 182] Compiling Data.SBV.Tuple   ( Data/SBV/Tuple.hs, /tmp/ghc3507415_0/ghc_172.o, /tmp/ghc3507415_0/ghc_172.dyn_o )
[ 42 of 182] Compiling Data.SBV.Tools.STree ( Data/SBV/Tools/STree.hs, nothing )
[ 43 of 182] Compiling Data.SBV.Tools.Polynomial ( Data/SBV/Tools/Polynomial.hs, nothing )
[ 44 of 182] Compiling Data.SBV.Tools.Overflow ( Data/SBV/Tools/Overflow.hs, nothing )
[ 45 of 182] Compiling Data.SBV.Tools.KD.Kernel ( Data/SBV/Tools/KD/Kernel.hs, /tmp/ghc3507415_0/ghc_162.o, /tmp/ghc3507415_0/ghc_162.dyn_o )
[ 46 of 182] Compiling Data.SBV.String  ( Data/SBV/String.hs, nothing )
[ 47 of 182] Compiling Data.SBV.Set     ( Data/SBV/Set.hs, nothing )
[ 48 of 182] Compiling Data.SBV.Rational ( Data/SBV/Rational.hs, nothing )
[ 49 of 182] Compiling Data.SBV.Maybe   ( Data/SBV/Maybe.hs, nothing )
[ 50 of 182] Compiling Data.SBV.List    ( Data/SBV/List.hs, /tmp/ghc3507415_0/ghc_126.o, /tmp/ghc3507415_0/ghc_126.dyn_o )
[ 51 of 182] Compiling Data.SBV.Either  ( Data/SBV/Either.hs, nothing )
[ 52 of 182] Compiling Data.SBV.Core.Floating ( Data/SBV/Core/Floating.hs, /tmp/ghc3507415_0/ghc_110.o, /tmp/ghc3507415_0/ghc_110.dyn_o )
[ 53 of 182] Compiling Data.SBV.Char    ( Data/SBV/Char.hs, nothing )
[ 54 of 182] Compiling Data.SBV.RegExp  ( Data/SBV/RegExp.hs, nothing )
[ 55 of 182] Compiling Data.SBV.Client  ( Data/SBV/Client.hs, /tmp/ghc3507415_0/ghc_90.o, /tmp/ghc3507415_0/ghc_90.dyn_o )
[ 56 of 182] Compiling Data.SBV.Control.BaseIO ( Data/SBV/Control/BaseIO.hs, /tmp/ghc3507415_0/ghc_96.o, /tmp/ghc3507415_0/ghc_96.dyn_o )
[ 57 of 182] Compiling Data.SBV.Control ( Data/SBV/Control.hs, /tmp/ghc3507415_0/ghc_94.o, /tmp/ghc3507415_0/ghc_94.dyn_o )
[ 58 of 182] Compiling Data.SBV.Compilers.CodeGen ( Data/SBV/Compilers/CodeGen.hs, nothing )
[ 59 of 182] Compiling Data.SBV.Compilers.C ( Data/SBV/Compilers/C.hs, nothing )
[ 60 of 182] Compiling Data.SBV.Tools.CodeGen ( Data/SBV/Tools/CodeGen.hs, nothing )
[ 61 of 182] Compiling Data.SBV.Internals ( Data/SBV/Internals.hs, nothing )
[ 62 of 182] Compiling Data.SBV.Client.BaseIO ( Data/SBV/Client/BaseIO.hs, /tmp/ghc3507415_0/ghc_92.o, /tmp/ghc3507415_0/ghc_92.dyn_o )
[ 63 of 182] Compiling Data.SBV.Trans   ( Data/SBV/Trans.hs, nothing )
[ 64 of 182] Compiling Data.SBV         ( Data/SBV.hs, /tmp/ghc3507415_0/ghc_88.o, /tmp/ghc3507415_0/ghc_88.dyn_o )
[ 65 of 182] Compiling Data.SBV.Tools.WeakestPreconditions ( Data/SBV/Tools/WeakestPreconditions.hs, nothing )
[ 66 of 182] Compiling Data.SBV.Tools.Range ( Data/SBV/Tools/Range.hs, nothing )
[ 67 of 182] Compiling Data.SBV.Tools.NaturalInduction ( Data/SBV/Tools/NaturalInduction.hs, nothing )
[ 68 of 182] Compiling Data.SBV.Tools.KD.KnuckleDragger ( Data/SBV/Tools/KD/KnuckleDragger.hs, /tmp/ghc3507415_0/ghc_164.o, /tmp/ghc3507415_0/ghc_164.dyn_o )
[ 69 of 182] Compiling Data.SBV.Tools.KnuckleDragger ( Data/SBV/Tools/KnuckleDragger.hs, /tmp/ghc3507415_0/ghc_168.o, /tmp/ghc3507415_0/ghc_168.dyn_o )
[ 70 of 182] Compiling Data.SBV.Tools.Induction ( Data/SBV/Tools/Induction.hs, nothing )
[ 71 of 182] Compiling Data.SBV.Tools.BVOptimize ( Data/SBV/Tools/BVOptimize.hs, nothing )
[ 72 of 182] Compiling Data.SBV.Tools.BMC ( Data/SBV/Tools/BMC.hs, /tmp/ghc3507415_0/ghc_160.o, /tmp/ghc3507415_0/ghc_160.dyn_o )
[ 73 of 182] Compiling Data.SBV.Dynamic ( Data/SBV/Dynamic.hs, nothing )
[ 74 of 182] Compiling Documentation.SBV.Examples.BitPrecise.BitTricks ( Documentation/SBV/Examples/BitPrecise/BitTricks.hs, nothing )
[ 75 of 182] Compiling Documentation.SBV.Examples.BitPrecise.BrokenSearch ( Documentation/SBV/Examples/BitPrecise/BrokenSearch.hs, nothing )
[ 76 of 182] Compiling Documentation.SBV.Examples.BitPrecise.Legato ( Documentation/SBV/Examples/BitPrecise/Legato.hs, nothing )
[ 77 of 182] Compiling Documentation.SBV.Examples.BitPrecise.MergeSort ( Documentation/SBV/Examples/BitPrecise/MergeSort.hs, nothing )
[ 78 of 182] Compiling Documentation.SBV.Examples.BitPrecise.PEXT_PDEP ( Documentation/SBV/Examples/BitPrecise/PEXT_PDEP.hs, nothing )
[ 79 of 182] Compiling Documentation.SBV.Examples.BitPrecise.PrefixSum ( Documentation/SBV/Examples/BitPrecise/PrefixSum.hs, nothing )
[ 80 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.AddSub ( Documentation/SBV/Examples/CodeGeneration/AddSub.hs, nothing )
[ 81 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.CRC_USB5 ( Documentation/SBV/Examples/CodeGeneration/CRC_USB5.hs, nothing )
[ 82 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.Fibonacci ( Documentation/SBV/Examples/CodeGeneration/Fibonacci.hs, nothing )
[ 83 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.GCD ( Documentation/SBV/Examples/CodeGeneration/GCD.hs, nothing )
[ 84 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.PopulationCount ( Documentation/SBV/Examples/CodeGeneration/PopulationCount.hs, nothing )
[ 85 of 182] Compiling Documentation.SBV.Examples.CodeGeneration.Uninterpreted ( Documentation/SBV/Examples/CodeGeneration/Uninterpreted.hs, nothing )
[ 86 of 182] Compiling Documentation.SBV.Examples.Crypto.AES ( Documentation/SBV/Examples/Crypto/AES.hs, nothing )
[ 87 of 182] Compiling Documentation.SBV.Examples.Crypto.Prince ( Documentation/SBV/Examples/Crypto/Prince.hs, nothing )
[ 88 of 182] Compiling Documentation.SBV.Examples.Crypto.RC4 ( Documentation/SBV/Examples/Crypto/RC4.hs, nothing )
[ 89 of 182] Compiling Documentation.SBV.Examples.Crypto.SHA ( Documentation/SBV/Examples/Crypto/SHA.hs, nothing )
[ 90 of 182] Compiling Documentation.SBV.Examples.DeltaSat.DeltaSat ( Documentation/SBV/Examples/DeltaSat/DeltaSat.hs, nothing )
[ 91 of 182] Compiling Documentation.SBV.Examples.Existentials.Diophantine ( Documentation/SBV/Examples/Existentials/Diophantine.hs, nothing )
[ 92 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Basics ( Documentation/SBV/Examples/KnuckleDragger/Basics.hs, nothing )
[ 93 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.BinarySearch ( Documentation/SBV/Examples/KnuckleDragger/BinarySearch.hs, nothing )
[ 94 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.CaseSplit ( Documentation/SBV/Examples/KnuckleDragger/CaseSplit.hs, nothing )
[ 95 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.InsertionSort ( Documentation/SBV/Examples/KnuckleDragger/InsertionSort.hs, nothing )
[ 96 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Kleene ( Documentation/SBV/Examples/KnuckleDragger/Kleene.hs, nothing )
[ 97 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Lists ( Documentation/SBV/Examples/KnuckleDragger/Lists.hs, nothing )
[ 98 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.MergeSort ( Documentation/SBV/Examples/KnuckleDragger/MergeSort.hs, nothing )
[ 99 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Numeric ( Documentation/SBV/Examples/KnuckleDragger/Numeric.hs, nothing )
[100 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.ShefferStroke ( Documentation/SBV/Examples/KnuckleDragger/ShefferStroke.hs, nothing )
[101 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Sqrt2IsIrrational ( Documentation/SBV/Examples/KnuckleDragger/Sqrt2IsIrrational.hs, nothing )
[102 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.StrongInduction ( Documentation/SBV/Examples/KnuckleDragger/StrongInduction.hs, nothing )
[103 of 182] Compiling Documentation.SBV.Examples.KnuckleDragger.Tao ( Documentation/SBV/Examples/KnuckleDragger/Tao.hs, nothing )
[104 of 182] Compiling Documentation.SBV.Examples.Lists.BoundedMutex ( Documentation/SBV/Examples/Lists/BoundedMutex.hs, nothing )
[105 of 182] Compiling Documentation.SBV.Examples.Lists.CountOutAndTransfer ( Documentation/SBV/Examples/Lists/CountOutAndTransfer.hs, nothing )
[106 of 182] Compiling Documentation.SBV.Examples.Lists.Fibonacci ( Documentation/SBV/Examples/Lists/Fibonacci.hs, nothing )
[107 of 182] Compiling Documentation.SBV.Examples.Misc.Auxiliary ( Documentation/SBV/Examples/Misc/Auxiliary.hs, nothing )
[108 of 182] Compiling Documentation.SBV.Examples.Misc.Definitions ( Documentation/SBV/Examples/Misc/Definitions.hs, nothing )
[109 of 182] Compiling Documentation.SBV.Examples.Misc.Enumerate ( Documentation/SBV/Examples/Misc/Enumerate.hs, nothing )
[110 of 182] Compiling Documentation.SBV.Examples.Misc.FirstOrderLogic ( Documentation/SBV/Examples/Misc/FirstOrderLogic.hs, nothing )
[111 of 182] Compiling Documentation.SBV.Examples.Misc.Floating ( Documentation/SBV/Examples/Misc/Floating.hs, nothing )
[112 of 182] Compiling Documentation.SBV.Examples.Misc.LambdaArray ( Documentation/SBV/Examples/Misc/LambdaArray.hs, nothing )
[113 of 182] Compiling Documentation.SBV.Examples.Misc.ModelExtract ( Documentation/SBV/Examples/Misc/ModelExtract.hs, nothing )
[114 of 182] Compiling Documentation.SBV.Examples.Misc.NestedArray ( Documentation/SBV/Examples/Misc/NestedArray.hs, nothing )
[115 of 182] Compiling Documentation.SBV.Examples.Misc.Newtypes ( Documentation/SBV/Examples/Misc/Newtypes.hs, nothing )
[116 of 182] Compiling Documentation.SBV.Examples.Misc.NoDiv0 ( Documentation/SBV/Examples/Misc/NoDiv0.hs, nothing )
[117 of 182] Compiling Documentation.SBV.Examples.Misc.Polynomials ( Documentation/SBV/Examples/Misc/Polynomials.hs, nothing )
[118 of 182] Compiling Documentation.SBV.Examples.Misc.ProgramPaths ( Documentation/SBV/Examples/Misc/ProgramPaths.hs, nothing )
[119 of 182] Compiling Documentation.SBV.Examples.Misc.SetAlgebra ( Documentation/SBV/Examples/Misc/SetAlgebra.hs, nothing )
[120 of 182] Compiling Documentation.SBV.Examples.Misc.SoftConstrain ( Documentation/SBV/Examples/Misc/SoftConstrain.hs, nothing )
[121 of 182] Compiling Documentation.SBV.Examples.Misc.Tuple ( Documentation/SBV/Examples/Misc/Tuple.hs, nothing )
[122 of 182] Compiling Documentation.SBV.Examples.Optimization.Enumerate ( Documentation/SBV/Examples/Optimization/Enumerate.hs, nothing )
[123 of 182] Compiling Documentation.SBV.Examples.Optimization.ExtField ( Documentation/SBV/Examples/Optimization/ExtField.hs, nothing )
[124 of 182] Compiling Documentation.SBV.Examples.Optimization.LinearOpt ( Documentation/SBV/Examples/Optimization/LinearOpt.hs, nothing )
[125 of 182] Compiling Documentation.SBV.Examples.Optimization.Production ( Documentation/SBV/Examples/Optimization/Production.hs, nothing )
[126 of 182] Compiling Documentation.SBV.Examples.Optimization.VM ( Documentation/SBV/Examples/Optimization/VM.hs, nothing )
[127 of 182] Compiling Documentation.SBV.Examples.ProofTools.AddHorn ( Documentation/SBV/Examples/ProofTools/AddHorn.hs, nothing )
[128 of 182] Compiling Documentation.SBV.Examples.ProofTools.BMC ( Documentation/SBV/Examples/ProofTools/BMC.hs, nothing )
[129 of 182] Compiling Documentation.SBV.Examples.ProofTools.Fibonacci ( Documentation/SBV/Examples/ProofTools/Fibonacci.hs, nothing )
[130 of 182] Compiling Documentation.SBV.Examples.ProofTools.Strengthen ( Documentation/SBV/Examples/ProofTools/Strengthen.hs, nothing )
[131 of 182] Compiling Documentation.SBV.Examples.ProofTools.Sum ( Documentation/SBV/Examples/ProofTools/Sum.hs, nothing )
[132 of 182] Compiling Documentation.SBV.Examples.Puzzles.AOC_2021_24 ( Documentation/SBV/Examples/Puzzles/AOC_2021_24.hs, nothing )
[133 of 182] Compiling Documentation.SBV.Examples.Puzzles.Birthday ( Documentation/SBV/Examples/Puzzles/Birthday.hs, nothing )
[134 of 182] Compiling Documentation.SBV.Examples.Puzzles.Coins ( Documentation/SBV/Examples/Puzzles/Coins.hs, nothing )
[135 of 182] Compiling Documentation.SBV.Examples.Puzzles.Counts ( Documentation/SBV/Examples/Puzzles/Counts.hs, nothing )
[136 of 182] Compiling Documentation.SBV.Examples.Puzzles.DieHard ( Documentation/SBV/Examples/Puzzles/DieHard.hs, nothing )
[137 of 182] Compiling Documentation.SBV.Examples.Puzzles.DogCatMouse ( Documentation/SBV/Examples/Puzzles/DogCatMouse.hs, nothing )
[138 of 182] Compiling Documentation.SBV.Examples.Puzzles.Drinker ( Documentation/SBV/Examples/Puzzles/Drinker.hs, nothing )
[139 of 182] Compiling Documentation.SBV.Examples.Puzzles.Euler185 ( Documentation/SBV/Examples/Puzzles/Euler185.hs, nothing )
[140 of 182] Compiling Documentation.SBV.Examples.Puzzles.Fish ( Documentation/SBV/Examples/Puzzles/Fish.hs, nothing )
[141 of 182] Compiling Documentation.SBV.Examples.Puzzles.Garden ( Documentation/SBV/Examples/Puzzles/Garden.hs, nothing )
[142 of 182] Compiling Documentation.SBV.Examples.Puzzles.HexPuzzle ( Documentation/SBV/Examples/Puzzles/HexPuzzle.hs, nothing )
[143 of 182] Compiling Documentation.SBV.Examples.Puzzles.Jugs ( Documentation/SBV/Examples/Puzzles/Jugs.hs, nothing )
[144 of 182] Compiling Documentation.SBV.Examples.Puzzles.KnightsAndKnaves ( Documentation/SBV/Examples/Puzzles/KnightsAndKnaves.hs, nothing )
[145 of 182] Compiling Documentation.SBV.Examples.Puzzles.LadyAndTigers ( Documentation/SBV/Examples/Puzzles/LadyAndTigers.hs, nothing )
[146 of 182] Compiling Documentation.SBV.Examples.Puzzles.MagicSquare ( Documentation/SBV/Examples/Puzzles/MagicSquare.hs, nothing )
[147 of 182] Compiling Documentation.SBV.Examples.Puzzles.Murder ( Documentation/SBV/Examples/Puzzles/Murder.hs, nothing )
[148 of 182] Compiling Documentation.SBV.Examples.Puzzles.NQueens ( Documentation/SBV/Examples/Puzzles/NQueens.hs, nothing )
[149 of 182] Compiling Documentation.SBV.Examples.Puzzles.Newspaper ( Documentation/SBV/Examples/Puzzles/Newspaper.hs, nothing )
[150 of 182] Compiling Documentation.SBV.Examples.Puzzles.Orangutans ( Documentation/SBV/Examples/Puzzles/Orangutans.hs, nothing )
[151 of 182] Compiling Documentation.SBV.Examples.Puzzles.Rabbits ( Documentation/SBV/Examples/Puzzles/Rabbits.hs, nothing )
[152 of 182] Compiling Documentation.SBV.Examples.Puzzles.SendMoreMoney ( Documentation/SBV/Examples/Puzzles/SendMoreMoney.hs, nothing )
[153 of 182] Compiling Documentation.SBV.Examples.Puzzles.Sudoku ( Documentation/SBV/Examples/Puzzles/Sudoku.hs, nothing )
[154 of 182] Compiling Documentation.SBV.Examples.Puzzles.Tower ( Documentation/SBV/Examples/Puzzles/Tower.hs, nothing )
[155 of 182] Compiling Documentation.SBV.Examples.Puzzles.U2Bridge ( Documentation/SBV/Examples/Puzzles/U2Bridge.hs, nothing )
[156 of 182] Compiling Documentation.SBV.Examples.Queries.Abducts ( Documentation/SBV/Examples/Queries/Abducts.hs, nothing )
[157 of 182] Compiling Documentation.SBV.Examples.Queries.AllSat ( Documentation/SBV/Examples/Queries/AllSat.hs, nothing )
[158 of 182] Compiling Documentation.SBV.Examples.Queries.CaseSplit ( Documentation/SBV/Examples/Queries/CaseSplit.hs, nothing )
[159 of 182] Compiling Documentation.SBV.Examples.Queries.Concurrency ( Documentation/SBV/Examples/Queries/Concurrency.hs, nothing )
[160 of 182] Compiling Documentation.SBV.Examples.Queries.Enums ( Documentation/SBV/Examples/Queries/Enums.hs, nothing )
[161 of 182] Compiling Documentation.SBV.Examples.Queries.FourFours ( Documentation/SBV/Examples/Queries/FourFours.hs, nothing )
[162 of 182] Compiling Documentation.SBV.Examples.Queries.GuessNumber ( Documentation/SBV/Examples/Queries/GuessNumber.hs, nothing )
[163 of 182] Compiling Documentation.SBV.Examples.Queries.Interpolants ( Documentation/SBV/Examples/Queries/Interpolants.hs, nothing )
[164 of 182] Compiling Documentation.SBV.Examples.Queries.UnsatCore ( Documentation/SBV/Examples/Queries/UnsatCore.hs, nothing )
[165 of 182] Compiling Documentation.SBV.Examples.Strings.RegexCrossword ( Documentation/SBV/Examples/Strings/RegexCrossword.hs, nothing )
[166 of 182] Compiling Documentation.SBV.Examples.Strings.SQLInjection ( Documentation/SBV/Examples/Strings/SQLInjection.hs, nothing )
[167 of 182] Compiling Documentation.SBV.Examples.Transformers.SymbolicEval ( Documentation/SBV/Examples/Transformers/SymbolicEval.hs, nothing )
[168 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.AUF ( Documentation/SBV/Examples/Uninterpreted/AUF.hs, nothing )
[169 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Deduce ( Documentation/SBV/Examples/Uninterpreted/Deduce.hs, nothing )
[170 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Function ( Documentation/SBV/Examples/Uninterpreted/Function.hs, nothing )
[171 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Multiply ( Documentation/SBV/Examples/Uninterpreted/Multiply.hs, nothing )
[172 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Shannon ( Documentation/SBV/Examples/Uninterpreted/Shannon.hs, nothing )
[173 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.Sort ( Documentation/SBV/Examples/Uninterpreted/Sort.hs, nothing )
[174 of 182] Compiling Documentation.SBV.Examples.Uninterpreted.UISortAllSat ( Documentation/SBV/Examples/Uninterpreted/UISortAllSat.hs, nothing )
[175 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Append ( Documentation/SBV/Examples/WeakestPreconditions/Append.hs, nothing )
[176 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Basics ( Documentation/SBV/Examples/WeakestPreconditions/Basics.hs, nothing )
[177 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Fib ( Documentation/SBV/Examples/WeakestPreconditions/Fib.hs, nothing )
[178 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.GCD ( Documentation/SBV/Examples/WeakestPreconditions/GCD.hs, nothing )
[179 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntDiv ( Documentation/SBV/Examples/WeakestPreconditions/IntDiv.hs, nothing )
[180 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.IntSqrt ( Documentation/SBV/Examples/WeakestPreconditions/IntSqrt.hs, nothing )
[181 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Length ( Documentation/SBV/Examples/WeakestPreconditions/Length.hs, nothing )
[182 of 182] Compiling Documentation.SBV.Examples.WeakestPreconditions.Sum ( Documentation/SBV/Examples/WeakestPreconditions/Sum.hs, nothing )
Haddock coverage:
 100% ( 15 / 15) in 'Data.SBV.Float'
 100% ( 65 / 65) in 'Data.SBV.Trans.Control'
 100% (  7 /  7) in 'Data.SBV.Tools.GenTest'
 100% ( 23 / 23) in 'Data.SBV.Tuple'
 100% (  5 /  5) in 'Data.SBV.Tools.STree'
 100% (  8 /  8) in 'Data.SBV.Tools.Polynomial'
 100% (  9 /  9) in 'Data.SBV.Tools.Overflow'
 100% ( 35 / 35) in 'Data.SBV.String'
 100% ( 30 / 30) in 'Data.SBV.Set'
 100% (  3 /  3) in 'Data.SBV.Rational'
 100% ( 15 / 15) in 'Data.SBV.Maybe'
 100% ( 52 / 52) in 'Data.SBV.List'
 100% ( 16 / 16) in 'Data.SBV.Either'
 100% ( 35 / 35) in 'Data.SBV.Char'
 100% ( 38 / 38) in 'Data.SBV.RegExp'
 100% ( 66 / 66) in 'Data.SBV.Control'
 100% ( 34 / 34) in 'Data.SBV.Tools.CodeGen'
 100% (296 /296) in 'Data.SBV.Internals'
 100% (286 /286) in 'Data.SBV.Trans'
 100% (494 /494) in 'Data.SBV'
 100% ( 23 / 23) in 'Data.SBV.Tools.WeakestPreconditions'
 100% (  7 /  7) in 'Data.SBV.Tools.Range'
 100% (  3 /  3) in 'Data.SBV.Tools.NaturalInduction'
 100% ( 58 / 58) in 'Data.SBV.Tools.KnuckleDragger'
 100% (  5 /  5) in 'Data.SBV.Tools.Induction'
 100% (  9 /  9) in 'Data.SBV.Tools.BVOptimize'
 100% (  5 /  5) in 'Data.SBV.Tools.BMC'
 100% (188 /188) in 'Data.SBV.Dynamic'
 100% (  7 /  7) in 'Documentation.SBV.Examples.BitPrecise.BitTricks'
 100% (  8 /  8) in 'Documentation.SBV.Examples.BitPrecise.BrokenSearch'
 100% ( 45 / 45) in 'Documentation.SBV.Examples.BitPrecise.Legato'
 100% ( 13 / 13) in 'Documentation.SBV.Examples.BitPrecise.MergeSort'
 100% ( 11 / 11) in 'Documentation.SBV.Examples.BitPrecise.PEXT_PDEP'
 100% ( 15 / 15) in 'Documentation.SBV.Examples.BitPrecise.PrefixSum'
 100% (  3 /  3) in 'Documentation.SBV.Examples.CodeGeneration.AddSub'
 100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.CRC_USB5'
 100% ( 11 / 11) in 'Documentation.SBV.Examples.CodeGeneration.Fibonacci'
 100% ( 10 / 10) in 'Documentation.SBV.Examples.CodeGeneration.GCD'
 100% ( 12 / 12) in 'Documentation.SBV.Examples.CodeGeneration.PopulationCount'
 100% (  5 /  5) in 'Documentation.SBV.Examples.CodeGeneration.Uninterpreted'
 100% ( 94 / 94) in 'Documentation.SBV.Examples.Crypto.AES'
 100% ( 40 / 40) in 'Documentation.SBV.Examples.Crypto.Prince'
 100% ( 19 / 19) in 'Documentation.SBV.Examples.Crypto.RC4'
 100% ( 40 / 40) in 'Documentation.SBV.Examples.Crypto.SHA'
 100% (  2 /  2) in 'Documentation.SBV.Examples.DeltaSat.DeltaSat'
 100% (  9 /  9) in 'Documentation.SBV.Examples.Existentials.Diophantine'
 100% ( 13 / 13) in 'Documentation.SBV.Examples.KnuckleDragger.Basics'
 100% (  9 /  9) in 'Documentation.SBV.Examples.KnuckleDragger.BinarySearch'
 100% (  2 /  2) in 'Documentation.SBV.Examples.KnuckleDragger.CaseSplit'
 100% ( 10 / 10) in 'Documentation.SBV.Examples.KnuckleDragger.InsertionSort'
 100% (  6 /  6) in 'Documentation.SBV.Examples.KnuckleDragger.Kleene'
 100% ( 80 / 80) in 'Documentation.SBV.Examples.KnuckleDragger.Lists'
 100% ( 10 / 10) in 'Documentation.SBV.Examples.KnuckleDragger.MergeSort'
 100% (  7 /  7) in 'Documentation.SBV.Examples.KnuckleDragger.Numeric'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.KnuckleDragger.ShefferStroke'
 100% (  2 /  2) in 'Documentation.SBV.Examples.KnuckleDragger.Sqrt2IsIrrational'
 100% ( 16 / 16) in 'Documentation.SBV.Examples.KnuckleDragger.StrongInduction'
 100% (  4 /  4) in 'Documentation.SBV.Examples.KnuckleDragger.Tao'
 100% ( 11 / 11) in 'Documentation.SBV.Examples.Lists.BoundedMutex'
 100% (  5 /  5) in 'Documentation.SBV.Examples.Lists.CountOutAndTransfer'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Lists.Fibonacci'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Misc.Auxiliary'
 100% ( 19 / 19) in 'Documentation.SBV.Examples.Misc.Definitions'
 100% ( 10 / 10) in 'Documentation.SBV.Examples.Misc.Enumerate'
 100% ( 45 / 45) in 'Documentation.SBV.Examples.Misc.FirstOrderLogic'
 100% ( 12 / 12) in 'Documentation.SBV.Examples.Misc.Floating'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Misc.LambdaArray'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Misc.ModelExtract'
 100% (  2 /  2) in 'Documentation.SBV.Examples.Misc.NestedArray'
 100% (  9 /  9) in 'Documentation.SBV.Examples.Misc.Newtypes'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Misc.NoDiv0'
 100% (  8 /  8) in 'Documentation.SBV.Examples.Misc.Polynomials'
 100% (  6 /  6) in 'Documentation.SBV.Examples.Misc.ProgramPaths'
 100% ( 35 / 35) in 'Documentation.SBV.Examples.Misc.SetAlgebra'
 100% (  2 /  2) in 'Documentation.SBV.Examples.Misc.SoftConstrain'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Misc.Tuple'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.Optimization.Enumerate'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Optimization.ExtField'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Optimization.LinearOpt'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Optimization.Production'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Optimization.VM'
 100% ( 10 / 10) in 'Documentation.SBV.Examples.ProofTools.AddHorn'
 100% (  8 /  8) in 'Documentation.SBV.Examples.ProofTools.BMC'
 100% (  4 /  4) in 'Documentation.SBV.Examples.ProofTools.Fibonacci'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.ProofTools.Strengthen'
 100% (  4 /  4) in 'Documentation.SBV.Examples.ProofTools.Sum'
 100% ( 25 / 25) in 'Documentation.SBV.Examples.Puzzles.AOC_2021_24'
 100% ( 22 / 22) in 'Documentation.SBV.Examples.Puzzles.Birthday'
 100% ( 11 / 11) in 'Documentation.SBV.Examples.Puzzles.Coins'
 100% (  5 /  5) in 'Documentation.SBV.Examples.Puzzles.Counts'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.Puzzles.DieHard'
 100% (  2 /  2) in 'Documentation.SBV.Examples.Puzzles.DogCatMouse'
 100% (  5 /  5) in 'Documentation.SBV.Examples.Puzzles.Drinker'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Puzzles.Euler185'
 100% ( 37 / 37) in 'Documentation.SBV.Examples.Puzzles.Fish'
 100% ( 12 / 12) in 'Documentation.SBV.Examples.Puzzles.Garden'
 100% ( 13 / 13) in 'Documentation.SBV.Examples.Puzzles.HexPuzzle'
 100% (  7 /  7) in 'Documentation.SBV.Examples.Puzzles.Jugs'
 100% ( 20 / 20) in 'Documentation.SBV.Examples.Puzzles.KnightsAndKnaves'
 100% (  2 /  2) in 'Documentation.SBV.Examples.Puzzles.LadyAndTigers'
 100% (  9 /  9) in 'Documentation.SBV.Examples.Puzzles.MagicSquare'
 100% ( 21 / 21) in 'Documentation.SBV.Examples.Puzzles.Murder'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Puzzles.NQueens'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Puzzles.Newspaper'
 100% ( 23 / 23) in 'Documentation.SBV.Examples.Puzzles.Orangutans'
 100% (  8 /  8) in 'Documentation.SBV.Examples.Puzzles.Rabbits'
 100% (  2 /  2) in 'Documentation.SBV.Examples.Puzzles.SendMoreMoney'
 100% ( 18 / 18) in 'Documentation.SBV.Examples.Puzzles.Sudoku'
 100% ( 13 / 13) in 'Documentation.SBV.Examples.Puzzles.Tower'
 100% ( 36 / 36) in 'Documentation.SBV.Examples.Puzzles.U2Bridge'
 100% (  2 /  2) in 'Documentation.SBV.Examples.Queries.Abducts'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Queries.AllSat'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Queries.CaseSplit'
 100% (  9 /  9) in 'Documentation.SBV.Examples.Queries.Concurrency'
 100% ( 11 / 11) in 'Documentation.SBV.Examples.Queries.Enums'
 100% ( 21 / 21) in 'Documentation.SBV.Examples.Queries.FourFours'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Queries.GuessNumber'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Queries.Interpolants'
 100% (  3 /  3) in 'Documentation.SBV.Examples.Queries.UnsatCore'
 100% (  5 /  5) in 'Documentation.SBV.Examples.Strings.RegexCrossword'
 100% ( 12 / 12) in 'Documentation.SBV.Examples.Strings.SQLInjection'
 100% ( 29 / 29) in 'Documentation.SBV.Examples.Transformers.SymbolicEval'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Uninterpreted.AUF'
 100% ( 10 / 10) in 'Documentation.SBV.Examples.Uninterpreted.Deduce'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Uninterpreted.Function'
 100% (  4 /  4) in 'Documentation.SBV.Examples.Uninterpreted.Multiply'
 100% ( 19 / 19) in 'Documentation.SBV.Examples.Uninterpreted.Shannon'
 100% (  6 /  6) in 'Documentation.SBV.Examples.Uninterpreted.Sort'
 100% (  6 /  6) in 'Documentation.SBV.Examples.Uninterpreted.UISortAllSat'
 100% (  9 /  9) in 'Documentation.SBV.Examples.WeakestPreconditions.Append'
 100% ( 16 / 16) in 'Documentation.SBV.Examples.WeakestPreconditions.Basics'
 100% ( 18 / 18) in 'Documentation.SBV.Examples.WeakestPreconditions.Fib'
 100% ( 18 / 18) in 'Documentation.SBV.Examples.WeakestPreconditions.GCD'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.IntDiv'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.IntSqrt'
 100% ( 14 / 14) in 'Documentation.SBV.Examples.WeakestPreconditions.Length'
 100% ( 16 / 16) in 'Documentation.SBV.Examples.WeakestPreconditions.Sum'
Warning: Data.SBV.Trans.Control: could not find link destinations for: 
	- Data.SBV.Control.Types.Rep_CheckSatResult
	- Data.SBV.Core.Symbolic.Name
	- Data.SBV.Utils.SExpr.SExpr
	- Data.SBV.Control.Utils.SMTFunction
	- Data.SBV.Control.Query.Assignment
Warning: Data.SBV.Tuple: could not find link destinations for: 
	- Data.SBV.Tuple.Tuple
	- Data.SBV.Tuple.HasField
	- Data.SBV.Tuple.R:MetricSpaceTuple8
	- Data.SBV.Tuple.R:MetricSpaceTuple7
	- Data.SBV.Tuple.R:MetricSpaceTuple6
	- Data.SBV.Tuple.R:MetricSpaceTuple5
	- Data.SBV.Tuple.R:MetricSpaceTuple4
	- Data.SBV.Tuple.R:MetricSpaceTuple3
	- Data.SBV.Tuple.R:MetricSpaceTuple2
Warning: Data.SBV.Tools.STree: could not find link destinations for: 
	- Data.SBV.Tools.STree.STreeInternal
Warning: Data.SBV.RegExp: could not find link destinations for: 
	- Data.SBV.Core.Symbolic.Rep_RegExp
Warning: Data.SBV.Control: could not find link destinations for: 
	- Data.SBV.Control.Types.Rep_CheckSatResult
	- Data.SBV.Core.Symbolic.Name
	- Data.SBV.Utils.SExpr.SExpr
	- Data.SBV.Control.Utils.SMTFunction
	- Data.SBV.Control.Query.Assignment
Warning: Data.SBV.Internals: could not find link destinations for: 
	- Data.SBV.Core.AlgReals.Rep_AlgReal
	- Data.SBV.Core.AlgReals.Rep_AlgRealPoly
	- Data.SBV.Core.Kind.constructUKind
	- Data.SBV.Core.Kind.Rep_Kind
	- Data.SBV.Core.Concrete.Rep_CV
	- Data.SBV.Core.Concrete.Rep_CVal
	- Data.SBV.Core.Concrete.Rep_ArrayModel
	- Data.SBV.Core.Concrete.Rep_RCSet
	- Data.SBV.Core.Symbolic.SMTEngine
	- Data.SBV.Core.Symbolic.SMTDef
	- Data.SBV.Core.Symbolic.CnstMap
	- Data.SBV.Core.Symbolic.ProgInfo
	- Data.SBV.Core.Symbolic.ResultInp
	- Data.SBV.Core.Symbolic.Name
	- Data.SBV.Core.Symbolic.SetOp
	- Data.SBV.Core.Symbolic.SMTLambda
	- Data.SBV.Core.Symbolic.NROp
	- Data.SBV.Core.Symbolic.SpecialRelOp
	- Data.SBV.Core.Symbolic.SBVContext
	- Data.SBV.Core.Symbolic.Rep_NamedSymVar
	- Data.SBV.Core.Symbolic.Rep_Op
	- Data.SBV.Core.Symbolic.Rep_SeqOp
	- Data.SBV.Core.Symbolic.Rep_StrOp
	- Data.SBV.Core.Symbolic.Rep_RegExOp
	- Data.SBV.Core.Symbolic.Rep_RegExp
	- Data.SBV.Core.Symbolic.Rep_OvOp
	- Data.SBV.Core.Symbolic.Rep_PBOp
	- Data.SBV.Core.Symbolic.Rep_FPOp
	- Data.SBV.Core.Data.skolem
	- Data.SBV.Core.Data.GEqSymbolic
	- Data.SBV.Core.Data.D:R:ItemSBV
	- Data.SBV.Core.Data.D:R:SkolemsToSBV
	- Data.SBV.Core.Data.D:R:NegatesToSBV
	- Data.SBV.Core.Data.Rep_SBV
	- Data.SBV.Core.Model.UIKind
	- Data.SBV.Core.Model.D:R:MetricSpaceIntN
	- Data.SBV.Core.Model.R:MetricSpaceWordN
	- Data.SBV.Core.Model.R:MetricSpaceAlgReal
	- Data.SBV.D:R:QueryResultSBV
	- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
	- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
	- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
	- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
	- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
	- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
	- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
	- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
	- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
	- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
Warning: Data.SBV.Trans: could not find link destinations for: 
	- Data.SBV.Core.AlgReals.Rep_AlgReal
	- Data.SBV.Core.Kind.BVZeroWidth
	- Data.SBV.Core.Kind.constructUKind
	- Data.SBV.Core.Kind.Rep_Kind
	- Data.SBV.Core.Symbolic.SMTEngine
	- Data.SBV.Core.Data.skolem
	- Data.SBV.Core.Data.GEqSymbolic
	- Data.SBV.Core.Data.D:R:ItemSBV
	- Data.SBV.Core.Data.D:R:SkolemsToSBV
	- Data.SBV.Core.Data.D:R:NegatesToSBV
	- Data.SBV.Core.Data.Rep_SBV
	- Data.SBV.Core.Model.UIKind
	- Data.SBV.Core.Model.GMergeable
	- Data.SBV.Core.Model.D:R:MetricSpaceIntN
	- Data.SBV.Core.Model.R:MetricSpaceWordN
	- Data.SBV.Core.Model.R:MetricSpaceAlgReal
	- Data.SBV.Client.BaseIO.ToSizedBV
	- Data.SBV.Client.BaseIO.FromSizedBV
	- Data.SBV.D:R:QueryResultSBV
	- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
	- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
	- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
	- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
	- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
	- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
	- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
	- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
	- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
	- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
Warning: Data.SBV: could not find link destinations for: 
	- Data.SBV.Core.AlgReals.Rep_AlgReal
	- Data.SBV.Core.AlgReals.Rep_RealPoint
	- Data.SBV.Core.Kind.InvalidFloat
	- Data.SBV.Core.Kind.BVZeroWidth
	- Data.SBV.Core.Kind.constructUKind
	- Data.SBV.Core.Kind.Rep_Kind
	- Data.SBV.Core.Concrete.Rep_RCSet
	- Data.SBV.Core.Symbolic.SMTEngine
	- Data.SBV.Core.Data.skolem
	- Data.SBV.Core.Data.GEqSymbolic
	- Data.SBV.Core.Data.D:R:ItemSBV
	- Data.SBV.Core.Data.D:R:SkolemsToFUN
	- Data.SBV.Core.Data.D:R:SkolemsToFUN0
	- Data.SBV.Core.Data.D:R:SkolemsToFUN1
	- Data.SBV.Core.Data.D:R:SkolemsToFUN2
	- Data.SBV.Core.Data.D:R:SkolemsToFUN3
	- Data.SBV.Core.Data.D:R:SkolemsToFUN4
	- Data.SBV.Core.Data.D:R:SkolemsToFUN5
	- Data.SBV.Core.Data.D:R:SkolemsToSBV
	- Data.SBV.Core.Data.D:R:NegatesToFUN
	- Data.SBV.Core.Data.D:R:NegatesToFUN0
	- Data.SBV.Core.Data.D:R:NegatesToFUN1
	- Data.SBV.Core.Data.D:R:NegatesToFUN2
	- Data.SBV.Core.Data.D:R:NegatesToFUN3
	- Data.SBV.Core.Data.D:R:NegatesToFUN4
	- Data.SBV.Core.Data.D:R:NegatesToFUN5
	- Data.SBV.Core.Data.D:R:NegatesToSBV
	- Data.SBV.Core.Data.Rep_SBV
	- Data.SBV.Core.Model.UIKind
	- Data.SBV.Core.Model.GMergeable
	- Data.SBV.Core.Model.minimize
	- Data.SBV.Core.Model.maximize
	- Data.SBV.Core.Model.D:R:MetricSpaceIntN
	- Data.SBV.Core.Model.R:MetricSpaceWordN
	- Data.SBV.Core.Model.D:R:MetricSpaceInt64
	- Data.SBV.Core.Model.D:R:MetricSpaceInt32
	- Data.SBV.Core.Model.D:R:MetricSpaceInt16
	- Data.SBV.Core.Model.D:R:MetricSpaceInt8
	- Data.SBV.Core.Model.R:MetricSpaceAlgReal
	- Data.SBV.Core.Model.R:MetricSpaceInteger
	- Data.SBV.Core.Model.R:MetricSpaceWord64
	- Data.SBV.Core.Model.R:MetricSpaceWord32
	- Data.SBV.Core.Model.R:MetricSpaceWord16
	- Data.SBV.Core.Model.R:MetricSpaceWord8
	- Data.SBV.Core.Model.D:R:MetricSpaceBool
	- Data.SBV.Tuple.R:MetricSpaceTuple8
	- Data.SBV.Tuple.R:MetricSpaceTuple7
	- Data.SBV.Tuple.R:MetricSpaceTuple6
	- Data.SBV.Tuple.R:MetricSpaceTuple5
	- Data.SBV.Tuple.R:MetricSpaceTuple4
	- Data.SBV.Tuple.R:MetricSpaceTuple3
	- Data.SBV.Tuple.R:MetricSpaceTuple2
	- Data.SBV.Core.Floating.D:R:MetricSpaceFloatingPoint
	- Data.SBV.Core.Floating.D:R:MetricSpaceDouble
	- Data.SBV.Core.Floating.D:R:MetricSpaceFloat
	- Data.SBV.Client.BaseIO.ToSizedBV
	- Data.SBV.Client.BaseIO.FromSizedBV
	- Data.SBV.D:R:QueryResultSBV
	- Documentation.SBV.Examples.Optimization.Enumerate.D:R:MetricSpaceDay
	- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
	- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
	- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
	- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
	- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
	- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
	- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
	- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
	- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
	- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
	- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
Warning: Data.SBV.Tools.KnuckleDragger: could not find link destinations for: 
	- Data.SBV.Core.Model.QSaturate
	- Data.SBV.Tools.KD.KnuckleDragger.Contradiction
	- Data.SBV.Tools.KD.KnuckleDragger.Trivial
	- Data.SBV.Tools.KD.KnuckleDragger.ChainStep
	- Data.SBV.Tools.KD.KnuckleDragger.ChainsTo
	- Data.SBV.Tools.KD.KnuckleDragger.HintsTo
	- Data.SBV.Tools.KD.KnuckleDragger.Hinted
	- Data.SBV.Tools.KD.KnuckleDragger.KDProofRaw
	- Data.SBV.Tools.KD.KnuckleDragger.Helper
	- Data.SBV.Tools.KD.KnuckleDragger.Instantiatable
	- Data.SBV.Tools.KD.KnuckleDragger.SInductive
	- Data.SBV.Tools.KD.KnuckleDragger.Inductive
	- Data.SBV.Tools.KD.KnuckleDragger.CalcLemma
Warning: Data.SBV.Dynamic: could not find link destinations for: 
	- Data.SBV.Core.Kind.constructUKind
	- Data.SBV.Core.Kind.Rep_Kind
	- Data.SBV.Core.Concrete.Rep_CV
	- Data.SBV.Core.Concrete.Rep_CVal
	- Data.SBV.Core.Symbolic.SMTEngine
Warning: Documentation.SBV.Examples.BitPrecise.Legato: could not find link destinations for: 
	- Documentation.SBV.Examples.BitPrecise.Legato.Rep_Mostek
Warning: Documentation.SBV.Examples.Optimization.Enumerate: could not find link destinations for: 
	- Documentation.SBV.Examples.Optimization.Enumerate.D:R:MetricSpaceDay
Warning: Documentation.SBV.Examples.ProofTools.BMC: could not find link destinations for: 
	- Documentation.SBV.Examples.ProofTools.BMC.D:R:QueryResultS
Warning: Documentation.SBV.Examples.ProofTools.Fibonacci: could not find link destinations for: 
	- Documentation.SBV.Examples.ProofTools.Fibonacci.D:R:QueryResultS
Warning: Documentation.SBV.Examples.ProofTools.Strengthen: could not find link destinations for: 
	- Documentation.SBV.Examples.ProofTools.Strengthen.D:R:QueryResultS
Warning: Documentation.SBV.Examples.ProofTools.Sum: could not find link destinations for: 
	- Documentation.SBV.Examples.ProofTools.Sum.D:R:QueryResultS
Warning: Documentation.SBV.Examples.Puzzles.DieHard: could not find link destinations for: 
	- Documentation.SBV.Examples.Puzzles.DieHard.D:R:QueryResultState
Warning: Documentation.SBV.Examples.Puzzles.Jugs: could not find link destinations for: 
	- Documentation.SBV.Examples.Puzzles.Jugs.Rep_Jug
Warning: Documentation.SBV.Examples.Puzzles.Orangutans: could not find link destinations for: 
	- Documentation.SBV.Examples.Puzzles.Orangutans.Rep_Assignment
Warning: Documentation.SBV.Examples.Puzzles.U2Bridge: could not find link destinations for: 
	- Documentation.SBV.Examples.Puzzles.U2Bridge.Rep_Status
Warning: Documentation.SBV.Examples.WeakestPreconditions.Append: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.Append.D:R:QueryResultAppS
	- Documentation.SBV.Examples.WeakestPreconditions.Append.Rep_AppS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Basics: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.Basics.D:R:QueryResultIncS
	- Documentation.SBV.Examples.WeakestPreconditions.Basics.Rep_IncS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Fib: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.Fib.D:R:QueryResultFibS
	- Documentation.SBV.Examples.WeakestPreconditions.Fib.Rep_FibS
Warning: Documentation.SBV.Examples.WeakestPreconditions.GCD: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.GCD.D:R:QueryResultGCDS
	- Documentation.SBV.Examples.WeakestPreconditions.GCD.Rep_GCDS
Warning: Documentation.SBV.Examples.WeakestPreconditions.IntDiv: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.D:R:QueryResultDivS
	- Documentation.SBV.Examples.WeakestPreconditions.IntDiv.Rep_DivS
Warning: Documentation.SBV.Examples.WeakestPreconditions.IntSqrt: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.D:R:QueryResultSqrtS
	- Documentation.SBV.Examples.WeakestPreconditions.IntSqrt.Rep_SqrtS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Length: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.Length.D:R:QueryResultLenS
	- Documentation.SBV.Examples.WeakestPreconditions.Length.Rep_LenS
Warning: Documentation.SBV.Examples.WeakestPreconditions.Sum: could not find link destinations for: 
	- Documentation.SBV.Examples.WeakestPreconditions.Sum.D:R:QueryResultSumS
	- Documentation.SBV.Examples.WeakestPreconditions.Sum.Rep_SumS
Documentation created: dist/doc/html/sbv/, dist/doc/html/sbv/sbv.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/sbv-11.6-JG6hsg9hJSgGmeJpjWOn6k
Warning: Unable to strip executable or library
'libHSsbv-11.6-JG6hsg9hJSgGmeJpjWOn6k' (missing the 'strip' program)
Warning: Unable to strip executable or library
'libHSsbv-11.6-JG6hsg9hJSgGmeJpjWOn6k-ghc9.8.4' (missing the 'strip' program)
Completed    sbv-11.6

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.8.4 -O0
In order, the following will be built (use -v for more details):
 - base16-bytestring-1.0.2.0 (lib:base16-bytestring) (requires build)
 - call-stack-0.4.0 (lib:call-stack) (requires build)
 - colour-2.3.6 (lib:colour) (requires build)
 - cryptohash-sha512-0.11.102.0 (lib:cryptohash-sha512) (requires build)
 - hsc2hs-0.68.10 (exe:hsc2hs) (requires download & build)
 - os-string-2.0.7 (lib:os-string) (requires build)
 - prettyprinter-1.7.1 (lib:prettyprinter) (requires build)
 - splitmix-0.1.1 (lib:splitmix) (requires build)
 - syb-0.7.2.4 (lib:syb) (requires build)
 - tagged-0.8.9 (lib:tagged) (requires build)
 - transformers-compat-0.7.2 (lib:transformers-compat) (requires build)
 - unliftio-core-0.2.1.0 (lib:unliftio-core) (requires build)
 - ansi-terminal-types-1.1 (lib:ansi-terminal-types) (requires build)
 - hashable-1.5.0.0 (lib:hashable) (requires build)
 - random-1.3.1 (lib:random) (requires build)
 - ansi-terminal-1.1.2 (lib:ansi-terminal) (requires build)
 - unordered-containers-0.2.20 (lib:unordered-containers) (requires build)
 - libBF-0.6.8 (lib:libBF) (requires build)
 - async-2.2.5 (lib:async) (requires build)
 - temporary-1.3 (lib:temporary) (requires build)
 - QuickCheck-2.15.0.1 (lib:QuickCheck) (requires build)
 - prettyprinter-ansi-terminal-1.1.3 (lib:prettyprinter-ansi-terminal) (requires build)
 - uniplate-1.6.13 (lib:uniplate) (requires build)
 - typed-process-0.2.13.0 (lib:typed-process) (requires download & build)
 - optparse-applicative-0.18.1.0 (lib:optparse-applicative) (requires build)
 - tasty-1.5.3 (lib:tasty) (requires build)
 - tasty-quickcheck-0.11.1 (lib:tasty-quickcheck) (requires download & build)
 - tasty-hunit-0.10.2 (lib:tasty-hunit) (requires build)
 - tasty-golden-2.3.5 (lib:tasty-golden) (requires download & build)
 - sbv-11.6 (first run)
/var/empty/.local: createDirectory: permission denied (Operation not permitted)