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

[all reports]

Package llvm-pretty-bc-parser-0.6.0.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2026-01-23 21:15:30.789523754 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.14.0.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.14.0.0, pretty-1.1.3.6, pretty-show-1.10
Flags -fuzz -old-optparse -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.10...
Preprocessing library for os-string-2.0.10..
Building library for os-string-2.0.10..
[ 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:27:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
27 | 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 )

System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports]
    The import of coerceWith
    from module Data.Type.Coercion is redundant
   |
38 | import Data.Type.Coercion (Coercion(..), coerceWith)
   |                                          ^^^^^^^^^^
[ 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.10..
Running Haddock on library for os-string-2.0.10..
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:27:42: warning: [GHC-38856] [-Wunused-imports]
    The import of try from module Control.Exception is redundant
   |
27 | 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 )

System/OsString/Internal/Types.hs:38:42: warning: [GHC-38856] [-Wunused-imports]
    The import of coerceWith
    from module Data.Type.Coercion is redundant
   |
38 | import Data.Type.Coercion (Coercion(..), coerceWith)
   |                                          ^^^^^^^^^^
[ 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:67)
    isSpace (System/OsString/Data/ByteString/Short/Internal.hs:70)
    create (System/OsString/Data/ByteString/Short/Internal.hs:133)
    asBA (System/OsString/Data/ByteString/Short/Internal.hs:143)
    BA (System/OsString/Data/ByteString/Short/Internal.hs:147)
    MBA (System/OsString/Data/ByteString/Short/Internal.hs:148)
    newPinnedByteArray (System/OsString/Data/ByteString/Short/Internal.hs:152)
    newByteArray (System/OsString/Data/ByteString/Short/Internal.hs:157)
    copyByteArray (System/OsString/Data/ByteString/Short/Internal.hs:162)
    unsafeFreezeByteArray (System/OsString/Data/ByteString/Short/Internal.hs:167)
    copyAddrToByteArray (System/OsString/Data/ByteString/Short/Internal.hs:172)
    moduleErrorIO (System/OsString/Data/ByteString/Short/Internal.hs:308)
    moduleErrorMsg (System/OsString/Data/ByteString/Short/Internal.hs:312)
    packWord16 (System/OsString/Data/ByteString/Short/Internal.hs:315)
    packLenWord16 (System/OsString/Data/ByteString/Short/Internal.hs:318)
    unpackWord16 (System/OsString/Data/ByteString/Short/Internal.hs:329)
    packWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:338)
    packLenWord16Rev (System/OsString/Data/ByteString/Short/Internal.hs:341)
    indexWord8Array (System/OsString/Data/ByteString/Short/Internal.hs:450)
    word16ToLE# (System/OsString/Data/ByteString/Short/Internal.hs:471)
    word16FromLE# (System/OsString/Data/ByteString/Short/Internal.hs:473)
    setByteArray (System/OsString/Data/ByteString/Short/Internal.hs:476)
    copyMutableByteArray (System/OsString/Data/ByteString/Short/Internal.hs:481)
    createAndTrim' (System/OsString/Data/ByteString/Short/Internal.hs:507)
    createAndTrim'' (System/OsString/Data/ByteString/Short/Internal.hs:523)
    findIndexOrLength (System/OsString/Data/ByteString/Short/Internal.hs:549)
    assertEven (System/OsString/Data/ByteString/Short/Internal.hs:578)
    errorEmptySBS (System/OsString/Data/ByteString/Short/Internal.hs:587)
    moduleError (System/OsString/Data/ByteString/Short/Internal.hs:591)
    compareByteArraysOff (System/OsString/Data/ByteString/Short/Internal.hs:609)
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:666)
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:51)
    mkUcs2le (System/OsString/Encoding/Internal.hs:54)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:59)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:69)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:80)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:105)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:140)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:145)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:155)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:166)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:204)
    cWcharsToChars_UCS2 (System/OsString/Encoding/Internal.hs:240)
    cWcharsToChars (System/OsString/Encoding/Internal.hs:247)
    charsToCWchars (System/OsString/Encoding/Internal.hs:257)
    withWindowsString (System/OsString/Encoding/Internal.hs:273)
    peekWindowsString (System/OsString/Encoding/Internal.hs:276)
    withPosixString (System/OsString/Encoding/Internal.hs:281)
    withPosixString' (System/OsString/Encoding/Internal.hs:284)
    peekPosixString (System/OsString/Encoding/Internal.hs:287)
    peekPosixString' (System/OsString/Encoding/Internal.hs:290)
    EncodingException (System/OsString/Encoding/Internal.hs:349)
    showEncodingException (System/OsString/Encoding/Internal.hs:357)
    wNUL (System/OsString/Encoding/Internal.hs:376)
  44% ( 11 / 25) in 'System.OsString.Encoding'
  Missing documentation for:
    Module header
    EncodingException (System/OsString/Encoding/Internal.hs:349)
    showEncodingException (System/OsString/Encoding/Internal.hs:357)
    ucs2le (System/OsString/Encoding/Internal.hs:51)
    mkUcs2le (System/OsString/Encoding/Internal.hs:54)
    ucs2le_DF (System/OsString/Encoding/Internal.hs:59)
    ucs2le_EF (System/OsString/Encoding/Internal.hs:69)
    ucs2le_decode (System/OsString/Encoding/Internal.hs:80)
    ucs2le_encode (System/OsString/Encoding/Internal.hs:105)
    mkUTF16le_b (System/OsString/Encoding/Internal.hs:140)
    utf16le_b_DF (System/OsString/Encoding/Internal.hs:145)
    utf16le_b_EF (System/OsString/Encoding/Internal.hs:155)
    utf16le_b_decode (System/OsString/Encoding/Internal.hs:166)
    utf16le_b_encode (System/OsString/Encoding/Internal.hs:204)
Warning: 'WindowsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:63:25
    * at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:63:1
Warning: 'PosixString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:89:23
    * at System/OsString/Internal/Types.hs:89: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:89: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:208:18
    * at System/OsString/Internal/Types.hs:208: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:208:1
