packages feed

persistent-documentation 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+7/−1 lines, 3 filesdep ~persistent

Dependency ranges changed: persistent

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for persistent-documentation +## 0.1.0.2++* Support `persistent-2.11.0.0` [#3](https://github.com/lumihq/persistent-documentation/pull/3)+ ## 0.1.0.1  * Document use of the `mkEntityDefList` to expose the `[EntityDef]` generated by the Persistent QuasiQuoter instead of using the QQ value directly.
persistent-documentation.cabal view
@@ -1,7 +1,7 @@ cabal-version:       >=1.10  name:                persistent-documentation-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Documentation DSL for persistent entities description:         A convenient DSL that allows you to attach documentation to persistent database entities -- bug-reports:
test/DocumentationSpec.hs view
@@ -1,4 +1,6 @@ {-# LANGUAGE MultiParamTypeClasses #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DataKinds #-} {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-}