postgresql-tx-query 0.2.0.0 → 0.3.0.0
raw patch · 3 files changed
+13/−9 lines, 3 filesdep ~postgresql-txdep ~postgresql-tx-monad-loggerdep ~postgresql-tx-simple
Dependency ranges changed: postgresql-tx, postgresql-tx-monad-logger, postgresql-tx-simple
Files
- CHANGELOG.md +4/−0
- package.yaml +4/−4
- postgresql-tx-query.cabal +5/−5
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.3.0.0++* Updated for postgresql-tx-0.3.0.0.+ ## 0.2.0.0 * Updated for postgresql-tx-0.2.0.0.
package.yaml view
@@ -1,5 +1,5 @@ name: postgresql-tx-query-version: 0.2.0.0+version: 0.3.0.0 github: "simspace/postgresql-tx" license: BSD3 license-file: LICENSE.md@@ -26,9 +26,9 @@ - mtl >= 2.2.2 && < 2.3 - postgresql-query >= 3.5.0 && < 3.6 - postgresql-simple >= 0.6.2 && < 0.7-- postgresql-tx >= 0.2.0.0 && < 0.3-- postgresql-tx-monad-logger >= 0.2.0.0 && < 0.3-- postgresql-tx-simple >= 0.2.0.0 && < 0.3+- postgresql-tx >= 0.3.0.0 && < 0.4+- postgresql-tx-monad-logger >= 0.3.0.0 && < 0.4+- postgresql-tx-simple >= 0.3.0.0 && < 0.4 - transformers >= 0.5.6.2 && < 0.6 - transformers-base >= 0.4.5.2 && < 0.5
postgresql-tx-query.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: de75a082fc842191537ebebf90b7cab40f5bc05129aa56df357a75d3f0928172+-- hash: 689dfd1da635371f74ec28be48899c9f0699aa6cd7e7ba17da16b164a6eb1d0b name: postgresql-tx-query-version: 0.2.0.0+version: 0.3.0.0 synopsis: postgresql-tx interfacing for use with postgresql-query. description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme> category: Database@@ -46,9 +46,9 @@ , mtl >=2.2.2 && <2.3 , postgresql-query >=3.5.0 && <3.6 , postgresql-simple >=0.6.2 && <0.7- , postgresql-tx >=0.2.0.0 && <0.3- , postgresql-tx-monad-logger >=0.2.0.0 && <0.3- , postgresql-tx-simple >=0.2.0.0 && <0.3+ , postgresql-tx >=0.3.0.0 && <0.4+ , postgresql-tx-monad-logger >=0.3.0.0 && <0.4+ , postgresql-tx-simple >=0.3.0.0 && <0.4 , transformers >=0.5.6.2 && <0.6 , transformers-base >=0.4.5.2 && <0.5 default-language: Haskell2010