Build #1 for chatty-utils-0.7.3.6

[all reports]

Package chatty-utils-0.7.3.6
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2026-07-31 18:46:40.193663794 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, mtl-2.3.1, text-2.1.1, transformers-0.6.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading  chatty-utils-0.7.3.6
Downloaded   chatty-utils-0.7.3.6
Configuring chatty-utils-0.7.3.6...
Preprocessing library for chatty-utils-0.7.3.6..
Building library for chatty-utils-0.7.3.6..
[ 1 of 11] Compiling Data.Chatty.Counter ( Data/Chatty/Counter.hs, dist/build/Data/Chatty/Counter.o, dist/build/Data/Chatty/Counter.dyn_o )
[ 2 of 11] Compiling Data.Chatty.Fail ( Data/Chatty/Fail.hs, dist/build/Data/Chatty/Fail.o, dist/build/Data/Chatty/Fail.dyn_o )
[ 3 of 11] Compiling Data.Chatty.Hetero ( Data/Chatty/Hetero.hs, dist/build/Data/Chatty/Hetero.o, dist/build/Data/Chatty/Hetero.dyn_o )
[ 4 of 11] Compiling Data.Chatty.ListBuilder ( Data/Chatty/ListBuilder.hs, dist/build/Data/Chatty/ListBuilder.o, dist/build/Data/Chatty/ListBuilder.dyn_o )
[ 5 of 11] Compiling Data.Chatty.None ( Data/Chatty/None.hs, dist/build/Data/Chatty/None.o, dist/build/Data/Chatty/None.dyn_o )
[ 6 of 11] Compiling Data.Chatty.BST  ( Data/Chatty/BST.hs, dist/build/Data/Chatty/BST.o, dist/build/Data/Chatty/BST.dyn_o )
[ 7 of 11] Compiling Data.Chatty.Focus ( Data/Chatty/Focus.hs, dist/build/Data/Chatty/Focus.o, dist/build/Data/Chatty/Focus.dyn_o )
[ 8 of 11] Compiling Data.Chatty.AVL  ( Data/Chatty/AVL.hs, dist/build/Data/Chatty/AVL.o, dist/build/Data/Chatty/AVL.dyn_o )
[ 9 of 11] Compiling Data.Chatty.Graph ( Data/Chatty/Graph.hs, dist/build/Data/Chatty/Graph.o, dist/build/Data/Chatty/Graph.dyn_o )
[10 of 11] Compiling Data.Chatty.Atoms ( Data/Chatty/Atoms.hs, dist/build/Data/Chatty/Atoms.o, dist/build/Data/Chatty/Atoms.dyn_o )
[11 of 11] Compiling Data.Chatty.TST  ( Data/Chatty/TST.hs, dist/build/Data/Chatty/TST.o, dist/build/Data/Chatty/TST.dyn_o )

Data/Chatty/TST.hs:39:5: 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."
   |
39 |   | head cs < c1 = TST c1 a1 f (tstInsert cs a l) r
   |     ^^^^

Data/Chatty/TST.hs:40:5: 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."
   |
40 |   | head cs > c1 = TST c1 a1 f l (tstInsert cs a r)
   |     ^^^^

Data/Chatty/TST.hs:42:39: 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."
   |
42 |   | otherwise = TST c1 a1 (tstInsert (tail cs) a f) l r
   |                                       ^^^^

Data/Chatty/TST.hs:48:5: 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."
   |
48 |   | head cs < c1 = tstLookup cs l
   |     ^^^^

Data/Chatty/TST.hs:49:5: 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."
   |
49 |   | head cs > c1 = tstLookup cs r
   |     ^^^^

Data/Chatty/TST.hs:51:28: 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."
   |
51 |   | otherwise = tstLookup (tail cs) f
   |                            ^^^^