Warning: 'OsString' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:173:20
    * at System/OsString/Internal/Types.hs:173: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:173: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:80)
    unPS (System/OsString/Internal/Types.hs:104)
    PlatformString (System/OsString/Internal/Types.hs:114)
    WindowsChar (System/OsString/Internal/Types.hs:117)
    unWW (System/OsString/Internal/Types.hs:142)
    PosixChar (System/OsString/Internal/Types.hs:123)
    unPW (System/OsString/Internal/Types.hs:150)
    PlatformChar (System/OsString/Internal/Types.hs:160)
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:89:23
    * at System/OsString/Internal/Types.hs:89: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:89: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:545)
    empty (System/OsString/Common.hs:548)
    concat (System/OsString/Common.hs:756)
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:173:20
    * at System/OsString/Internal/Types.hs:173: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:173:1
Warning: 'OsChar' is ambiguous. It is defined
    * at System/OsString/Internal/Types.hs:208:18
    * at System/OsString/Internal/Types.hs:208: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:208:1
Warning: 'head' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:309:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:309:1
Warning: 'tail' 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: 'init' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:318: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:318:1
Warning: 'last' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:284: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:284:1
Warning: 'map' is ambiguous. It is defined
    * in GHC.Base
    * at System/OsString/Internal.hs:348: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:348:1
Warning: 'reverse' is ambiguous. It is defined
    * in GHC.List
    * 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: 'foldl' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:370: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:370:1
Warning: 'foldl1' 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: 'foldr' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:400: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:400:1
Warning: 'foldr1' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:414: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:414:1
Warning: 'all' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:428:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at System/OsString/Internal.hs:428:1
Warning: 'any' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:435: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:435:1
Warning: 'replicate' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:450: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:450:1
Warning: 'take' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:492: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:492:1
Warning: 'length' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:341: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:341:1
Warning: 'drop' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:529: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:529:1
Warning: 'takeWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:523: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:523:1
Warning: 'dropWhile' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:551: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:551:1
Warning: 'break' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:580: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:580:1
Warning: 'span' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:590: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:590:1
Warning: 'splitAt' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:615: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:615:1
Warning: 'elem' is ambiguous. It is defined
    * in Data.Foldable
    * at System/OsString/Internal.hs:718: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:718:1
Warning: 'filter' is ambiguous. It is defined
    * in GHC.List
    * at System/OsString/Internal.hs:736: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:736:1
  94% ( 75 / 79) in 'System.OsString.Internal'
  Missing documentation for:
    Module header
    empty (System/OsString/Internal.hs:249)
    singleton (System/OsString/Internal.hs:252)
    concat (System/OsString/Internal.hs:441)
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:249)
    singleton (System/OsString/Internal.hs:252)
    concat (System/OsString/Internal.hs:441)
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:63:25
    * at System/OsString/Internal/Types.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 System/OsString/Internal/Types.hs:63: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:545)
    empty (System/OsString/Common.hs:548)
    concat (System/OsString/Common.hs:756)
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.10-9Pq5TH1k3vR47SsJznREBD
Completed    os-string-2.0.10
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.2.0...
Preprocessing library for th-abstraction-0.7.2.0..
Building library for th-abstraction-0.7.2.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.2.0..
Running Haddock on library for th-abstraction-0.7.2.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.2.0-LXxpvWq4N5lSpSniaraaB
Completed    th-abstraction-0.7.2.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.1.0...
Preprocessing library for hashable-1.5.1.0..
Building library for hashable-1.5.1.0..
[ 1 of 10] Compiling Data.Hashable.FFI ( src/Data/Hashable/FFI.hs, dist/build/Data/Hashable/FFI.o, dist/build/Data/Hashable/FFI.dyn_o )
[ 2 of 10] Compiling Data.Hashable.Imports ( src/Data/Hashable/Imports.hs, dist/build/Data/Hashable/Imports.o, dist/build/Data/Hashable/Imports.dyn_o )
[ 3 of 10] Compiling Data.Hashable.Mix ( src/Data/Hashable/Mix.hs, dist/build/Data/Hashable/Mix.o, dist/build/Data/Hashable/Mix.dyn_o )
[ 4 of 10] Compiling Data.Hashable.XXH3 ( src/Data/Hashable/XXH3.hs, dist/build/Data/Hashable/XXH3.o, dist/build/Data/Hashable/XXH3.dyn_o )
[ 5 of 10] Compiling Data.Hashable.LowLevel ( src/Data/Hashable/LowLevel.hs, dist/build/Data/Hashable/LowLevel.o, dist/build/Data/Hashable/LowLevel.dyn_o )
[ 6 of 10] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )
[ 7 of 10] Compiling Data.Hashable.Lifted ( src/Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o, dist/build/Data/Hashable/Lifted.dyn_o )
[ 8 of 10] Compiling Data.Hashable.Generic.Instances ( src/Data/Hashable/Generic/Instances.hs, dist/build/Data/Hashable/Generic/Instances.o, dist/build/Data/Hashable/Generic/Instances.dyn_o )

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

src/Data/Hashable/Generic/Instances.hs:5:14: warning: [GHC-19244] [-Wtrustworthy-safe]
    Data.Hashable.Generic.Instances is marked as Trustworthy but has been inferred as safe!
  |
