BSD-3-Clause licensed by Julian K. Arni
Maintained by [email protected]
This version can be pinned in stack with:servant-auth-client-0.4.0.0@sha256:ffbc20b4e23b33d9a93d67d2694d9de4f54681e33b1136a175ab78a13c55d633,3425

Module documentation for 0.4.0.0

  • Servant
    • Servant.Auth
      • Servant.Auth.Client
        • Servant.Auth.Client.Internal

This package provides instances that allow generating clients 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.4.0.0] - 2019-03-08

Changed

  • #145 Support servant-0.16 in tests @domenkozar
  • #145 Drop GHC 7.10 support @domenkozar

[0.3.3.0] - 2018-06-18

Added

  • Support for GHC 8.4 by @phadej
  • Support for servant-0.14 by @phadej
  • Changelog by @domenkozar