packages feed

postgresql-tx-squeal-compat-simple 0.1.0.0 → 0.2.0.0

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~postgresql-tx-squealPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: postgresql-tx-squeal

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.2.0.0++* Updated for postgresql-tx-0.3.0.0.+ ## 0.1.0.0  * Initial release
package.yaml view
@@ -1,5 +1,5 @@ name:                postgresql-tx-squeal-compat-simple-version:             0.1.0.0+version:             0.2.0.0 github:              "simspace/postgresql-tx" license:             BSD3 license-file:        LICENSE.md@@ -21,7 +21,7 @@ dependencies: - base >= 4.7 && < 5 - postgresql-simple >= 0.6.2 && < 0.7-- postgresql-tx-squeal >= 0.2.0.0 && < 0.3+- postgresql-tx-squeal >= 0.3.0.0 && < 0.4  library:   source-dirs: src
postgresql-tx-squeal-compat-simple.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9e41fa7e1ce0b7332c8127c01fcc669021bd3a67e11cfcf296209d780df16fcc+-- hash: 4e549c81b966b0d51addc9c29b18f25fec88d19f214f14789c2a104dc3e9f388  name:           postgresql-tx-squeal-compat-simple-version:        0.1.0.0+version:        0.2.0.0 synopsis:       Connection interop from postgresql-simple connections to postgresql-libpq connections. description:    Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme> category:       Database@@ -39,5 +39,5 @@   build-depends:       base >=4.7 && <5     , postgresql-simple >=0.6.2 && <0.7-    , postgresql-tx-squeal >=0.2.0.0 && <0.3+    , postgresql-tx-squeal >=0.3.0.0 && <0.4   default-language: Haskell2010