beam-postgres 0.5.2.0 → 0.5.2.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- beam-postgres.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,9 @@+# 0.5.2.1++## Added features++ * Aeson 2.0 support+ # 0.5.2.0 ## Added features
beam-postgres.cabal view
@@ -1,5 +1,5 @@ name: beam-postgres-version: 0.5.2.0+version: 0.5.2.1 synopsis: Connection layer between beam and postgres description: Beam driver for <https://www.postgresql.org/ PostgreSQL>, an advanced open-source RDBMS homepage: https://haskell-beam.github.io/beam/user-guide/backends/beam-postgres@@ -50,7 +50,7 @@ monad-control >=1.0 && <1.1, mtl >=2.1 && <2.3, conduit >=1.2 && <1.4,- aeson >=0.11 && <1.6,+ aeson >=0.11 && <2.1, uuid-types >=1.0 && <1.1, case-insensitive >=1.2 && <1.3, scientific >=0.3 && <0.4,