@hackage / mangrove-cli

Build CLI argument parsers using Applicative.

Latest0.1.0.0

Changelog

Changelog for mangrove

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.

Unreleased

0.1.0.0 - 2026-08-12

Added
  • Types and data structures for building argument parsers
  • Combinators for constructing parsers
  • Typeclass for parsing schemes (Scheme)
  • A UNIX-style parsing scheme with a subargument parsing scheme
  • A stream parsing monad (StreamParser)
  • Support for generating help information
  • A basic test suite with 53 unit tests
  • An API for running parsers and collecting the results