postgresql-binary 0.12.3.2 → 0.12.3.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~bytestring-strict-builderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, bytestring-strict-builder
API changes (from Hackage documentation)
Files
- postgresql-binary.cabal +3/−3
postgresql-binary.cabal view
@@ -1,7 +1,7 @@ name: postgresql-binary version:- 0.12.3.2+ 0.12.3.3 synopsis: Encoders and decoders for the PostgreSQL's binary format description:@@ -72,13 +72,13 @@ -- parsing: binary-parser >=0.5.6 && <0.6, -- building:- bytestring-strict-builder >=0.4.2 && <0.5,+ bytestring-strict-builder >=0.4.5.3 && <0.5, -- data: aeson >=0.9 && <2, uuid ==1.3.*, time >=1.4 && <2, scientific >=0.2 && <0.4,- bytestring >=0.10.4 && <0.11,+ bytestring >=0.10.4 && <0.12, text >=1 && <2, vector >=0.10 && <0.13, network-ip >=0.2 && <1,