Build #3 for validity-network-uri-0.0.0.1
| Package | validity-network-uri-0.0.0.1 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2025-12-02 22:40:13.427341122 UTC |
|---|---|
| Compiler | ghc-9.8.4 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.19.2.0, network-uri-2.6.4.2, validity-0.12.1.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
Configuring th-compat-0.1.6...
Preprocessing library for th-compat-0.1.6..
Building library for th-compat-0.1.6..
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, dist/build/Language/Haskell/TH/Syntax/Compat.o, dist/build/Language/Haskell/TH/Syntax/Compat.dyn_o )
Preprocessing library for th-compat-0.1.6..
Running Haddock on library for th-compat-0.1.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Language.Haskell.TH.Syntax.Compat ( src/Language/Haskell/TH/Syntax/Compat.hs, nothing )
Haddock coverage:
Warning: 'Code' is ambiguous. It is defined
* in Language.Haskell.TH.Syntax
* in Language.Haskell.TH.Syntax
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 Language.Haskell.TH.Syntax
Warning: 'm' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'TExp' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lift' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'newNameQuote' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
97% ( 45 / 46) in 'Language.Haskell.TH.Syntax.Compat'
Missing documentation for:
CodeQ
Documentation created: dist/doc/html/th-compat/,
dist/doc/html/th-compat/th-compat.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-compat-0.1.6-3eCsLS8Ko2yHD4T0lSGAtv
Completed th-compat-0.1.6
Configuring validity-0.12.1.0...
Preprocessing library for validity-0.12.1.0..
Building library for validity-0.12.1.0..
[1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, dist/build/Data/Validity.o, dist/build/Data/Validity.dyn_o )
[2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, dist/build/Paths_validity.o, dist/build/Paths_validity.dyn_o )
Preprocessing library for validity-0.12.1.0..
Running Haddock on library for validity-0.12.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Validity ( src/Data/Validity.hs, nothing )
[2 of 2] Compiling Paths_validity ( dist/build/autogen/Paths_validity.hs, nothing )
Haddock coverage:
Warning: 'a' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Validation' is ambiguous. It is defined
* at src/Data/Validity.hs:221:22
* at src/Data/Validity.hs:221:1
You 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/Validity.hs:221:1
68% ( 31 / 45) in 'Data.Validity'
Missing documentation for:
genericValidate (src/Data/Validity.hs:204)
valid (src/Data/Validity.hs:311)
validateCharNotUtf16SurrogateCodePoint (src/Data/Validity.hs:430)
isUtf16SurrogateCodePoint (src/Data/Validity.hs:434)
validateCharNotLineSeparator (src/Data/Validity.hs:437)
isLineSeparator (src/Data/Validity.hs:441)
validateStringSingleLine (src/Data/Validity.hs:447)
isSingleLine (src/Data/Validity.hs:450)
validateNotNaN (src/Data/Validity.hs:552)
validateNotInfinite (src/Data/Validity.hs:555)
validateRatioNotNaN (src/Data/Validity.hs:558)
validateRatioNotInfinite (src/Data/Validity.hs:564)
validateRatioNormalised (src/Data/Validity.hs:571)
ValidationChain (src/Data/Validity.hs:206)
Warning: Data.Validity: could not find link destinations for:
- Data.Foldable1.JoinWith
- Data.Foldable1.FromMaybe
- Data.Foldable1.NonEmptyDList
- Data.Validity.GValidity
- Data.Validity.Rep_Validation
- Data.Validity.Rep_ValidationChain
Documentation created: dist/doc/html/validity/,
dist/doc/html/validity/validity.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/validity-0.12.1.0-4mMwmtpMHGI80KV3KKmPEI
Completed validity-0.12.1.0
Configuring network-uri-2.6.4.2...
Preprocessing library for network-uri-2.6.4.2..
Building library for network-uri-2.6.4.2..
[1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o, dist/build/Network/URI.dyn_o )
Network/URI.hs:1131: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."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: 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."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: 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."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o, dist/build/Network/URI/Lens.dyn_o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o, dist/build/Network/URI/Static.dyn_o )
Preprocessing library for network-uri-2.6.4.2..
Running Haddock on library for network-uri-2.6.4.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Network.URI ( Network/URI.hs, nothing )
Network/URI.hs:1131: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."
|
1131 | if head (uriPath ref) == '/' then
| ^^^^
Network/URI.hs:1437:16: 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."
|
1437 | query = orNull tail . uriQuery
| ^^^^
Network/URI.hs:1441:19: 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."
|
1441 | fragment = orNull tail . uriFragment
| ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, nothing )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, nothing )
Haddock coverage:
Warning: 'URI' is ambiguous. It is defined
* at Network/URI.hs:184:12
* at Network/URI.hs:184:1
You may be able to disambiguate the identifier by qualifying it or
by specifying the type/value namespace explicitly.
Defaulting to the one defined at Network/URI.hs:184:1
77% ( 42 / 54) in 'Network.URI'
Missing documentation for:
uriIsAbsolute (Network/URI.hs:388)
uriIsRelative (Network/URI.hs:391)
uriAuthToString (Network/URI.hs:959)
parseabsoluteURI (Network/URI.hs:1400)
escapeString (Network/URI.hs:1404)
reserved (Network/URI.hs:1408)
unreserved (Network/URI.hs:1412)
scheme (Network/URI.hs:1418)
authority (Network/URI.hs:1425)
path (Network/URI.hs:1433)
query (Network/URI.hs:1437)
fragment (Network/URI.hs:1441)
11% ( 1 / 9) in 'Network.URI.Lens'
Missing documentation for:
uriRegNameLens (Network/URI/Lens.hs:32)
uriUserInfoLens (Network/URI/Lens.hs:35)
uriPortLens (Network/URI/Lens.hs:39)
uriAuthorityLens (Network/URI/Lens.hs:42)
uriSchemeLens (Network/URI/Lens.hs:46)
uriPathLens (Network/URI/Lens.hs:49)
uriQueryLens (Network/URI/Lens.hs:52)
uriFragmentLens (Network/URI/Lens.hs:55)
88% ( 8 / 9) in 'Network.URI.Static'
Missing documentation for:
Module header
Warning: Network.URI: could not find link destinations for:
- Network.URI.Rep_URI
- Network.URI.Rep_URIAuth
Warning: Network.URI.Lens: could not find link destinations for:
- Network.URI.Lens.Lens'
Documentation created: dist/doc/html/network-uri/,
dist/doc/html/network-uri/network-uri.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/network-uri-2.6.4.2-3nNQMBMIiS23GiQ0eN39ga
Completed network-uri-2.6.4.2
Configuring validity-network-uri-0.0.0.1...
Preprocessing library for validity-network-uri-0.0.0.1..
Building library for validity-network-uri-0.0.0.1..
[1 of 2] Compiling Data.Validity.URI ( src/Data/Validity/URI.hs, dist/build/Data/Validity/URI.o, dist/build/Data/Validity/URI.dyn_o )
[2 of 2] Compiling Paths_validity_network_uri ( dist/build/autogen/Paths_validity_network_uri.hs, dist/build/Paths_validity_network_uri.o, dist/build/Paths_validity_network_uri.dyn_o )
Preprocessing library for validity-network-uri-0.0.0.1..
Running Haddock on library for validity-network-uri-0.0.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Data.Validity.URI ( src/Data/Validity/URI.hs, nothing )
[2 of 2] Compiling Paths_validity_network_uri ( dist/build/autogen/Paths_validity_network_uri.hs, nothing )
Haddock coverage:
Warning: 'URI' is ambiguous. It is defined
* in Network.URI
* in Network.URI
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 Network.URI
Warning: 'URIAuth' is ambiguous. It is defined
* in Network.URI
* in Network.URI
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 Network.URI
Warning: Data.Validity.URI: Could not find documentation for exported module: Data.Validity.URI
46% ( 13 / 28) in 'Data.Validity.URI'
Missing documentation for:
validateFragment (src/Data/Validity/URI.hs:334)
charIsALPHA (src/Data/Validity/URI.hs:280)
validateSchemeChar (src/Data/Validity/URI.hs:91)
charIsDIGIT (src/Data/Validity/URI.hs:303)
validateUserInfoChar (src/Data/Validity/URI.hs:129)
charIsUnreserved (src/Data/Validity/URI.hs:217)
charIsPossiblyPartOfPercentEncoding (src/Data/Validity/URI.hs:271)
charIsSubDelim (src/Data/Validity/URI.hs:252)
stringIsIPLiteral (src/Data/Validity/URI.hs:168)
stringIsRegName (src/Data/Validity/URI.hs:173)
isRegNameChar (src/Data/Validity/URI.hs:176)
validatePortChar (src/Data/Validity/URI.hs:210)
charIsReserved (src/Data/Validity/URI.hs:229)
charIsGenDelim (src/Data/Validity/URI.hs:236)
charIsHEXDIG (src/Data/Validity/URI.hs:293)
Documentation created: dist/doc/html/validity-network-uri/,
dist/doc/html/validity-network-uri/validity-network-uri.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/validity-network-uri-0.0.0.1-240erSugfCz8yVMAI0BuT7
Completed validity-network-uri-0.0.0.1
Test log
[view raw]
Resolving dependencies... No tests to run for all the packages in the project