5 | {-# LANGUAGE Trustworthy #-}
  |              ^^^^^^^^^^^
[ 9 of 10] Compiling Data.Hashable.Generic ( src/Data/Hashable/Generic.hs, nothing )
[10 of 10] Compiling Data.Hashable    ( src/Data/Hashable.hs, nothing )
Haddock coverage:
Warning: 'ByteArray' is ambiguous. It is defined
    * in Data.Array.Byte
    * in Data.Array.Byte
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined in Data.Array.Byte
Warning: 'hash' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'defaultHashWith' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Hashed' is ambiguous. It is defined
    * at src/Data/Hashable/Class.hs:863:17
    * at src/Data/Hashable/Class.hs:863:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Data/Hashable/Class.hs:863:1
Warning: 'Arg' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  80% (  8 / 10) in 'Data.Hashable.Lifted'
  Missing documentation for:
    Hashable1 (src/Data/Hashable/Class.hs:255)
    Hashable2 (src/Data/Hashable/Class.hs:270)
  66% (  6 /  9) in 'Data.Hashable.Generic'
  Missing documentation for:
    One (src/Data/Hashable/Class.hs:245)
    Zero (src/Data/Hashable/Class.hs:244)
    HashArgs (src/Data/Hashable/Class.hs:247)
Warning: 'Generic' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% ( 31 / 31) in 'Data.Hashable'
Warning: Data.Hashable.Generic: could not find link destinations for: 
	- Data.Hashable.Class.D:R:HashArgsOnea0
	- Data.Hashable.Class.D:R:HashArgsZeroa0
	- Data.Hashable.Generic.Instances.GSum
Warning: Data.Hashable: could not find link destinations for: 
	- Data.Hashable.Mix.Salt
Documentation created: dist/doc/html/hashable/,
dist/doc/html/hashable/hashable.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/hashable-1.5.1.0-I5Ew2QX2Z0CCciYNUjFQx
Completed    hashable-1.5.1.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-IyCE3HCtwLV5XLBJ2NtcGe
Completed    microlens-th-0.4.3.18
Configuring unordered-containers-0.2.21...
Preprocessing library for unordered-containers-0.2.21..
Building library for unordered-containers-0.2.21..
[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 )
[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.21..
Running Haddock on library for unordered-containers-0.2.21..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 9] Compiling Data.HashMap.Internal.Array ( Data/HashMap/Internal/Array.hs, nothing )
[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:
Warning: 'index' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  34% ( 17 / 49) in 'Data.HashMap.Internal.Array'
  Missing documentation for:
    Array (Data/HashMap/Internal/Array.hs:130)
    MArray (Data/HashMap/Internal/Array.hs:162)
    new_ (Data/HashMap/Internal/Array.hs:222)
    singleton (Data/HashMap/Internal/Array.hs:234)
    singletonM (Data/HashMap/Internal/Array.hs:238)
    snoc (Data/HashMap/Internal/Array.hs:242)
    pair (Data/HashMap/Internal/Array.hs:251)
    length (Data/HashMap/Internal/Array.hs:159)
    lengthM (Data/HashMap/Internal/Array.hs:167)
    read (Data/HashMap/Internal/Array.hs:258)
    write (Data/HashMap/Internal/Array.hs:264)
    indexM (Data/HashMap/Internal/Array.hs:282)
    sameArray1 (Data/HashMap/Internal/Array.hs:145)
    unsafeFreeze (Data/HashMap/Internal/Array.hs:288)
    unsafeThaw (Data/HashMap/Internal/Array.hs:294)
    unsafeSameArray (Data/HashMap/Internal/Array.hs:141)
    run (Data/HashMap/Internal/Array.hs:300)
    cloneM (Data/HashMap/Internal/Array.hs:322)
    foldl (Data/HashMap/Internal/Array.hs:412)
    foldl' (Data/HashMap/Internal/Array.hs:383)
    foldr (Data/HashMap/Internal/Array.hs:402)
    foldr' (Data/HashMap/Internal/Array.hs:393)
    foldMap (Data/HashMap/Internal/Array.hs:425)
    thaw (Data/HashMap/Internal/Array.hs:444)
    map (Data/HashMap/Internal/Array.hs:469)
    filter (Data/HashMap/Internal/Array.hs:504)
    mapMaybe (Data/HashMap/Internal/Array.hs:527)
    traverse (Data/HashMap/Internal/Array.hs:590)
    traverse' (Data/HashMap/Internal/Array.hs:606)
    toList (Data/HashMap/Internal/Array.hs:582)
    fromList (Data/HashMap/Internal/Array.hs:547)
    fromList' (Data/HashMap/Internal/Array.hs:560)
  25% (  1 /  4) in 'Data.HashMap.Internal.List'
  Missing documentation for:
    isPermutationBy (Data/HashMap/Internal/List.hs:37)
    deleteBy (Data/HashMap/Internal/List.hs:80)
    unorderedCompare (Data/HashMap/Internal/List.hs:65)
Warning: 'Leaf' is ambiguous. It is defined
    * at Data/HashMap/Internal.hs:232:7
    * at Data/HashMap/Internal.hs:194: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:194:1
Warning: 'at' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  94% (102 /108) in 'Data.HashMap.Internal'
  Missing documentation for:
    Leaf (Data/HashMap/Internal.hs:194)
    intersectionWithKey# (Data/HashMap/Internal.hs:2174)
    updateOrConcatWithKey (Data/HashMap/Internal.hs:2793)
    lookupResToMaybe (Data/HashMap/Internal.hs:668)
    insert' (Data/HashMap/Internal.hs:852)
    delete' (Data/HashMap/Internal.hs:1167)
  50% (  3 /  6) in 'Data.HashMap.Internal.Debug'
  Missing documentation for:
    valid (Data/HashMap/Internal/Debug.hs:95)
    Validity (Data/HashMap/Internal/Debug.hs:40)
    SubHashPath (Data/HashMap/Internal/Debug.hs:72)
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% ( 70 / 70) in 'Data.HashMap.Internal.Strict'
Warning: 'HashSet' is ambiguous. It is defined
    * at Data/HashSet/Internal.hs:114:21
    * at Data/HashSet/Internal.hs:114: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:114:1
 100% ( 37 / 37) in 'Data.HashSet.Internal'
Warning: 'HashSet' is ambiguous. It is defined
    * at Data/HashSet/Internal.hs:114:21
    * at Data/HashSet/Internal.hs:114: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:114:1
 100% ( 34 / 34) in 'Data.HashSet'
 100% ( 72 / 72) in 'Data.HashMap.Strict'
 100% ( 72 / 72) in 'Data.HashMap.Lazy'
Warning: Data.HashMap.Internal: could not find link destinations for: 
	- Data.HashMap.Internal.equal1
	- Data.HashMap.Internal.equal2
	- 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.21-B4tMAglEqOH3g2kh0k7h1G
Completed    unordered-containers-0.2.21
Configuring llvm-pretty-0.14.0.0...
Preprocessing library for llvm-pretty-0.14.0.0..
Building library for llvm-pretty-0.14.0.0..
[ 1 of 15] Compiling Text.LLVM.Labels.TH
[ 2 of 15] Compiling Text.LLVM.Triple.AST
[ 3 of 15] Compiling Text.LLVM.AST
[ 4 of 15] Compiling Text.LLVM.Parser
[ 5 of 15] Compiling Text.LLVM.Labels
[ 6 of 15] Compiling Text.LLVM.DebugUtils
[ 7 of 15] Compiling Text.LLVM
[ 8 of 15] Compiling Text.LLVM.Lens
[ 9 of 15] Compiling Text.LLVM.Triple.Parse.LookupTable
[10 of 15] Compiling Text.LLVM.Triple.Parse.ARM
[11 of 15] Compiling Text.LLVM.Triple.Print
[12 of 15] Compiling Text.LLVM.Triple.Parse
[13 of 15] Compiling Text.LLVM.Triple
[14 of 15] Compiling Text.LLVM.PP
[15 of 15] Compiling Text.LLVM.Util
Preprocessing library for llvm-pretty-0.14.0.0..
Running Haddock on library for llvm-pretty-0.14.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 15] Compiling Text.LLVM.Labels.TH
[ 2 of 15] Compiling Text.LLVM.Triple.AST
[ 3 of 15] Compiling Text.LLVM.AST
[ 4 of 15] Compiling Text.LLVM.Parser
[ 5 of 15] Compiling Text.LLVM.Labels
[ 6 of 15] Compiling Text.LLVM.DebugUtils
[ 7 of 15] Compiling Text.LLVM
[ 8 of 15] Compiling Text.LLVM.Lens
[ 9 of 15] Compiling Text.LLVM.Triple.Parse.LookupTable
[10 of 15] Compiling Text.LLVM.Triple.Parse.ARM
[11 of 15] Compiling Text.LLVM.Triple.Print
[12 of 15] Compiling Text.LLVM.Triple.Parse
[13 of 15] Compiling Text.LLVM.Triple
[14 of 15] Compiling Text.LLVM.PP
[15 of 15] Compiling Text.LLVM.Util
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:1557:5
    * at src/Text/LLVM/AST.hs:1575: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:1575:1
Warning: 'DIGlobalVariable' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:1959:30
    * at src/Text/LLVM/AST.hs:1975: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:1975:1
Warning: 'DILocalVariable' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:2001:29
    * at src/Text/LLVM/AST.hs:2015: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:2015:1
Warning: 'DIExpression' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:1950:21
    * at src/Text/LLVM/AST.hs:1950: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:1950:1
Warning: 'Ident' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:476:17
    * at src/Text/LLVM/AST.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 src/Text/LLVM/AST.hs:476:1
  24% ( 51 /208) in 'Text.LLVM.AST'
  Missing documentation for:
    Module (src/Text/LLVM/AST.hs:220)
    emptyModule (src/Text/LLVM/AST.hs:257)
    NamedMd (src/Text/LLVM/AST.hs:275)
    UnnamedMd (src/Text/LLVM/AST.hs:283)
    GlobalAlias (src/Text/LLVM/AST.hs:292)
    DataLayout (src/Text/LLVM/AST.hs:304)
    LayoutSpec (src/Text/LLVM/AST.hs:306)
    Alignment (src/Text/LLVM/AST.hs:325)
    Storage (src/Text/LLVM/AST.hs:341)
    PointerSize (src/Text/LLVM/AST.hs:347)
    AddressSpace (src/Text/LLVM/AST.hs:354)
    NumBits (src/Text/LLVM/AST.hs:355)
    Mangling (src/Text/LLVM/AST.hs:357)
    InlineAsm (src/Text/LLVM/AST.hs:463)
    SelectionKind (src/Text/LLVM/AST.hs:467)
    Ident (src/Text/LLVM/AST.hs:476)
    Symbol (src/Text/LLVM/AST.hs:484)
    PrimType (src/Text/LLVM/AST.hs:499)
    FloatType (src/Text/LLVM/AST.hs:508)
    Type (src/Text/LLVM/AST.hs:517)
    Type' (src/Text/LLVM/AST.hs:519)
    isFloatingPoint (src/Text/LLVM/AST.hs:574)
    isAlias (src/Text/LLVM/AST.hs:578)
    isPrimTypeOf (src/Text/LLVM/AST.hs:582)
    isLabel (src/Text/LLVM/AST.hs:586)
    isInteger (src/Text/LLVM/AST.hs:590)
    isVector (src/Text/LLVM/AST.hs:594)
    isVectorOf (src/Text/LLVM/AST.hs:598)
    isArray (src/Text/LLVM/AST.hs:602)
    isPointer (src/Text/LLVM/AST.hs:607)
    NullResult (src/Text/LLVM/AST.hs:704)
    primTypeNull (src/Text/LLVM/AST.hs:710)
    floatTypeNull (src/Text/LLVM/AST.hs:716)
    typeNull (src/Text/LLVM/AST.hs:722)
    elimFunTy (src/Text/LLVM/AST.hs:731)
    elimAlias (src/Text/LLVM/AST.hs:735)
    elimPtrTo (src/Text/LLVM/AST.hs:739)
    elimVector (src/Text/LLVM/AST.hs:743)
    elimArray (src/Text/LLVM/AST.hs:747)
    elimFunPtr (src/Text/LLVM/AST.hs:751)
    elimPrimType (src/Text/LLVM/AST.hs:754)
    elimFloatType (src/Text/LLVM/AST.hs:758)
    TypeDecl (src/Text/LLVM/AST.hs:772)
    Global (src/Text/LLVM/AST.hs:780)
    addGlobal (src/Text/LLVM/AST.hs:790)
    GlobalAttrs (src/Text/LLVM/AST.hs:792)
    emptyGlobalAttrs (src/Text/LLVM/AST.hs:799)
    Declare (src/Text/LLVM/AST.hs:808)
    Define (src/Text/LLVM/AST.hs:826)
    defFunType (src/Text/LLVM/AST.hs:842)
    addDefine (src/Text/LLVM/AST.hs:846)
    FunAttr (src/Text/LLVM/AST.hs:851)
    BlockLabel (src/Text/LLVM/AST.hs:884)
    BasicBlock' (src/Text/LLVM/AST.hs:894)
    BasicBlock (src/Text/LLVM/AST.hs:899)
    brTargets (src/Text/LLVM/AST.hs:902)
    Visibility (src/Text/LLVM/AST.hs:933)
    GC (src/Text/LLVM/AST.hs:938)
    Typed (src/Text/LLVM/AST.hs:944)
    mapMTyped (src/Text/LLVM/AST.hs:958)
    ArithOp (src/Text/LLVM/AST.hs:964)
    isIArith (src/Text/LLVM/AST.hs:1020)
    isFArith (src/Text/LLVM/AST.hs:1030)
    UnaryArithOp (src/Text/LLVM/AST.hs:1032)
    AtomicRWOp (src/Text/LLVM/AST.hs:1122)
    AtomicOrdering (src/Text/LLVM/AST.hs:1142)
    Align (src/Text/LLVM/AST.hs:1151)
    Instr' (src/Text/LLVM/AST.hs:1153)
    Instr (src/Text/LLVM/AST.hs:1418)
    Clause' (src/Text/LLVM/AST.hs:1420)
    Clause (src/Text/LLVM/AST.hs:1425)
    isTerminator (src/Text/LLVM/AST.hs:1429)
    isComment (src/Text/LLVM/AST.hs:1444)
    isPhi (src/Text/LLVM/AST.hs:1448)
    Value' (src/Text/LLVM/AST.hs:1538)
    Value (src/Text/LLVM/AST.hs:1561)
    FP80Value (src/Text/LLVM/AST.hs:1563)
    ValMd' (src/Text/LLVM/AST.hs:1566)
    ValMd (src/Text/LLVM/AST.hs:1575)
    KindMd (src/Text/LLVM/AST.hs:1577)
    FnMdAttachments (src/Text/LLVM/AST.hs:1578)
    GlobalMdAttachments (src/Text/LLVM/AST.hs:1579)
    DebugLoc' (src/Text/LLVM/AST.hs:1581)
    DebugLoc (src/Text/LLVM/AST.hs:1591)
    isConst (src/Text/LLVM/AST.hs:1594)
    elimValSymbol (src/Text/LLVM/AST.hs:1607)
    elimValInteger (src/Text/LLVM/AST.hs:1611)
    Stmt (src/Text/LLVM/AST.hs:1640)
    stmtInstr (src/Text/LLVM/AST.hs:1648)
    stmtMetadata (src/Text/LLVM/AST.hs:1643)
    extendMetadata (src/Text/LLVM/AST.hs:1652)
    addDebugRecord (src/Text/LLVM/AST.hs:1658)
    ConstExpr' (src/Text/LLVM/AST.hs:1666)
    ConstExpr (src/Text/LLVM/AST.hs:1686)
    orderedGEPAttrs (src/Text/LLVM/AST.hs:1729)
    RangeSpec (src/Text/LLVM/AST.hs:1731)
    DebugInfo' (src/Text/LLVM/AST.hs:1743)
    DebugInfo (src/Text/LLVM/AST.hs:1769)
    DILabel (src/Text/LLVM/AST.hs:1771)
    DILabel' (src/Text/LLVM/AST.hs:1772)
    DIImportedEntity (src/Text/LLVM/AST.hs:1782)
    DIImportedEntity' (src/Text/LLVM/AST.hs:1783)
    DITemplateTypeParameter (src/Text/LLVM/AST.hs:1792)
    DITemplateTypeParameter' (src/Text/LLVM/AST.hs:1793)
    DITemplateValueParameter (src/Text/LLVM/AST.hs:1799)
    DITemplateValueParameter' (src/Text/LLVM/AST.hs:1800)
    DINameSpace (src/Text/LLVM/AST.hs:1808)
    DINameSpace' (src/Text/LLVM/AST.hs:1809)
    DwarfAttrEncoding (src/Text/LLVM/AST.hs:1818)
    DwarfLang (src/Text/LLVM/AST.hs:1819)
    DwarfTag (src/Text/LLVM/AST.hs:1820)
    DwarfVirtuality (src/Text/LLVM/AST.hs:1821)
    DIFlags (src/Text/LLVM/AST.hs:1823)
    DIEmissionKind (src/Text/LLVM/AST.hs:1827)
    DIBasicType' (src/Text/LLVM/AST.hs:1833)
    DIBasicType (src/Text/LLVM/AST.hs:1848)
    DICompileUnit' (src/Text/LLVM/AST.hs:1850)
    DICompileUnit (src/Text/LLVM/AST.hs:1875)
    DICompositeType' (src/Text/LLVM/AST.hs:1877)
    DICompositeType (src/Text/LLVM/AST.hs:1915)
    DIDerivedType' (src/Text/LLVM/AST.hs:1917)
    DIDerivedType (src/Text/LLVM/AST.hs:1948)
    DIExpression (src/Text/LLVM/AST.hs:1950)
    DIFile (src/Text/LLVM/AST.hs:1954)
    DIGlobalVariable' (src/Text/LLVM/AST.hs:1959)
    DIGlobalVariable (src/Text/LLVM/AST.hs:1975)
    DIGlobalVariableExpression' (src/Text/LLVM/AST.hs:1977)
    DIGlobalVariableExpression (src/Text/LLVM/AST.hs:1982)
    DILexicalBlock' (src/Text/LLVM/AST.hs:1984)
    DILexicalBlock (src/Text/LLVM/AST.hs:1991)
    DILexicalBlockFile' (src/Text/LLVM/AST.hs:1993)
    DILexicalBlockFile (src/Text/LLVM/AST.hs:1999)
    DILocalVariable' (src/Text/LLVM/AST.hs:2001)
    DILocalVariable (src/Text/LLVM/AST.hs:2015)
    DISubprogram' (src/Text/LLVM/AST.hs:2017)
    DISubprogram (src/Text/LLVM/AST.hs:2042)
    DISubrange (src/Text/LLVM/AST.hs:2074)
    DISubroutineType' (src/Text/LLVM/AST.hs:2076)
    DISubroutineType (src/Text/LLVM/AST.hs:2081)
    DIArgList (src/Text/LLVM/AST.hs:2088)
    dwarf_DW_APPLE_ENUM_KIND_invalid (src/Text/LLVM/AST.hs:1831)
    DebugRecord (src/Text/LLVM/AST.hs:1477)
    DbgRecAssign (src/Text/LLVM/AST.hs:1524)
    DbgRecAssign' (src/Text/LLVM/AST.hs:1512)
    DbgRecDeclare (src/Text/LLVM/AST.hs:1510)
    DbgRecDeclare' (src/Text/LLVM/AST.hs:1501)
    DbgRecLabel (src/Text/LLVM/AST.hs:1533)
    DbgRecLabel' (src/Text/LLVM/AST.hs:1526)
    DbgRecValueSimple (src/Text/LLVM/AST.hs:1499)
    DbgRecValueSimple' (src/Text/LLVM/AST.hs:1490)
    DbgRecValue (src/Text/LLVM/AST.hs:1488)
    DbgRecValue' (src/Text/LLVM/AST.hs:1479)
    IndexResult (src/Text/LLVM/AST.hs:2092)
    isInvalid (src/Text/LLVM/AST.hs:2099)
    isGepIndex (src/Text/LLVM/AST.hs:2175)
    isGepStructIndex (src/Text/LLVM/AST.hs:2180)
    resolveValueIndex (src/Text/LLVM/AST.hs:2185)
   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:373)
