Build #1 for llvm-pretty-bc-parser-0.5.1.0

[all reports]

Package llvm-pretty-bc-parser-0.5.1.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2025-10-31 22:23:29.8938544 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies array-0.5.8.0, base-4.19.2.0, bytestring-0.12.1.0, containers-0.6.8, fgl-5.8.3.0, llvm-pretty-0.13.1.0, mtl-2.3.1, pretty-1.1.3.6, uniplate-1.6.13, utf8-string-1.0.2, base-4.19.2.0, bytestring-0.12.1.0, fgl-5.8.3.0, fgl-visualize-0.1.0.1, llvm-pretty-0.13.1.0, pretty-1.1.3.6, pretty-show-1.10
Flags -fuzz -regressions

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring dotgen-0.4.3...
Preprocessing library for dotgen-0.4.3..
Building library for dotgen-0.4.3..
[1 of 1] Compiling Text.Dot         ( Text/Dot.hs, dist/build/Text/Dot.o, dist/build/Text/Dot.dyn_o )

Text/Dot.hs:72:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical pure = return definition detected
    in the instance declaration for Applicative Dot.
    Suggested fix:
      Move definition from return to pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
   |
72 |   pure  = return
   |   ^^^^^^^^^^^^^^

Text/Dot.hs:76:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad Dot.
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
   |
76 |   return a = Dot $ \ uq -> ([],uq,a)
   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Preprocessing library for dotgen-0.4.3..
Running Haddock on library for dotgen-0.4.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Text.Dot         ( Text/Dot.hs, nothing )

Text/Dot.hs:72:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical pure = return definition detected
    in the instance declaration for Applicative Dot.
    Suggested fix:
      Move definition from return to pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
   |
72 |   pure  = return
   |   ^^^^^^^^^^^^^^

Text/Dot.hs:76:3: warning: [GHC-22705] [-Wnoncanonical-monad-instances]
    Noncanonical return definition detected
    in the instance declaration for Monad Dot.
    return will eventually be removed in favour of pure
    Suggested fix:
      Either remove definition for return (recommended) or define as return = pure
      See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
   |
76 |   return a = Dot $ \ uq -> ([],uq,a)
   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Haddock coverage:
Warning: 'NodeId' is ambiguous. It is defined
    * at Text/Dot.hs:49:15
    * at Text/Dot.hs:49: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 Text/Dot.hs:49:1
  86% ( 19 / 22) in 'Text.Dot'
  Missing documentation for:
    Dot (Text/Dot.hs:65)
    NodeId (Text/Dot.hs:49)
    showDot (Text/Dot.hs:138)
Documentation created: dist/doc/html/dotgen/, dist/doc/html/dotgen/dotgen.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/dotgen-0.4.3-Dw5TGcfiwHI5hqnX3AgQAI
Completed    dotgen-0.4.3
Configuring fgl-5.8.3.0...
Preprocessing library for fgl-5.8.3.0..
Building library for fgl-5.8.3.0..
[ 1 of 29] Compiling Data.Graph.Inductive.Graph ( Data/Graph/Inductive/Graph.hs, dist/build/Data/Graph/Inductive/Graph.o, dist/build/Data/Graph/Inductive/Graph.dyn_o )

Data/Graph/Inductive/Graph.hs:522:40: 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."
    |
522 |     groupLabels les = toLEdge (toEdge (head les)) (map edgeLabel les)
    |                                        ^^^^
[ 2 of 29] Compiling Data.Graph.Inductive.Internal.Heap ( Data/Graph/Inductive/Internal/Heap.hs, dist/build/Data/Graph/Inductive/Internal/Heap.o, dist/build/Data/Graph/Inductive/Internal/Heap.dyn_o )
[ 3 of 29] Compiling Data.Graph.Inductive.Internal.Queue ( Data/Graph/Inductive/Internal/Queue.hs, dist/build/Data/Graph/Inductive/Internal/Queue.o, dist/build/Data/Graph/Inductive/Internal/Queue.dyn_o )
[ 4 of 29] Compiling Data.Graph.Inductive.Internal.RootPath ( Data/Graph/Inductive/Internal/RootPath.hs, dist/build/Data/Graph/Inductive/Internal/RootPath.o, dist/build/Data/Graph/Inductive/Internal/RootPath.dyn_o )

Data/Graph/Inductive/Internal/RootPath.hs:32:38: 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."
   |
32 | getPath v = reverse . first ((==v) . head)
   |                                      ^^^^
[ 5 of 29] Compiling Data.Graph.Inductive.Internal.Thread ( Data/Graph/Inductive/Internal/Thread.hs, dist/build/Data/Graph/Inductive/Internal/Thread.o, dist/build/Data/Graph/Inductive/Internal/Thread.dyn_o )
[ 6 of 29] Compiling Data.Graph.Inductive.Basic ( Data/Graph/Inductive/Basic.hs, dist/build/Data/Graph/Inductive/Basic.o, dist/build/Data/Graph/Inductive/Basic.dyn_o )
[ 7 of 29] Compiling Data.Graph.Inductive.Monad ( Data/Graph/Inductive/Monad.hs, dist/build/Data/Graph/Inductive/Monad.o, dist/build/Data/Graph/Inductive/Monad.dyn_o )
[ 8 of 29] Compiling Data.Graph.Inductive.Monad.IOArray ( Data/Graph/Inductive/Monad/IOArray.hs, dist/build/Data/Graph/Inductive/Monad/IOArray.o, dist/build/Data/Graph/Inductive/Monad/IOArray.dyn_o )
[ 9 of 29] Compiling Data.Graph.Inductive.Monad.STArray ( Data/Graph/Inductive/Monad/STArray.hs, dist/build/Data/Graph/Inductive/Monad/STArray.o, dist/build/Data/Graph/Inductive/Monad/STArray.dyn_o )
[10 of 29] Compiling Data.Graph.Inductive.NodeMap ( Data/Graph/Inductive/NodeMap.hs, dist/build/Data/Graph/Inductive/NodeMap.o, dist/build/Data/Graph/Inductive/NodeMap.dyn_o )
[11 of 29] Compiling Data.Graph.Inductive.PatriciaTree ( Data/Graph/Inductive/PatriciaTree.hs, dist/build/Data/Graph/Inductive/PatriciaTree.o, dist/build/Data/Graph/Inductive/PatriciaTree.dyn_o )

Data/Graph/Inductive/PatriciaTree.hs:30: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()
   |
30 | import           Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 29] Compiling Data.Graph.Inductive.Example ( Data/Graph/Inductive/Example.hs, dist/build/Data/Graph/Inductive/Example.o, dist/build/Data/Graph/Inductive/Example.dyn_o )
[13 of 29] Compiling Data.Graph.Inductive.Query.ArtPoint ( Data/Graph/Inductive/Query/ArtPoint.hs, dist/build/Data/Graph/Inductive/Query/ArtPoint.o, dist/build/Data/Graph/Inductive/Query/ArtPoint.dyn_o )

Data/Graph/Inductive/Query/ArtPoint.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 | getBackEdges v ls   = map head (filter (elem (v,0)) (tail ls))
   |                           ^^^^

Data/Graph/Inductive/Query/ArtPoint.hs:30:54: 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 | getBackEdges v ls   = map head (filter (elem (v,0)) (tail ls))
   |                                                      ^^^^

Data/Graph/Inductive/Query/ArtPoint.hs:81: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."
   |
81 | getLowTree g v = lowTree (head dfsf)
   |                           ^^^^
[14 of 29] Compiling Data.Graph.Inductive.Query.BFS ( Data/Graph/Inductive/Query/BFS.hs, dist/build/Data/Graph/Inductive/Query/BFS.o, dist/build/Data/Graph/Inductive/Query/BFS.dyn_o )
[15 of 29] Compiling Data.Graph.Inductive.Query.DFS ( Data/Graph/Inductive/Query/DFS.hs, dist/build/Data/Graph/Inductive/Query/DFS.o, dist/build/Data/Graph/Inductive/Query/DFS.dyn_o )
[16 of 29] Compiling Data.Graph.Inductive.Query.BCC ( Data/Graph/Inductive/Query/BCC.hs, dist/build/Data/Graph/Inductive/Query/BCC.o, dist/build/Data/Graph/Inductive/Query/BCC.dyn_o )
[17 of 29] Compiling Data.Graph.Inductive.Query.Dominators ( Data/Graph/Inductive/Query/Dominators.hs, dist/build/Data/Graph/Inductive/Query/Dominators.o, dist/build/Data/Graph/Inductive/Query/Dominators.dyn_o )

Data/Graph/Inductive/Query/Dominators.hs:64:31: 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."
   |
64 |         iD0 = array (1, s-1) (tail $ treeEdges (-1) ntree)
   |                               ^^^^
[18 of 29] Compiling Data.Graph.Inductive.Query.Indep ( Data/Graph/Inductive/Query/Indep.hs, dist/build/Data/Graph/Inductive/Query/Indep.o, dist/build/Data/Graph/Inductive/Query/Indep.dyn_o )
[19 of 29] Compiling Data.Graph.Inductive.Query.MST ( Data/Graph/Inductive/Query/MST.hs, dist/build/Data/Graph/Inductive/Query/MST.o, dist/build/Data/Graph/Inductive/Query/MST.dyn_o )

Data/Graph/Inductive/Query/MST.hs:40:23: 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 | joinPaths p = joinAt (head p) p
   |                       ^^^^
[20 of 29] Compiling Data.Graph.Inductive.Query.MaxFlow ( Data/Graph/Inductive/Query/MaxFlow.hs, dist/build/Data/Graph/Inductive/Query/MaxFlow.o, dist/build/Data/Graph/Inductive/Query/MaxFlow.dyn_o )

Data/Graph/Inductive/Query/MaxFlow.hs:105:52: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
105 |     minC        = minimum (map ((\(_,_,z)->z).snd)(tail augLPath))
    |                                                    ^^^^
[21 of 29] Compiling Data.Graph.Inductive.Query.MaxFlow2 ( Data/Graph/Inductive/Query/MaxFlow2.hs, dist/build/Data/Graph/Inductive/Query/MaxFlow2.o, dist/build/Data/Graph/Inductive/Query/MaxFlow2.dyn_o )

Data/Graph/Inductive/Query/MaxFlow2.hs:80: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."
   |
80 |     filter ((==t) . fst . head) tree
   |                           ^^^^

Data/Graph/Inductive/Query/MaxFlow2.hs:152:61: 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."
    |
152 | augPath g s t = listToMaybe $ map reverse $ filter ((==t) . head) tree
    |                                                             ^^^^

Data/Graph/Inductive/Query/MaxFlow2.hs:255:42: 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."
    |
255 |               (S.fromList (zip justPath (tail justPath)))
    |                                          ^^^^
[22 of 29] Compiling Data.Graph.Inductive.Query.Monad ( Data/Graph/Inductive/Query/Monad.hs, dist/build/Data/Graph/Inductive/Query/Monad.o, dist/build/Data/Graph/Inductive/Query/Monad.dyn_o )
[23 of 29] Compiling Data.Graph.Inductive.Query.SP ( Data/Graph/Inductive/Query/SP.hs, dist/build/Data/Graph/Inductive/Query/SP.o, dist/build/Data/Graph/Inductive/Query/SP.dyn_o )
[24 of 29] Compiling Data.Graph.Inductive.Query.GVD ( Data/Graph/Inductive/Query/GVD.hs, dist/build/Data/Graph/Inductive/Query/GVD.o, dist/build/Data/Graph/Inductive/Query/GVD.dyn_o )

Data/Graph/Inductive/Query/GVD.hs:49:51: 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 | maybePath v = listToMaybe . filter ((v==) . fst . head . unLPath)
   |                                                   ^^^^

Data/Graph/Inductive/Query/GVD.hs:59:29: 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."
   |
59 | nearestDist v = fmap (snd . head . unLPath) . maybePath v
   |                             ^^^^
[25 of 29] Compiling Data.Graph.Inductive.Query.TransClos ( Data/Graph/Inductive/Query/TransClos.hs, dist/build/Data/Graph/Inductive/Query/TransClos.o, dist/build/Data/Graph/Inductive/Query/TransClos.dyn_o )
[26 of 29] Compiling Data.Graph.Inductive.Query ( Data/Graph/Inductive/Query.hs, dist/build/Data/Graph/Inductive/Query.o, dist/build/Data/Graph/Inductive/Query.dyn_o )
[27 of 29] Compiling Data.Graph.Inductive.Tree ( Data/Graph/Inductive/Tree.hs, dist/build/Data/Graph/Inductive/Tree.o, dist/build/Data/Graph/Inductive/Tree.dyn_o )

Data/Graph/Inductive/Tree.hs:16: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()
   |
16 | import           Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[28 of 29] Compiling Paths_fgl        ( dist/build/autogen/Paths_fgl.hs, dist/build/Paths_fgl.o, dist/build/Paths_fgl.dyn_o )
[29 of 29] Compiling Data.Graph.Inductive ( Data/Graph/Inductive.hs, dist/build/Data/Graph/Inductive.o, dist/build/Data/Graph/Inductive.dyn_o )
Preprocessing library for fgl-5.8.3.0..
Running Haddock on library for fgl-5.8.3.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 29] Compiling Data.Graph.Inductive.Graph ( Data/Graph/Inductive/Graph.hs, nothing )

Data/Graph/Inductive/Graph.hs:522:40: 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."
    |
522 |     groupLabels les = toLEdge (toEdge (head les)) (map edgeLabel les)
    |                                        ^^^^
[ 2 of 29] Compiling Data.Graph.Inductive.Internal.Heap ( Data/Graph/Inductive/Internal/Heap.hs, nothing )
[ 3 of 29] Compiling Data.Graph.Inductive.Internal.Queue ( Data/Graph/Inductive/Internal/Queue.hs, nothing )
[ 4 of 29] Compiling Data.Graph.Inductive.Internal.RootPath ( Data/Graph/Inductive/Internal/RootPath.hs, nothing )

Data/Graph/Inductive/Internal/RootPath.hs:32:38: 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."
   |
32 | getPath v = reverse . first ((==v) . head)
   |                                      ^^^^
[ 5 of 29] Compiling Data.Graph.Inductive.Internal.Thread ( Data/Graph/Inductive/Internal/Thread.hs, nothing )
[ 6 of 29] Compiling Data.Graph.Inductive.Basic ( Data/Graph/Inductive/Basic.hs, nothing )
[ 7 of 29] Compiling Data.Graph.Inductive.Monad ( Data/Graph/Inductive/Monad.hs, nothing )
[ 8 of 29] Compiling Data.Graph.Inductive.Monad.IOArray ( Data/Graph/Inductive/Monad/IOArray.hs, nothing )
[ 9 of 29] Compiling Data.Graph.Inductive.Monad.STArray ( Data/Graph/Inductive/Monad/STArray.hs, nothing )
[10 of 29] Compiling Data.Graph.Inductive.NodeMap ( Data/Graph/Inductive/NodeMap.hs, nothing )
[11 of 29] Compiling Data.Graph.Inductive.PatriciaTree ( Data/Graph/Inductive/PatriciaTree.hs, nothing )

Data/Graph/Inductive/PatriciaTree.hs:30: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()
   |
30 | import           Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 29] Compiling Data.Graph.Inductive.Example ( Data/Graph/Inductive/Example.hs, nothing )
[13 of 29] Compiling Data.Graph.Inductive.Query.ArtPoint ( Data/Graph/Inductive/Query/ArtPoint.hs, nothing )

Data/Graph/Inductive/Query/ArtPoint.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 | getBackEdges v ls   = map head (filter (elem (v,0)) (tail ls))
   |                           ^^^^

Data/Graph/Inductive/Query/ArtPoint.hs:30:54: 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 | getBackEdges v ls   = map head (filter (elem (v,0)) (tail ls))
   |                                                      ^^^^

Data/Graph/Inductive/Query/ArtPoint.hs:81: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."
   |
81 | getLowTree g v = lowTree (head dfsf)
   |                           ^^^^
[14 of 29] Compiling Data.Graph.Inductive.Query.BFS ( Data/Graph/Inductive/Query/BFS.hs, nothing )
[15 of 29] Compiling Data.Graph.Inductive.Query.DFS ( Data/Graph/Inductive/Query/DFS.hs, nothing )
[16 of 29] Compiling Data.Graph.Inductive.Query.BCC ( Data/Graph/Inductive/Query/BCC.hs, nothing )
[17 of 29] Compiling Data.Graph.Inductive.Query.Dominators ( Data/Graph/Inductive/Query/Dominators.hs, nothing )

Data/Graph/Inductive/Query/Dominators.hs:64:31: 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."
   |
64 |         iD0 = array (1, s-1) (tail $ treeEdges (-1) ntree)
   |                               ^^^^
[18 of 29] Compiling Data.Graph.Inductive.Query.Indep ( Data/Graph/Inductive/Query/Indep.hs, nothing )
[19 of 29] Compiling Data.Graph.Inductive.Query.MST ( Data/Graph/Inductive/Query/MST.hs, nothing )

Data/Graph/Inductive/Query/MST.hs:40:23: 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 | joinPaths p = joinAt (head p) p
   |                       ^^^^
[20 of 29] Compiling Data.Graph.Inductive.Query.MaxFlow ( Data/Graph/Inductive/Query/MaxFlow.hs, nothing )

Data/Graph/Inductive/Query/MaxFlow.hs:105:52: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
105 |     minC        = minimum (map ((\(_,_,z)->z).snd)(tail augLPath))
    |                                                    ^^^^
[21 of 29] Compiling Data.Graph.Inductive.Query.MaxFlow2 ( Data/Graph/Inductive/Query/MaxFlow2.hs, nothing )

Data/Graph/Inductive/Query/MaxFlow2.hs:80: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."
   |
80 |     filter ((==t) . fst . head) tree
   |                           ^^^^

Data/Graph/Inductive/Query/MaxFlow2.hs:152:61: 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."
    |
