Safe Haskell | None |
---|---|
Language | Haskell2010 |
C dependency scanner. Runs a stripped-down pre-processor to scan for include files (recursively).
- cDepScanner :: [FilePath] -> SrcTransform -> IO SrcTransform
Documentation
cDepScanner :: [FilePath] -> SrcTransform -> IO SrcTransform Source #
Takes in a list of include directories, extra dependencies, a SrcTransform
,
and returns a new SrcTransform
with the dependencies injected into the source
side.