packages feed

postgresql-simple-migration 0.1.13.0 → 0.1.13.1

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~postgresql-simplePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: postgresql-simple

API changes (from Hackage documentation)

Files

Changelog.markdown view
@@ -1,5 +1,8 @@ # Changelog +## 0.1.13.1+* Bumped dependencies+ ## 0.1.13.0 * Bumped dependencies 
postgresql-simple-migration.cabal view
@@ -1,5 +1,5 @@ name:                       postgresql-simple-migration-version:                    0.1.13.0+version:                    0.1.13.1 synopsis:                   PostgreSQL Schema Migrations homepage:                   https://github.com/ameingast/postgresql-simple-migration Bug-reports:                https://github.com/ameingast/postgresql-simple-migration/issues@@ -42,7 +42,7 @@                             bytestring                  >= 0.10     && < 0.11,                             cryptohash                  >= 0.11     && < 0.12,                             directory                   >= 1.2      && < 1.4,-                            postgresql-simple           >= 0.4      && < 0.6,+                            postgresql-simple           >= 0.4      && < 0.7,                             time                        >= 1.4      && < 1.9  Executable migrate@@ -56,7 +56,7 @@                             bytestring                  >= 0.10     && < 0.11,                             cryptohash                  >= 0.11     && < 0.12,                             directory                   >= 1.2      && < 1.4,-                            postgresql-simple           >= 0.4      && < 0.6,+                            postgresql-simple           >= 0.4      && < 0.7,                             time                        >= 1.4      && < 1.9,                             text                        >= 1.2      && < 1.3 @@ -69,6 +69,6 @@     type:                   exitcode-stdio-1.0     build-depends:          base                        >= 4.6      && < 5.0,                             bytestring                  >= 0.10     && < 0.11,-                            postgresql-simple           >= 0.4      && < 0.6,+                            postgresql-simple           >= 0.4      && < 0.7,                             hspec                       >= 2.2      && < 2.7,                             postgresql-simple-migration