152 | augPath g s t = listToMaybe $ map reverse $ filter ((==t) . head) tree
    |                                                             ^^^^

Data/Graph/Inductive/Query/MaxFlow2.hs:255:42: 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."
    |
255 |               (S.fromList (zip justPath (tail justPath)))
    |                                          ^^^^
[22 of 29] Compiling Data.Graph.Inductive.Query.Monad ( Data/Graph/Inductive/Query/Monad.hs, nothing )
[23 of 29] Compiling Data.Graph.Inductive.Query.SP ( Data/Graph/Inductive/Query/SP.hs, nothing )
[24 of 29] Compiling Data.Graph.Inductive.Query.GVD ( Data/Graph/Inductive/Query/GVD.hs, nothing )

Data/Graph/Inductive/Query/GVD.hs:49:51: 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 | maybePath v = listToMaybe . filter ((v==) . fst . head . unLPath)
   |                                                   ^^^^

Data/Graph/Inductive/Query/GVD.hs:59:29: 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."
   |
59 | nearestDist v = fmap (snd . head . unLPath) . maybePath v
   |                             ^^^^
[25 of 29] Compiling Data.Graph.Inductive.Query.TransClos ( Data/Graph/Inductive/Query/TransClos.hs, nothing )
[26 of 29] Compiling Data.Graph.Inductive.Query ( Data/Graph/Inductive/Query.hs, nothing )
[27 of 29] Compiling Data.Graph.Inductive.Tree ( Data/Graph/Inductive/Tree.hs, nothing )

Data/Graph/Inductive/Tree.hs:16: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()
   |
16 | import           Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[28 of 29] Compiling Paths_fgl        ( dist/build/autogen/Paths_fgl.hs, nothing )
[29 of 29] Compiling Data.Graph.Inductive ( Data/Graph/Inductive.hs, nothing )
Haddock coverage:
  97% ( 97 /100) in 'Data.Graph.Inductive.Graph'
  Missing documentation for:
    MContext (Data/Graph/Inductive/Graph.hs:119)
    DynGraph (Data/Graph/Inductive/Graph.hs:181)
    equal (Data/Graph/Inductive/Graph.hs:525)
  16% (  3 / 18) in 'Data.Graph.Inductive.Internal.Heap'
  Missing documentation for:
    Heap (Data/Graph/Inductive/Internal/Heap.hs:21)
    prettyHeap (Data/Graph/Inductive/Internal/Heap.hs:31)
    printPrettyHeap (Data/Graph/Inductive/Internal/Heap.hs:39)
    empty (Data/Graph/Inductive/Internal/Heap.hs:46)
    unit (Data/Graph/Inductive/Internal/Heap.hs:49)
    insert (Data/Graph/Inductive/Internal/Heap.hs:52)
    merge (Data/Graph/Inductive/Internal/Heap.hs:55)
    mergeAll (Data/Graph/Inductive/Internal/Heap.hs:62)
    isEmpty (Data/Graph/Inductive/Internal/Heap.hs:67)
    findMin (Data/Graph/Inductive/Internal/Heap.hs:71)
    deleteMin (Data/Graph/Inductive/Internal/Heap.hs:75)
    splitMin (Data/Graph/Inductive/Internal/Heap.hs:79)
    build (Data/Graph/Inductive/Internal/Heap.hs:89)
    toList (Data/Graph/Inductive/Internal/Heap.hs:92)
    heapsort (Data/Graph/Inductive/Internal/Heap.hs:97)
  22% (  2 /  9) in 'Data.Graph.Inductive.Internal.Queue'
  Missing documentation for:
    Module header
    Queue (Data/Graph/Inductive/Internal/Queue.hs:10)
    mkQueue (Data/Graph/Inductive/Internal/Queue.hs:13)
    queuePut (Data/Graph/Inductive/Internal/Queue.hs:16)
    queuePutList (Data/Graph/Inductive/Internal/Queue.hs:19)
    queueGet (Data/Graph/Inductive/Internal/Queue.hs:22)
    queueEmpty (Data/Graph/Inductive/Internal/Queue.hs:26)
  44% (  4 /  9) in 'Data.Graph.Inductive.Internal.RootPath'
  Missing documentation for:
    RTree (Data/Graph/Inductive/Internal/RootPath.hs:15)
    LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
    getPath (Data/Graph/Inductive/Internal/RootPath.hs:32)
    getLPath (Data/Graph/Inductive/Internal/RootPath.hs:35)
    getLPathNodes (Data/Graph/Inductive/Internal/RootPath.hs:46)
  23% (  3 / 13) in 'Data.Graph.Inductive.Internal.Thread'
  Missing documentation for:
    Split (Data/Graph/Inductive/Internal/Thread.hs:73)
    SplitM (Data/Graph/Inductive/Internal/Thread.hs:106)
    Thread (Data/Graph/Inductive/Internal/Thread.hs:74)
    Collect (Data/Graph/Inductive/Internal/Thread.hs:75)
    threadList' (Data/Graph/Inductive/Internal/Thread.hs:80)
    threadList (Data/Graph/Inductive/Internal/Thread.hs:92)
    threadMaybe' (Data/Graph/Inductive/Internal/Thread.hs:109)
    threadMaybe (Data/Graph/Inductive/Internal/Thread.hs:120)
    splitPar (Data/Graph/Inductive/Internal/Thread.hs:131)
    splitParM (Data/Graph/Inductive/Internal/Thread.hs:136)
 100% ( 18 / 18) in 'Data.Graph.Inductive.Basic'
  47% (  8 / 17) in 'Data.Graph.Inductive.Monad'
  Missing documentation for:
    GraphM (Data/Graph/Inductive/Monad.hs:42)
    nodesM (Data/Graph/Inductive/Monad.hs:107)
    edgesM (Data/Graph/Inductive/Monad.hs:110)
    newNodesM (Data/Graph/Inductive/Monad.hs:113)
    delNodeM (Data/Graph/Inductive/Monad.hs:123)
    delNodesM (Data/Graph/Inductive/Monad.hs:126)
    mkUGraphM (Data/Graph/Inductive/Monad.hs:131)
    contextM (Data/Graph/Inductive/Monad.hs:147)
    labM (Data/Graph/Inductive/Monad.hs:150)
  40% (  4 / 10) in 'Data.Graph.Inductive.Monad.IOArray'
  Missing documentation for:
    SGr (Data/Graph/Inductive/Monad/IOArray.hs:27)
    GraphRep (Data/Graph/Inductive/Monad/IOArray.hs:29)
    Context' (Data/Graph/Inductive/Monad/IOArray.hs:30)
    USGr (Data/Graph/Inductive/Monad/IOArray.hs:32)
    defaultGraphSize (Data/Graph/Inductive/Monad/IOArray.hs:98)
    emptyN (Data/Graph/Inductive/Monad/IOArray.hs:101)
  40% (  4 / 10) in 'Data.Graph.Inductive.Monad.STArray'
  Missing documentation for:
    SGr (Data/Graph/Inductive/Monad/STArray.hs:28)
    GraphRep (Data/Graph/Inductive/Monad/STArray.hs:30)
    Context' (Data/Graph/Inductive/Monad/STArray.hs:31)
    USGr (Data/Graph/Inductive/Monad/STArray.hs:33)
    defaultGraphSize (Data/Graph/Inductive/Monad/STArray.hs:98)
    emptyN (Data/Graph/Inductive/Monad/STArray.hs:101)
Warning: 'NodeMap' is ambiguous. It is defined
    * at Data/Graph/Inductive/NodeMap.hs:45:5
    * at Data/Graph/Inductive/NodeMap.hs:44:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Graph/Inductive/NodeMap.hs:44:1
  63% ( 31 / 49) in 'Data.Graph.Inductive.NodeMap'
  Missing documentation for:
    NodeMap (Data/Graph/Inductive/NodeMap.hs:44)
    insMapNode (Data/Graph/Inductive/NodeMap.hs:124)
    insMapNode_ (Data/Graph/Inductive/NodeMap.hs:136)
    delMapNode (Data/Graph/Inductive/NodeMap.hs:147)
    insMapNodes (Data/Graph/Inductive/NodeMap.hs:158)
    insMapNodes_ (Data/Graph/Inductive/NodeMap.hs:163)
    delMapNodes (Data/Graph/Inductive/NodeMap.hs:174)
    mkNodesM (Data/Graph/Inductive/NodeMap.hs:263)
    mkEdgeM (Data/Graph/Inductive/NodeMap.hs:266)
    mkEdgesM (Data/Graph/Inductive/NodeMap.hs:269)
    insMapNodeM (Data/Graph/Inductive/NodeMap.hs:272)
    insMapEdgeM (Data/Graph/Inductive/NodeMap.hs:275)
    delMapNodeM (Data/Graph/Inductive/NodeMap.hs:278)
    delMapEdgeM (Data/Graph/Inductive/NodeMap.hs:281)
    insMapNodesM (Data/Graph/Inductive/NodeMap.hs:284)
    insMapEdgesM (Data/Graph/Inductive/NodeMap.hs:287)
    delMapNodesM (Data/Graph/Inductive/NodeMap.hs:290)
    delMapEdgesM (Data/Graph/Inductive/NodeMap.hs:293)
  33% (  1 /  3) in 'Data.Graph.Inductive.PatriciaTree'
  Missing documentation for:
    Gr (Data/Graph/Inductive/PatriciaTree.hs:61)
    UGr (Data/Graph/Inductive/PatriciaTree.hs:69)
  22% ( 14 / 61) in 'Data.Graph.Inductive.Example'
  Missing documentation for:
    a (Data/Graph/Inductive/Example.hs:53)
    b (Data/Graph/Inductive/Example.hs:54)
    c (Data/Graph/Inductive/Example.hs:55)
    e (Data/Graph/Inductive/Example.hs:56)
    loop (Data/Graph/Inductive/Example.hs:59)
    ab (Data/Graph/Inductive/Example.hs:60)
    abb (Data/Graph/Inductive/Example.hs:61)
    dag3 (Data/Graph/Inductive/Example.hs:68)
    e3 (Data/Graph/Inductive/Example.hs:57)
    cyc3 (Data/Graph/Inductive/Example.hs:63)
    g3 (Data/Graph/Inductive/Example.hs:74)
    g3b (Data/Graph/Inductive/Example.hs:77)
    dag4 (Data/Graph/Inductive/Example.hs:69)
    d1 (Data/Graph/Inductive/Example.hs:71)
    d3 (Data/Graph/Inductive/Example.hs:72)
    a' (Data/Graph/Inductive/Example.hs:87)
    b' (Data/Graph/Inductive/Example.hs:88)
    c' (Data/Graph/Inductive/Example.hs:89)
    e' (Data/Graph/Inductive/Example.hs:90)
    loop' (Data/Graph/Inductive/Example.hs:93)
    ab' (Data/Graph/Inductive/Example.hs:94)
    abb' (Data/Graph/Inductive/Example.hs:96)
    dag3' (Data/Graph/Inductive/Example.hs:98)
    e3' (Data/Graph/Inductive/Example.hs:91)
    dag4' (Data/Graph/Inductive/Example.hs:99)
    d1' (Data/Graph/Inductive/Example.hs:101)
    d3' (Data/Graph/Inductive/Example.hs:102)
    ucycle (Data/Graph/Inductive/Example.hs:105)
    star (Data/Graph/Inductive/Example.hs:109)
    ucycleM (Data/Graph/Inductive/Example.hs:112)
    starM (Data/Graph/Inductive/Example.hs:116)
    clr479 (Data/Graph/Inductive/Example.hs:126)
    clr489 (Data/Graph/Inductive/Example.hs:131)
    clr486 (Data/Graph/Inductive/Example.hs:128)
    clr508 (Data/Graph/Inductive/Example.hs:134)
    clr528 (Data/Graph/Inductive/Example.hs:137)
    clr595 (Data/Graph/Inductive/Example.hs:140)
    gr1 (Data/Graph/Inductive/Example.hs:143)
    kin248 (Data/Graph/Inductive/Example.hs:147)
    vor (Data/Graph/Inductive/Example.hs:153)
    clr479' (Data/Graph/Inductive/Example.hs:165)
    clr489' (Data/Graph/Inductive/Example.hs:170)
    clr486' (Data/Graph/Inductive/Example.hs:167)
    clr508' (Data/Graph/Inductive/Example.hs:173)
    clr528' (Data/Graph/Inductive/Example.hs:176)
    kin248' (Data/Graph/Inductive/Example.hs:179)
    vor' (Data/Graph/Inductive/Example.hs:185)
  50% (  1 /  2) in 'Data.Graph.Inductive.Query.ArtPoint'
  Missing documentation for:
    Module header
  31% (  6 / 19) in 'Data.Graph.Inductive.Query.BFS'
  Missing documentation for:
    bfs (Data/Graph/Inductive/Query/BFS.hs:48)
    bfsn (Data/Graph/Inductive/Query/BFS.hs:42)
    bfsWith (Data/Graph/Inductive/Query/BFS.hs:45)
    bfsnWith (Data/Graph/Inductive/Query/BFS.hs:39)
    level (Data/Graph/Inductive/Query/BFS.hs:54)
    leveln (Data/Graph/Inductive/Query/BFS.hs:60)
    bfe (Data/Graph/Inductive/Query/BFS.hs:82)
    bfen (Data/Graph/Inductive/Query/BFS.hs:79)
    bft (Data/Graph/Inductive/Query/BFS.hs:105)
    lbft (Data/Graph/Inductive/Query/BFS.hs:126)
    RTree (Data/Graph/Inductive/Internal/RootPath.hs:15)
    esp (Data/Graph/Inductive/Query/BFS.hs:118)
    lesp (Data/Graph/Inductive/Query/BFS.hs:142)
Warning: 'Node' is ambiguous. It is defined
    * in Data.Tree
    * at Data/Graph/Inductive/Graph.hs:78: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/Graph/Inductive/Graph.hs:78:1
  60% ( 23 / 38) in 'Data.Graph.Inductive.Query.DFS'
  Missing documentation for:
    CFun (Data/Graph/Inductive/Query/DFS.hs:63)
    dfs' (Data/Graph/Inductive/Query/DFS.hs:100)
    dff' (Data/Graph/Inductive/Query/DFS.hs:163)
    dfsWith (Data/Graph/Inductive/Query/DFS.hs:94)
    dfsWith' (Data/Graph/Inductive/Query/DFS.hs:97)
    dffWith (Data/Graph/Inductive/Query/DFS.hs:157)
    dffWith' (Data/Graph/Inductive/Query/DFS.hs:160)
    udfs' (Data/Graph/Inductive/Query/DFS.hs:109)
    udff' (Data/Graph/Inductive/Query/DFS.hs:179)
    udffWith (Data/Graph/Inductive/Query/DFS.hs:173)
    udffWith' (Data/Graph/Inductive/Query/DFS.hs:176)
    rdff' (Data/Graph/Inductive/Query/DFS.hs:193)
    rdfs' (Data/Graph/Inductive/Query/DFS.hs:117)
    rdffWith (Data/Graph/Inductive/Query/DFS.hs:187)
    rdffWith' (Data/Graph/Inductive/Query/DFS.hs:190)
  50% (  1 /  2) in 'Data.Graph.Inductive.Query.BCC'
  Missing documentation for:
    Module header
  66% (  2 /  3) in 'Data.Graph.Inductive.Query.Dominators'
  Missing documentation for:
    Module header
 100% (  3 /  3) in 'Data.Graph.Inductive.Query.Indep'
  42% (  3 /  7) in 'Data.Graph.Inductive.Query.MST'
  Missing documentation for:
    msTreeAt (Data/Graph/Inductive/Query/MST.hs:31)
    msTree (Data/Graph/Inductive/Query/MST.hs:34)
    msPath (Data/Graph/Inductive/Query/MST.hs:37)
    LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
 100% (  9 /  9) in 'Data.Graph.Inductive.Query.MaxFlow'
  20% (  1 /  5) in 'Data.Graph.Inductive.Query.MaxFlow2'
  Missing documentation for:
    Network (Data/Graph/Inductive/Query/MaxFlow2.hs:24)
    ekSimple (Data/Graph/Inductive/Query/MaxFlow2.hs:227)
    ekFused (Data/Graph/Inductive/Query/MaxFlow2.hs:138)
    ekList (Data/Graph/Inductive/Query/MaxFlow2.hs:260)
  30% ( 13 / 43) in 'Data.Graph.Inductive.Query.Monad'
  Missing documentation for:
    mapFst (Data/Graph/Inductive/Query/Monad.hs:44)
    mapSnd (Data/Graph/Inductive/Query/Monad.hs:46)
    >< (Data/Graph/Inductive/Query/Monad.hs:50)
    orP (Data/Graph/Inductive/Query/Monad.hs:53)
    GT (Data/Graph/Inductive/Query/Monad.hs:60)
    apply (Data/Graph/Inductive/Query/Monad.hs:63)
    apply' (Data/Graph/Inductive/Query/Monad.hs:66)
    applyWith (Data/Graph/Inductive/Query/Monad.hs:69)
    applyWith' (Data/Graph/Inductive/Query/Monad.hs:72)
    runGT (Data/Graph/Inductive/Query/Monad.hs:75)
    condMGT' (Data/Graph/Inductive/Query/Monad.hs:89)
    recMGT' (Data/Graph/Inductive/Query/Monad.hs:92)
    condMGT (Data/Graph/Inductive/Query/Monad.hs:96)
    recMGT (Data/Graph/Inductive/Query/Monad.hs:99)
    getNode (Data/Graph/Inductive/Query/Monad.hs:111)
    getContext (Data/Graph/Inductive/Query/Monad.hs:114)
    getNodes' (Data/Graph/Inductive/Query/Monad.hs:120)
    getNodes (Data/Graph/Inductive/Query/Monad.hs:123)
    sucGT (Data/Graph/Inductive/Query/Monad.hs:129)
    sucM (Data/Graph/Inductive/Query/Monad.hs:136)
    graphRec' (Data/Graph/Inductive/Query/Monad.hs:158)
    graphUFold (Data/Graph/Inductive/Query/Monad.hs:161)
    graphNodesM0 (Data/Graph/Inductive/Query/Monad.hs:172)
    graphNodesM (Data/Graph/Inductive/Query/Monad.hs:175)
    graphNodes (Data/Graph/Inductive/Query/Monad.hs:178)
    graphFilterM (Data/Graph/Inductive/Query/Monad.hs:182)
    graphFilter (Data/Graph/Inductive/Query/Monad.hs:185)
    dfsM' (Data/Graph/Inductive/Query/Monad.hs:213)
    graphDff (Data/Graph/Inductive/Query/Monad.hs:233)
    graphDff' (Data/Graph/Inductive/Query/Monad.hs:236)
  71% (  5 /  7) in 'Data.Graph.Inductive.Query.SP'
  Missing documentation for:
    LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
    Heap (Data/Graph/Inductive/Internal/Heap.hs:21)
  88% (  8 /  9) in 'Data.Graph.Inductive.Query.GVD'
  Missing documentation for:
    LRTree (Data/Graph/Inductive/Internal/RootPath.hs:14)
  75% (  3 /  4) in 'Data.Graph.Inductive.Query.TransClos'
  Missing documentation for:
    Module header
  92% ( 13 / 14) in 'Data.Graph.Inductive.Query'
  Missing documentation for:
    Module header
  33% (  1 /  3) in 'Data.Graph.Inductive.Tree'
  Missing documentation for:
    Gr (Data/Graph/Inductive/Tree.hs:40)
    UGr (Data/Graph/Inductive/Tree.hs:48)
  90% (  9 / 10) in 'Data.Graph.Inductive'
  Missing documentation for:
    Module header
