ghc-lib-0.20220501: The GHC API, decoupled from GHC versions
Safe HaskellNone
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.