postgresql-simple-migration 0.1.12.0 → 0.1.13.0
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~hspec
Dependency ranges changed: hspec
Files
Changelog.markdown view
@@ -1,5 +1,8 @@ # Changelog +## 0.1.13.0+* Bumped dependencies+ ## 0.1.12.0 * Support for GHC 8.4
postgresql-simple-migration.cabal view
@@ -1,5 +1,5 @@ name: postgresql-simple-migration-version: 0.1.12.0+version: 0.1.13.0 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/ameingast/postgresql-simple-migration Bug-reports: https://github.com/ameingast/postgresql-simple-migration/issues@@ -70,5 +70,5 @@ build-depends: base >= 4.6 && < 5.0, bytestring >= 0.10 && < 0.11, postgresql-simple >= 0.4 && < 0.6,- hspec >= 2.2 && < 2.6,+ hspec >= 2.2 && < 2.7, postgresql-simple-migration