Warning: Data.Graph.Inductive.PatriciaTree: could not find link destinations for: 
	- Data.Graph.Inductive.PatriciaTree.Rep_Gr
Warning: Data.Graph.Inductive.Tree: could not find link destinations for: 
	- Data.Graph.Inductive.Tree.Rep_Gr
Documentation created: dist/doc/html/fgl/, dist/doc/html/fgl/fgl.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fgl-5.8.3.0-5oUiElJ03nl48a2dXkxJC7
Completed    fgl-5.8.3.0
Configuring haskell-lexer-1.2.1...
Preprocessing library for haskell-lexer-1.2.1..
Building library for haskell-lexer-1.2.1..
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, dist/build/Language/Haskell/Lexer/Position.o, dist/build/Language/Haskell/Lexer/Position.dyn_o )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, dist/build/Language/Haskell/Lexer/Tokens.o, dist/build/Language/Haskell/Lexer/Tokens.dyn_o )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, dist/build/Language/Haskell/Lexer/Layout.o, dist/build/Language/Haskell/Lexer/Layout.dyn_o )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, dist/build/Language/Haskell/Lexer/Utils.o, dist/build/Language/Haskell/Lexer/Utils.dyn_o )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, dist/build/Language/Haskell/Lexer/Lex.o, dist/build/Language/Haskell/Lexer/Lex.dyn_o )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, dist/build/Language/Haskell/Lexer.o, dist/build/Language/Haskell/Lexer.dyn_o )
Preprocessing library for haskell-lexer-1.2.1..
Running Haddock on library for haskell-lexer-1.2.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Language.Haskell.Lexer.Position ( Language/Haskell/Lexer/Position.hs, nothing )
[2 of 6] Compiling Language.Haskell.Lexer.Tokens ( Language/Haskell/Lexer/Tokens.hs, nothing )
[3 of 6] Compiling Language.Haskell.Lexer.Layout ( Language/Haskell/Lexer/Layout.hs, nothing )
[4 of 6] Compiling Language.Haskell.Lexer.Utils ( Language/Haskell/Lexer/Utils.hs, nothing )
[5 of 6] Compiling Language.Haskell.Lexer.Lex ( Language/Haskell/Lexer/Lex.hs, nothing )
[6 of 6] Compiling Language.Haskell.Lexer ( Language/Haskell/Lexer.hs, nothing )
Haddock coverage:
Warning: Language.Haskell.Lexer.Utils: Could not find documentation for exported module: Language.Haskell.Lexer.Utils
  84% ( 11 / 13) in 'Language.Haskell.Lexer'
  Missing documentation for:
    Module header
    PosToken (Language/Haskell/Lexer/Layout.hs:6)
Documentation created: dist/doc/html/haskell-lexer/,
dist/doc/html/haskell-lexer/haskell-lexer.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/haskell-lexer-1.2.1-5D7BleVUwq58CSz4mUgrgH
Completed    haskell-lexer-1.2.1
Configuring microlens-0.5.0.0...
Preprocessing library for microlens-0.5.0.0..
Building library for microlens-0.5.0.0..
[1 of 5] Compiling Lens.Micro.Type  ( src/Lens/Micro/Type.hs, dist/build/Lens/Micro/Type.o, dist/build/Lens/Micro/Type.dyn_o )
[2 of 5] Compiling Lens.Micro.Internal ( src/Lens/Micro/Internal.hs, dist/build/Lens/Micro/Internal.o, dist/build/Lens/Micro/Internal.dyn_o )
[3 of 5] Compiling Lens.Micro.FieldN ( src/Lens/Micro/FieldN.hs, dist/build/Lens/Micro/FieldN.o, dist/build/Lens/Micro/FieldN.dyn_o )
[4 of 5] Compiling Lens.Micro       ( src/Lens/Micro.hs, dist/build/Lens/Micro.o, dist/build/Lens/Micro.dyn_o )
[5 of 5] Compiling Lens.Micro.Extras ( src/Lens/Micro/Extras.hs, dist/build/Lens/Micro/Extras.o, dist/build/Lens/Micro/Extras.dyn_o )
Preprocessing library for microlens-0.5.0.0..
Running Haddock on library for microlens-0.5.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Lens.Micro.Type  ( src/Lens/Micro/Type.hs, nothing )
[2 of 5] Compiling Lens.Micro.Internal ( src/Lens/Micro/Internal.hs, nothing )
[3 of 5] Compiling Lens.Micro.FieldN ( src/Lens/Micro/FieldN.hs, nothing )
[4 of 5] Compiling Lens.Micro       ( src/Lens/Micro.hs, nothing )
[5 of 5] Compiling Lens.Micro.Extras ( src/Lens/Micro/Extras.hs, nothing )
Haddock coverage:
Warning: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    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.Functor.Const
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    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.Functor.Identity
 100% ( 12 / 12) in 'Lens.Micro.Type'
Warning: 'mapped' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Identity' is ambiguous. It is defined
    * in Data.Functor.Identity
    * in Data.Functor.Identity
    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.Functor.Identity
  37% (  9 / 24) in 'Lens.Micro.Internal'
  Missing documentation for:
    foldring (src/Lens/Micro/Internal.hs:126)
    foldrOf (src/Lens/Micro/Internal.hs:130)
    foldMapOf (src/Lens/Micro/Internal.hs:134)
    phantom (src/Lens/Micro/Internal.hs:150)
    Each (src/Lens/Micro/Internal.hs:161)
    Index (src/Lens/Micro/Internal.hs:238)
    IxValue (src/Lens/Micro/Internal.hs:239)
    Ixed (src/Lens/Micro/Internal.hs:255)
    At (src/Lens/Micro/Internal.hs:302)
    ixAt (src/Lens/Micro/Internal.hs:340)
    Cons (src/Lens/Micro/Internal.hs:364)
    Snoc (src/Lens/Micro/Internal.hs:372)
    Strict (src/Lens/Micro/Internal.hs:380)
    #. (src/Lens/Micro/Internal.hs:432)
    .# (src/Lens/Micro/Internal.hs:435)
   0% (  0 / 10) in 'Lens.Micro.FieldN'
  Missing documentation for:
    Module header
    Field1 (src/Lens/Micro/FieldN.hs:8)
    Field2 (src/Lens/Micro/FieldN.hs:83)
    Field3 (src/Lens/Micro/FieldN.hs:118)
    Field4 (src/Lens/Micro/FieldN.hs:149)
    Field5 (src/Lens/Micro/FieldN.hs:176)
    Field6 (src/Lens/Micro/FieldN.hs:199)
    Field7 (src/Lens/Micro/FieldN.hs:218)
    Field8 (src/Lens/Micro/FieldN.hs:233)
    Field9 (src/Lens/Micro/FieldN.hs:244)
Warning: 'Const' is ambiguous. It is defined
    * in Data.Functor.Const
    * in Data.Functor.Const
    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.Functor.Const
Warning: 'First' is ambiguous. It is defined
    * in Data.Monoid
    * in Data.Monoid
    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.Monoid
Warning: 'mapAccumL' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 91 / 92) in 'Lens.Micro'
  Missing documentation for:
    foldMapOf (src/Lens/Micro/Internal.hs:134)
 100% (  3 /  3) in 'Lens.Micro.Extras'
Warning: Lens.Micro: could not find link destinations for: 
	- Lens.Micro.State
	- Lens.Micro.Traversed
Documentation created: dist/doc/html/microlens/,
dist/doc/html/microlens/microlens.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/microlens-0.5.0.0-GQEcyGbcOXT4GIwc5Y3hnh
Completed    microlens-0.5.0.0
Configuring monadLib-3.10.3...
Preprocessing library for monadLib-3.10.3..
Building library for monadLib-3.10.3..
[1 of 3] Compiling MonadLib         ( src/MonadLib.hs, dist/build/MonadLib.o, dist/build/MonadLib.dyn_o )
[2 of 3] Compiling MonadLib.Derive  ( src/MonadLib/Derive.hs, dist/build/MonadLib/Derive.o, dist/build/MonadLib/Derive.dyn_o )
[3 of 3] Compiling MonadLib.Monads  ( src/MonadLib/Monads.hs, dist/build/MonadLib/Monads.o, dist/build/MonadLib/Monads.dyn_o )
Preprocessing library for monadLib-3.10.3..
Running Haddock on library for monadLib-3.10.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling MonadLib         ( src/MonadLib.hs, nothing )
[2 of 3] Compiling MonadLib.Derive  ( src/MonadLib/Derive.hs, nothing )
[3 of 3] Compiling MonadLib.Monads  ( src/MonadLib/Monads.hs, nothing )
Haddock coverage:
Warning: 'i' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  96% ( 61 / 63) in 'MonadLib'
  Missing documentation for:
    MonadT (src/MonadLib.hs:225)
    BaseM (src/MonadLib.hs:283)
  92% ( 24 / 26) in 'MonadLib.Derive'
  Missing documentation for:
    derive_fail (src/MonadLib/Derive.hs:71)
    derive_abort (src/MonadLib/Derive.hs:103)
  16% (  2 / 12) in 'MonadLib.Monads'
  Missing documentation for:
    Reader (src/MonadLib/Monads.hs:21)
    Writer (src/MonadLib/Monads.hs:22)
    State (src/MonadLib/Monads.hs:23)
    Exception (src/MonadLib/Monads.hs:24)
    Cont (src/MonadLib/Monads.hs:25)
    runReader (src/MonadLib/Monads.hs:124)
    runWriter (src/MonadLib/Monads.hs:125)
    runState (src/MonadLib/Monads.hs:126)
    runException (src/MonadLib/Monads.hs:127)
    runCont (src/MonadLib/Monads.hs:128)
Documentation created: dist/doc/html/monadLib/,
dist/doc/html/monadLib/monadLib.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/monadLib-3.10.3-9G6WuP6Mf3GLOAGQx41zYt
Completed    monadLib-3.10.3
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 syb-0.7.3...
Preprocessing library for syb-0.7.3..
Building library for syb-0.7.3..
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist/build/Data/Generics/Aliases.o, dist/build/Data/Generics/Aliases.dyn_o )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist/build/Data/Generics/Basics.o, dist/build/Data/Generics/Basics.dyn_o )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist/build/Data/Generics/Builders.o, dist/build/Data/Generics/Builders.dyn_o )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist/build/Data/Generics/Instances.o, dist/build/Data/Generics/Instances.dyn_o )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist/build/Data/Generics/Schemes.o, dist/build/Data/Generics/Schemes.dyn_o )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist/build/Data/Generics/Text.o, dist/build/Data/Generics/Text.dyn_o )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o )
[ 8 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist/build/Data/Generics.o, dist/build/Data/Generics.dyn_o )
[ 9 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist/build/Generics/SYB.o, dist/build/Generics/SYB.dyn_o )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist/build/Generics/SYB/Aliases.o, dist/build/Generics/SYB/Aliases.dyn_o )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist/build/Generics/SYB/Basics.o, dist/build/Generics/SYB/Basics.dyn_o )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist/build/Generics/SYB/Builders.o, dist/build/Generics/SYB/Builders.dyn_o )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist/build/Generics/SYB/Instances.o, dist/build/Generics/SYB/Instances.dyn_o )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist/build/Generics/SYB/Schemes.o, dist/build/Generics/SYB/Schemes.dyn_o )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist/build/Generics/SYB/Text.o, dist/build/Generics/SYB/Text.dyn_o )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist/build/Generics/SYB/Twins.o, dist/build/Generics/SYB/Twins.dyn_o )
Preprocessing library for syb-0.7.3..
Running Haddock on library for syb-0.7.3..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, nothing )
[ 2 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, nothing )
[ 3 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, nothing )
[ 4 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, nothing )
[ 5 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, nothing )
[ 6 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, nothing )
[ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, nothing )
[ 8 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, nothing )
[ 9 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, nothing )
[10 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, nothing )
[11 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, nothing )
[12 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, nothing )
[13 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, nothing )
[14 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, nothing )
[15 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, nothing )
[16 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, nothing )
Haddock coverage:
Warning: 'Generic'' is ambiguous. It is defined
    * at src/Data/Generics/Aliases.hs:524:22
    * at src/Data/Generics/Aliases.hs:524:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Generics/Aliases.hs:524:1
Warning: 'GenericR'' is ambiguous. It is defined
    * at src/Data/Generics/Aliases.hs:509:23
    * at src/Data/Generics/Aliases.hs:509:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Generics/Aliases.hs:509:1
Warning: 'GenericB'' is ambiguous. It is defined
    * at src/Data/Generics/Aliases.hs:496:21
    * at src/Data/Generics/Aliases.hs:496:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Generics/Aliases.hs:496:1
 100% ( 62 / 62) in 'Data.Generics.Aliases'
 100% (  2 /  2) in 'Data.Generics.Basics'
 100% (  3 /  3) in 'Data.Generics.Builders'
 100% (  1 /  1) in 'Data.Generics.Instances'
 100% ( 19 / 19) in 'Data.Generics.Schemes'
 100% (  6 /  6) in 'Data.Generics.Text'
 100% ( 17 / 17) in 'Data.Generics.Twins'
 100% (  8 /  8) in 'Data.Generics'
 100% (  2 /  2) in 'Generics.SYB'
 100% (  2 /  2) in 'Generics.SYB.Aliases'
 100% (  2 /  2) in 'Generics.SYB.Basics'
 100% (  2 /  2) in 'Generics.SYB.Builders'
 100% (  1 /  1) in 'Generics.SYB.Instances'
 100% (  2 /  2) in 'Generics.SYB.Schemes'
 100% (  2 /  2) in 'Generics.SYB.Text'
 100% (  2 /  2) in 'Generics.SYB.Twins'
Documentation created: dist/doc/html/syb/, dist/doc/html/syb/syb.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/syb-0.7.3-3RSHlswStQQ1o1nIweGIxQ
Completed    syb-0.7.3
Configuring th-abstraction-0.7.1.0...
Preprocessing library for th-abstraction-0.7.1.0..
Building library for th-abstraction-0.7.1.0..
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o, dist/build/Language/Haskell/TH/Datatype/Internal.dyn_o )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.o, dist/build/Language/Haskell/TH/Datatype/TyVarBndr.dyn_o )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o, dist/build/Language/Haskell/TH/Datatype.dyn_o )
Preprocessing library for th-abstraction-0.7.1.0..
Running Haddock on library for th-abstraction-0.7.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 3] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, nothing )
[2 of 3] Compiling Language.Haskell.TH.Datatype.TyVarBndr ( src/Language/Haskell/TH/Datatype/TyVarBndr.hs, nothing )
[3 of 3] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, nothing )
Haddock coverage:
Warning: 'Name' 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: 'Name' 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
  76% ( 40 / 52) in 'Language.Haskell.TH.Datatype.TyVarBndr'
  Missing documentation for:
    TyVarBndrUnit
    TyVarBndrSpec
    TyVarBndrVis
    Specificity
    BndrVis
    DefaultBndrFlag
    plainTV
    kindedTV
    inferredSpec
    specifiedSpec
    bndrReq
    bndrInvis
Warning: 'DatatypeInfo' is ambiguous. It is defined
    * at src/Language/Haskell/TH/Datatype.hs:184:21
    * at src/Language/Haskell/TH/Datatype.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 src/Language/Haskell/TH/Datatype.hs:184:1
Warning: 'ConstructorInfo' is ambiguous. It is defined
    * at src/Language/Haskell/TH/Datatype.hs:229:24
    * at src/Language/Haskell/TH/Datatype.hs:229: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/Language/Haskell/TH/Datatype.hs:229:1
Warning: 'FieldStrictness' is ambiguous. It is defined
    * at src/Language/Haskell/TH/Datatype.hs:272:24
    * at src/Language/Haskell/TH/Datatype.hs:272: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/Language/Haskell/TH/Datatype.hs:272:1
Warning: '()' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Strict' is ambiguous. It is defined
    * in Language.Haskell.TH.Syntax
    * at src/Language/Haskell/TH/Datatype.hs:289:5
    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/Language/Haskell/TH/Datatype.hs:289:5
