postgresql-tx-monad-logger 0.2.0.0 → 0.3.0.0
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~postgresql-txPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: postgresql-tx
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- package.yaml +2/−2
- postgresql-tx-monad-logger.cabal +3/−3
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-monad-logger-version: 0.2.0.0+version: 0.3.0.0 github: "simspace/postgresql-tx" license: BSD3 license-file: LICENSE.md@@ -21,7 +21,7 @@ dependencies: - base >= 4.7 && < 5 - monad-logger >= 0.3.32 && < 0.4-- postgresql-tx >= 0.2.0.0 && < 0.3+- postgresql-tx >= 0.3.0.0 && < 0.4 library: source-dirs: src
postgresql-tx-monad-logger.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5d7a346f18014ef008263c19cbdb04cda5e384511dbc3450ebcfcb9ee61f706b+-- hash: fbcd08c995e4d9ceddd32e5d92bfa69e5869ebaad0b209fa8b406bc5f2157290 name: postgresql-tx-monad-logger-version: 0.2.0.0+version: 0.3.0.0 synopsis: postgresql-tx interfacing for use with monad-logger. description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme> category: Database@@ -40,5 +40,5 @@ build-depends: base >=4.7 && <5 , monad-logger >=0.3.32 && <0.4- , postgresql-tx >=0.2.0.0 && <0.3+ , postgresql-tx >=0.3.0.0 && <0.4 default-language: Haskell2010