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
1 changed file:
Changes:
| ... | ... | @@ -191,7 +191,7 @@ data FileSettings = FileSettings |
| 191 | 191 | -- (e.g. settings).
|
| 192 | 192 | -- See Note [topdir: How GHC finds its files] in `GHC.SysTools.BaseDir`
|
| 193 | 193 | , fileSettings_globalPackageDatabase :: FilePath
|
| 194 | - -- ^ Path to the global package database
|
|
| 194 | + -- ^ Path to the global package database, relative to `libDir`
|
|
| 195 | 195 | , fileSettings_libDir :: FilePath
|
| 196 | 196 | -- ^ Directory containing GHC's library packages and the global package
|
| 197 | 197 | -- database. Defaults to 'fileSettings_topDir' but can differ in inplace
|