servant-db-postgresql 0.2.1.0 → 0.2.2.0
raw patch · 2 files changed
+12/−2 lines, 2 filesdep ~postgresql-query
Dependency ranges changed: postgresql-query
Files
- CHANGELOG.md +5/−0
- servant-db-postgresql.cabal +7/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.2.2.0+=======++* Push version for `postgresql-query`.+ 0.2.1.0 =======
servant-db-postgresql.cabal view
@@ -1,5 +1,5 @@ name: servant-db-postgresql-version: 0.2.1.0+version: 0.2.2.0 synopsis: Derive a postgres client to database API specified by servant-db -- description: license: BSD3@@ -14,7 +14,12 @@ README.md CHANGELOG.md cabal-version: >=1.10+homepage: https://github.com/NCrashed/servant-db-postgresql +source-repository head+ type: git+ location: https://github.com/NCrashed/servant-db-postgresql.git+ flag examples description: Enables compilation of examples default: False@@ -33,7 +38,7 @@ base >= 4.7 && < 5 , bytestring >= 0.10 && < 0.11 , containers >= 0.5 && < 0.6- , postgresql-query >= 3.0 && < 3.1+ , postgresql-query >= 3.0 && < 3.2 , postgresql-simple >= 0.5 && < 0.6 , servant >= 0.9 && < 0.10 , servant-db >= 0.2 && < 0.3