Preprocessing library for chatty-utils-0.7.3.6..
Running Haddock on library for chatty-utils-0.7.3.6..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 11] Compiling Data.Chatty.Counter ( Data/Chatty/Counter.hs, nothing )
[ 2 of 11] Compiling Data.Chatty.Fail ( Data/Chatty/Fail.hs, nothing )
[ 3 of 11] Compiling Data.Chatty.Hetero ( Data/Chatty/Hetero.hs, nothing )
[ 4 of 11] Compiling Data.Chatty.ListBuilder ( Data/Chatty/ListBuilder.hs, nothing )
[ 5 of 11] Compiling Data.Chatty.None ( Data/Chatty/None.hs, nothing )
[ 6 of 11] Compiling Data.Chatty.BST  ( Data/Chatty/BST.hs, nothing )
[ 7 of 11] Compiling Data.Chatty.Focus ( Data/Chatty/Focus.hs, nothing )
[ 8 of 11] Compiling Data.Chatty.AVL  ( Data/Chatty/AVL.hs, nothing )
[ 9 of 11] Compiling Data.Chatty.Graph ( Data/Chatty/Graph.hs, nothing )
[10 of 11] Compiling Data.Chatty.Atoms ( Data/Chatty/Atoms.hs, nothing )
[11 of 11] Compiling Data.Chatty.TST  ( Data/Chatty/TST.hs, nothing )

Data/Chatty/TST.hs:39:5: 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."
   |
39 |   | head cs < c1 = TST c1 a1 f (tstInsert cs a l) r
   |     ^^^^

Data/Chatty/TST.hs:40:5: 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."
   |
40 |   | head cs > c1 = TST c1 a1 f l (tstInsert cs a r)
   |     ^^^^

Data/Chatty/TST.hs:42:39: 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."
   |
42 |   | otherwise = TST c1 a1 (tstInsert (tail cs) a f) l r
   |                                       ^^^^

Data/Chatty/TST.hs:48:5: 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."
   |
48 |   | head cs < c1 = tstLookup cs l
   |     ^^^^

Data/Chatty/TST.hs:49:5: 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."
   |
49 |   | head cs > c1 = tstLookup cs r
   |     ^^^^

Data/Chatty/TST.hs:51:28: 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."
   |
51 |   | otherwise = tstLookup (tail cs) f
   |                            ^^^^
Haddock coverage:
 100% (  4 /  4) in 'Data.Chatty.Counter'
  66% (  2 /  3) in 'Data.Chatty.Fail'
  Missing documentation for:
    Fail (Data/Chatty/Fail.hs:35)
  71% (  5 /  7) in 'Data.Chatty.Hetero'
  Missing documentation for:
    Module header
    Titled (Data/Chatty/Hetero.hs:88)
   0% (  0 / 11) in 'Data.Chatty.ListBuilder'
  Missing documentation for:
    Module header
    ListBuilder (Data/Chatty/ListBuilder.hs:32)
    StrictBuilderT (Data/Chatty/ListBuilder.hs:36)
    StrictBuilder (Data/Chatty/ListBuilder.hs:37)
    strictBuild (Data/Chatty/ListBuilder.hs:57)
    LazyBuilderT (Data/Chatty/ListBuilder.hs:59)
    LazyBuilder (Data/Chatty/ListBuilder.hs:60)
    lazyBuild (Data/Chatty/ListBuilder.hs:80)
    lis (Data/Chatty/ListBuilder.hs:83)
    lit (Data/Chatty/ListBuilder.hs:86)
    >-< (Data/Chatty/ListBuilder.hs:89)
 100% (  8 /  8) in 'Data.Chatty.None'
 100% ( 12 / 12) in 'Data.Chatty.BST'
 100% (  3 /  3) in 'Data.Chatty.Focus'
 100% ( 13 / 13) in 'Data.Chatty.AVL'
Warning: 'Edge' is ambiguous. It is defined
    * at Data/Chatty/Graph.hs:41:17
    * at Data/Chatty/Graph.hs:41:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Chatty/Graph.hs:41:1
Warning: 'Node' is ambiguous. It is defined
    * at Data/Chatty/Graph.hs:38:15
    * at Data/Chatty/Graph.hs:38:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Chatty/Graph.hs:38:1
 100% ( 26 / 26) in 'Data.Chatty.Graph'
  85% (  6 /  7) in 'Data.Chatty.Atoms'
  Missing documentation for:
    Container (Data/Chatty/Atoms.hs:60)
 100% (  6 /  6) in 'Data.Chatty.TST'
Documentation created: dist/doc/html/chatty-utils/,
dist/doc/html/chatty-utils/chatty-utils.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/chatty-utils-0.7.3.6-8iprN9QkEyH3xuvYoGPtq5
Completed    chatty-utils-0.7.3.6

Test log

[view raw]

Resolving dependencies...
No tests to run for all the packages in the project