ghc-lib-9.4.4.20221225: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Driver.Config.Finder

Synopsis

Documentation

data FinderOpts #

Locations and information the finder cares about.

Should be taken from DynFlags via initFinderOpts.

Constructors

FinderOpts 

Fields

Instances

Instances details
Show FinderOpts 
Instance details

Defined in GHC.Unit.Finder.Types

initFinderOpts :: DynFlags -> FinderOpts Source #

Create a new FinderOpts from DynFlags.