| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.C.Dependency
Synopsis
- getIncludes :: ByteString -> Either String [FilePath]
- getIncludesText :: Text -> Either String [FilePath]
- getIncludesStr :: String -> Either String [FilePath]
- getCDepends :: MonadIO m => [FilePath] -> FilePath -> m [FilePath]
- getAll :: MonadIO m => [FilePath] -> FilePath -> m [FilePath]
Documentation
getIncludes :: ByteString -> Either String [FilePath] Source #
Given a ByteString containing C, return a list of filepaths it #includes.