haskell-gi-0.22.4: Generate Haskell bindings for GObject Introspection capable libraries

Safe HaskellNone
LanguageHaskell98

Data.GI.CodeGen.CabalHooks

Description

Convenience hooks for writing custom Setup.hs files for bindings.

Synopsis

Documentation

setupHaskellGIBinding Source #

Arguments

:: Text

name

-> Text

version

-> Bool

verbose

-> Maybe FilePath

overrides file

-> Maybe FilePath

output dir

-> IO () 

The entry point for Setup.hs files in bindings.

configureDryRun Source #

Arguments

:: Text

name

-> Text

version

-> Maybe FilePath 
-> IO [Text] 

Return the list of modules that setupHaskellGIBinding would create.