Safe Haskell | Ignore |
---|---|
Language | Haskell2010 |
Synopsis
- data MissingInterfaceError
- data InterfaceLookingFor
- data IfaceMessage
- data ReadInterfaceError
- data CantFindInstalled = CantFindInstalled ModuleName CantFindInstalledReason
- data CantFindInstalledReason
- = NoUnitIdMatching UnitId [UnitInfo]
- | MissingPackageFiles UnitId [FilePath]
- | MissingPackageWayFiles String UnitId [FilePath]
- | ModuleSuggestion [ModuleSuggestion] [FilePath]
- | NotAModule
- | CouldntFindInFiles [FilePath]
- | GenericMissing [(Unit, Maybe UnitInfo)] [Unit] [UnusableUnit] [FilePath]
- | MultiplePackages [(Module, ModuleOrigin)]
- data FindingModuleOrInterface
- data BuildingCabalPackage
- data IfaceMessageOpts = IfaceMessageOpts {}
Documentation
data MissingInterfaceError Source #
Instances
data InterfaceLookingFor Source #
data IfaceMessage Source #
Can'tFindInterface MissingInterfaceError InterfaceLookingFor | |
Can'tFindNameInInterface Name [TyThing] | |
CircularImport !Module |
Instances
data ReadInterfaceError Source #
Instances
data CantFindInstalled Source #
Instances
Generic CantFindInstalled Source # | |
Defined in GHC.Iface.Errors.Types type Rep CantFindInstalled :: Type -> Type # from :: CantFindInstalled -> Rep CantFindInstalled x # to :: Rep CantFindInstalled x -> CantFindInstalled # | |
type Rep CantFindInstalled Source # | |
Defined in GHC.Iface.Errors.Types type Rep CantFindInstalled = D1 ('MetaData "CantFindInstalled" "GHC.Iface.Errors.Types" "ghc-lib-parser-9.8.4.20241130-5ZJHgmbycGEEAdEa9SvL2Y" 'False) (C1 ('MetaCons "CantFindInstalled" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ModuleName) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CantFindInstalledReason))) |
data CantFindInstalledReason Source #
Instances
data BuildingCabalPackage Source #
Pass to a DriverMessage
the information whether or not the
'-fbuilding-cabal-package' flag is set.
Instances
Eq BuildingCabalPackage Source # | |
Defined in GHC.Iface.Errors.Types (==) :: BuildingCabalPackage -> BuildingCabalPackage -> Bool # (/=) :: BuildingCabalPackage -> BuildingCabalPackage -> Bool # |
data IfaceMessageOpts Source #
IfaceMessageOpts | |
|