| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Data.GI.CodeGen.ProjectInfo
Description
Project information to include in generated bindings, should be kept in sync with haskell-gi.cabal
Synopsis
- homepage :: Text
 - authors :: Text
 - license :: Text
 - licenseText :: Text -> Text
 - category :: Text
 - maintainers :: Text
 - defaultExtensions :: [Text]
 - otherExtensions :: [Text]
 - ghcOptions :: [Text]
 - defaultLanguage :: Text
 - standardDeps :: [Text]
 
Documentation
licenseText :: Text -> Text Source #
maintainers :: Text Source #
defaultExtensions :: [Text] Source #
Default list of extensions to turn on when compiling the generated code.
otherExtensions :: [Text] Source #
Extensions that will be used in some modules, but we do not wish to turn on by default.
ghcOptions :: [Text] Source #
Default options for GHC when compiling generated code.
defaultLanguage :: Text Source #
Default version of the report to use.
standardDeps :: [Text] Source #
List of dependencies for all bindings. Notice that base is not included here, since not all bindings use the same base version. haskell-gi and haskell-gi-base are not included either, since the versions to use may change depending on whether we are using old style or new style bindings.