Description
Parse a stack.yaml file.
Description
stack-yaml parses a "stack.yaml" file, as used by stack, and returns a simple data structure containing its configuration data.
README.md
stack-yaml
About
stack-yaml
parses Stack configuration files.
Its advantage is that it's less enormous than stack
.
Installation
stack install stack-yaml
Testing
To build and perform (desultory) testing:
cd stack-yaml
stack test