stack-yaml: Parse a stack.yaml file

[ development, distribution, library, mit ] [ Propose Tags ]

stack-yaml parses a "stack.yaml" file, as used by stack, and returns a simple data structure containing its configuration data.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.0 && <5.0), bytestring, directory, filepath, text, yaml [details]
License MIT
Copyright J Mitchell (jacob.mitchell@iohk.io)
Author phlummox 2017, adapted from J Mitchell (jacob.mitchell@iohk.io)
Maintainer phlummox2@gmail.com
Category Distribution, Development
Home page https://github.com/phlummox/stack-yaml
Source repo head: git clone https://github.com/phlummox/stack-yaml.git
Uploaded by phlummox at 2017-12-08T13:13:31Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 945 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for stack-yaml-0.1.0.0

[back to package description]

stack-yaml

Build Status

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