Warning: 'datatypeInstVars' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'mbKind' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'resolveFixities' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'FunArg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Fixity' 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
  92% ( 49 / 53) in 'Language.Haskell.TH.Datatype'
  Missing documentation for:
    arrowKCompat (src/Language/Haskell/TH/Datatype.hs:2260)
    isStrictAnnot (src/Language/Haskell/TH/Datatype.hs:293)
    notStrictAnnot (src/Language/Haskell/TH/Datatype.hs:294)
    unpackedAnnot (src/Language/Haskell/TH/Datatype.hs:295)
Warning: Language.Haskell.TH.Datatype.TyVarBndr: could not find link destinations for: 
	- Language.Haskell.TH.Syntax.Rep_BndrVis
	- Language.Haskell.TH.Syntax.Rep_Specificity
Warning: Language.Haskell.TH.Datatype: could not find link destinations for: 
	- Language.Haskell.TH.Datatype.Rep_DatatypeInfo
	- Language.Haskell.TH.Datatype.Rep_ConstructorInfo
	- Language.Haskell.TH.Datatype.Rep_FieldStrictness
	- Language.Haskell.TH.Datatype.Rep_Strictness
	- Language.Haskell.TH.Datatype.Rep_Unpackedness
	- Language.Haskell.TH.Datatype.Rep_ConstructorVariant
	- Language.Haskell.TH.Datatype.Rep_DatatypeVariant
Documentation created: dist/doc/html/th-abstraction/,
dist/doc/html/th-abstraction/th-abstraction.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/th-abstraction-0.7.1.0-5OEkekdo9oT3l4cxHWMApr
Completed    th-abstraction-0.7.1.0
Configuring utf8-string-1.0.2...
Preprocessing library for utf8-string-1.0.2..
Building library for utf8-string-1.0.2..
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist/build/Codec/Binary/UTF8/String.o, dist/build/Codec/Binary/UTF8/String.dyn_o )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist/build/Codec/Binary/UTF8/Generic.o, dist/build/Codec/Binary/UTF8/Generic.dyn_o )

Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist/build/Data/ByteString/Lazy/UTF8.o, dist/build/Data/ByteString/Lazy/UTF8.dyn_o )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist/build/Data/ByteString/UTF8.o, dist/build/Data/ByteString/UTF8.dyn_o )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist/build/Data/String/UTF8.o, dist/build/Data/String/UTF8.dyn_o )
Preprocessing library for utf8-string-1.0.2..
Running Haddock on library for utf8-string-1.0.2..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 5] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, nothing )
[2 of 5] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, nothing )

Codec/Binary/UTF8/Generic.hs:87:21: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
   |
87 |   tail            = List.tail
   |                     ^^^^^^^^^
[3 of 5] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, nothing )
[4 of 5] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, nothing )
[5 of 5] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, nothing )
Haddock coverage:
 100% (  8 /  8) in 'Codec.Binary.UTF8.String'
  94% ( 16 / 17) in 'Codec.Binary.UTF8.Generic'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
 100% ( 17 / 17) in 'Data.ByteString.Lazy.UTF8'
 100% ( 18 / 18) in 'Data.ByteString.UTF8'
  88% ( 24 / 27) in 'Data.String.UTF8'
  Missing documentation for:
    UTF8Bytes (Codec/Binary/UTF8/Generic.hs:48)
    fromRep (Data/String/UTF8.hs:64)
    toRep (Data/String/UTF8.hs:67)
Warning: Data.ByteString.Lazy.UTF8: could not find link destinations for: 
	- Data.ByteString.Lazy.Internal.D:R:ItemByteString
Warning: Data.ByteString.UTF8: could not find link destinations for: 
	- Data.ByteString.Internal.Type.D:R:ItemByteString
Documentation created: dist/doc/html/utf8-string/,
dist/doc/html/utf8-string/utf8-string.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/utf8-string-1.0.2-ARoN8tTzuLW5AQK61y3Hvx
Completed    utf8-string-1.0.2
Warning: fgl-visualize.cabal:29:35: version operators used. To use version
operators the package needs to specify at least 'cabal-version: >= 1.8'.
Configuring fgl-visualize-0.1.0.1...
Preprocessing library for fgl-visualize-0.1.0.1..
Building library for fgl-visualize-0.1.0.1..
[1 of 1] Compiling Data.Graph.Inductive.Dot ( Data/Graph/Inductive/Dot.hs, dist/build/Data/Graph/Inductive/Dot.o, dist/build/Data/Graph/Inductive/Dot.dyn_o )
Preprocessing library for fgl-visualize-0.1.0.1..
Running Haddock on library for fgl-visualize-0.1.0.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 1] Compiling Data.Graph.Inductive.Dot ( Data/Graph/Inductive/Dot.hs, nothing )
Haddock coverage:
  83% (  5 /  6) in 'Data.Graph.Inductive.Dot'
  Missing documentation for:
    showDot
Documentation created: dist/doc/html/fgl-visualize/,
dist/doc/html/fgl-visualize/fgl-visualize.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/fgl-visualize-0.1.0.1-F848TGd7zxh2fJ8Fq8m8tW
Completed    fgl-visualize-0.1.0.1
Configuring pretty-show-1.10...
Preprocessing library for pretty-show-1.10..
Building library for pretty-show-1.10..
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o, dist/build/Paths_pretty_show.dyn_o )
[2 of 6] Compiling Text.Show.Value  ( Text/Show/Value.hs, dist/build/Text/Show/Value.o, dist/build/Text/Show/Value.dyn_o )

Text/Show/Value.hs:84:27: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding: Patterns of type [Value] not matched: []
   |
84 |         | otherwise -> do ~(v1:vs1) <- delMany (v:vs)
   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Text/Show/Value.hs:93:25: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a pattern binding:
        Patterns of type [Value] not matched:
            []
            [_]
            (_:_:_:_)
   |
93 |       Ratio v1 v2 -> do ~[a,b] <- delMany [v1,v2]
   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o, dist/build/Text/Show/PrettyVal.dyn_o )
[4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o, dist/build/Text/Show/Parser.dyn_o )
[5 of 6] Compiling Text.Show.Html   ( Text/Show/Html.hs, dist/build/Text/Show/Html.o, dist/build/Text/Show/Html.dyn_o )

Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds]
    Defined but not used: tallTuple
    |
112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els
    | ^^^^^^^^^
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o, dist/build/Text/Show/Pretty.dyn_o )

Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports]
    The import of Foldable from module Data.Foldable is redundant
   |
52 | import Data.Foldable(Foldable,toList)
   |                      ^^^^^^^^
Preprocessing executable 'ppsh' for pretty-show-1.10..
Building executable 'ppsh' for pretty-show-1.10..
[1 of 2] Compiling Main             ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.o )
[2 of 2] Compiling Paths_pretty_show ( dist/build/ppsh/autogen/Paths_pretty_show.hs, dist/build/ppsh/ppsh-tmp/Paths_pretty_show.o )
[3 of 3] Linking dist/build/ppsh/ppsh
Preprocessing library for pretty-show-1.10..
Running Haddock on library for pretty-show-1.10..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, nothing )
[2 of 6] Compiling Text.Show.Value  ( Text/Show/Value.hs, nothing )
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, nothing )
[4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, nothing )
[5 of 6] Compiling Text.Show.Html   ( Text/Show/Html.hs, nothing )

Text/Show/Html.hs:112:1: warning: [GHC-40910] [-Wunused-top-binds]
    Defined but not used: tallTuple
    |
112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els
    | ^^^^^^^^^
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, nothing )

Text/Show/Pretty.hs:52:22: warning: [GHC-38856] [-Wunused-imports]
    The import of Foldable from module Data.Foldable is redundant
   |
52 | import Data.Foldable(Foldable,toList)
   |                      ^^^^^^^^
Haddock coverage:
Warning: 'NaN' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Infinity' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
    * at Text/Show/Value.hs:42:17
    * in GHC.Base
    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 Text/Show/Value.hs:42:17
Warning: 'Generics' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'style' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'String' is ambiguous. It is defined
    * at Text/Show/Value.hs:42:17
    * in GHC.Base
    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 Text/Show/Value.hs:42:17
  86% ( 32 / 37) in 'Text.Show.Pretty'
  Missing documentation for:
    parseValue (Text/Show/Pretty.hs:70)
    reify (Text/Show/Pretty.hs:67)
    Html (Text/Show/Html.hs:150)
    getDataDir (dist/build/autogen/Paths_pretty_show.hs:59)
    ppValue (Text/Show/Pretty.hs:64)
Warning: Text.Show.Pretty: could not find link destinations for: 
	- Text.Show.PrettyVal.GDump
	- Text.Show.PrettyVal.listValue
Documentation created: dist/doc/html/pretty-show/,
dist/doc/html/pretty-show/pretty-show.txt
Preprocessing executable 'ppsh' for pretty-show-1.10..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/pretty-show-1.10-sGnR4WIUd48kcgB55k0jW
Installing executable ppsh in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed    pretty-show-1.10
Configuring hashable-1.5.0.0...
Preprocessing library for hashable-1.5.0.0..
Building library for hashable-1.5.0.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )

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

src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
    Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
  |
