Skip to main content

Module stack

Module stack 

Source
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ยง

StackParser
Parser for stack.yaml files.