Expand description
Parser for stack.yaml files (Haskell/Stack).
Extracts extra-deps: entries. Stack uses Stackage snapshots for most deps;
extra-deps lists packages not on the snapshot (usually pinned versions or git).
Uses indent-aware line parsing rather than a full YAML library.
Structsยง
- Stack
Parser - Parser for
stack.yamlfiles.