haskell-gi-0.14: 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

confCodeGenHook Source

Arguments

:: Text

name

-> Text

version

-> Bool

verbose

-> Maybe FilePath

overrides file

-> Maybe FilePath

output dir

-> ConfHook

previous confHook

-> ConfHook 

A convenience helper for confHook, such that bindings for the given module are generated in the configure step of cabal.