ghc-9.6.0.20230302: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances

Instances details
Show FinderOpts Source # 
Instance details

Defined in GHC.Unit.Finder.Types

initFinderOpts :: DynFlags -> FinderOpts Source #

Create a new FinderOpts from DynFlags.