Build #1 for selda-sqlite-0.1.7.3
| Package | selda-sqlite-0.1.7.3 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2026-01-08 08:47:11.284412264 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.19.2.0, bytestring-0.12.1.0, direct-sqlite-2.3.29, directory-1.3.8.5, exceptions-0.10.7, selda-0.5.2.1, text-2.1.1, time-1.12.2, uuid-types-1.0.6 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring direct-sqlite-2.3.29...
Preprocessing library for direct-sqlite-2.3.29..
Building library for direct-sqlite-2.3.29..
[1 of 4] Compiling Database.SQLite3.Bindings.Types ( dist/build/Database/SQLite3/Bindings/Types.hs, dist/build/Database/SQLite3/Bindings/Types.o, dist/build/Database/SQLite3/Bindings/Types.dyn_o )
[2 of 4] Compiling Database.SQLite3.Bindings ( Database/SQLite3/Bindings.hs, dist/build/Database/SQLite3/Bindings.o, dist/build/Database/SQLite3/Bindings.dyn_o )
[3 of 4] Compiling Database.SQLite3.Direct ( Database/SQLite3/Direct.hs, dist/build/Database/SQLite3/Direct.o, dist/build/Database/SQLite3/Direct.dyn_o )
[4 of 4] Compiling Database.SQLite3 ( Database/SQLite3.hs, dist/build/Database/SQLite3.o, dist/build/Database/SQLite3.dyn_o )
Preprocessing library for direct-sqlite-2.3.29..
Running Haddock on library for direct-sqlite-2.3.29..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 4] Compiling Database.SQLite3.Bindings.Types ( dist/build/Database/SQLite3/Bindings/Types.hs, nothing )
[2 of 4] Compiling Database.SQLite3.Bindings ( Database/SQLite3/Bindings.hs, nothing )
[3 of 4] Compiling Database.SQLite3.Direct ( Database/SQLite3/Direct.hs, nothing )
[4 of 4] Compiling Database.SQLite3 ( Database/SQLite3.hs, nothing )
Haddock coverage:
78% ( 32 / 41) in 'Database.SQLite3.Bindings.Types'
Missing documentation for:
Module header
encodeError (Database/SQLite3/Bindings/Types.hsc:452)
encodeColumnType (Database/SQLite3/Bindings/Types.hsc:576)
CParamIndex (Database/SQLite3/Bindings/Types.hsc:262)
CColumnIndex (Database/SQLite3/Bindings/Types.hsc:269)
CColumnCount (Database/SQLite3/Bindings/Types.hsc:276)
CNumBytes (Database/SQLite3/Bindings/Types.hsc:278)
c_SQLITE_UTF8 (Database/SQLite3/Bindings/Types.hsc:295)
CArgCount (Database/SQLite3/Bindings/Types.hsc:312)
87% ( 98 /112) in 'Database.SQLite3.Bindings'
Missing documentation for:
Module header
CTraceCallback (Database/SQLite3/Bindings.hs:217)
mkCTraceCallback (Database/SQLite3/Bindings.hs:233)
CExecCallback (Database/SQLite3/Bindings.hs:205)
CFunc (Database/SQLite3/Bindings.hs:406)
CFuncFinal (Database/SQLite3/Bindings.hs:408)
CFuncDestroy (Database/SQLite3/Bindings.hs:410)
mkCFunc (Database/SQLite3/Bindings.hs:412)
mkCFuncFinal (Database/SQLite3/Bindings.hs:415)
mkCFuncDestroy (Database/SQLite3/Bindings.hs:418)
CCompare (Database/SQLite3/Bindings.hs:500)
mkCCompare (Database/SQLite3/Bindings.hs:502)
CWalHook (Database/SQLite3/Bindings.hs:521)
mkCWalHook (Database/SQLite3/Bindings.hs:523)
Warning: 'unsafeUseAsCStringLen' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Database' is ambiguous. It is defined
* at Database/SQLite3/Direct.hs:156:20
* at Database/SQLite3/Direct.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 Database/SQLite3/Direct.hs:156:1
Warning: 'ParamIndex' is ambiguous. It is defined
* at Database/SQLite3/Bindings/Types.hsc:234:22
* at Database/SQLite3/Bindings/Types.hsc:234:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Database/SQLite3/Bindings/Types.hsc:234:1
73% ( 82 /111) in 'Database.SQLite3.Direct'
Missing documentation for:
ExecCallback (Database/SQLite3/Direct.hs:400)
bindInt64 (Database/SQLite3/Direct.hs:561)
bindDouble (Database/SQLite3/Direct.hs:565)
bindText (Database/SQLite3/Direct.hs:569)
bindBlob (Database/SQLite3/Direct.hs:575)
bindZeroBlob (Database/SQLite3/Direct.hs:581)
bindNull (Database/SQLite3/Direct.hs:586)
columnType (Database/SQLite3/Direct.hs:590)
columnInt64 (Database/SQLite3/Direct.hs:594)
columnDouble (Database/SQLite3/Direct.hs:598)
columnText (Database/SQLite3/Direct.hs:602)
columnBlob (Database/SQLite3/Direct.hs:608)
funcArgCount (Database/SQLite3/Direct.hs:759)
funcArgType (Database/SQLite3/Direct.hs:762)
funcArgInt64 (Database/SQLite3/Direct.hs:766)
funcArgDouble (Database/SQLite3/Direct.hs:769)
funcArgText (Database/SQLite3/Direct.hs:772)
funcArgBlob (Database/SQLite3/Direct.hs:778)
funcResultInt64 (Database/SQLite3/Direct.hs:794)
funcResultDouble (Database/SQLite3/Direct.hs:798)
funcResultText (Database/SQLite3/Direct.hs:802)
funcResultBlob (Database/SQLite3/Direct.hs:807)
funcResultZeroBlob (Database/SQLite3/Direct.hs:812)
funcResultNull (Database/SQLite3/Direct.hs:816)
blobReadBuf (Database/SQLite3/Direct.hs:931)
Database (Database/SQLite3/Direct.hs:156)
Statement (Database/SQLite3/Direct.hs:159)
StepResult (Database/SQLite3/Direct.hs:162)
BackupStepResult (Database/SQLite3/Direct.hs:167)
Warning: 'decodeUtf8' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
67% ( 77 /114) in 'Database.SQLite3'
Missing documentation for:
Module header
ExecCallback (Database/SQLite3.hs:463)
bindInt (Database/SQLite3.hs:611)
bindInt64 (Database/SQLite3.hs:618)
bindDouble (Database/SQLite3.hs:606)
bindText (Database/SQLite3.hs:628)
bindBlob (Database/SQLite3.hs:596)
bindZeroBlob (Database/SQLite3.hs:601)
bindNull (Database/SQLite3.hs:623)
column (Database/SQLite3.hs:699)
columns (Database/SQLite3.hs:704)
columnType (Database/SQLite3/Direct.hs:590)
columnInt64 (Database/SQLite3/Direct.hs:594)
columnDouble (Database/SQLite3/Direct.hs:598)
columnBlob (Database/SQLite3/Direct.hs:608)
funcArgCount (Database/SQLite3/Direct.hs:759)
funcArgType (Database/SQLite3/Direct.hs:762)
funcArgInt64 (Database/SQLite3/Direct.hs:766)
funcArgDouble (Database/SQLite3/Direct.hs:769)
funcArgText (Database/SQLite3.hs:769)
funcArgBlob (Database/SQLite3/Direct.hs:778)
funcResultSQLData (Database/SQLite3.hs:774)
funcResultInt64 (Database/SQLite3/Direct.hs:794)
funcResultDouble (Database/SQLite3/Direct.hs:798)
funcResultText (Database/SQLite3.hs:783)
funcResultBlob (Database/SQLite3/Direct.hs:807)
funcResultZeroBlob (Database/SQLite3/Direct.hs:812)
funcResultNull (Database/SQLite3/Direct.hs:816)
blobReadBuf (Database/SQLite3.hs:847)
backupInit (Database/SQLite3.hs:867)
backupFinish (Database/SQLite3.hs:872)
backupStep (Database/SQLite3.hs:877)
Database (Database/SQLite3/Direct.hs:156)
Statement (Database/SQLite3/Direct.hs:159)
SQLData (Database/SQLite3.hs:205)
StepResult (Database/SQLite3/Direct.hs:162)
BackupStepResult (Database/SQLite3/Direct.hs:167)
Warning: Database.SQLite3.Bindings.Types: could not find link destinations for:
- Database.SQLite3.Bindings.Types.Rep_Error
Warning: Database.SQLite3.Direct: could not find link destinations for:
- Database.SQLite3.Bindings.Types.Rep_Error
Warning: Database.SQLite3: could not find link destinations for:
- Database.SQLite3.Bindings.Types.Rep_Error
- Database.SQLite3.Rep_SQLError
- Database.SQLite3.Rep_SQLData
Documentation created: dist/doc/html/direct-sqlite/,
dist/doc/html/direct-sqlite/direct-sqlite.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/direct-sqlite-2.3.29-3s5TLK8n5jg492xYgIbT8J
Completed direct-sqlite-2.3.29
Configuring os-string-2.0.8...
Preprocessing library for os-string-2.0.8..
Building library for os-string-2.0.8..
[ 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.8..
Running Haddock on library for os-string-2.0.8..
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.
95% ( 95 /100) in 'System.OsString.Posix'
Missing documentation for:
Module header
PosixChar (System/OsString/Internal/Types.hs:123)
singleton (System/OsString/Common.hs:526)
empty (System/OsString/Common.hs:529)
concat (System/OsString/Common.hs:737)
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:293:1
You 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:293:1
Warning: 'tail' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:277:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:277:1
Warning: 'init' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:302:1
You 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:302:1
Warning: 'last' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:268:1
You 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:268:1
Warning: 'map' is ambiguous. It is defined
* in GHC.Base
* at System/OsString/Internal.hs:332:1
You 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:332:1
Warning: 'reverse' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:338:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:338:1
Warning: 'foldl' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:354:1
You 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:354:1
Warning: 'foldl1' 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: 'foldr' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:384:1
You 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:384:1
Warning: 'foldr1' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:398:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:398:1
Warning: 'all' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:412:1
You 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:412:1
Warning: 'any' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:419:1
You 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:419:1
Warning: 'replicate' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:434:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:434:1
Warning: 'take' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:476:1
You 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:476:1
Warning: 'length' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:325:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:325:1
Warning: 'drop' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:513:1
You 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:513:1
Warning: 'takeWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:507:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at System/OsString/Internal.hs:507:1
Warning: 'dropWhile' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:535:1
You 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:535:1
Warning: 'break' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:564:1
You 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:564:1
Warning: 'span' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:574:1
You 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:574:1
Warning: 'splitAt' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:599:1
You 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:599:1
Warning: 'elem' is ambiguous. It is defined
* in Data.Foldable
* at System/OsString/Internal.hs:702:1
You 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:702:1
Warning: 'filter' is ambiguous. It is defined
* in GHC.List
* at System/OsString/Internal.hs:720:1
You 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:720:1
94% ( 75 / 79) in 'System.OsString.Internal'
Missing documentation for:
Module header
empty (System/OsString/Internal.hs:233)
singleton (System/OsString/Internal.hs:236)
concat (System/OsString/Internal.hs:425)
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:233)
singleton (System/OsString/Internal.hs:236)
concat (System/OsString/Internal.hs:425)
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% ( 94 / 99) in 'System.OsString.Windows'
Missing documentation for:
Module header
WindowsChar (System/OsString/Internal/Types.hs:117)
singleton (System/OsString/Common.hs:526)
empty (System/OsString/Common.hs:529)
concat (System/OsString/Common.hs:737)
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.8-JLOCx5syZ3qViIHERGXha
Completed os-string-2.0.8
Configuring splitmix-0.1.3.2...
Preprocessing library for splitmix-0.1.3.2..
Building library for splitmix-0.1.3.2..
[1 of 3] 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 )
[2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, dist/build/System/Random/SplitMix.o, dist/build/System/Random/SplitMix.dyn_o )
[3 of 3] 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.3.2..
Running Haddock on library for splitmix-0.1.3.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling System.Random.SplitMix.Init ( src/System/Random/SplitMix/Init.hs, nothing )
[2 of 3] Compiling System.Random.SplitMix ( src/System/Random/SplitMix.hs, nothing )
[3 of 3] 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.3.2-2SXojlwG8icBs6A9ie9EH9
Completed splitmix-0.1.3.2
Configuring hashable-1.5.1.0...
Preprocessing library for hashable-1.5.1.0..
Building library for hashable-1.5.1.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.1.0..
Running Haddock on library for hashable-1.5.1.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:863:17
* at src/Data/Hashable/Class.hs:863:1
You 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:863: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:255)
Hashable2 (src/Data/Hashable/Class.hs:270)
66% ( 6 / 9) in 'Data.Hashable.Generic'
Missing documentation for:
One (src/Data/Hashable/Class.hs:245)
Zero (src/Data/Hashable/Class.hs:244)
HashArgs (src/Data/Hashable/Class.hs:247)
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.1.0-B3HWh9nPMlILQrq8654h2p
Completed hashable-1.5.1.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-4YoyfNE8GMC3bv8ZvDq2uc
Completed random-1.3.1
Configuring uuid-types-1.0.6...
Preprocessing library for uuid-types-1.0.6..
Building library for uuid-types-1.0.6..
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, dist/build/Data/UUID/Types/Internal/Builder.o, dist/build/Data/UUID/Types/Internal/Builder.dyn_o )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, dist/build/Data/UUID/Types/Internal.o, dist/build/Data/UUID/Types/Internal.dyn_o )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, dist/build/Data/UUID/Types.o, dist/build/Data/UUID/Types.dyn_o )
Preprocessing library for uuid-types-1.0.6..
Running Haddock on library for uuid-types-1.0.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Data.UUID.Types.Internal.Builder ( src/Data/UUID/Types/Internal/Builder.hs, nothing )
[2 of 3] Compiling Data.UUID.Types.Internal ( src/Data/UUID/Types/Internal.hs, nothing )
src/Data/UUID/Types/Internal.hs:49:1: warning: [GHC-66111] [-Wunused-imports]
The import of Control.Applicative is redundant
except perhaps to import instances from Control.Applicative
To import instances alone, use: import Control.Applicative()
|
49 | import Control.Applicative ((<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/UUID/Types/Internal.hs:55:1: warning: [GHC-66111] [-Wunused-imports]
The import of Data.Functor is redundant
except perhaps to import instances from Data.Functor
To import instances alone, use: import Data.Functor()
|
55 | import Data.Functor ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 3] Compiling Data.UUID.Types ( src/Data/UUID/Types.hs, nothing )
Haddock coverage:
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
Warning: 'u' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ByteString' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'UUID' is ambiguous. It is defined
* at src/Data/UUID/Types/Internal.hs:81:13
* at src/Data/UUID/Types/Internal.hs:81:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at src/Data/UUID/Types/Internal.hs:81:1
100% ( 23 / 23) in 'Data.UUID.Types'
Documentation created: dist/doc/html/uuid-types/,
dist/doc/html/uuid-types/uuid-types.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uuid-types-1.0.6-8LKcx6KaQ0nEuxpvtMd4f6
Completed uuid-types-1.0.6
Downloading selda-0.5.2.1
Downloaded selda-0.5.2.1
Configuring selda-0.5.2.1...
Preprocessing library for selda-0.5.2.1..
Building library for selda-0.5.2.1..
[ 1 of 31] Compiling Database.Selda.SqlType ( src/Database/Selda/SqlType.hs, dist/build/Database/Selda/SqlType.o, dist/build/Database/Selda/SqlType.dyn_o )
[ 2 of 31] Compiling Database.Selda.SqlRow ( src/Database/Selda/SqlRow.hs, dist/build/Database/Selda/SqlRow.o, dist/build/Database/Selda/SqlRow.dyn_o )
src/Database/Selda/SqlRow.hs:30:27: 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."
|
30 | next = R . state $ \s -> (head s, tail s)
| ^^^^
src/Database/Selda/SqlRow.hs:30:35: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
30 | next = R . state $ \s -> (head s, tail s)
| ^^^^
[ 3 of 31] Compiling Database.Selda.Types ( src/Database/Selda/Types.hs, dist/build/Database/Selda/Types.o, dist/build/Database/Selda/Types.dyn_o )
[ 4 of 31] Compiling Database.Selda.Exp ( src/Database/Selda/Exp.hs, dist/build/Database/Selda/Exp.o, dist/build/Database/Selda/Exp.dyn_o )
[ 5 of 31] Compiling Database.Selda.SQL ( src/Database/Selda/SQL.hs, dist/build/Database/Selda/SQL.o, dist/build/Database/Selda/SQL.dyn_o )
[ 6 of 31] Compiling Database.Selda.Table.Type ( src/Database/Selda/Table/Type.hs, dist/build/Database/Selda/Table/Type.o, dist/build/Database/Selda/Table/Type.dyn_o )
[ 7 of 31] Compiling Database.Selda.Table.Validation ( src/Database/Selda/Table/Validation.hs, dist/build/Database/Selda/Table/Validation.o, dist/build/Database/Selda/Table/Validation.dyn_o )
src/Database/Selda/Table/Validation.hs:102:12: 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."
|
102 | snub = map head . soup
| ^^^^
[ 8 of 31] Compiling Database.Selda.SQL.Print.Config ( src/Database/Selda/SQL/Print/Config.hs, dist/build/Database/Selda/SQL/Print/Config.o, dist/build/Database/Selda/SQL/Print/Config.dyn_o )
[ 9 of 31] Compiling Database.Selda.Table.Compile ( src/Database/Selda/Table/Compile.hs, dist/build/Database/Selda/Table/Compile.o, dist/build/Database/Selda/Table/Compile.dyn_o )
[10 of 31] Compiling Database.Selda.SQL.Print ( src/Database/Selda/SQL/Print.hs, dist/build/Database/Selda/SQL/Print.o, dist/build/Database/Selda/SQL/Print.dyn_o )
src/Database/Selda/SQL/Print.hs:28:12: 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."
|
28 | snub = map head . group . sort
| ^^^^
[11 of 31] Compiling Database.Selda.Query.Type ( src/Database/Selda/Query/Type.hs, dist/build/Database/Selda/Query/Type.o, dist/build/Database/Selda/Query/Type.dyn_o )
[12 of 31] Compiling Database.Selda.Transform ( src/Database/Selda/Transform.hs, dist/build/Database/Selda/Transform.o, dist/build/Database/Selda/Transform.dyn_o )
[13 of 31] Compiling Database.Selda.Column ( src/Database/Selda/Column.hs, dist/build/Database/Selda/Column.o, dist/build/Database/Selda/Column.dyn_o )
[14 of 31] Compiling Database.Selda.Selectors ( src/Database/Selda/Selectors.hs, dist/build/Database/Selda/Selectors.o, dist/build/Database/Selda/Selectors.dyn_o )
[15 of 31] Compiling Database.Selda.Inner ( src/Database/Selda/Inner.hs, dist/build/Database/Selda/Inner.o, dist/build/Database/Selda/Inner.dyn_o )
[16 of 31] Compiling Database.Selda.Generic ( src/Database/Selda/Generic.hs, dist/build/Database/Selda/Generic.o, dist/build/Database/Selda/Generic.dyn_o )
[17 of 31] Compiling Database.Selda.Table ( src/Database/Selda/Table.hs, dist/build/Database/Selda/Table.o, dist/build/Database/Selda/Table.dyn_o )
src/Database/Selda/Table.hs:228:3: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: foreignKeyCascading
|
228 | foreignKeyCascading :: Table t -> Selector t a -> Attribute Selector self b
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[18 of 31] Compiling Database.Selda.Query ( src/Database/Selda/Query.hs, dist/build/Database/Selda/Query.o, dist/build/Database/Selda/Query.dyn_o )
[19 of 31] Compiling Database.Selda.MakeSelectors ( src/Database/Selda/MakeSelectors.hs, dist/build/Database/Selda/MakeSelectors.o, dist/build/Database/Selda/MakeSelectors.dyn_o )
src/Database/Selda/MakeSelectors.hs:73:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
73 | class GSelectors t (f :: * -> *) where
| ^
src/Database/Selda/MakeSelectors.hs:73:31: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
73 | class GSelectors t (f :: * -> *) where
| ^
[20 of 31] Compiling Database.Selda.FieldSelectors ( src/Database/Selda/FieldSelectors.hs, dist/build/Database/Selda/FieldSelectors.o, dist/build/Database/Selda/FieldSelectors.dyn_o )
src/Database/Selda/FieldSelectors.hs:23:32: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
23 | type family GetFieldType (f :: * -> *) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:23:37: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
23 | type family GetFieldType (f :: * -> *) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:23:43: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
23 | type family GetFieldType (f :: * -> *) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:30: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:35: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:44: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:67: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:46:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
46 | data NoSuchSelector (t :: *) (s :: Symbol)
| ^
src/Database/Selda/FieldSelectors.hs:93:33: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
93 | class GRSel (s :: Symbol) (f :: * -> *) where
| ^
src/Database/Selda/FieldSelectors.hs:93:38: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
93 | class GRSel (s :: Symbol) (f :: * -> *) where
| ^
[21 of 31] Compiling Database.Selda.Compile ( src/Database/Selda/Compile.hs, dist/build/Database/Selda/Compile.o, dist/build/Database/Selda/Compile.dyn_o )
src/Database/Selda/Compile.hs:66:22: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
66 | rowlen = length (head rows')
| ^^^^
[22 of 31] Compiling Database.Selda.Debug ( src/Database/Selda/Debug.hs, dist/build/Database/Selda/Debug.o, dist/build/Database/Selda/Debug.dyn_o )
[23 of 31] Compiling Database.Selda.Backend.Internal ( src/Database/Selda/Backend/Internal.hs, dist/build/Database/Selda/Backend/Internal.o, dist/build/Database/Selda/Backend/Internal.dyn_o )
[24 of 31] Compiling Database.Selda.Prepared ( src/Database/Selda/Prepared.hs, dist/build/Database/Selda/Prepared.o, dist/build/Database/Selda/Prepared.dyn_o )
src/Database/Selda/Prepared.hs:49:42: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
49 | Equiv (Query s a) (m [b]) = (Res a ~ b, Backend m ~ s)
| ^
src/Database/Selda/Prepared.hs:49:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
49 | Equiv (Query s a) (m [b]) = (Res a ~ b, Backend m ~ s)
| ^
src/Database/Selda/Prepared.hs:75:39: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
75 | instance (Typeable a, MonadSelda m, a ~ Res (ResultT q), Result (ResultT q)) =>
| ^
[25 of 31] Compiling Database.Selda.Frontend ( src/Database/Selda/Frontend.hs, dist/build/Database/Selda/Frontend.o, dist/build/Database/Selda/Frontend.dyn_o )
[26 of 31] Compiling Database.Selda.Backend ( src/Database/Selda/Backend.hs, dist/build/Database/Selda/Backend.o, dist/build/Database/Selda/Backend.dyn_o )
[27 of 31] Compiling Database.Selda.Unsafe ( src/Database/Selda/Unsafe.hs, dist/build/Database/Selda/Unsafe.o, dist/build/Database/Selda/Unsafe.dyn_o )
src/Database/Selda/Unsafe.hs:146:12: 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."
|
146 | name' <- head <$> rename (Untyped (Col name))
| ^^^^
[28 of 31] Compiling Database.Selda ( src/Database/Selda.hs, dist/build/Database/Selda.o, dist/build/Database/Selda.dyn_o )
[29 of 31] Compiling Database.Selda.Nullable ( src/Database/Selda/Nullable.hs, dist/build/Database/Selda/Nullable.o, dist/build/Database/Selda/Nullable.dyn_o )
[30 of 31] Compiling Database.Selda.Validation ( src/Database/Selda/Validation.hs, dist/build/Database/Selda/Validation.o, dist/build/Database/Selda/Validation.dyn_o )
[31 of 31] Compiling Database.Selda.Migrations ( src/Database/Selda/Migrations.hs, dist/build/Database/Selda/Migrations.o, dist/build/Database/Selda/Migrations.dyn_o )
src/Database/Selda/Migrations.hs:111:54: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
111 | finalState = [diffTable to | Migration _ to _ <- head revSteps]
| ^^^^
Preprocessing library for selda-0.5.2.1..
Running Haddock on library for selda-0.5.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 31] Compiling Database.Selda.SqlType ( src/Database/Selda/SqlType.hs, nothing )
[ 2 of 31] Compiling Database.Selda.SqlRow ( src/Database/Selda/SqlRow.hs, nothing )
src/Database/Selda/SqlRow.hs:30:27: 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."
|
30 | next = R . state $ \s -> (head s, tail s)
| ^^^^
src/Database/Selda/SqlRow.hs:30:35: warning: [GHC-63394] [-Wx-partial]
In the use of tail
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
30 | next = R . state $ \s -> (head s, tail s)
| ^^^^
[ 3 of 31] Compiling Database.Selda.Types ( src/Database/Selda/Types.hs, nothing )
[ 4 of 31] Compiling Database.Selda.Exp ( src/Database/Selda/Exp.hs, nothing )
[ 5 of 31] Compiling Database.Selda.SQL ( src/Database/Selda/SQL.hs, nothing )
[ 6 of 31] Compiling Database.Selda.Table.Type ( src/Database/Selda/Table/Type.hs, nothing )
[ 7 of 31] Compiling Database.Selda.Table.Validation ( src/Database/Selda/Table/Validation.hs, nothing )
src/Database/Selda/Table/Validation.hs:102:12: 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."
|
102 | snub = map head . soup
| ^^^^
[ 8 of 31] Compiling Database.Selda.SQL.Print.Config ( src/Database/Selda/SQL/Print/Config.hs, nothing )
[ 9 of 31] Compiling Database.Selda.Table.Compile ( src/Database/Selda/Table/Compile.hs, nothing )
[10 of 31] Compiling Database.Selda.SQL.Print ( src/Database/Selda/SQL/Print.hs, nothing )
src/Database/Selda/SQL/Print.hs:28:12: 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."
|
28 | snub = map head . group . sort
| ^^^^
[11 of 31] Compiling Database.Selda.Query.Type ( src/Database/Selda/Query/Type.hs, nothing )
[12 of 31] Compiling Database.Selda.Transform ( src/Database/Selda/Transform.hs, nothing )
[13 of 31] Compiling Database.Selda.Column ( src/Database/Selda/Column.hs, nothing )
[14 of 31] Compiling Database.Selda.Selectors ( src/Database/Selda/Selectors.hs, nothing )
[15 of 31] Compiling Database.Selda.Inner ( src/Database/Selda/Inner.hs, nothing )
[16 of 31] Compiling Database.Selda.Generic ( src/Database/Selda/Generic.hs, nothing )
[17 of 31] Compiling Database.Selda.Table ( src/Database/Selda/Table.hs, nothing )
src/Database/Selda/Table.hs:228:3: warning: [GHC-40910] [-Wunused-top-binds]
Defined but not used: foreignKeyCascading
|
228 | foreignKeyCascading :: Table t -> Selector t a -> Attribute Selector self b
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[18 of 31] Compiling Database.Selda.Query ( src/Database/Selda/Query.hs, nothing )
[19 of 31] Compiling Database.Selda.MakeSelectors ( src/Database/Selda/MakeSelectors.hs, nothing )
src/Database/Selda/MakeSelectors.hs:73:26: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
73 | class GSelectors t (f :: * -> *) where
| ^
src/Database/Selda/MakeSelectors.hs:73:31: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
73 | class GSelectors t (f :: * -> *) where
| ^
[20 of 31] Compiling Database.Selda.FieldSelectors ( src/Database/Selda/FieldSelectors.hs, nothing )
src/Database/Selda/FieldSelectors.hs:23:32: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
23 | type family GetFieldType (f :: * -> *) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:23:37: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
23 | type family GetFieldType (f :: * -> *) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:23:43: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
23 | type family GetFieldType (f :: * -> *) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:30: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:35: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:44: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:29:67: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
29 | type family GFieldType (a :: * -> *) (b :: *) (name :: Symbol) :: * where
| ^
src/Database/Selda/FieldSelectors.hs:46:27: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
46 | data NoSuchSelector (t :: *) (s :: Symbol)
| ^
src/Database/Selda/FieldSelectors.hs:93:33: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
93 | class GRSel (s :: Symbol) (f :: * -> *) where
| ^
src/Database/Selda/FieldSelectors.hs:93:38: warning: [GHC-39567] [-Wstar-is-type]
Using * (or its Unicode variant) to mean Data.Kind.Type
relies on the StarIsType extension, which will become
deprecated in the future.
Suggested fix: Use Type from Data.Kind instead.
|
93 | class GRSel (s :: Symbol) (f :: * -> *) where
| ^
[21 of 31] Compiling Database.Selda.Compile ( src/Database/Selda/Compile.hs, nothing )
src/Database/Selda/Compile.hs:66:22: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
66 | rowlen = length (head rows')
| ^^^^
[22 of 31] Compiling Database.Selda.Debug ( src/Database/Selda/Debug.hs, nothing )
[23 of 31] Compiling Database.Selda.Backend.Internal ( src/Database/Selda/Backend/Internal.hs, nothing )
[24 of 31] Compiling Database.Selda.Prepared ( src/Database/Selda/Prepared.hs, nothing )
src/Database/Selda/Prepared.hs:49:42: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
49 | Equiv (Query s a) (m [b]) = (Res a ~ b, Backend m ~ s)
| ^
src/Database/Selda/Prepared.hs:49:57: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
49 | Equiv (Query s a) (m [b]) = (Res a ~ b, Backend m ~ s)
| ^
src/Database/Selda/Prepared.hs:75:39: warning: [GHC-58520] [-Wtype-equality-requires-operators]
The use of ~ without TypeOperators
will become an error in a future GHC release.
Suggested fix: Perhaps you intended to use TypeOperators
|
75 | instance (Typeable a, MonadSelda m, a ~ Res (ResultT q), Result (ResultT q)) =>
| ^
[25 of 31] Compiling Database.Selda.Frontend ( src/Database/Selda/Frontend.hs, nothing )
[26 of 31] Compiling Database.Selda.Backend ( src/Database/Selda/Backend.hs, nothing )
[27 of 31] Compiling Database.Selda.Unsafe ( src/Database/Selda/Unsafe.hs, nothing )
src/Database/Selda/Unsafe.hs:146:12: 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."
|
146 | name' <- head <$> rename (Untyped (Col name))
| ^^^^
[28 of 31] Compiling Database.Selda ( src/Database/Selda.hs, nothing )
[29 of 31] Compiling Database.Selda.Nullable ( src/Database/Selda/Nullable.hs, nothing )
[30 of 31] Compiling Database.Selda.Validation ( src/Database/Selda/Validation.hs, nothing )
[31 of 31] Compiling Database.Selda.Migrations ( src/Database/Selda/Migrations.hs, nothing )
src/Database/Selda/Migrations.hs:111:54: warning: [GHC-63394] [-Wx-partial]
In the use of head
(imported from Prelude, but defined in GHC.List):
"This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
|
111 | finalState = [diffTable to | Migration _ to _ <- head revSteps]
| ^^^^
Haddock coverage:
Warning: 'RowID' is ambiguous. It is defined
* at src/Database/Selda/SqlType.hs:220:17
* at src/Database/Selda/SqlType.hs:220:1
You 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/Database/Selda/SqlType.hs:220:1
Warning: 'def' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
92% ( 24 / 26) in 'Database.Selda.SqlType'
Missing documentation for:
untyped
untypedUuid
Warning: 'indexedUsing' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ValidationError' is ambiguous. It is defined
* at src/Database/Selda/Table/Validation.hs:24:27
* at src/Database/Selda/Table/Validation.hs:24:1
You 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/Database/Selda/Table/Validation.hs:24:1
Warning: 'aggregate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'aggregate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'fun' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'SqlValue' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Aggregate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
100% ( 5 / 5) in 'Database.Selda.MakeSelectors'
Warning: 'querySQLite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'aggregate' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
87% ( 7 / 8) in 'Database.Selda.Debug'
Missing documentation for:
OnError (src/Database/Selda/Table/Compile.hs:32)
Warning: 'indexed' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ColumnInfo' is ambiguous. It is defined
* at src/Database/Selda/Backend/Internal.hs:159:19
* at src/Database/Selda/Backend/Internal.hs:159:1
You 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/Database/Selda/Backend/Internal.hs:159:1
88% ( 31 / 35) in 'Database.Selda.Backend.Internal'
Missing documentation for:
SeldaConnection (src/Database/Selda/Backend/Internal.hs:111)
isAutoPrimary (src/Database/Selda/Table/Type.hs:55)
isPrimary (src/Database/Selda/Table/Type.hs:59)
isUnique (src/Database/Selda/Table/Type.hs:63)
Warning: 'withSQLite' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'def' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
89% ( 33 / 37) in 'Database.Selda.Backend'
Missing documentation for:
SeldaConnection (src/Database/Selda/Backend/Internal.hs:111)
isAutoPrimary (src/Database/Selda/Table/Type.hs:55)
isPrimary (src/Database/Selda/Table/Type.hs:59)
isUnique (src/Database/Selda/Table/Type.hs:63)
94% ( 18 / 19) in 'Database.Selda.Unsafe'
Missing documentation for:
QueryFragment (src/Database/Selda/SQL.hs:16)
90% (174 /193) in 'Database.Selda'
Missing documentation for:
The (src/Database/Selda.hs:327)
Res (src/Database/Selda/Compile.hs:123)
SqlRow (src/Database/Selda/SqlRow.hs:32)
GSqlRow (src/Database/Selda/SqlRow.hs:45)
IsLabel
untyped
untypedUuid
.> (src/Database/Selda.hs:408)
.< (src/Database/Selda.hs:409)
.>= (src/Database/Selda.hs:410)
.<= (src/Database/Selda.hs:411)
.&& (src/Database/Selda.hs:471)
.|| (src/Database/Selda.hs:472)
AggrCols (src/Database/Selda/Inner.hs:65)
Preparable (src/Database/Selda/Prepared.hs:53)
ForeignKey (src/Database/Selda/Table.hs:215)
SelectorLike (src/Database/Selda/Table.hs:153)
Tup (src/Database/Selda/Types.hs:94)
Head (src/Database/Selda/Types.hs:90)
31% ( 5 / 16) in 'Database.Selda.Nullable'
Missing documentation for:
NonNull (src/Database/Selda/Nullable.hs:40)
?== (src/Database/Selda/Nullable.hs:60)
?/= (src/Database/Selda/Nullable.hs:61)
?> (src/Database/Selda/Nullable.hs:62)
?< (src/Database/Selda/Nullable.hs:63)
?>= (src/Database/Selda/Nullable.hs:64)
?<= (src/Database/Selda/Nullable.hs:65)
?+ (src/Database/Selda/Nullable.hs:66)
?- (src/Database/Selda/Nullable.hs:67)
?* (src/Database/Selda/Nullable.hs:68)
?/ (src/Database/Selda/Nullable.hs:69)
Warning: 'ValidationError' is ambiguous. It is defined
* at src/Database/Selda/Table/Validation.hs:24:27
* at src/Database/Selda/Table/Validation.hs:24:1
You 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/Database/Selda/Table/Validation.hs:24:1
100% ( 15 / 15) in 'Database.Selda.Validation'
Warning: 'ValidationError' is ambiguous. It is defined
* at src/Database/Selda/Table/Validation.hs:24:27
* at src/Database/Selda/Table/Validation.hs:24:1
You 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/Database/Selda/Table/Validation.hs:24:1
100% ( 6 / 6) in 'Database.Selda.Migrations'
Warning: Database.Selda.SqlType: could not find link destinations for:
- Database.Selda.SqlType.Rep_UUID'
- Database.Selda.SqlType.Rep_ID
- Database.Selda.SqlType.Rep_RowID
Warning: Database.Selda.MakeSelectors: could not find link destinations for:
- Database.Selda.MakeSelectors.mkSel
- Database.Selda.MakeSelectors.Sels
Warning: Database.Selda.Debug: could not find link destinations for:
- Database.Selda.Compile.compileWith
Warning: Database.Selda.Backend.Internal: could not find link destinations for:
- Database.Selda.Table.Type.ColInfo
- Database.Selda.Backend.Internal.D:R:BackendSeldaT
Warning: Database.Selda.Backend: could not find link destinations for:
- Database.Selda.Table.Type.ColInfo
- Database.Selda.Backend.Internal.D:R:BackendSeldaT
Warning: Database.Selda: could not find link destinations for:
- GHC.Generics.Rep_Fingerprint
- GHC.Generics.Rep_GeneralCategory
- GHC.Generics.Rep_SrcLoc
- GHC.Generics.Rep_Down
- GHC.Generics.Rep_Tuple15
- GHC.Generics.Rep_Tuple14
- GHC.Generics.Rep_Tuple13
- GHC.Generics.Rep_Tuple12
- GHC.Generics.Rep_Tuple11
- GHC.Generics.Rep_Tuple10
- GHC.Generics.Rep_Tuple9
- GHC.Generics.Rep_Tuple8
- GHC.Generics.Rep_Tuple7
- GHC.Generics.Rep_Tuple6
- GHC.Generics.Rep_Tuple5
- GHC.Generics.Rep_Tuple4
- GHC.Generics.Rep_Tuple3
- GHC.Generics.Rep_Tuple2
- GHC.Generics.Rep_Solo
- GHC.Generics.Rep_Unit
- GHC.Generics.Rep_Proxy
- GHC.Generics.Rep_Ordering
- GHC.Generics.Rep_Bool
- GHC.Generics.Rep_Either
- GHC.Generics.Rep_Maybe
- GHC.Generics.Rep_NonEmpty
- GHC.Generics.Rep_List
- GHC.Generics.Rep_Void
- GHC.Generics.Rep_M1
- GHC.Generics.Rep_V1
- GHC.Generics.Rep_U1
- GHC.Generics.Rep_Par1
- GHC.Generics.Rep_Rec1
- GHC.Generics.Rep_K1
- GHC.Generics.Rep_:+:
- GHC.Generics.Rep_:*:
- GHC.Generics.Rep_:.:
- GHC.Generics.Rep_R:UReckWordp
- GHC.Generics.Rep_R:UReckIntp
- GHC.Generics.Rep_R:UReckDoublep
- GHC.Generics.Rep_R:UReckCharp
- GHC.Generics.Rep_R:UReckPtrp
- GHC.Generics.Rep_Fixity
- GHC.Generics.Rep_Associativity
- GHC.Generics.Rep_SourceUnpackedness
- GHC.Generics.Rep_SourceStrictness
- GHC.Generics.Rep_DecidedStrictness
- Data.Semigroup.Internal.Rep_Alt
- Data.Semigroup.Internal.Rep_Product
- Data.Semigroup.Internal.Rep_Sum
- Data.Semigroup.Internal.Rep_Any
- Data.Semigroup.Internal.Rep_All
- Data.Semigroup.Internal.Rep_Endo
- Data.Semigroup.Internal.Rep_Dual
- Data.Monoid.Rep_Ap
- Data.Monoid.Rep_Last
- Data.Monoid.Rep_First
- Data.Functor.Const.Rep_Const
- GHC.RTS.Flags.Rep_RTSFlags
- GHC.RTS.Flags.Rep_ParFlags
- GHC.RTS.Flags.Rep_TickyFlags
- GHC.RTS.Flags.Rep_TraceFlags
- GHC.RTS.Flags.Rep_DoTrace
- GHC.RTS.Flags.Rep_ProfFlags
- GHC.RTS.Flags.Rep_DoHeapProfile
- GHC.RTS.Flags.Rep_CCFlags
- GHC.RTS.Flags.Rep_DoCostCentres
- GHC.RTS.Flags.Rep_DebugFlags
- GHC.RTS.Flags.Rep_MiscFlags
- GHC.RTS.Flags.Rep_ConcFlags
- GHC.RTS.Flags.Rep_GCFlags
- GHC.RTS.Flags.Rep_GiveGCStats
- Data.Functor.Identity.Rep_Identity
- Control.Arrow.Rep_Kleisli
- Control.Applicative.Rep_ZipList
- Control.Applicative.Rep_WrappedArrow
- Control.Applicative.Rep_WrappedMonad
- Data.Version.Rep_Version
- GHC.ByteOrder.Rep_ByteOrder
- GHC.Stats.Rep_RTSStats
- GHC.Stats.Rep_GCDetails
- Data.Semigroup.Rep_WrappedMonoid
- Data.Semigroup.Rep_Last
- Data.Semigroup.Rep_First
- Data.Semigroup.Rep_Arg
- Data.Semigroup.Rep_Max
- Data.Semigroup.Rep_Min
- Data.Complex.Rep_Complex
- Data.Functor.Sum.Rep_Sum
- Data.Functor.Product.Rep_Product
- Data.Functor.Compose.Rep_Compose
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
- Data.Sequence.Internal.Rep_ViewR
- Data.Sequence.Internal.Rep_ViewL
- Data.Sequence.Internal.Rep_Elem
- Data.Sequence.Internal.Rep_Node
- Data.Sequence.Internal.Rep_Digit
- Data.Sequence.Internal.Rep_FingerTree
- Data.Tree.Rep_Tree
- Data.Graph.Rep_SCC
- GHC.Generics.Rep_R:UReckFloatp
- Database.Selda.SqlType.Rep_UUID'
- Database.Selda.SqlType.Rep_ID
- Database.Selda.SqlType.Rep_RowID
- GHC.IO.Exception.Rep_ExitCode
- Data.ByteString.Short.Internal.Rep_ShortByteString
- Data.Set.Internal.MergeSet
- System.OsString.Internal.Types.Hidden.Rep_OsChar
- System.OsString.Internal.Types.Hidden.Rep_OsString
- System.OsString.Internal.Types.Hidden.Rep_PosixChar
- System.OsString.Internal.Types.Hidden.Rep_PosixString
- System.OsString.Internal.Types.Hidden.Rep_WindowsChar
- System.OsString.Internal.Types.Hidden.Rep_WindowsString
- GHC.ForeignSrcLang.Type.Rep_ForeignSrcLang
- GHC.LanguageExtensions.Type.Rep_Extension
- System.OsString.Internal.Types.Rep_OsChar
- System.OsString.Internal.Types.Rep_OsString
- System.OsString.Internal.Types.Rep_PosixChar
- System.OsString.Internal.Types.Rep_PosixString
- System.OsString.Internal.Types.Rep_WindowsChar
- System.OsString.Internal.Types.Rep_WindowsString
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Doc
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Mode
- Text.PrettyPrint.Annotated.HughesPJ.Rep_Style
- Text.PrettyPrint.Annotated.HughesPJ.Rep_TextDetails
- Text.PrettyPrint.HughesPJ.Rep_Doc
- Language.Haskell.TH.Syntax.Rep_AnnLookup
- Language.Haskell.TH.Syntax.Rep_AnnTarget
- Language.Haskell.TH.Syntax.Rep_Bang
- Language.Haskell.TH.Syntax.Rep_BndrVis
- Language.Haskell.TH.Syntax.Rep_Body
- Language.Haskell.TH.Syntax.Rep_Bytes
- Language.Haskell.TH.Syntax.Rep_Callconv
- Language.Haskell.TH.Syntax.Rep_Clause
- Language.Haskell.TH.Syntax.Rep_Con
- Language.Haskell.TH.Syntax.Rep_Dec
- Language.Haskell.TH.Syntax.Rep_DecidedStrictness
- Language.Haskell.TH.Syntax.Rep_DerivClause
- Language.Haskell.TH.Syntax.Rep_DerivStrategy
- Language.Haskell.TH.Syntax.Rep_DocLoc
- Language.Haskell.TH.Syntax.Rep_Exp
- Language.Haskell.TH.Syntax.Rep_FamilyResultSig
- Language.Haskell.TH.Syntax.Rep_FixityDirection
- Language.Haskell.TH.Syntax.Rep_Fixity
- Language.Haskell.TH.Syntax.Rep_Foreign
- Language.Haskell.TH.Syntax.Rep_FunDep
- Language.Haskell.TH.Syntax.Rep_Guard
- Language.Haskell.TH.Syntax.Rep_Info
- Language.Haskell.TH.Syntax.Rep_InjectivityAnn
- Language.Haskell.TH.Syntax.Rep_Inline
- Language.Haskell.TH.Syntax.Rep_Lit
- Language.Haskell.TH.Syntax.Rep_Loc
- Language.Haskell.TH.Syntax.Rep_Match
- Language.Haskell.TH.Syntax.Rep_ModName
- Language.Haskell.TH.Syntax.Rep_ModuleInfo
- Language.Haskell.TH.Syntax.Rep_Module
- Language.Haskell.TH.Syntax.Rep_NameFlavour
- Language.Haskell.TH.Syntax.Rep_NameSpace
- Language.Haskell.TH.Syntax.Rep_Name
- Language.Haskell.TH.Syntax.Rep_OccName
- Language.Haskell.TH.Syntax.Rep_Overlap
- Language.Haskell.TH.Syntax.Rep_Pat
- Language.Haskell.TH.Syntax.Rep_PatSynArgs
- Language.Haskell.TH.Syntax.Rep_PatSynDir
- Language.Haskell.TH.Syntax.Rep_Phases
- Language.Haskell.TH.Syntax.Rep_PkgName
- Language.Haskell.TH.Syntax.Rep_Pragma
- Language.Haskell.TH.Syntax.Rep_Range
- Language.Haskell.TH.Syntax.Rep_Role
- Language.Haskell.TH.Syntax.Rep_RuleBndr
- Language.Haskell.TH.Syntax.Rep_RuleMatch
- Language.Haskell.TH.Syntax.Rep_Safety
- Language.Haskell.TH.Syntax.Rep_SourceStrictness
- Language.Haskell.TH.Syntax.Rep_SourceUnpackedness
- Language.Haskell.TH.Syntax.Rep_Specificity
- Language.Haskell.TH.Syntax.Rep_Stmt
- Language.Haskell.TH.Syntax.Rep_TyLit
- Language.Haskell.TH.Syntax.Rep_TySynEqn
- Language.Haskell.TH.Syntax.Rep_TyVarBndr
- Language.Haskell.TH.Syntax.Rep_Type
- Language.Haskell.TH.Syntax.Rep_TypeFamilyHead
- Control.Monad.Trans.Accum.Rep_AccumT
- Control.Monad.Trans.Cont.Rep_ContT
- Control.Monad.Trans.Except.Rep_ExceptT
- Control.Monad.Trans.Identity.Rep_IdentityT
- Control.Monad.Trans.Maybe.Rep_MaybeT
- Control.Monad.Trans.RWS.CPS.Rep_RWST
- Control.Monad.Trans.RWS.Lazy.Rep_RWST
- Control.Monad.Trans.RWS.Strict.Rep_RWST
- Control.Monad.Trans.Reader.Rep_ReaderT
- Control.Monad.Trans.Select.Rep_SelectT
- Control.Monad.Trans.State.Lazy.Rep_StateT
- Control.Monad.Trans.State.Strict.Rep_StateT
- Control.Monad.Trans.Writer.CPS.Rep_WriterT
- Control.Monad.Trans.Writer.Lazy.Rep_WriterT
- Control.Monad.Trans.Writer.Strict.Rep_WriterT
- Database.Selda.SqlRow.gNextResult
- Database.Selda.SqlRow.gNestedCols
- Database.Selda.SqlRow.ResultReader
- Database.Selda.Types.tupHead
- Database.Selda.Types.Rep_:*:
- Database.Selda.Exp.Exp
- Database.Selda.Exp.UntypedCol
- Database.Selda.Exp.SomeCol
- Database.Selda.SQL.SQL
- Database.Selda.Column.liftC2
- Database.Selda.Column.toTup
- Database.Selda.Column.fromTup
- Database.Selda.Inner.unAggrs
- Database.Selda.Generic.GRelation
- Database.Selda.Table.indices
- Database.Selda.FieldSelectors.GRSel
- Database.Selda.FieldSelectors.NoSuchSelector
- Database.Selda.FieldSelectors.NonError
- Database.Selda.FieldSelectors.GFieldType
- Database.Selda.Compile.toRes
- Database.Selda.Compile.finalCols
- Database.Selda.Backend.Internal.D:R:BackendSeldaT
- Database.Selda.Prepared.mkFun
- Database.Selda.Prepared.mkQuery
- Database.Selda.Prepared.CompResult
- Database.Selda.Prepared.Equiv
- Database.Selda.Prepared.ResultT
- Database.Selda.D:R:TheOnlyRow
- Database.Selda.D:R:TheOnlyOnly
- Database.Selda.D:R:ContainerCola
- Database.Selda.D:R:ContainerAggra
- Database.Selda.Rep_Only
Warning: Database.Selda.Migrations: could not find link destinations for:
- Database.Selda.Migrations.MigrationStep
Documentation created: dist/doc/html/selda/, dist/doc/html/selda/selda.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/selda-0.5.2.1-26GKGcGsdcKH7jDTvLaDSP
Completed selda-0.5.2.1
Downloading selda-sqlite-0.1.7.3
Downloaded selda-sqlite-0.1.7.3
Configuring selda-sqlite-0.1.7.3...
Preprocessing library for selda-sqlite-0.1.7.3..
Building library for selda-sqlite-0.1.7.3..
[1 of 2] Compiling Database.Selda.SQLite.Parser ( src/Database/Selda/SQLite/Parser.hs, dist/build/Database/Selda/SQLite/Parser.o, dist/build/Database/Selda/SQLite/Parser.dyn_o )
[2 of 2] Compiling Database.Selda.SQLite ( src/Database/Selda/SQLite.hs, dist/build/Database/Selda/SQLite.o, dist/build/Database/Selda/SQLite.dyn_o )
src/Database/Selda/SQLite.hs:135:22: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a lambda abstraction:
Patterns of type [SqlValue] not matched:
[]
[_]
[_, _]
(_:_:(SqlInt32 _):_)
...
|
135 | return $ (map (\[_,_,SqlString name] -> name) info, itype)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Database/Selda/SQLite.hs:175:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type Maybe Statement not matched: Nothing
|
175 | let Just stm = fromDynamic hdl
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for selda-sqlite-0.1.7.3..
Running Haddock on library for selda-sqlite-0.1.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Database.Selda.SQLite.Parser ( src/Database/Selda/SQLite/Parser.hs, nothing )
[2 of 2] Compiling Database.Selda.SQLite ( src/Database/Selda/SQLite.hs, nothing )
Haddock coverage:
83% ( 5 / 6) in 'Database.Selda.SQLite'
Missing documentation for:
SQLite (src/Database/Selda/SQLite.hs:26)
Documentation created: dist/doc/html/selda-sqlite/,
dist/doc/html/selda-sqlite/selda-sqlite.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/selda-sqlite-0.1.7.3-GfWCpq10xNZJWeHWkjmhKA
Completed selda-sqlite-0.1.7.3
Test log
[view raw]
Resolving dependencies... No tests to run for all the packages in the project