5 | {-# LANGUAGE Trustworthy #-}
  |              ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable    ( src/Data/Hashable.hs, nothing )
Haddock coverage:
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'hash' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
    * at src/Data/Hashable/Class.hs:860:17
    * at src/Data/Hashable/Class.hs:860:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Hashable/Class.hs:860:1
Warning: 'Arg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% (  8 / 10) in 'Data.Hashable.Lifted'
  Missing documentation for:
    Hashable1 (src/Data/Hashable/Class.hs:252)
    Hashable2 (src/Data/Hashable/Class.hs:267)
  66% (  6 /  9) in 'Data.Hashable.Generic'
  Missing documentation for:
    One (src/Data/Hashable/Class.hs:242)
    Zero (src/Data/Hashable/Class.hs:241)
    HashArgs (src/Data/Hashable/Class.hs:244)
Warning: 'Generic' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for: 
	- Data.Hashable.Class.D:R:HashArgsOnea0
	- Data.Hashable.Class.D:R:HashArgsZeroa0
	- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for: 
	- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.0.0-J8fLvwSw9feFf65x5AcaWG
Completed    hashable-1.5.0.0
Configuring microlens-th-0.4.3.18...
Preprocessing library for microlens-th-0.4.3.18..
Building library for microlens-th-0.4.3.18..
[1 of 2] Compiling Lens.Micro.TH.Internal ( src/Lens/Micro/TH/Internal.hs, dist/build/Lens/Micro/TH/Internal.o, dist/build/Lens/Micro/TH/Internal.dyn_o )

src/Lens/Micro/TH/Internal.hs:88:43: 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."
   |
88 |     (\n -> GadtC [n] argTys retTy) <$> f (head ns)
   |                                           ^^^^

src/Lens/Micro/TH/Internal.hs:90:46: 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."
   |
90 |     (\n -> RecGadtC [n] argTys retTy) <$> f (head ns)
   |                                              ^^^^
[2 of 2] Compiling Lens.Micro.TH    ( src/Lens/Micro/TH.hs, dist/build/Lens/Micro/TH.o, dist/build/Lens/Micro/TH.dyn_o )

src/Lens/Micro/TH.hs:1142:47: 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."
     |
1142 |                        (appE (varE 'phantom) (head fxs))
     |                                               ^^^^

src/Lens/Micro/TH.hs:1143:25: 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."
     |
1143 |                        (tail fxs)
     |                         ^^^^
Preprocessing library for microlens-th-0.4.3.18..
Running Haddock on library for microlens-th-0.4.3.18..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 2] Compiling Lens.Micro.TH.Internal ( src/Lens/Micro/TH/Internal.hs, nothing )

src/Lens/Micro/TH/Internal.hs:88:43: 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."
   |
88 |     (\n -> GadtC [n] argTys retTy) <$> f (head ns)
   |                                           ^^^^

src/Lens/Micro/TH/Internal.hs:90:46: 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."
   |
90 |     (\n -> RecGadtC [n] argTys retTy) <$> f (head ns)
   |                                              ^^^^
[2 of 2] Compiling Lens.Micro.TH    ( src/Lens/Micro/TH.hs, nothing )

src/Lens/Micro/TH.hs:1142:47: 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."
     |
1142 |                        (appE (varE 'phantom) (head fxs))
     |                                               ^^^^

src/Lens/Micro/TH.hs:1143:25: 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."
     |
1143 |                        (tail fxs)
     |                         ^^^^
Haddock coverage:
  66% ( 14 / 21) in 'Lens.Micro.TH.Internal'
  Missing documentation for:
    typeVars (src/Lens/Micro/TH/Internal.hs:206)
    substTypeVars (src/Lens/Micro/TH/Internal.hs:210)
    datatypeTypeKinded (src/Lens/Micro/TH/Internal.hs:229)
    elemOf (src/Lens/Micro/TH/Internal.hs:306)
    lengthOf (src/Lens/Micro/TH/Internal.hs:309)
    setOf (src/Lens/Micro/TH/Internal.hs:312)
    _ForallT (src/Lens/Micro/TH/Internal.hs:315)
Warning: 's' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 29 / 29) in 'Lens.Micro.TH'
Documentation created: dist/doc/html/microlens-th/,
dist/doc/html/microlens-th/microlens-th.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/microlens-th-0.4.3.18-JCvnHH08cSL258gxdMAHNx
Completed    microlens-th-0.4.3.18
Configuring unordered-containers-0.2.20.1...
Preprocessing library for unordered-containers-0.2.20.1..
Building library for unordered-containers-0.2.20.1..

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

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

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

Data/HashMap/Internal/Array.hs:83:1-35: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
83 | import Control.Applicative (liftA2)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 9] Compiling Data.HashMap.Internal.List ( Data/HashMap/Internal/List.hs, nothing )
[3 of 9] Compiling Data.HashMap.Internal ( Data/HashMap/Internal.hs, nothing )
[4 of 9] Compiling Data.HashMap.Internal.Debug ( Data/HashMap/Internal/Debug.hs, nothing )
[5 of 9] Compiling Data.HashMap.Internal.Strict ( Data/HashMap/Internal/Strict.hs, nothing )
[6 of 9] Compiling Data.HashSet.Internal ( Data/HashSet/Internal.hs, nothing )
[7 of 9] Compiling Data.HashSet     ( Data/HashSet.hs, nothing )
[8 of 9] Compiling Data.HashMap.Strict ( Data/HashMap/Strict.hs, nothing )
[9 of 9] Compiling Data.HashMap.Lazy ( Data/HashMap/Lazy.hs, nothing )
Haddock coverage:
  33% ( 16 / 48) in 'Data.HashMap.Internal.Array'
  Missing documentation for:
    Array (Data/HashMap/Internal/Array.hs:125)
    MArray (Data/HashMap/Internal/Array.hs:157)
    new_ (Data/HashMap/Internal/Array.hs:208)
    singleton (Data/HashMap/Internal/Array.hs:225)
    singletonM (Data/HashMap/Internal/Array.hs:229)
    snoc (Data/HashMap/Internal/Array.hs:233)
    pair (Data/HashMap/Internal/Array.hs:242)
    length (Data/HashMap/Internal/Array.hs:154)
    lengthM (Data/HashMap/Internal/Array.hs:162)
    read (Data/HashMap/Internal/Array.hs:249)
    write (Data/HashMap/Internal/Array.hs:255)
    index (Data/HashMap/Internal/Array.hs:262)
    indexM (Data/HashMap/Internal/Array.hs:274)
    index# (Data/HashMap/Internal/Array.hs:268)
    sameArray1 (Data/HashMap/Internal/Array.hs:140)
    unsafeFreeze (Data/HashMap/Internal/Array.hs:280)
    unsafeThaw (Data/HashMap/Internal/Array.hs:286)
    unsafeSameArray (Data/HashMap/Internal/Array.hs:136)
    run (Data/HashMap/Internal/Array.hs:292)
    cloneM (Data/HashMap/Internal/Array.hs:314)
    foldl (Data/HashMap/Internal/Array.hs:404)
    foldl' (Data/HashMap/Internal/Array.hs:375)
    foldr (Data/HashMap/Internal/Array.hs:394)
    foldr' (Data/HashMap/Internal/Array.hs:385)
    foldMap (Data/HashMap/Internal/Array.hs:417)
    thaw (Data/HashMap/Internal/Array.hs:436)
    map (Data/HashMap/Internal/Array.hs:461)
    traverse (Data/HashMap/Internal/Array.hs:537)
    traverse' (Data/HashMap/Internal/Array.hs:553)
    toList (Data/HashMap/Internal/Array.hs:529)
    fromList (Data/HashMap/Internal/Array.hs:494)
    fromList' (Data/HashMap/Internal/Array.hs:506)
  25% (  1 /  4) in 'Data.HashMap.Internal.List'
  Missing documentation for:
    isPermutationBy (Data/HashMap/Internal/List.hs:40)
    deleteBy (Data/HashMap/Internal/List.hs:83)
    unorderedCompare (Data/HashMap/Internal/List.hs:68)
Warning: 'Leaf' is ambiguous. It is defined
    * at Data/HashMap/Internal.hs:227:7
    * at Data/HashMap/Internal.hs:187:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/HashMap/Internal.hs:187:1
Warning: 'at' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  88% ( 93 /105) in 'Data.HashMap.Internal'
  Missing documentation for:
    Leaf (Data/HashMap/Internal.hs:187)
    intersectionWithKey# (Data/HashMap/Internal.hs:1859)
    updateOrConcatWithKey (Data/HashMap/Internal.hs:2373)
    equalKeys (Data/HashMap/Internal.hs:513)
    equalKeys1 (Data/HashMap/Internal.hs:497)
    lookupRecordCollision (Data/HashMap/Internal.hs:680)
    LookupRes (Data/HashMap/Internal.hs:659)
    lookupResToMaybe (Data/HashMap/Internal.hs:662)
    insert' (Data/HashMap/Internal.hs:808)
    delete' (Data/HashMap/Internal.hs:1126)
    insertNewKey (Data/HashMap/Internal.hs:850)
    insertKeyExists (Data/HashMap/Internal.hs:885)
  50% (  3 /  6) in 'Data.HashMap.Internal.Debug'
  Missing documentation for:
    valid (Data/HashMap/Internal/Debug.hs:98)
    Validity (Data/HashMap/Internal/Debug.hs:43)
    SubHashPath (Data/HashMap/Internal/Debug.hs:75)
Warning: 'lookup' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'at' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 67 / 67) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
    * at Data/HashSet/Internal.hs:112:21
    * at Data/HashSet/Internal.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
 100% ( 35 / 35) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
    * at Data/HashSet/Internal.hs:112:21
    * at Data/HashSet/Internal.hs:112:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/HashSet/Internal.hs:112:1
 100% ( 32 / 32) in 'Data.HashSet'
 100% ( 69 / 69) in 'Data.HashMap.Strict'
 100% ( 69 / 69) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Internal.Strict: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashSet.Internal: could not find link destinations for: 
	- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashSet: could not find link destinations for: 
	- Data.HashSet.Internal.D:R:ItemHashSet
Warning: Data.HashMap.Strict: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Warning: Data.HashMap.Lazy: could not find link destinations for: 
	- Data.HashMap.Internal.D:R:ItemHashMap
Documentation created: dist/doc/html/unordered-containers/,
dist/doc/html/unordered-containers/unordered-containers.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/unordered-containers-0.2.20.1-2zPIyeV4bf3B7OebcLriWP
Completed    unordered-containers-0.2.20.1
Configuring llvm-pretty-0.13.1.0...
Preprocessing library for llvm-pretty-0.13.1.0..
Building library for llvm-pretty-0.13.1.0..
[ 1 of 15] Compiling Text.LLVM.Labels.TH ( src/Text/LLVM/Labels/TH.hs, dist/build/Text/LLVM/Labels/TH.o, dist/build/Text/LLVM/Labels/TH.dyn_o )
[ 2 of 15] Compiling Text.LLVM.Triple.AST ( src/Text/LLVM/Triple/AST.hs, dist/build/Text/LLVM/Triple/AST.o, dist/build/Text/LLVM/Triple/AST.dyn_o )
[ 3 of 15] Compiling Text.LLVM.AST    ( src/Text/LLVM/AST.hs, dist/build/Text/LLVM/AST.o, dist/build/Text/LLVM/AST.dyn_o )
[ 4 of 15] Compiling Text.LLVM.Parser ( src/Text/LLVM/Parser.hs, dist/build/Text/LLVM/Parser.o, dist/build/Text/LLVM/Parser.dyn_o )
[ 5 of 15] Compiling Text.LLVM.Labels ( src/Text/LLVM/Labels.hs, dist/build/Text/LLVM/Labels.o, dist/build/Text/LLVM/Labels.dyn_o )
[ 6 of 15] Compiling Text.LLVM.DebugUtils ( src/Text/LLVM/DebugUtils.hs, dist/build/Text/LLVM/DebugUtils.o, dist/build/Text/LLVM/DebugUtils.dyn_o )
[ 7 of 15] Compiling Text.LLVM        ( src/Text/LLVM.hs, dist/build/Text/LLVM.o, dist/build/Text/LLVM.dyn_o )
[ 8 of 15] Compiling Text.LLVM.Lens   ( src/Text/LLVM/Lens.hs, dist/build/Text/LLVM/Lens.o, dist/build/Text/LLVM/Lens.dyn_o )
[ 9 of 15] Compiling Text.LLVM.Triple.Parse.LookupTable ( src/Text/LLVM/Triple/Parse/LookupTable.hs, dist/build/Text/LLVM/Triple/Parse/LookupTable.o, dist/build/Text/LLVM/Triple/Parse/LookupTable.dyn_o )
[10 of 15] Compiling Text.LLVM.Triple.Parse.ARM ( src/Text/LLVM/Triple/Parse/ARM.hs, dist/build/Text/LLVM/Triple/Parse/ARM.o, dist/build/Text/LLVM/Triple/Parse/ARM.dyn_o )
[11 of 15] Compiling Text.LLVM.Triple.Print ( src/Text/LLVM/Triple/Print.hs, dist/build/Text/LLVM/Triple/Print.o, dist/build/Text/LLVM/Triple/Print.dyn_o )
[12 of 15] Compiling Text.LLVM.Triple.Parse ( src/Text/LLVM/Triple/Parse.hs, dist/build/Text/LLVM/Triple/Parse.o, dist/build/Text/LLVM/Triple/Parse.dyn_o )
[13 of 15] Compiling Text.LLVM.Triple ( src/Text/LLVM/Triple.hs, dist/build/Text/LLVM/Triple.o, dist/build/Text/LLVM/Triple.dyn_o )
[14 of 15] Compiling Text.LLVM.PP     ( src/Text/LLVM/PP.hs, dist/build/Text/LLVM/PP.o, dist/build/Text/LLVM/PP.dyn_o )
[15 of 15] Compiling Text.LLVM.Util   ( src/Text/LLVM/Util.hs, dist/build/Text/LLVM/Util.o, dist/build/Text/LLVM/Util.dyn_o )
Preprocessing library for llvm-pretty-0.13.1.0..
Running Haddock on library for llvm-pretty-0.13.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Text.LLVM.Labels.TH ( src/Text/LLVM/Labels/TH.hs, /tmp/ghc1357889_0/ghc_6.o, /tmp/ghc1357889_0/ghc_6.dyn_o )
[ 2 of 15] Compiling Text.LLVM.Triple.AST ( src/Text/LLVM/Triple/AST.hs, /tmp/ghc1357889_0/ghc_8.o, /tmp/ghc1357889_0/ghc_8.dyn_o )
[ 3 of 15] Compiling Text.LLVM.AST    ( src/Text/LLVM/AST.hs, /tmp/ghc1357889_0/ghc_4.o, /tmp/ghc1357889_0/ghc_4.dyn_o )
[ 4 of 15] Compiling Text.LLVM.Parser ( src/Text/LLVM/Parser.hs, nothing )
[ 5 of 15] Compiling Text.LLVM.Labels ( src/Text/LLVM/Labels.hs, nothing )
[ 6 of 15] Compiling Text.LLVM.DebugUtils ( src/Text/LLVM/DebugUtils.hs, nothing )
[ 7 of 15] Compiling Text.LLVM        ( src/Text/LLVM.hs, /tmp/ghc1357889_0/ghc_2.o, /tmp/ghc1357889_0/ghc_2.dyn_o )
[ 8 of 15] Compiling Text.LLVM.Lens   ( src/Text/LLVM/Lens.hs, nothing )
[ 9 of 15] Compiling Text.LLVM.Triple.Parse.LookupTable ( src/Text/LLVM/Triple/Parse/LookupTable.hs, nothing )
[10 of 15] Compiling Text.LLVM.Triple.Parse.ARM ( src/Text/LLVM/Triple/Parse/ARM.hs, nothing )
[11 of 15] Compiling Text.LLVM.Triple.Print ( src/Text/LLVM/Triple/Print.hs, nothing )
[12 of 15] Compiling Text.LLVM.Triple.Parse ( src/Text/LLVM/Triple/Parse.hs, nothing )
[13 of 15] Compiling Text.LLVM.Triple ( src/Text/LLVM/Triple.hs, nothing )
[14 of 15] Compiling Text.LLVM.PP     ( src/Text/LLVM/PP.hs, nothing )
[15 of 15] Compiling Text.LLVM.Util   ( src/Text/LLVM/Util.hs, nothing )
Haddock coverage:
   0% (  0 /  2) in 'Text.LLVM.Labels.TH'
  Missing documentation for:
    Module header
    generateRelabel (src/Text/LLVM/Labels/TH.hs:9)
Warning: 'Sparcle' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'First' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  8 /  8) in 'Text.LLVM.Triple.AST'
Warning: 'ValMd' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:1371:5
    * at src/Text/LLVM/AST.hs:1389: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/Text/LLVM/AST.hs:1389:1
  25% ( 48 /185) in 'Text.LLVM.AST'
  Missing documentation for:
    Module (src/Text/LLVM/AST.hs:200)
    emptyModule (src/Text/LLVM/AST.hs:237)
    NamedMd (src/Text/LLVM/AST.hs:255)
    UnnamedMd (src/Text/LLVM/AST.hs:263)
    GlobalAlias (src/Text/LLVM/AST.hs:272)
    DataLayout (src/Text/LLVM/AST.hs:283)
    LayoutSpec (src/Text/LLVM/AST.hs:285)
    Mangling (src/Text/LLVM/AST.hs:310)
    InlineAsm (src/Text/LLVM/AST.hs:390)
    SelectionKind (src/Text/LLVM/AST.hs:394)
    Ident (src/Text/LLVM/AST.hs:403)
    Symbol (src/Text/LLVM/AST.hs:411)
    PrimType (src/Text/LLVM/AST.hs:426)
    FloatType (src/Text/LLVM/AST.hs:435)
    Type (src/Text/LLVM/AST.hs:444)
    Type' (src/Text/LLVM/AST.hs:446)
    isFloatingPoint (src/Text/LLVM/AST.hs:501)
    isAlias (src/Text/LLVM/AST.hs:505)
    isPrimTypeOf (src/Text/LLVM/AST.hs:509)
    isLabel (src/Text/LLVM/AST.hs:513)
    isInteger (src/Text/LLVM/AST.hs:517)
    isVector (src/Text/LLVM/AST.hs:521)
    isVectorOf (src/Text/LLVM/AST.hs:525)
    isArray (src/Text/LLVM/AST.hs:529)
    isPointer (src/Text/LLVM/AST.hs:534)
    NullResult (src/Text/LLVM/AST.hs:631)
    primTypeNull (src/Text/LLVM/AST.hs:637)
    floatTypeNull (src/Text/LLVM/AST.hs:643)
    typeNull (src/Text/LLVM/AST.hs:649)
    elimFunTy (src/Text/LLVM/AST.hs:658)
    elimAlias (src/Text/LLVM/AST.hs:662)
    elimPtrTo (src/Text/LLVM/AST.hs:666)
    elimVector (src/Text/LLVM/AST.hs:670)
    elimArray (src/Text/LLVM/AST.hs:674)
    elimFunPtr (src/Text/LLVM/AST.hs:678)
    elimPrimType (src/Text/LLVM/AST.hs:681)
    elimFloatType (src/Text/LLVM/AST.hs:685)
    TypeDecl (src/Text/LLVM/AST.hs:699)
    Global (src/Text/LLVM/AST.hs:707)
    addGlobal (src/Text/LLVM/AST.hs:717)
    GlobalAttrs (src/Text/LLVM/AST.hs:719)
    emptyGlobalAttrs (src/Text/LLVM/AST.hs:726)
    Declare (src/Text/LLVM/AST.hs:735)
    Define (src/Text/LLVM/AST.hs:753)
    defFunType (src/Text/LLVM/AST.hs:769)
    addDefine (src/Text/LLVM/AST.hs:773)
    FunAttr (src/Text/LLVM/AST.hs:778)
    BlockLabel (src/Text/LLVM/AST.hs:811)
    BasicBlock' (src/Text/LLVM/AST.hs:821)
    BasicBlock (src/Text/LLVM/AST.hs:826)
    brTargets (src/Text/LLVM/AST.hs:829)
    Visibility (src/Text/LLVM/AST.hs:860)
    GC (src/Text/LLVM/AST.hs:865)
    Typed (src/Text/LLVM/AST.hs:871)
    mapMTyped (src/Text/LLVM/AST.hs:885)
    ArithOp (src/Text/LLVM/AST.hs:891)
    isIArith (src/Text/LLVM/AST.hs:947)
    isFArith (src/Text/LLVM/AST.hs:957)
    UnaryArithOp (src/Text/LLVM/AST.hs:959)
    AtomicRWOp (src/Text/LLVM/AST.hs:1017)
    AtomicOrdering (src/Text/LLVM/AST.hs:1037)
    Align (src/Text/LLVM/AST.hs:1046)
    Instr' (src/Text/LLVM/AST.hs:1048)
    Instr (src/Text/LLVM/AST.hs:1306)
    Clause' (src/Text/LLVM/AST.hs:1308)
    Clause (src/Text/LLVM/AST.hs:1313)
    isTerminator (src/Text/LLVM/AST.hs:1317)
    isComment (src/Text/LLVM/AST.hs:1332)
    isPhi (src/Text/LLVM/AST.hs:1336)
    Value' (src/Text/LLVM/AST.hs:1352)
    Value (src/Text/LLVM/AST.hs:1375)
    FP80Value (src/Text/LLVM/AST.hs:1377)
    ValMd' (src/Text/LLVM/AST.hs:1380)
    ValMd (src/Text/LLVM/AST.hs:1389)
    KindMd (src/Text/LLVM/AST.hs:1391)
    FnMdAttachments (src/Text/LLVM/AST.hs:1392)
    GlobalMdAttachments (src/Text/LLVM/AST.hs:1393)
    DebugLoc' (src/Text/LLVM/AST.hs:1395)
    DebugLoc (src/Text/LLVM/AST.hs:1403)
    isConst (src/Text/LLVM/AST.hs:1406)
    elimValSymbol (src/Text/LLVM/AST.hs:1419)
    elimValInteger (src/Text/LLVM/AST.hs:1423)
    Stmt' (src/Text/LLVM/AST.hs:1428)
    Stmt (src/Text/LLVM/AST.hs:1433)
    stmtInstr (src/Text/LLVM/AST.hs:1436)
    stmtMetadata (src/Text/LLVM/AST.hs:1440)
    extendMetadata (src/Text/LLVM/AST.hs:1445)
    ConstExpr' (src/Text/LLVM/AST.hs:1452)
    ConstExpr (src/Text/LLVM/AST.hs:1468)
    DebugInfo' (src/Text/LLVM/AST.hs:1472)
    DebugInfo (src/Text/LLVM/AST.hs:1499)
    DILabel (src/Text/LLVM/AST.hs:1501)
    DILabel' (src/Text/LLVM/AST.hs:1502)
    DIImportedEntity (src/Text/LLVM/AST.hs:1509)
    DIImportedEntity' (src/Text/LLVM/AST.hs:1510)
    DITemplateTypeParameter (src/Text/LLVM/AST.hs:1519)
    DITemplateTypeParameter' (src/Text/LLVM/AST.hs:1520)
    DITemplateValueParameter (src/Text/LLVM/AST.hs:1526)
    DITemplateValueParameter' (src/Text/LLVM/AST.hs:1527)
    DINameSpace (src/Text/LLVM/AST.hs:1535)
    DINameSpace' (src/Text/LLVM/AST.hs:1536)
    DwarfAttrEncoding (src/Text/LLVM/AST.hs:1545)
    DwarfLang (src/Text/LLVM/AST.hs:1546)
    DwarfTag (src/Text/LLVM/AST.hs:1547)
    DwarfVirtuality (src/Text/LLVM/AST.hs:1548)
    DIFlags (src/Text/LLVM/AST.hs:1550)
    DIEmissionKind (src/Text/LLVM/AST.hs:1554)
    DIBasicType (src/Text/LLVM/AST.hs:1556)
    DICompileUnit' (src/Text/LLVM/AST.hs:1565)
    DICompileUnit (src/Text/LLVM/AST.hs:1590)
    DICompositeType' (src/Text/LLVM/AST.hs:1592)
    DICompositeType (src/Text/LLVM/AST.hs:1617)
    DIDerivedType' (src/Text/LLVM/AST.hs:1619)
    DIDerivedType (src/Text/LLVM/AST.hs:1640)
    DIExpression (src/Text/LLVM/AST.hs:1642)
    DIFile (src/Text/LLVM/AST.hs:1646)
    DIGlobalVariable' (src/Text/LLVM/AST.hs:1651)
    DIGlobalVariable (src/Text/LLVM/AST.hs:1667)
    DIGlobalVariableExpression' (src/Text/LLVM/AST.hs:1669)
    DIGlobalVariableExpression (src/Text/LLVM/AST.hs:1674)
    DILexicalBlock' (src/Text/LLVM/AST.hs:1676)
    DILexicalBlock (src/Text/LLVM/AST.hs:1683)
    DILexicalBlockFile' (src/Text/LLVM/AST.hs:1685)
    DILexicalBlockFile (src/Text/LLVM/AST.hs:1691)
    DILocalVariable' (src/Text/LLVM/AST.hs:1693)
    DILocalVariable (src/Text/LLVM/AST.hs:1707)
    DISubprogram' (src/Text/LLVM/AST.hs:1709)
    DISubprogram (src/Text/LLVM/AST.hs:1734)
    DISubrange (src/Text/LLVM/AST.hs:1766)
    DISubroutineType' (src/Text/LLVM/AST.hs:1768)
    DISubroutineType (src/Text/LLVM/AST.hs:1773)
    DIArgList (src/Text/LLVM/AST.hs:1780)
    IndexResult (src/Text/LLVM/AST.hs:1784)
    isInvalid (src/Text/LLVM/AST.hs:1791)
    isGepIndex (src/Text/LLVM/AST.hs:1867)
    isGepStructIndex (src/Text/LLVM/AST.hs:1872)
    resolveValueIndex (src/Text/LLVM/AST.hs:1877)
   0% (  0 / 19) in 'Text.LLVM.Parser'
  Missing documentation for:
    Module header
    pNameChar (src/Text/LLVM/Parser.hs:14)
    pHexEscape (src/Text/LLVM/Parser.hs:17)
    pStringChar (src/Text/LLVM/Parser.hs:24)
    pName (src/Text/LLVM/Parser.hs:27)
    pIdent (src/Text/LLVM/Parser.hs:30)
    pSymbol (src/Text/LLVM/Parser.hs:33)
    pWord32 (src/Text/LLVM/Parser.hs:39)
    pWord64 (src/Text/LLVM/Parser.hs:42)
    pPrimType (src/Text/LLVM/Parser.hs:45)
    pFloatType (src/Text/LLVM/Parser.hs:55)
    pType (src/Text/LLVM/Parser.hs:65)
    parseType (src/Text/LLVM/Parser.hs:106)
    angles (src/Text/LLVM/Parser.hs:112)
    braces (src/Text/LLVM/Parser.hs:115)
    brackets (src/Text/LLVM/Parser.hs:118)
    parens (src/Text/LLVM/Parser.hs:121)
    quotes (src/Text/LLVM/Parser.hs:124)
    spaced (src/Text/LLVM/Parser.hs:127)
   0% (  0 /  2) in 'Text.LLVM.Labels'
  Missing documentation for:
    Module header
    HasLabel (src/Text/LLVM/Labels.hs:8)
