beam-core 0.9.2.0 → 0.9.2.1
raw patch · 2 files changed
+9/−3 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-core.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,9 @@+# 0.9.2.1++## Added features++ * Aeson 2.0 support+ # 0.9.2.0 ## Added features
beam-core.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: beam-core-version: 0.9.2.0+version: 0.9.2.1 synopsis: Type-safe, feature-complete SQL query and manipulation interface for Haskell description: Beam is a Haskell library for type-safe querying and manipulation of SQL databases. Beam is modular and supports various backends. In order to use beam, you will need to use@@ -60,8 +60,8 @@ Database.Beam.Schema.Lenses - build-depends: base >=4.9 && <5.0,- aeson >=0.11 && <1.6,+ build-depends: base >=4.11 && <5.0,+ aeson >=0.11 && <2.1, text >=1.2.2.0 && <1.3, bytestring >=0.10 && <0.12, mtl >=2.2.1 && <2.3,