persistent-template 2.8.2 → 2.8.2.1
raw patch · 3 files changed
+9/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- persistent-template.cabal +1/−1
- test/main.hs +4/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ ## Unreleased changes +## 2.8.2.1++* Fix the test-suite for persistent-template. [#1023](https://github.com/yesodweb/persistent/pull/1023)+ ## 2.8.2 * Add `fieldError` to the export list of `Database.Persist.TH` [#1008](https://github.com/yesodweb/persistent/pull/1008)
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.8.2+version: 2.8.2.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>
test/main.hs view
@@ -35,6 +35,7 @@ import GHC.Generics (Generic) import Database.Persist+import Database.Persist.Sql import Database.Persist.TH import TemplateTestImports @@ -55,6 +56,9 @@ foo Text deriving Show Eq |]++-- TODO: Derive Generic at the source site to get this unblocked.+deriving instance Generic (BackendKey SqlBackend) share [mkPersist sqlSettings { mpsGeneric = False, mpsGenerateLenses = True }] [persistLowerCase| Lperson json