persistent-template 2.8.3.0 → 2.8.3.1
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- persistent-template.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ ## Unreleased changes +## 2.8.3.1++* Allow aeson 1.5. [#1085](https://github.com/yesodweb/persistent/pull/1085)+ ## 2.8.3.0 * Add `Lift` instances for the cascade types. [#1060](https://github.com/yesodweb/persistent/pull/1060)
README.md view
@@ -8,7 +8,7 @@ The TH.hs module contains code generators. persistent-template uses `EntityDef`s that it gets from the quasi-quoter. The quasi-quoter is in persistent Quasi.hs-Similarly mant of the types come from the persistent library+Similarly many of the types come from the persistent library ### Development tips
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.8.3.0+version: 2.8.3.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -17,7 +17,7 @@ library build-depends: base >= 4.10 && < 5 , persistent >= 2.11 && < 3- , aeson >= 1.0 && < 1.5+ , aeson >= 1.0 && < 1.6 , bytestring >= 0.10 , containers , http-api-data >= 0.3.7