Warning: 'StructFieldInfo' is ambiguous. It is defined
    * at src/Text/LLVM/DebugUtils.hs:78:24
    * at src/Text/LLVM/DebugUtils.hs:78: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/Text/LLVM/DebugUtils.hs:78:1
Warning: 'BitfieldInfo' is ambiguous. It is defined
    * at src/Text/LLVM/DebugUtils.hs:143:21
    * at src/Text/LLVM/DebugUtils.hs:143: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/Text/LLVM/DebugUtils.hs:143:1
  86% ( 20 / 23) in 'Text.LLVM.DebugUtils'
  Missing documentation for:
    Info (src/Text/LLVM/DebugUtils.hs:67)
    valMdToInfo (src/Text/LLVM/DebugUtils.hs:187)
    localVariableNameDeclarations (src/Text/LLVM/DebugUtils.hs:361)
Warning: 'ret'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  30% ( 32 /105) in 'Text.LLVM'
  Missing documentation for:
    Module header
    LLVM (src/Text/LLVM.hs:142)
    runLLVM (src/Text/LLVM.hs:154)
    emitTypeDecl (src/Text/LLVM.hs:157)
    emitGlobal (src/Text/LLVM.hs:160)
    emitDeclare (src/Text/LLVM.hs:170)
    emitDefine (src/Text/LLVM.hs:165)
    alias (src/Text/LLVM.hs:175)
    freshSymbol (src/Text/LLVM.hs:178)
    :> (src/Text/LLVM.hs:236)
    FunAttrs (src/Text/LLVM.hs:217)
    emptyFunAttrs (src/Text/LLVM.hs:224)
    iT (src/Text/LLVM.hs:415)
    ptrT (src/Text/LLVM.hs:418)
    voidT (src/Text/LLVM.hs:421)
    arrayT (src/Text/LLVM.hs:424)
    =: (src/Text/LLVM.hs:475)
    -: (src/Text/LLVM.hs:472)
    IsValue (src/Text/LLVM.hs:429)
    int (src/Text/LLVM.hs:481)
    integer (src/Text/LLVM.hs:484)
    struct (src/Text/LLVM.hs:487)
    array (src/Text/LLVM.hs:492)
    BB (src/Text/LLVM.hs:316)
    runBB (src/Text/LLVM.hs:335)
    freshLabel (src/Text/LLVM.hs:387)
    comment (src/Text/LLVM.hs:498)
    jump (src/Text/LLVM.hs:526)
    br (src/Text/LLVM.hs:529)
    unreachable (src/Text/LLVM.hs:532)
    unwind (src/Text/LLVM.hs:535)
    add (src/Text/LLVM.hs:542)
    fadd (src/Text/LLVM.hs:545)
    sub (src/Text/LLVM.hs:548)
    fsub (src/Text/LLVM.hs:551)
    mul (src/Text/LLVM.hs:554)
    fmul (src/Text/LLVM.hs:557)
    udiv (src/Text/LLVM.hs:560)
    sdiv (src/Text/LLVM.hs:563)
    fdiv (src/Text/LLVM.hs:566)
    urem (src/Text/LLVM.hs:569)
    srem (src/Text/LLVM.hs:572)
    frem (src/Text/LLVM.hs:575)
    shl (src/Text/LLVM.hs:578)
    lshr (src/Text/LLVM.hs:581)
    ashr (src/Text/LLVM.hs:584)
    band (src/Text/LLVM.hs:587)
    bor (src/Text/LLVM.hs:590)
    bxor (src/Text/LLVM.hs:593)
    trunc (src/Text/LLVM.hs:643)
    zext (src/Text/LLVM.hs:646)
    sext (src/Text/LLVM.hs:649)
    fptrunc (src/Text/LLVM.hs:652)
    fpext (src/Text/LLVM.hs:655)
    fptoui (src/Text/LLVM.hs:658)
    fptosi (src/Text/LLVM.hs:661)
    uitofp (src/Text/LLVM.hs:664)
    sitofp (src/Text/LLVM.hs:667)
    ptrtoint (src/Text/LLVM.hs:670)
    inttoptr (src/Text/LLVM.hs:673)
    bitcast (src/Text/LLVM.hs:676)
    alloca (src/Text/LLVM.hs:622)
    load (src/Text/LLVM.hs:627)
    store (src/Text/LLVM.hs:630)
    getelementptr (src/Text/LLVM.hs:699)
    nullPtr (src/Text/LLVM.hs:636)
    icmp (src/Text/LLVM.hs:679)
    fcmp (src/Text/LLVM.hs:682)
    phi (src/Text/LLVM.hs:690)
    PhiArg (src/Text/LLVM.hs:684)
    from (src/Text/LLVM.hs:687)
    select (src/Text/LLVM.hs:694)
    shuffleVector (src/Text/LLVM.hs:614)
   0% (  0 /186) in 'Text.LLVM.Lens'
  Missing documentation for:
    Module header
    modAliasesLens (src/Text/LLVM/Lens.hs:9)
    modComdatLens (src/Text/LLVM/Lens.hs:9)
    modDataLayoutLens (src/Text/LLVM/Lens.hs:9)
    modDeclaresLens (src/Text/LLVM/Lens.hs:9)
    modDefinesLens (src/Text/LLVM/Lens.hs:9)
    modGlobalsLens (src/Text/LLVM/Lens.hs:9)
    modInlineAsmLens (src/Text/LLVM/Lens.hs:9)
    modNamedMdLens (src/Text/LLVM/Lens.hs:9)
    modSourceNameLens (src/Text/LLVM/Lens.hs:9)
    modTripleLens (src/Text/LLVM/Lens.hs:9)
    modTypesLens (src/Text/LLVM/Lens.hs:9)
    modUnnamedMdLens (src/Text/LLVM/Lens.hs:9)
    typeNameLens (src/Text/LLVM/Lens.hs:9)
    typeValueLens (src/Text/LLVM/Lens.hs:9)
    aliasLinkageLens (src/Text/LLVM/Lens.hs:9)
    aliasNameLens (src/Text/LLVM/Lens.hs:9)
    aliasTargetLens (src/Text/LLVM/Lens.hs:9)
    aliasTypeLens (src/Text/LLVM/Lens.hs:9)
    aliasVisibilityLens (src/Text/LLVM/Lens.hs:9)
    nmNameLens (src/Text/LLVM/Lens.hs:9)
    nmValuesLens (src/Text/LLVM/Lens.hs:9)
    umDistinctLens (src/Text/LLVM/Lens.hs:9)
    umIndexLens (src/Text/LLVM/Lens.hs:9)
    umValuesLens (src/Text/LLVM/Lens.hs:9)
    typedTypeLens (src/Text/LLVM/Lens.hs:9)
    typedValueLens (src/Text/LLVM/Lens.hs:9)
    globalAlignLens (src/Text/LLVM/Lens.hs:9)
    globalAttrsLens (src/Text/LLVM/Lens.hs:9)
    globalMetadataLens (src/Text/LLVM/Lens.hs:9)
    globalSymLens (src/Text/LLVM/Lens.hs:9)
    globalTypeLens (src/Text/LLVM/Lens.hs:9)
    globalValueLens (src/Text/LLVM/Lens.hs:9)
    decArgsLens (src/Text/LLVM/Lens.hs:9)
    decAttrsLens (src/Text/LLVM/Lens.hs:9)
    decComdatLens (src/Text/LLVM/Lens.hs:9)
    decLinkageLens (src/Text/LLVM/Lens.hs:9)
    decNameLens (src/Text/LLVM/Lens.hs:9)
    decRetTypeLens (src/Text/LLVM/Lens.hs:9)
    decVarArgsLens (src/Text/LLVM/Lens.hs:9)
    decVisibilityLens (src/Text/LLVM/Lens.hs:9)
    gaConstantLens (src/Text/LLVM/Lens.hs:9)
    gaLinkageLens (src/Text/LLVM/Lens.hs:9)
    gaVisibilityLens (src/Text/LLVM/Lens.hs:9)
    bbLabelLens (src/Text/LLVM/Lens.hs:9)
    bbStmtsLens (src/Text/LLVM/Lens.hs:9)
    dlColLens (src/Text/LLVM/Lens.hs:9)
    dlIALens (src/Text/LLVM/Lens.hs:9)
    dlImplicitLens (src/Text/LLVM/Lens.hs:9)
    dlLineLens (src/Text/LLVM/Lens.hs:9)
    dlScopeLens (src/Text/LLVM/Lens.hs:9)
    difDirectoryLens (src/Text/LLVM/Lens.hs:9)
    difFilenameLens (src/Text/LLVM/Lens.hs:9)
    disrCountLens (src/Text/LLVM/Lens.hs:9)
    disrLowerBoundLens (src/Text/LLVM/Lens.hs:9)
    disrStrideLens (src/Text/LLVM/Lens.hs:9)
    disrUpperBoundLens (src/Text/LLVM/Lens.hs:9)
    dibtAlignLens (src/Text/LLVM/Lens.hs:9)
    dibtEncodingLens (src/Text/LLVM/Lens.hs:9)
    dibtFlagsLens (src/Text/LLVM/Lens.hs:9)
    dibtNameLens (src/Text/LLVM/Lens.hs:9)
    dibtSizeLens (src/Text/LLVM/Lens.hs:9)
    dibtTagLens (src/Text/LLVM/Lens.hs:9)
    dieElementsLens (src/Text/LLVM/Lens.hs:9)
    dispAnnotationsLens (src/Text/LLVM/Lens.hs:9)
    dispContainingTypeLens (src/Text/LLVM/Lens.hs:9)
    dispDeclarationLens (src/Text/LLVM/Lens.hs:9)
    dispFileLens (src/Text/LLVM/Lens.hs:9)
    dispFlagsLens (src/Text/LLVM/Lens.hs:9)
    dispIsDefinitionLens (src/Text/LLVM/Lens.hs:9)
    dispIsLocalLens (src/Text/LLVM/Lens.hs:9)
    dispIsOptimizedLens (src/Text/LLVM/Lens.hs:9)
    dispLineLens (src/Text/LLVM/Lens.hs:9)
    dispLinkageNameLens (src/Text/LLVM/Lens.hs:9)
    dispNameLens (src/Text/LLVM/Lens.hs:9)
    dispRetainedNodesLens (src/Text/LLVM/Lens.hs:9)
    dispScopeLens (src/Text/LLVM/Lens.hs:9)
    dispScopeLineLens (src/Text/LLVM/Lens.hs:9)
    dispTemplateParamsLens (src/Text/LLVM/Lens.hs:9)
    dispThisAdjustmentLens (src/Text/LLVM/Lens.hs:9)
    dispThrownTypesLens (src/Text/LLVM/Lens.hs:9)
    dispTypeLens (src/Text/LLVM/Lens.hs:9)
    dispUnitLens (src/Text/LLVM/Lens.hs:9)
    dispVirtualIndexLens (src/Text/LLVM/Lens.hs:9)
    dispVirtualityLens (src/Text/LLVM/Lens.hs:9)
    distFlagsLens (src/Text/LLVM/Lens.hs:9)
    distTypeArrayLens (src/Text/LLVM/Lens.hs:9)
    dilvAlignmentLens (src/Text/LLVM/Lens.hs:9)
    dilvAnnotationsLens (src/Text/LLVM/Lens.hs:9)
    dilvArgLens (src/Text/LLVM/Lens.hs:9)
    dilvFileLens (src/Text/LLVM/Lens.hs:9)
    dilvFlagsLens (src/Text/LLVM/Lens.hs:9)
    dilvLineLens (src/Text/LLVM/Lens.hs:9)
    dilvNameLens (src/Text/LLVM/Lens.hs:9)
    dilvScopeLens (src/Text/LLVM/Lens.hs:9)
    dilvTypeLens (src/Text/LLVM/Lens.hs:9)
    digveExpressionLens (src/Text/LLVM/Lens.hs:9)
    digveVariableLens (src/Text/LLVM/Lens.hs:9)
    digvAlignmentLens (src/Text/LLVM/Lens.hs:9)
    digvAnnotationsLens (src/Text/LLVM/Lens.hs:9)
    digvDeclarationLens (src/Text/LLVM/Lens.hs:9)
    digvFileLens (src/Text/LLVM/Lens.hs:9)
    digvIsDefinitionLens (src/Text/LLVM/Lens.hs:9)
    digvIsLocalLens (src/Text/LLVM/Lens.hs:9)
    digvLineLens (src/Text/LLVM/Lens.hs:9)
    digvLinkageNameLens (src/Text/LLVM/Lens.hs:9)
    digvNameLens (src/Text/LLVM/Lens.hs:9)
    digvScopeLens (src/Text/LLVM/Lens.hs:9)
    digvTypeLens (src/Text/LLVM/Lens.hs:9)
    digvVariableLens (src/Text/LLVM/Lens.hs:9)
    dicuDWOIdLens (src/Text/LLVM/Lens.hs:9)
    dicuDebugInfoForProfLens (src/Text/LLVM/Lens.hs:9)
    dicuEmissionKindLens (src/Text/LLVM/Lens.hs:9)
    dicuEnumsLens (src/Text/LLVM/Lens.hs:9)
    dicuFileLens (src/Text/LLVM/Lens.hs:9)
    dicuFlagsLens (src/Text/LLVM/Lens.hs:9)
    dicuGlobalsLens (src/Text/LLVM/Lens.hs:9)
    dicuImportsLens (src/Text/LLVM/Lens.hs:9)
    dicuIsOptimizedLens (src/Text/LLVM/Lens.hs:9)
    dicuLanguageLens (src/Text/LLVM/Lens.hs:9)
    dicuMacrosLens (src/Text/LLVM/Lens.hs:9)
    dicuNameTableKindLens (src/Text/LLVM/Lens.hs:9)
    dicuProducerLens (src/Text/LLVM/Lens.hs:9)
    dicuRangesBaseAddressLens (src/Text/LLVM/Lens.hs:9)
    dicuRetainedTypesLens (src/Text/LLVM/Lens.hs:9)
    dicuRuntimeVersionLens (src/Text/LLVM/Lens.hs:9)
    dicuSDKLens (src/Text/LLVM/Lens.hs:9)
    dicuSplitDebugFilenameLens (src/Text/LLVM/Lens.hs:9)
    dicuSplitDebugInliningLens (src/Text/LLVM/Lens.hs:9)
    dicuSubprogramsLens (src/Text/LLVM/Lens.hs:9)
    dicuSysRootLens (src/Text/LLVM/Lens.hs:9)
    dictAlignLens (src/Text/LLVM/Lens.hs:9)
    dictAllocatedLens (src/Text/LLVM/Lens.hs:9)
    dictAnnotationsLens (src/Text/LLVM/Lens.hs:9)
    dictAssociatedLens (src/Text/LLVM/Lens.hs:9)
    dictBaseTypeLens (src/Text/LLVM/Lens.hs:9)
    dictDataLocationLens (src/Text/LLVM/Lens.hs:9)
    dictDiscriminatorLens (src/Text/LLVM/Lens.hs:9)
    dictElementsLens (src/Text/LLVM/Lens.hs:9)
    dictFileLens (src/Text/LLVM/Lens.hs:9)
    dictFlagsLens (src/Text/LLVM/Lens.hs:9)
    dictIdentifierLens (src/Text/LLVM/Lens.hs:9)
    dictLineLens (src/Text/LLVM/Lens.hs:9)
    dictNameLens (src/Text/LLVM/Lens.hs:9)
    dictOffsetLens (src/Text/LLVM/Lens.hs:9)
    dictRankLens (src/Text/LLVM/Lens.hs:9)
    dictRuntimeLangLens (src/Text/LLVM/Lens.hs:9)
    dictScopeLens (src/Text/LLVM/Lens.hs:9)
    dictSizeLens (src/Text/LLVM/Lens.hs:9)
    dictTagLens (src/Text/LLVM/Lens.hs:9)
    dictTemplateParamsLens (src/Text/LLVM/Lens.hs:9)
    dictVTableHolderLens (src/Text/LLVM/Lens.hs:9)
    didtAlignLens (src/Text/LLVM/Lens.hs:9)
    didtAnnotationsLens (src/Text/LLVM/Lens.hs:9)
    didtBaseTypeLens (src/Text/LLVM/Lens.hs:9)
    didtDwarfAddressSpaceLens (src/Text/LLVM/Lens.hs:9)
    didtExtraDataLens (src/Text/LLVM/Lens.hs:9)
    didtFileLens (src/Text/LLVM/Lens.hs:9)
    didtFlagsLens (src/Text/LLVM/Lens.hs:9)
    didtLineLens (src/Text/LLVM/Lens.hs:9)
    didtNameLens (src/Text/LLVM/Lens.hs:9)
    didtOffsetLens (src/Text/LLVM/Lens.hs:9)
    didtScopeLens (src/Text/LLVM/Lens.hs:9)
    didtSizeLens (src/Text/LLVM/Lens.hs:9)
    didtTagLens (src/Text/LLVM/Lens.hs:9)
    dilbColumnLens (src/Text/LLVM/Lens.hs:9)
    dilbFileLens (src/Text/LLVM/Lens.hs:9)
    dilbLineLens (src/Text/LLVM/Lens.hs:9)
    dilbScopeLens (src/Text/LLVM/Lens.hs:9)
    dilbfDiscriminatorLens (src/Text/LLVM/Lens.hs:9)
    dilbfFileLens (src/Text/LLVM/Lens.hs:9)
    dilbfScopeLens (src/Text/LLVM/Lens.hs:9)
    dialArgsLens (src/Text/LLVM/Lens.hs:9)
    getGCLens (src/Text/LLVM/Lens.hs:9)
    defArgsLens (src/Text/LLVM/Lens.hs:9)
    defAttrsLens (src/Text/LLVM/Lens.hs:9)
    defBodyLens (src/Text/LLVM/Lens.hs:9)
    defComdatLens (src/Text/LLVM/Lens.hs:9)
    defGCLens (src/Text/LLVM/Lens.hs:9)
    defLinkageLens (src/Text/LLVM/Lens.hs:9)
    defMetadataLens (src/Text/LLVM/Lens.hs:9)
    defNameLens (src/Text/LLVM/Lens.hs:9)
    defRetTypeLens (src/Text/LLVM/Lens.hs:9)
    defSectionLens (src/Text/LLVM/Lens.hs:9)
    defVarArgsLens (src/Text/LLVM/Lens.hs:9)
    defVisibilityLens (src/Text/LLVM/Lens.hs:9)
  85% (  6 /  7) in 'Text.LLVM.Triple.Print'
  Missing documentation for:
    printTriple (src/Text/LLVM/Triple/Print.hs:221)
 100% (  8 /  8) in 'Text.LLVM.Triple.Parse'
 100% (  4 /  4) in 'Text.LLVM.Triple'
  16% ( 25 /149) in 'Text.LLVM.PP'
  Missing documentation for:
    withConfig (src/Text/LLVM/PP.hs:83)
    ppLLVM (src/Text/LLVM/PP.hs:87)
    ppLLVM35 (src/Text/LLVM/PP.hs:91)
    ppLLVM36 (src/Text/LLVM/PP.hs:92)
    ppLLVM37 (src/Text/LLVM/PP.hs:93)
    ppLLVM38 (src/Text/LLVM/PP.hs:94)
    llvmVer (src/Text/LLVM/PP.hs:97)
    llvmVerToString (src/Text/LLVM/PP.hs:100)
    ppModule (src/Text/LLVM/PP.hs:135)
    ppSourceName (src/Text/LLVM/PP.hs:154)
    ppNamedMd (src/Text/LLVM/PP.hs:160)
    ppUnnamedMd (src/Text/LLVM/PP.hs:165)
    ppGlobalAlias (src/Text/LLVM/PP.hs:176)
    ppFunctionPointerAlignType (src/Text/LLVM/PP.hs:233)
    ppMangling (src/Text/LLVM/PP.hs:239)
    ppIdent (src/Text/LLVM/PP.hs:257)
    ppSymbol (src/Text/LLVM/PP.hs:277)
    ppPrimType (src/Text/LLVM/PP.hs:285)
    ppFloatType (src/Text/LLVM/PP.hs:293)
    ppType (src/Text/LLVM/PP.hs:301)
    ppTypeDecl (src/Text/LLVM/PP.hs:313)
    ppGlobal (src/Text/LLVM/PP.hs:320)
    ppDeclare (src/Text/LLVM/PP.hs:357)
    ppComdatName (src/Text/LLVM/PP.hs:367)
    ppComdat (src/Text/LLVM/PP.hs:370)
    ppSelectionKind (src/Text/LLVM/PP.hs:373)
    ppDefine (src/Text/LLVM/PP.hs:382)
    ppFunAttr (src/Text/LLVM/PP.hs:404)
    ppLabelDef (src/Text/LLVM/PP.hs:438)
    ppLabel (src/Text/LLVM/PP.hs:442)
    ppBasicBlock (src/Text/LLVM/PP.hs:446)
    ppStmt (src/Text/LLVM/PP.hs:453)
    ppAttachedMetadata (src/Text/LLVM/PP.hs:459)
    ppLinkage (src/Text/LLVM/PP.hs:469)
    ppVisibility (src/Text/LLVM/PP.hs:488)
    ppGC (src/Text/LLVM/PP.hs:494)
    ppTyped (src/Text/LLVM/PP.hs:500)
    ppSignBits (src/Text/LLVM/PP.hs:503)
    ppExact (src/Text/LLVM/PP.hs:506)
    ppArithOp (src/Text/LLVM/PP.hs:509)
    ppUnaryArithOp (src/Text/LLVM/PP.hs:523)
    ppBitOp (src/Text/LLVM/PP.hs:526)
    ppConvOp (src/Text/LLVM/PP.hs:534)
    ppAtomicOrdering (src/Text/LLVM/PP.hs:548)
    ppAtomicOp (src/Text/LLVM/PP.hs:556)
    ppScope (src/Text/LLVM/PP.hs:575)
    ppInstr (src/Text/LLVM/PP.hs:579)
    ppLoad (src/Text/LLVM/PP.hs:671)
    ppStore (src/Text/LLVM/PP.hs:694)
    ppClauses (src/Text/LLVM/PP.hs:705)
    ppClause (src/Text/LLVM/PP.hs:711)
    ppTypedLabel (src/Text/LLVM/PP.hs:717)
    ppSwitchEntry (src/Text/LLVM/PP.hs:720)
    ppVectorIndex (src/Text/LLVM/PP.hs:723)
    ppAlign (src/Text/LLVM/PP.hs:726)
    ppAlloca (src/Text/LLVM/PP.hs:730)
    ppCall (src/Text/LLVM/PP.hs:740)
    ppGEP (src/Text/LLVM/PP.hs:783)
    ppInvoke (src/Text/LLVM/PP.hs:796)
    ppPhiArg (src/Text/LLVM/PP.hs:804)
    ppICmpOp (src/Text/LLVM/PP.hs:807)
    ppFCmpOp (src/Text/LLVM/PP.hs:819)
    ppValue' (src/Text/LLVM/PP.hs:837)
    ppValue (src/Text/LLVM/PP.hs:876)
    ppValMd' (src/Text/LLVM/PP.hs:879)
    ppValMd (src/Text/LLVM/PP.hs:888)
    ppDebugLoc' (src/Text/LLVM/PP.hs:891)
    ppDebugLoc (src/Text/LLVM/PP.hs:905)
    ppTypedValMd (src/Text/LLVM/PP.hs:908)
    ppMetadata (src/Text/LLVM/PP.hs:911)
    ppMetadataNode' (src/Text/LLVM/PP.hs:914)
    ppMetadataNode (src/Text/LLVM/PP.hs:918)
    ppStringLiteral (src/Text/LLVM/PP.hs:921)
    ppAsm (src/Text/LLVM/PP.hs:931)
    ppConstExpr' (src/Text/LLVM/PP.hs:943)
    ppConstExpr (src/Text/LLVM/PP.hs:964)
    ppDebugInfo' (src/Text/LLVM/PP.hs:969)
    ppDebugInfo (src/Text/LLVM/PP.hs:994)
    ppDIImportedEntity' (src/Text/LLVM/PP.hs:997)
    ppDIImportedEntity (src/Text/LLVM/PP.hs:1007)
    ppDILabel' (src/Text/LLVM/PP.hs:1010)
    ppDILabel (src/Text/LLVM/PP.hs:1018)
    ppDINameSpace' (src/Text/LLVM/PP.hs:1021)
    ppDINameSpace (src/Text/LLVM/PP.hs:1029)
    ppDITemplateTypeParameter' (src/Text/LLVM/PP.hs:1032)
    ppDITemplateTypeParameter (src/Text/LLVM/PP.hs:1038)
    ppDITemplateValueParameter' (src/Text/LLVM/PP.hs:1041)
    ppDITemplateValueParameter (src/Text/LLVM/PP.hs:1049)
    ppDIBasicType (src/Text/LLVM/PP.hs:1052)
    ppDICompileUnit' (src/Text/LLVM/PP.hs:1065)
    ppDICompileUnit (src/Text/LLVM/PP.hs:1100)
    ppFlags (src/Text/LLVM/PP.hs:1103)
    ppDICompositeType' (src/Text/LLVM/PP.hs:1106)
    ppDICompositeType (src/Text/LLVM/PP.hs:1131)
    ppDIDerivedType' (src/Text/LLVM/PP.hs:1134)
    ppDIDerivedType (src/Text/LLVM/PP.hs:1152)
    ppDIEnumerator (src/Text/LLVM/PP.hs:1155)
    ppDIExpression (src/Text/LLVM/PP.hs:1162)
    ppDIFile (src/Text/LLVM/PP.hs:1166)
    ppDIGlobalVariable' (src/Text/LLVM/PP.hs:1172)
    ppDIGlobalVariable (src/Text/LLVM/PP.hs:1190)
    ppDIGlobalVariableExpression' (src/Text/LLVM/PP.hs:1193)
    ppDIGlobalVariableExpression (src/Text/LLVM/PP.hs:1200)
    ppDILexicalBlock' (src/Text/LLVM/PP.hs:1203)
    ppDILexicalBlock (src/Text/LLVM/PP.hs:1212)
    ppDILexicalBlockFile' (src/Text/LLVM/PP.hs:1215)
    ppDILexicalBlockFile (src/Text/LLVM/PP.hs:1223)
    ppDILocalVariable' (src/Text/LLVM/PP.hs:1226)
    ppDILocalVariable (src/Text/LLVM/PP.hs:1240)
    ppDISubprogram (src/Text/LLVM/PP.hs:1273)
    ppDISubrange' (src/Text/LLVM/PP.hs:1276)
    ppDISubrange (src/Text/LLVM/PP.hs:1297)
    ppDISubroutineType' (src/Text/LLVM/PP.hs:1300)
    ppDISubroutineType (src/Text/LLVM/PP.hs:1307)
    ppDIArgList' (src/Text/LLVM/PP.hs:1310)
    ppDIArgList (src/Text/LLVM/PP.hs:1314)
    ppBool (src/Text/LLVM/PP.hs:1319)
    integral (src/Text/LLVM/PP.hs:1328)
    hex (src/Text/LLVM/PP.hs:1331)
    opt (src/Text/LLVM/PP.hs:1334)
    commas (src/Text/LLVM/PP.hs:1364)
    angles (src/Text/LLVM/PP.hs:1372)
    structBraces (src/Text/LLVM/PP.hs:1375)
    ppMaybe (src/Text/LLVM/PP.hs:1378)