Warning: 'BB' is ambiguous. It is defined
    * at src/Text/LLVM.hs:317:16
    * at src/Text/LLVM.hs:317: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.hs:317:1
Warning: 'BasicBlock' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:894:24
    * at src/Text/LLVM/AST.hs:899: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:899:1
Warning: 'DebugLoc' is ambiguous. It is defined
    * at src/Text/LLVM/AST.hs:1581:22
    * at src/Text/LLVM/AST.hs:1591: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:1591:1
Warning: 'ret'' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  31% ( 33 /106) in 'Text.LLVM'
  Missing documentation for:
    Module header
    LLVM (src/Text/LLVM.hs:143)
    runLLVM (src/Text/LLVM.hs:155)
    emitTypeDecl (src/Text/LLVM.hs:158)
    emitGlobal (src/Text/LLVM.hs:161)
    emitDeclare (src/Text/LLVM.hs:171)
    emitDefine (src/Text/LLVM.hs:166)
    alias (src/Text/LLVM.hs:176)
    freshSymbol (src/Text/LLVM.hs:179)
    :> (src/Text/LLVM.hs:237)
    FunAttrs (src/Text/LLVM.hs:218)
    emptyFunAttrs (src/Text/LLVM.hs:225)
    iT (src/Text/LLVM.hs:444)
    ptrT (src/Text/LLVM.hs:447)
    voidT (src/Text/LLVM.hs:450)
    arrayT (src/Text/LLVM.hs:453)
    =: (src/Text/LLVM.hs:504)
    -: (src/Text/LLVM.hs:501)
    IsValue (src/Text/LLVM.hs:458)
    int (src/Text/LLVM.hs:510)
    integer (src/Text/LLVM.hs:513)
    struct (src/Text/LLVM.hs:516)
    array (src/Text/LLVM.hs:521)
    BB (src/Text/LLVM.hs:317)
    runBB (src/Text/LLVM.hs:363)
    freshLabel (src/Text/LLVM.hs:416)
    comment (src/Text/LLVM.hs:527)
    jump (src/Text/LLVM.hs:555)
    br (src/Text/LLVM.hs:558)
    unreachable (src/Text/LLVM.hs:561)
    unwind (src/Text/LLVM.hs:564)
    add (src/Text/LLVM.hs:571)
    fadd (src/Text/LLVM.hs:574)
    sub (src/Text/LLVM.hs:577)
    fsub (src/Text/LLVM.hs:580)
    mul (src/Text/LLVM.hs:583)
    fmul (src/Text/LLVM.hs:586)
    udiv (src/Text/LLVM.hs:589)
    sdiv (src/Text/LLVM.hs:592)
    fdiv (src/Text/LLVM.hs:595)
    urem (src/Text/LLVM.hs:598)
    srem (src/Text/LLVM.hs:601)
    frem (src/Text/LLVM.hs:604)
    shl (src/Text/LLVM.hs:607)
    lshr (src/Text/LLVM.hs:610)
    ashr (src/Text/LLVM.hs:613)
    band (src/Text/LLVM.hs:616)
    bor (src/Text/LLVM.hs:619)
    bxor (src/Text/LLVM.hs:622)
    trunc (src/Text/LLVM.hs:672)
    zext (src/Text/LLVM.hs:675)
    sext (src/Text/LLVM.hs:678)
    fptrunc (src/Text/LLVM.hs:681)
    fpext (src/Text/LLVM.hs:684)
    fptoui (src/Text/LLVM.hs:687)
    fptosi (src/Text/LLVM.hs:690)
    uitofp (src/Text/LLVM.hs:693)
    sitofp (src/Text/LLVM.hs:696)
    ptrtoint (src/Text/LLVM.hs:699)
    inttoptr (src/Text/LLVM.hs:702)
    bitcast (src/Text/LLVM.hs:705)
    alloca (src/Text/LLVM.hs:651)
    load (src/Text/LLVM.hs:656)
    store (src/Text/LLVM.hs:659)
    getelementptr (src/Text/LLVM.hs:728)
    nullPtr (src/Text/LLVM.hs:665)
    icmp (src/Text/LLVM.hs:708)
    fcmp (src/Text/LLVM.hs:711)
    phi (src/Text/LLVM.hs:719)
    PhiArg (src/Text/LLVM.hs:713)
    from (src/Text/LLVM.hs:716)
    select (src/Text/LLVM.hs:723)
    shuffleVector (src/Text/LLVM.hs:643)
   0% (  0 /193) 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)
    dlAtomGroupLens (src/Text/LLVM/Lens.hs:9)
    dlAtomRankLens (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)
    dibtNumExtraInhabitantsLens (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)
    dictBitStrideLens (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)
    dictEnumKindLens (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)
    dictNumExtraInhabitantsLens (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)
    dictSpecificationLens (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'
  15% ( 26 /163) 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)
    ppPointerSize (src/Text/LLVM/PP.hs:229)
    ppStorage (src/Text/LLVM/PP.hs:237)
    ppAlignment (src/Text/LLVM/PP.hs:241)
    ppOptColonInt (src/Text/LLVM/PP.hs:244)
    ppFunctionPointerAlignType (src/Text/LLVM/PP.hs:249)
    ppMangling (src/Text/LLVM/PP.hs:255)
    ppIdent (src/Text/LLVM/PP.hs:276)
    ppSymbol (src/Text/LLVM/PP.hs:296)
    ppPrimType (src/Text/LLVM/PP.hs:304)
    ppFloatType (src/Text/LLVM/PP.hs:312)
    ppType (src/Text/LLVM/PP.hs:320)
    ppTypeDecl (src/Text/LLVM/PP.hs:332)
    ppGlobal (src/Text/LLVM/PP.hs:339)
    ppGlobalMetadata (src/Text/LLVM/PP.hs:346)
    ppDeclare (src/Text/LLVM/PP.hs:383)
    ppComdatName (src/Text/LLVM/PP.hs:393)
    ppComdat (src/Text/LLVM/PP.hs:396)
    ppSelectionKind (src/Text/LLVM/PP.hs:399)
    ppDefine (src/Text/LLVM/PP.hs:408)
    ppFunAttr (src/Text/LLVM/PP.hs:430)
    ppLabelDef (src/Text/LLVM/PP.hs:464)
    ppLabel (src/Text/LLVM/PP.hs:468)
    ppBasicBlock (src/Text/LLVM/PP.hs:472)
    ppStmt (src/Text/LLVM/PP.hs:479)
    ppAttachedMetadata (src/Text/LLVM/PP.hs:487)
    ppLinkage (src/Text/LLVM/PP.hs:497)
    ppVisibility (src/Text/LLVM/PP.hs:516)
    ppGC (src/Text/LLVM/PP.hs:522)
    ppTyped (src/Text/LLVM/PP.hs:528)
    ppSignBits (src/Text/LLVM/PP.hs:531)
    ppExact (src/Text/LLVM/PP.hs:534)
    ppArithOp (src/Text/LLVM/PP.hs:537)
    ppUnaryArithOp (src/Text/LLVM/PP.hs:551)
    ppBitOp (src/Text/LLVM/PP.hs:554)
    ppConvOp (src/Text/LLVM/PP.hs:562)
    ppAtomicOrdering (src/Text/LLVM/PP.hs:576)
    ppAtomicOp (src/Text/LLVM/PP.hs:584)
    ppScope (src/Text/LLVM/PP.hs:603)
    ppInstr (src/Text/LLVM/PP.hs:607)
    ppLoad (src/Text/LLVM/PP.hs:702)
    ppStore (src/Text/LLVM/PP.hs:725)
    ppClauses (src/Text/LLVM/PP.hs:736)
    ppClause (src/Text/LLVM/PP.hs:742)
    ppTypedLabel (src/Text/LLVM/PP.hs:748)
    ppSwitchEntry (src/Text/LLVM/PP.hs:751)
    ppVectorIndex (src/Text/LLVM/PP.hs:754)
    ppAlign (src/Text/LLVM/PP.hs:757)
    ppAlloca (src/Text/LLVM/PP.hs:761)
    ppCall (src/Text/LLVM/PP.hs:771)
    ppGEP (src/Text/LLVM/PP.hs:814)
    ppInvoke (src/Text/LLVM/PP.hs:828)
    ppPhiArg (src/Text/LLVM/PP.hs:836)
    ppICmpOp (src/Text/LLVM/PP.hs:839)
    ppFCmpOp (src/Text/LLVM/PP.hs:851)
    ppValue' (src/Text/LLVM/PP.hs:869)
    ppValue (src/Text/LLVM/PP.hs:908)
    ppValMd' (src/Text/LLVM/PP.hs:911)
    ppValMd (src/Text/LLVM/PP.hs:920)
    ppDebugLoc' (src/Text/LLVM/PP.hs:923)
    ppDebugLoc (src/Text/LLVM/PP.hs:944)
    ppTypedValMd (src/Text/LLVM/PP.hs:947)
    ppMetadata (src/Text/LLVM/PP.hs:950)
    ppMetadataNode' (src/Text/LLVM/PP.hs:953)
    ppMetadataNode (src/Text/LLVM/PP.hs:957)
    ppStringLiteral (src/Text/LLVM/PP.hs:960)
    ppAsm (src/Text/LLVM/PP.hs:970)
    ppConstExpr' (src/Text/LLVM/PP.hs:982)
    ppGepFlags (src/Text/LLVM/PP.hs:1041)
    ppConstExpr (src/Text/LLVM/PP.hs:1055)
    ppDebugInfo' (src/Text/LLVM/PP.hs:1060)
    ppDebugRecords (src/Text/LLVM/PP.hs:1089)
    ppDebugRecord' (src/Text/LLVM/PP.hs:1093)
    ppDbgRecValue' (src/Text/LLVM/PP.hs:1101)
    ppDbgRecDeclare' (src/Text/LLVM/PP.hs:1110)
    ppDbgRecAssign' (src/Text/LLVM/PP.hs:1119)
    ppDbgRecValueSimple' (src/Text/LLVM/PP.hs:1131)
    ppDbgRecLabel' (src/Text/LLVM/PP.hs:1140)
    ppDebugInfo (src/Text/LLVM/PP.hs:1147)
    ppDIImportedEntity' (src/Text/LLVM/PP.hs:1150)
    ppDIImportedEntity (src/Text/LLVM/PP.hs:1160)
    ppDILabel' (src/Text/LLVM/PP.hs:1163)
    ppDILabel (src/Text/LLVM/PP.hs:1177)
    ppDINameSpace' (src/Text/LLVM/PP.hs:1180)
    ppDINameSpace (src/Text/LLVM/PP.hs:1188)
    ppDITemplateTypeParameter' (src/Text/LLVM/PP.hs:1191)
    ppDITemplateTypeParameter (src/Text/LLVM/PP.hs:1197)
    ppDITemplateValueParameter' (src/Text/LLVM/PP.hs:1200)
    ppDITemplateValueParameter (src/Text/LLVM/PP.hs:1208)
    ppDIBasicType' (src/Text/LLVM/PP.hs:1211)
    ppDICompileUnit' (src/Text/LLVM/PP.hs:1226)
    ppDICompileUnit (src/Text/LLVM/PP.hs:1261)
    ppFlags (src/Text/LLVM/PP.hs:1264)
    ppDICompositeType' (src/Text/LLVM/PP.hs:1267)
    ppDICompositeType (src/Text/LLVM/PP.hs:1298)
    ppDIDerivedType' (src/Text/LLVM/PP.hs:1301)
    ppDIDerivedType (src/Text/LLVM/PP.hs:1319)
    ppDIEnumerator (src/Text/LLVM/PP.hs:1322)
    ppDIExpression (src/Text/LLVM/PP.hs:1329)
    ppDIFile (src/Text/LLVM/PP.hs:1333)
    ppDIGlobalVariable' (src/Text/LLVM/PP.hs:1339)
    ppDIGlobalVariable (src/Text/LLVM/PP.hs:1357)
    ppDIGlobalVariableExpression' (src/Text/LLVM/PP.hs:1360)
    ppDIGlobalVariableExpression (src/Text/LLVM/PP.hs:1367)
    ppDILexicalBlock' (src/Text/LLVM/PP.hs:1370)
    ppDILexicalBlock (src/Text/LLVM/PP.hs:1379)
    ppDILexicalBlockFile' (src/Text/LLVM/PP.hs:1382)
    ppDILexicalBlockFile (src/Text/LLVM/PP.hs:1390)
    ppDILocalVariable' (src/Text/LLVM/PP.hs:1393)
    ppDILocalVariable (src/Text/LLVM/PP.hs:1407)
    ppDISubprogram (src/Text/LLVM/PP.hs:1440)
    ppDISubrange' (src/Text/LLVM/PP.hs:1443)
    ppDISubrange (src/Text/LLVM/PP.hs:1464)
    ppDISubroutineType' (src/Text/LLVM/PP.hs:1467)
    ppDISubroutineType (src/Text/LLVM/PP.hs:1474)
    ppDIArgList' (src/Text/LLVM/PP.hs:1477)
    ppDIArgList (src/Text/LLVM/PP.hs:1481)
    ppBool (src/Text/LLVM/PP.hs:1486)
    integral (src/Text/LLVM/PP.hs:1495)
    hex (src/Text/LLVM/PP.hs:1498)
    opt (src/Text/LLVM/PP.hs:1501)
    commas (src/Text/LLVM/PP.hs:1542)
    angles (src/Text/LLVM/PP.hs:1550)
    structBraces (src/Text/LLVM/PP.hs:1553)
    ppMaybe (src/Text/LLVM/PP.hs:1556)
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_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_DebugRecord'
	- Text.LLVM.AST.Rep_DbgRecValue'
	- Text.LLVM.AST.Rep_DbgRecValueSimple'
	- Text.LLVM.AST.Rep_DbgRecDeclare'
	- Text.LLVM.AST.Rep_DbgRecAssign'
	- Text.LLVM.AST.Rep_DbgRecLabel'
	- Text.LLVM.AST.Rep_NullResult
	- Text.LLVM.AST.Rep1_NullResult
	- 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_DIBasicType'
	- 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_RangeSpec
	- Text.LLVM.AST.Rep_GEPAttr
	- 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_PointerSize
	- Text.LLVM.AST.Rep_Storage
	- Text.LLVM.AST.Rep_Alignment
	- 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.14.0.0-5IB3YUMftJzDzDK6GFaEjO
