packages feed

postgresql-tx-simple 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 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-simple-version:             0.2.0.0+version:             0.3.0.0 github:              "simspace/postgresql-tx" license:             BSD3 license-file:        LICENSE.md@@ -22,7 +22,7 @@ - base >= 4.7 && < 5 - bytestring >= 0.10.10.0 && < 0.11 - postgresql-simple >= 0.6.2 && < 0.7-- postgresql-tx >= 0.2.0.0 && < 0.3+- postgresql-tx >= 0.3.0.0 && < 0.4 - transformers >= 0.5.6.2 && < 0.6  library:
postgresql-tx-simple.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a28e2079196694ad2a65da28273d761629b586f6af9c436a58761fccd48ba274+-- hash: 88dedaf6a447598a40d0f8c375418062e00345d49b84e239d834871623467a19  name:           postgresql-tx-simple-version:        0.2.0.0+version:        0.3.0.0 synopsis:       postgresql-tx interfacing for use with postgresql-simple. description:    Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme> category:       Database@@ -41,6 +41,6 @@       base >=4.7 && <5     , bytestring >=0.10.10.0 && <0.11     , postgresql-simple >=0.6.2 && <0.7-    , postgresql-tx >=0.2.0.0 && <0.3+    , postgresql-tx >=0.3.0.0 && <0.4     , transformers >=0.5.6.2 && <0.6   default-language: Haskell2010