Warning: Text.LLVM.Triple.AST: could not find link destinations for: 
	- Text.LLVM.Triple.AST.Rep_TargetTriple
	- Text.LLVM.Triple.AST.Rep_ObjectFormat
	- Text.LLVM.Triple.AST.Rep_Environment
	- Text.LLVM.Triple.AST.Rep_OS
	- Text.LLVM.Triple.AST.Rep_Vendor
	- Text.LLVM.Triple.AST.Rep_SubArch
	- Text.LLVM.Triple.AST.Rep_Arch
Warning: Text.LLVM.AST: could not find link destinations for: 
	- Text.LLVM.AST.Rep_IndexResult
	- Text.LLVM.AST.Rep_NullResult
	- Text.LLVM.AST.Rep1_NullResult
	- Text.LLVM.AST.Rep_Module
	- Text.LLVM.AST.Rep_Define
	- Text.LLVM.AST.Rep_BasicBlock'
	- Text.LLVM.AST.Rep1_BasicBlock'
	- Text.LLVM.AST.Rep_Stmt'
	- Text.LLVM.AST.Rep1_Stmt'
	- Text.LLVM.AST.Rep_Instr'
	- Text.LLVM.AST.Rep_Clause'
	- Text.LLVM.AST.Rep1_Clause'
	- Text.LLVM.AST.Rep_GlobalAlias
	- Text.LLVM.AST.Rep_Global
	- Text.LLVM.AST.Rep_UnnamedMd
	- Text.LLVM.AST.Rep_DIArgList'
	- Text.LLVM.AST.Rep1_DIArgList'
	- Text.LLVM.AST.Rep_ValMd'
	- Text.LLVM.AST.Rep1_ValMd'
	- Text.LLVM.AST.Rep_DebugInfo'
	- Text.LLVM.AST.Rep1_DebugInfo'
	- Text.LLVM.AST.Rep_DISubroutineType'
	- Text.LLVM.AST.Rep1_DISubroutineType'
	- Text.LLVM.AST.Rep_DISubrange'
	- Text.LLVM.AST.Rep1_DISubrange'
	- Text.LLVM.AST.Rep_DISubprogram'
	- Text.LLVM.AST.Rep1_DISubprogram'
	- Text.LLVM.AST.Rep_DILocalVariable'
	- Text.LLVM.AST.Rep1_DILocalVariable'
	- Text.LLVM.AST.Rep_DILexicalBlockFile'
	- Text.LLVM.AST.Rep1_DILexicalBlockFile'
	- Text.LLVM.AST.Rep_DILexicalBlock'
	- Text.LLVM.AST.Rep1_DILexicalBlock'
	- Text.LLVM.AST.Rep_DIGlobalVariableExpression'
	- Text.LLVM.AST.Rep1_DIGlobalVariableExpression'
	- Text.LLVM.AST.Rep_DIGlobalVariable'
	- Text.LLVM.AST.Rep1_DIGlobalVariable'
	- Text.LLVM.AST.Rep_DIDerivedType'
	- Text.LLVM.AST.Rep1_DIDerivedType'
	- Text.LLVM.AST.Rep_DICompositeType'
	- Text.LLVM.AST.Rep1_DICompositeType'
	- Text.LLVM.AST.Rep_DICompileUnit'
	- Text.LLVM.AST.Rep1_DICompileUnit'
	- Text.LLVM.AST.Rep_DINameSpace'
	- Text.LLVM.AST.Rep1_DINameSpace'
	- Text.LLVM.AST.Rep_DITemplateValueParameter'
	- Text.LLVM.AST.Rep1_DITemplateValueParameter'
	- Text.LLVM.AST.Rep_DITemplateTypeParameter'
	- Text.LLVM.AST.Rep1_DITemplateTypeParameter'
	- Text.LLVM.AST.Rep_DIImportedEntity'
	- Text.LLVM.AST.Rep1_DIImportedEntity'
	- Text.LLVM.AST.Rep_DILabel'
	- Text.LLVM.AST.Rep1_DILabel'
	- Text.LLVM.AST.Rep_DebugLoc'
	- Text.LLVM.AST.Rep1_DebugLoc'
	- Text.LLVM.AST.Rep_Value'
	- Text.LLVM.AST.Rep1_Value'
	- Text.LLVM.AST.Rep_ConstExpr'
	- Text.LLVM.AST.Rep1_ConstExpr'
	- Text.LLVM.AST.Rep_DIFile
	- Text.LLVM.AST.Rep_DIExpression
	- Text.LLVM.AST.Rep_DIBasicType
	- Text.LLVM.AST.Rep_FP80Value
	- Text.LLVM.AST.Rep_FCmpOp
	- Text.LLVM.AST.Rep_ICmpOp
	- Text.LLVM.AST.Rep_AtomicOrdering
	- Text.LLVM.AST.Rep_AtomicRWOp
	- Text.LLVM.AST.Rep_ConvOp
	- Text.LLVM.AST.Rep_BitOp
	- Text.LLVM.AST.Rep_UnaryArithOp
	- Text.LLVM.AST.Rep_ArithOp
	- Text.LLVM.AST.Rep_Typed
	- Text.LLVM.AST.Rep1_Typed
	- Text.LLVM.AST.Rep_GC
	- Text.LLVM.AST.Rep_GlobalAttrs
	- Text.LLVM.AST.Rep_Declare
	- Text.LLVM.AST.Rep_Visibility
	- Text.LLVM.AST.Rep_Linkage
	- Text.LLVM.AST.Rep_BlockLabel
	- Text.LLVM.AST.Rep_FunAttr
	- Text.LLVM.AST.Rep_TypeDecl
	- Text.LLVM.AST.Rep_Type'
	- Text.LLVM.AST.Rep1_Type'
	- Text.LLVM.AST.Rep_PrimType
	- Text.LLVM.AST.Rep_FloatType
	- Text.LLVM.AST.Rep_Symbol
	- Text.LLVM.AST.Rep_Ident
	- Text.LLVM.AST.Rep_SelectionKind
	- Text.LLVM.AST.Rep_LayoutSpec
	- Text.LLVM.AST.Rep_Mangling
	- Text.LLVM.AST.Rep_FunctionPointerAlignType
	- Text.LLVM.AST.Rep_NamedMd
	- Text.LLVM.defineBody
Warning: Text.LLVM.DebugUtils: could not find link destinations for: 
	- Text.LLVM.DebugUtils.MdMap
Warning: Text.LLVM: could not find link destinations for: 
	- Text.LLVM.defineBody