Completed    llvm-pretty-0.14.0.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-76nqzXEVtpZImNyvq9t58R
Completed    uniplate-1.6.13
Downloading  llvm-pretty-bc-parser-0.6.0.0
Downloaded   llvm-pretty-bc-parser-0.6.0.0
Configuring llvm-pretty-bc-parser-0.6.0.0...
Preprocessing library for llvm-pretty-bc-parser-0.6.0.0..
Building library for llvm-pretty-bc-parser-0.6.0.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.6.0.0..
Building executable 'llvm-disasm' for llvm-pretty-bc-parser-0.6.0.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.6.0.0..
Running Haddock on library for llvm-pretty-bc-parser-0.6.0.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:896:22
    * at src/Data/LLVM/BitCode/Parse.hs:896: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:896:1
Warning: 'FinalizeEnv' is ambiguous. It is defined
    * at src/Data/LLVM/BitCode/Parse.hs:886:20
    * at src/Data/LLVM/BitCode/Parse.hs:886: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:886: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:503:12
    * at src/Data/LLVM/BitCode/Parse.hs:503: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:503: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:321:25
    * at src/Data/LLVM/BitCode/IR/Metadata.hs:321: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:321: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)
  13% (  2 / 15) in 'Data.LLVM.Internal'
  Missing documentation for:
    parseMetadataBlock (src/Data/LLVM/BitCode/IR/Metadata.hs:392)
    parseDebugLoc (src/Data/LLVM/BitCode/IR/Metadata.hs:1266)
    parseMetadataKindEntry (src/Data/LLVM/BitCode/IR/Metadata.hs:1284)
    PartialUnnamedMd (src/Data/LLVM/BitCode/IR/Metadata.hs:321)
    finalizePartialUnnamedMd (src/Data/LLVM/BitCode/IR/Metadata.hs:328)
    finalizePValMd (src/Data/LLVM/BitCode/IR/Metadata.hs:337)
    InstrMdAttachments (src/Data/LLVM/BitCode/IR/Metadata.hs:364)
    PFnMdAttachments (src/Data/LLVM/BitCode/IR/Metadata.hs:367)
    PKindMd (src/Data/LLVM/BitCode/IR/Metadata.hs:366)
    PGlobalAttachments (src/Data/LLVM/BitCode/IR/Metadata.hs:368)
    assertRecordSizeAtLeast (src/Data/LLVM/BitCode/IR/Metadata.hs:1318)
    assertRecordSizeBetween (src/Data/LLVM/BitCode/IR/Metadata.hs:1302)
    assertRecordSizeIn (src/Data/LLVM/BitCode/IR/Metadata.hs:1310)
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.6.0.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.6.0.0-BkXZu3gnzAkLwJtT2csJIZ
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.6.0.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.2'