BSD-3-Clause licensed by Julian K. Arni
Maintained by [email protected]
This version can be pinned in stack with:servant-auth-docs-0.2.11.0@sha256:44bbfea7be7aa0a1d715b335e31bf7415f4b229195e057d897d23ab81c62c948,3129

Module documentation for 0.2.11.0

This package provides instances that allow generating docs from servant APIs that use servant-auth's Auth combinator.

For a quick overview of the usage, see the README.

Changes

Changelog

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 PVP Versioning.

[Unreleased]

[0.2.11.0] - 2024-08-28

  • Compatibility with newer dependencies, newer GHCs.
  • Use Type instead of *. (#1710)

[0.2.10.0] - 2018-06-18

Added

  • Support for GHC 8.4 by @phadej
  • Changelog by @domenkozar