Documentation created: dist/doc/html/llvm-pretty/,
dist/doc/html/llvm-pretty/llvm-pretty.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/llvm-pretty-0.13.1.0-ICp8gKisORqpi7HfWtmmd
Completed    llvm-pretty-0.13.1.0
Warning: uniplate.cabal:1:28: Packages with 'cabal-version: 1.12' or later
should specify a specific version of the Cabal spec of the form
'cabal-version: x.y'. Use 'cabal-version: 1.18'.
Configuring uniplate-1.6.13...
Preprocessing library for uniplate-1.6.13..
Building library for uniplate-1.6.13..
[ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances ( Data/Generics/Uniplate/Data/Instances.hs, dist/build/Data/Generics/Uniplate/Data/Instances.o, dist/build/Data/Generics/Uniplate/Data/Instances.dyn_o )
[ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils ( Data/Generics/Uniplate/Internal/Utils.hs, dist/build/Data/Generics/Uniplate/Internal/Utils.o, dist/build/Data/Generics/Uniplate/Internal/Utils.dyn_o )
[ 3 of 21] Compiling Data.Generics.Uniplate ( Data/Generics/Uniplate.hs, dist/build/Data/Generics/Uniplate.o, dist/build/Data/Generics/Uniplate.dyn_o )
[ 4 of 21] Compiling Data.Generics.Str ( Data/Generics/Str.hs, dist/build/Data/Generics/Str.o, dist/build/Data/Generics/Str.dyn_o )
[ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations ( Data/Generics/Uniplate/Internal/DataOnlyOperations.hs, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.o, dist/build/Data/Generics/Uniplate/Internal/DataOnlyOperations.dyn_o )
[ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data ( Data/Generics/Uniplate/Internal/Data.hs, dist/build/Data/Generics/Uniplate/Internal/Data.o, dist/build/Data/Generics/Uniplate/Internal/Data.dyn_o )

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

Data/Generics/Uniplate/Internal/Data.hs:336:81: warning: [GHC-63394] [-Wx-partial]
    In the use of tail
    (imported from Data.List, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
    |
336 |             [ (i, IntMap.fromAscList [(j, slice i j ts) | (j,ts) <- zip [i..n] (tail $ inits ts)])
    |                                                                                 ^^^^
[ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly ( Data/Generics/Uniplate/DataOnly.hs, nothing )
[ 8 of 21] Compiling Data.Generics.Uniplate.Operations ( Data/Generics/Uniplate/Operations.hs, nothing )
[ 9 of 21] Compiling Data.Generics.Uniplate.Direct ( Data/Generics/Uniplate/Direct.hs, nothing )
[10 of 21] Compiling Data.Generics.Uniplate.Data ( Data/Generics/Uniplate/Data.hs, nothing )
[11 of 21] Compiling Data.Generics.SYB ( Data/Generics/SYB.hs, nothing )
[12 of 21] Compiling Data.Generics.Compos ( Data/Generics/Compos.hs, nothing )
[13 of 21] Compiling Data.Generics.Uniplate.Typeable ( Data/Generics/Uniplate/Typeable.hs, nothing )
[14 of 21] Compiling Data.Generics.Uniplate.Zipper ( Data/Generics/Uniplate/Zipper.hs, nothing )
[15 of 21] Compiling Data.Generics.UniplateOn ( Data/Generics/UniplateOn.hs, nothing )
[16 of 21] Compiling Data.Generics.UniplateStr ( Data/Generics/UniplateStr.hs, nothing )
[17 of 21] Compiling Data.Generics.UniplateStrOn ( Data/Generics/UniplateStrOn.hs, nothing )
[18 of 21] Compiling Data.Generics.Biplate ( Data/Generics/Biplate.hs, nothing )
[19 of 21] Compiling Data.Generics.PlateTypeable ( Data/Generics/PlateTypeable.hs, nothing )
[20 of 21] Compiling Data.Generics.PlateDirect ( Data/Generics/PlateDirect.hs, nothing )
[21 of 21] Compiling Data.Generics.PlateData ( Data/Generics/PlateData.hs, nothing )
Haddock coverage:
Warning: 'Hide' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:86:18
    * at Data/Generics/Uniplate/Data/Instances.hs:86:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:86:1
Warning: 'Trigger' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:122:18
    * at Data/Generics/Uniplate/Data/Instances.hs:122:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:122:1
Warning: 'Invariant' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:156:20
    * at Data/Generics/Uniplate/Data/Instances.hs:156:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:156:1
Warning: 'Map' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:178:19
    * at Data/Generics/Uniplate/Data/Instances.hs:178:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:178:1
Warning: 'Set' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:204:17
    * at Data/Generics/Uniplate/Data/Instances.hs:204:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:204:1
Warning: 'IntMap' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:228:20
    * at Data/Generics/Uniplate/Data/Instances.hs:228:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:228:1
Warning: 'IntSet' is ambiguous. It is defined
    * at Data/Generics/Uniplate/Data/Instances.hs:254:18
    * at Data/Generics/Uniplate/Data/Instances.hs:254:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at Data/Generics/Uniplate/Data/Instances.hs:254:1
Warning: 'create' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'inv' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Uniplate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 16 / 16) in 'Data.Generics.Uniplate.Data.Instances'
 100% ( 19 / 19) in 'Data.Generics.Uniplate'
Warning: 'uniplate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'biplate' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  66% (  6 /  9) in 'Data.Generics.Str'
  Missing documentation for:
    Str (Data/Generics/Str.hs:14)
    strMap (Data/Generics/Str.hs:26)
    strMapM (Data/Generics/Str.hs:36)
Warning: 'mplus' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  65% ( 15 / 23) in 'Data.Generics.Uniplate.DataOnly'
  Missing documentation for:
    universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
    transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
    transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
    rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
    rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
    contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
    holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
    Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
Warning: 'mplus' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  75% ( 22 / 29) in 'Data.Generics.Uniplate.Operations'
  Missing documentation for:
    universeBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:189)
    transformBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:212)
    transformBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:217)
    rewriteBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:221)
    rewriteBiM (Data/Generics/Uniplate/Internal/OperationsInc.hs:225)
    contextsBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:231)
    holesBi (Data/Generics/Uniplate/Internal/OperationsInc.hs:239)
Warning: 'fromDistictAscList' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 11 / 11) in 'Data.Generics.Uniplate.Direct'
  80% (  4 /  5) in 'Data.Generics.Uniplate.Data'
  Missing documentation for:
    Transformer (Data/Generics/Uniplate/Internal/Data.hs:287)
 100% ( 13 / 13) in 'Data.Generics.SYB'
 100% (  8 /  8) in 'Data.Generics.Compos'
 100% ( 10 / 10) in 'Data.Generics.Uniplate.Typeable'
 100% ( 14 / 14) in 'Data.Generics.Uniplate.Zipper'
Warning: 'fold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateOn: Could not find documentation for exported module: Data.Generics.UniplateOn
  35% (  5 / 14) in 'Data.Generics.UniplateOn'
  Missing documentation for:
    universeOn (Data/Generics/UniplateOn.hs:39)
    transformOn (Data/Generics/UniplateOn.hs:51)
    transformOnM (Data/Generics/UniplateOn.hs:56)
    rewriteOn (Data/Generics/UniplateOn.hs:61)
    rewriteOnM (Data/Generics/UniplateOn.hs:66)
    descendOn (Data/Generics/UniplateOn.hs:71)
    descendOnM (Data/Generics/UniplateOn.hs:76)
    holesOn (Data/Generics/UniplateOn.hs:84)
    contextsOn (Data/Generics/UniplateOn.hs:91)
Warning: Data.Generics.UniplateStr: Could not find documentation for exported module: Data.Generics.UniplateStr
 100% ( 16 / 16) in 'Data.Generics.UniplateStr'
Warning: 'fold' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.UniplateStrOn: Could not find documentation for exported module: Data.Generics.UniplateStrOn
  35% (  5 / 14) in 'Data.Generics.UniplateStrOn'
  Missing documentation for:
    universeOn (Data/Generics/UniplateStrOn.hs:43)
    transformOn (Data/Generics/UniplateStrOn.hs:65)
    transformOnM (Data/Generics/UniplateStrOn.hs:70)
    rewriteOn (Data/Generics/UniplateStrOn.hs:75)
    rewriteOnM (Data/Generics/UniplateStrOn.hs:80)
    descendOn (Data/Generics/UniplateStrOn.hs:85)
    descendOnM (Data/Generics/UniplateStrOn.hs:90)
    holesOn (Data/Generics/UniplateStrOn.hs:96)
    contextsOn (Data/Generics/UniplateStrOn.hs:103)
Warning: 'Data' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: Data.Generics.Biplate: Could not find documentation for exported module: Data.Generics.Biplate
  28% (  4 / 14) in 'Data.Generics.Biplate'
  Missing documentation for:
    descendBi (Data/Generics/Biplate.hs:80)
    descendBiM (Data/Generics/Biplate.hs:84)
    universeBi (Data/Generics/Biplate.hs:54)
    childrenBi (Data/Generics/Biplate.hs:58)
    transformBi (Data/Generics/Biplate.hs:64)
    transformBiM (Data/Generics/Biplate.hs:68)
    rewriteBi (Data/Generics/Biplate.hs:72)
    rewriteBiM (Data/Generics/Biplate.hs:76)
    contextsBi (Data/Generics/Biplate.hs:90)
    holesBi (Data/Generics/Biplate.hs:94)
 100% ( 10 / 10) in 'Data.Generics.PlateTypeable'
Warning: 'PlayAll' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 10 / 10) in 'Data.Generics.PlateDirect'
 100% (  2 /  2) in 'Data.Generics.PlateData'
Warning: Data.Generics.Uniplate.Direct: could not find link destinations for: 
	- Data.Generics.Uniplate.Direct.Type
Warning: Data.Generics.Uniplate.Typeable: could not find link destinations for: 
	- Data.Generics.Uniplate.Typeable.Type
Warning: Data.Generics.PlateTypeable: could not find link destinations for: 
	- Data.Generics.PlateTypeable.Type
Warning: Data.Generics.PlateDirect: could not find link destinations for: 
	- Data.Generics.PlateDirect.Type
Documentation created: dist/doc/html/uniplate/,
dist/doc/html/uniplate/uniplate.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/uniplate-1.6.13-KaDBqyRoO03HnTZrOmE5kF
Completed    uniplate-1.6.13
Downloading  llvm-pretty-bc-parser-0.5.1.0
Downloaded   llvm-pretty-bc-parser-0.5.1.0
Configuring llvm-pretty-bc-parser-0.5.1.0...
Preprocessing library for llvm-pretty-bc-parser-0.5.1.0..
Building library for llvm-pretty-bc-parser-0.5.1.0..
[ 1 of 20] Compiling Data.LLVM.BitCode.BitString
[ 2 of 20] Compiling Data.LLVM.BitCode.GetBits
[ 3 of 20] Compiling Data.LLVM.BitCode.Bitstream
[ 4 of 20] Compiling Data.LLVM.BitCode.Parse
[ 5 of 20] Compiling Data.LLVM.BitCode.Match
[ 6 of 20] Compiling Data.LLVM.BitCode.Record
[ 7 of 20] Compiling Data.LLVM.BitCode.IR.Values
[ 8 of 20] Compiling Data.LLVM.BitCode.IR.Blocks
[ 9 of 20] Compiling Data.LLVM.BitCode.IR.Attrs
[10 of 20] Compiling Data.LLVM.BitCode.IR.Globals
[11 of 20] Compiling Data.LLVM.BitCode.Assert
[12 of 20] Compiling Data.LLVM.BitCode.IR.Types
[13 of 20] Compiling Data.LLVM.BitCode.IR.Constants
[14 of 20] Compiling Data.LLVM.BitCode.IR.Metadata
[15 of 20] Compiling Data.LLVM.BitCode.IR.Function
[16 of 20] Compiling Data.LLVM.BitCode.IR.Module
[17 of 20] Compiling Data.LLVM.BitCode.IR
[18 of 20] Compiling Data.LLVM.BitCode
[19 of 20] Compiling Data.LLVM.CFG

src/Data/LLVM/CFG.hs:212:11: 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."
    |
212 | newNode = head . G.newNodes 1
    |           ^^^^
[20 of 20] Compiling Data.LLVM.Internal
Preprocessing executable 'llvm-disasm' for llvm-pretty-bc-parser-0.5.1.0..
Building executable 'llvm-disasm' for llvm-pretty-bc-parser-0.5.1.0..
[1 of 1] Compiling Main             ( llvm-disasm/LLVMDis.hs, dist/build/llvm-disasm/llvm-disasm-tmp/Main.o )
[2 of 2] Linking dist/build/llvm-disasm/llvm-disasm
Preprocessing library for llvm-pretty-bc-parser-0.5.1.0..
Running Haddock on library for llvm-pretty-bc-parser-0.5.1.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 20] Compiling Data.LLVM.BitCode.BitString
[ 2 of 20] Compiling Data.LLVM.BitCode.GetBits
[ 3 of 20] Compiling Data.LLVM.BitCode.Bitstream
[ 4 of 20] Compiling Data.LLVM.BitCode.Parse
[ 5 of 20] Compiling Data.LLVM.BitCode.Match
[ 6 of 20] Compiling Data.LLVM.BitCode.Record
[ 7 of 20] Compiling Data.LLVM.BitCode.IR.Values
[ 8 of 20] Compiling Data.LLVM.BitCode.IR.Blocks
[ 9 of 20] Compiling Data.LLVM.BitCode.IR.Attrs
[10 of 20] Compiling Data.LLVM.BitCode.IR.Globals
[11 of 20] Compiling Data.LLVM.BitCode.Assert
[12 of 20] Compiling Data.LLVM.BitCode.IR.Types
[13 of 20] Compiling Data.LLVM.BitCode.IR.Constants
[14 of 20] Compiling Data.LLVM.BitCode.IR.Metadata
[15 of 20] Compiling Data.LLVM.BitCode.IR.Function
[16 of 20] Compiling Data.LLVM.BitCode.IR.Module
[17 of 20] Compiling Data.LLVM.BitCode.IR
[18 of 20] Compiling Data.LLVM.BitCode
[19 of 20] Compiling Data.LLVM.CFG

src/Data/LLVM/CFG.hs:212:11: 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."
    |
212 | newNode = head . G.newNodes 1
    |           ^^^^
[20 of 20] Compiling Data.LLVM.Internal
Haddock coverage:
Warning: 'Finalize' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/Parse.hs:889:22
    * at src/Data/LLVM/BitCode/Parse.hs:889: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/LLVM/BitCode/Parse.hs:889:1
Warning: 'FinalizeEnv' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/Parse.hs:880:20
    * at src/Data/LLVM/BitCode/Parse.hs:880: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/LLVM/BitCode/Parse.hs:880:1
Warning: 'Parse' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/Parse.hs:63:19
    * at src/Data/LLVM/BitCode/Parse.hs:63: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/LLVM/BitCode/Parse.hs:63:1
Warning: 'Env' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/Parse.hs:497:12
    * at src/Data/LLVM/BitCode/Parse.hs:497:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/LLVM/BitCode/Parse.hs:497:1
Warning: 'bbSymTab' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'relabel' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'lab' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'ParseWarnings' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PtrTo' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'PartialUnnamedMd' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/IR/Metadata.hs:315:25
    * at src/Data/LLVM/BitCode/IR/Metadata.hs:315: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/LLVM/BitCode/IR/Metadata.hs:315:1
Warning: 'parseOneMetadata' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Ident' is ambiguous. It is defined
    * in Text.LLVM.AST
    * in Text.LLVM.AST
    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 Text.LLVM.AST
Warning: 'Error' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/Parse.hs:48:14
    * at src/Data/LLVM/BitCode/Parse.hs:48: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/LLVM/BitCode/Parse.hs:48:1
Warning: 'ParseWarnings' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  84% ( 16 / 19) in 'Data.LLVM.BitCode'
  Missing documentation for:
    Module header
    Error (src/Data/LLVM/BitCode/Parse.hs:48)
    formatError (src/Data/LLVM/BitCode/Parse.hs:54)
  37% (  3 /  8) in 'Data.LLVM.CFG'
  Missing documentation for:
    BB (src/Data/LLVM/CFG.hs:44)
    BBId (src/Data/LLVM/CFG.hs:42)
    blockId (src/Data/LLVM/CFG.hs:197)
    blockName (src/Data/LLVM/CFG.hs:200)
    dummyExitName (src/Data/LLVM/CFG.hs:95)
  18% (  2 / 11) in 'Data.LLVM.Internal'
  Missing documentation for:
    parseMetadataBlock (src/Data/LLVM/BitCode/IR/Metadata.hs:386)
    parseMetadataKindEntry (src/Data/LLVM/BitCode/IR/Metadata.hs:1242)
    PartialUnnamedMd (src/Data/LLVM/BitCode/IR/Metadata.hs:315)
    finalizePartialUnnamedMd (src/Data/LLVM/BitCode/IR/Metadata.hs:322)
    finalizePValMd (src/Data/LLVM/BitCode/IR/Metadata.hs:331)
    InstrMdAttachments (src/Data/LLVM/BitCode/IR/Metadata.hs:358)
    PFnMdAttachments (src/Data/LLVM/BitCode/IR/Metadata.hs:361)
    PKindMd (src/Data/LLVM/BitCode/IR/Metadata.hs:360)
    PGlobalAttachments (src/Data/LLVM/BitCode/IR/Metadata.hs:362)
Warning: Data.LLVM.Internal: could not find link destinations for: 
	- Data.LLVM.BitCode.Bitstream.Entry
	- Data.LLVM.BitCode.Parse.Finalize
	- Data.LLVM.BitCode.Parse.PValMd
	- Data.LLVM.BitCode.Parse.ValueTable
	- Data.LLVM.BitCode.Parse.Parse
	- Data.LLVM.BitCode.Record.Record
	- Data.LLVM.BitCode.IR.Metadata.ParsedMetadata
	- Data.LLVM.BitCode.IR.Metadata.mdForwardRefOrNull
	- Data.LLVM.BitCode.IR.Metadata.Rep_PartialUnnamedMd
Documentation created: dist/doc/html/llvm-pretty-bc-parser/,
dist/doc/html/llvm-pretty-bc-parser/llvm-pretty-bc-parser.txt
Preprocessing executable 'llvm-disasm' for llvm-pretty-bc-parser-0.5.1.0..
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/llvm-pretty-bc-parser-0.5.1.0-D0hjWOhVf872x2YGuI5Y02
Installing executable llvm-disasm in /var/lib/hackage-doc-builder/build-cache/tmp-install/bin
Warning: The directory
/var/lib/hackage-doc-builder/build-cache/tmp-install/bin is not in the system
search path.
Completed    llvm-pretty-bc-parser-0.5.1.0

Test log

[view raw]

Resolving dependencies...
Error:
    Internal libraries only supported with per-component builds.
    Per-component builds were disabled because program coverage is enabled
    In the package 'happy-lib-2.1.7'