persistent-template 2.1.3.4 → 2.1.3.5
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- Database/Persist/TH.hs +1/−1
- persistent-template.cabal +2/−2
Database/Persist/TH.hs view
@@ -216,7 +216,7 @@ maybe (Left Nothing) Right $ M.lookup name ents mEmbedded ents (FTList x) = mEmbedded ents x mEmbedded ents (FTApp x y) =- -- Key convets an Record to a RecordId+ -- Key converts an Record to a RecordId -- special casing this is obviously a hack -- This problem may not be solvable with the current QuasiQuoted approach though if x == FTTypeCon Nothing "Key"
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.1.3.4+version: 2.1.3.5 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -23,7 +23,7 @@ , text >= 0.5 , transformers >= 0.2 && < 0.5 , containers- , aeson >= 0.7 && < 0.10+ , aeson >= 0.7 && < 0.11 , monad-logger , unordered-containers , tagged