postgresql-binary 0.12.3.1 → 0.12.3.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~binary-parser
Dependency ranges changed: binary-parser
Files
- postgresql-binary.cabal +2/−2
postgresql-binary.cabal view
@@ -1,7 +1,7 @@ name: postgresql-binary version:- 0.12.3.1+ 0.12.3.2 synopsis: Encoders and decoders for the PostgreSQL's binary format description:@@ -70,7 +70,7 @@ PostgreSQL.Binary.BuilderPrim build-depends: -- parsing:- binary-parser >=0.5 && <0.6,+ binary-parser >=0.5.6 && <0.6, -- building: bytestring-strict-builder >=0.4.2 && <0.5, -- data: