Matthew Pickering pushed to branch wip/bytecode-library at Glasgow Haskell Compiler / GHC Commits: b186de5f by Matthew Pickering at 2025-10-07T10:54:01+01:00 Fix haddock comments - - - - - 1 changed file: - compiler/GHC/Linker/Dynamic.hs Changes: ===================================== compiler/GHC/Linker/Dynamic.hs ===================================== @@ -29,9 +29,9 @@ import GHC.Utils.TmpFs import Control.Monad (when) import System.FilePath -data DynLinkMode = LinkingHomePackage -- | Creating a dynamic library for the home package +data DynLinkMode = LinkingHomePackage -- ^ Creating a dynamic library for the home package | LinkingForInterpreter - -- |^ Creating a shared library which will immediately be loaded by the interpreter + -- ^ Creating a shared library which will immediately be loaded by the interpreter -- this will not pass any package dependencies, and presume that the correct libraries are loaded in -- the correct order using dlopen. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b186de5fcc0d8da289a05d4e2870d83d... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b186de5fcc0d8da289a05d4e2870d83d... You're receiving this email because of your account on gitlab.haskell.org.