| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Project
Description
Ogma projects.
Synopsis
- data Project = Project {
- projectName :: Maybe String
- projectInputFiles :: [(FilePath, String, String)]
- projectVariableFiles :: Maybe FilePath
- projectVariableDBFile :: Maybe FilePath
- projectHandlerFile :: Maybe FilePath
- projectCommandPropVia :: Maybe FilePath
- projectTemplateDir :: Maybe FilePath
- projectTargetDir :: Maybe FilePath
- projectExtraJSONFile :: Maybe FilePath
- readProject :: FilePath -> IO (Either String Project)
Documentation
Constructors
| Project | |
Fields
| |