[Git][ghc/ghc][wip/mpickering/get-link-deps] Fix haddock warning
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Fri Dec 20 17:10:23 UTC 2024
Rodrigo Mesquita pushed to branch wip/mpickering/get-link-deps at Glasgow Haskell Compiler / GHC
Commits:
8cc42308 by Rodrigo Mesquita at 2024-12-20T17:10:08+00:00
Fix haddock warning
- - - - -
1 changed file:
- compiler/GHC/Unit/Module/Graph.hs
Changes:
=====================================
compiler/GHC/Unit/Module/Graph.hs
=====================================
@@ -151,10 +151,10 @@ data ModuleGraph = ModuleGraph
-- so that a lot of work is not repeated whenever the transitive
-- dependencies need to be calculated (for example, hptInstances).
--
- -- * `mg_graph` is a reachability index constructed from a module
+ --- - `mg_graph` is a reachability index constructed from a module
-- graph /with/ boot nodes (which make the graph acyclic), and
--
- -- * `mg_loop_graph` is a reachability index for the graph /without/
+ --- * `mg_loop_graph` is a reachability index for the graph /without/
-- hs-boot nodes, that may be cyclic.
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8cc42308df1f0f3cef88e6fc1760cde4261109e5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8cc42308df1f0f3cef88e6fc1760cde4261109e5
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241220/bfa0707e/attachment.html>
More information about the ghc-commits
mailing list