ghc-9.11: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Driver.Config.Finder

Synopsis

Documentation

data FinderOpts Source #

Locations and information the finder cares about.

Should be taken from DynFlags via initFinderOpts.

Constructors

FinderOpts 

Fields

initFinderOpts :: DynFlags -> FinderOpts Source #

Create a new FinderOpts from DynFlags.