uuagc-cabal-1.3.0.0: Cabal plugin for UUAGC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Simple.UUAGC

Synopsis

Documentation

uuagcUserHook :: UserHooks Source #

Deprecated: Use uuagcLibUserHook instead

Deprecated userhook

uuagcUserHook' :: String -> UserHooks Source #

Deprecated: Use uuagcLibUserHook instead

Deprecated userhook

uuagc :: BuildInfo -> LocalBuildInfo -> ComponentLocalBuildInfo -> PreProcessor Source #

Deprecated: Use uuagcLibUserHook instead

uuagcLibUserHook :: ([String] -> FilePath -> IO (ExitCode, [FilePath])) -> UserHooks Source #

Main hook, argument should be uuagc function

uuagcFromString :: String -> [String] -> FilePath -> IO (ExitCode, [FilePath]) Source #

Create uuagc function using shell (old method)