haskell-gi-0.24.5: Generate Haskell bindings for GObject Introspection capable libraries
Safe HaskellNone
LanguageHaskell2010

Data.GI.CodeGen.Config

Description

Configuration for the code generator.

Documentation

data Config Source #

Constructors

Config 

Fields

  • modName :: Text

    Name of the module being generated.

  • verbose :: Bool

    Whether to print extra info.

  • overrides :: Overrides

    List of loaded overrides for the code generator.

Instances

Instances details
Show Config Source # 
Instance details

Defined in Data.GI.CodeGen.Config

Methods

showsPrec :: Int -> Config -> ShowS

show :: Config -> String

showList :: [Config] -> ShowS