master-plan-0.3.1: The project management tool for hackers

Copyright(c) Rodrigo Setti 2017
LicenseMIT
Maintainerrodrigosetti@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

MasterPlan.Parser

Description

 

Synopsis

Documentation

type ProjectKey = String Source #

When using to reference projects by name

runParser Source #

Arguments

:: Bool

strict mode: fails if a reference has no definition

-> FilePath

the file name to use in error messages

-> Text

contents of the plan to parse

-> ProjectKey

the name of the root project

-> Either String ProjectExpr