| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.GI.CodeGen.CabalHooks
Description
Convenience hooks for writing custom Setup.hs files for
bindings.
- setupHaskellGIBinding :: Text -> Text -> Bool -> Maybe FilePath -> Maybe FilePath -> IO ()
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.