[Git][ghc/ghc][wip/supersven/libDir-setting] Update docs
Sven Tennie pushed to branch wip/supersven/libDir-setting at Glasgow Haskell Compiler / GHC Commits: f99d858c by Sven Tennie at 2026-05-28T07:31:13+00:00 Update docs - - - - - 1 changed file: - compiler/GHC/Settings.hs Changes: ===================================== compiler/GHC/Settings.hs ===================================== @@ -191,7 +191,7 @@ data FileSettings = FileSettings -- (e.g. settings). -- See Note [topdir: How GHC finds its files] in `GHC.SysTools.BaseDir` , fileSettings_globalPackageDatabase :: FilePath - -- ^ Path to the global package database + -- ^ Path to the global package database, relative to `libDir` , fileSettings_libDir :: FilePath -- ^ Directory containing GHC's library packages and the global package -- database. Defaults to 'fileSettings_topDir' but can differ in inplace View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f99d858cc211ca2d6577d8bf6a53e7ba... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f99d858cc211ca2d6577d8bf6a53e7ba... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)