log-postgres 0.7.0.1 → 0.7.0.2
raw patch · 3 files changed
+11/−4 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +7/−0
- README.md +1/−1
- log-postgres.cabal +3/−3
CHANGELOG.md view
@@ -1,2 +1,9 @@+# log-postgres-0.7.0.2 (2017-08-10)+* Update package description.++# log-postgres-0.7.0.1 (2017-06-20)+* Update GHC versions in 'tested-with'.+* Add missing extra-source-files (changelog, README, etc.).+ # log-postgres-0.7 (2016-11-25) * Initial release (split from the log package).
README.md view
@@ -1,3 +1,3 @@ # log-postgres [](https://hackage.haskell.org/package/log-postgres) [](http://travis-ci.org/scrive/log) -PostgreSQL back end for the `log` library.+PostgreSQL back end for the `log` library suite.
log-postgres.cabal view
@@ -1,8 +1,8 @@ name: log-postgres-version: 0.7.0.1+version: 0.7.0.2 synopsis: Structured logging solution (PostgreSQL back end) -description: PostgreSQL back end for the 'log' library.+description: PostgreSQL back end for the 'log' library suite. Depends on 'log-base'. homepage: https://github.com/scrive/log@@ -18,7 +18,7 @@ build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md, README.md-tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2+tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1 Source-repository head Type: git