X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=1f83d29c34f1cd2e982da3eef4a3a430f64a0e96;hb=d529d596a1256bb48bda45ec343631c879c8d56d;hp=86590db640811160a0e44af1b2e6e76afd8f257b;hpb=f92dd77cd9555984823cb45ca4b5bf78eebd2444;p=ghc-hetmet.git diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 86590db..1f83d29 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -2191,6 +2191,7 @@ compilerInfo = [("Project name", String cProjectName), ("RTS ways", String cGhcRTSWays), ("Leading underscore", String cLeadingUnderscore), ("Debug on", String (show debugIsOn)), - ("LibDir", FromDynFlags topDir) + ("LibDir", FromDynFlags topDir), + ("Global Package DB", FromDynFlags systemPackageConfig) ]