chs-cabal-0.1.1.1: Cabal with c2hs dependencies
Safe HaskellNone
LanguageHaskell2010

Distribution.C2Hs

Description

Everything in this module is slightly morally dubious in that it works by considering *all* modules to be exposed-modules in the preprocessor phase.

This works in practice, but the Cabal API provides no guarantees this will continue to be the case in the future.

Synopsis

Documentation

User hooks

c2hsUserHooks :: UserHooks Source #

Since: 0.1.1.0

Specialized hooks

c2hsBuildHooks :: PackageDescription -> LocalBuildInfo -> UserHooks -> BuildFlags -> IO () Source #

Custom build hooks to be used with .chs files which {#import#} one another.