pgsql-simple 0.1.1 → 0.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- pgsql-simple.cabal +3/−3
pgsql-simple.cabal view
@@ -1,9 +1,9 @@ name: pgsql-simple-version: 0.1.1+version: 0.1.2 homepage: https://github.com/chrisdone/pgsql-simple bug-reports: https://github.com/chrisdone/pgsql-simple/issues synopsis: A mid-level PostgreSQL client library.-description: +description: A mid-level client library for the PostgreSQL database, intended to be fast and easy to use. license: BSD3@@ -40,7 +40,7 @@ text >= 0.11.0.2, time, network >= 2.2,- binary >= 0.5,+ binary >= 0.4.1 && < 0.6, mtl >= 2.0, MonadCatchIO-transformers, utf8-string,