postgresql-query 3.7.0 → 3.8.0
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- CHANGELOG.md +4/−0
- postgresql-query.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +## 3.8.0+### Changed+* Compatibility with ghc-8.8.3+ ## 3.7.0 ### Changed * Use 'HasCallStack' and logging with stack (ilyakooo0)
postgresql-query.cabal view
@@ -1,5 +1,5 @@ name: postgresql-query-version: 3.7.0+version: 3.8.0 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it