persistent-documentation

Documentation DSL for persistent entities

Version on this page:0.1.0.5
LTS Haskell 23.27:0.1.0.6
Stackage Nightly 2025-07-12:0.1.0.6
Latest on Hackage:0.1.0.6

See all snapshotspersistent-documentation appears in

Apache-2.0 licensedbyparsonsmatt
Maintained by[email protected]
This version can be pinned in stack with:persistent-documentation-0.1.0.5@sha256:51b8b898d002b028faf624c06990fb0ebcac91d87bff2932b419a93887b8de94,1498

Module documentation for 0.1.0.5

persistent-documentation

Hackage-DepsBuild Status

This library provides a DSL for attaching documentation to persistent entities as well as rendering documentation.

For an example, check outthe test suite, and therendered example.

Changes

Revision history for persistent-documentation

0.1.0.5

  • #12
    • Make it build with GHC 9.6
  • #10
    • Fix build with mtl-2.3

0.1.0.4

  • Replace newlines with line breaks in field comments as rendered bymarkdownTableRenderer#9

0.1.0.3

  • Supportpersistent-2.12 andpersistent-2.13.#4

0.1.0.2

  • Supportpersistent-2.11.0.0#3

0.1.0.1

  • Document use of themkEntityDefList to expose the[EntityDef] generated by the Persistent QuasiQuoter instead of using the QQ value directly.

0.1.0.0 – YYYY-mm-dd

  • First version. Released on an unsuspecting world.